home *** CD-ROM | disk | FTP | other *** search
- echo off
- sqlpme
- if not errorlevel 1 goto single
- echo ERROR - Unable to load SQLPME
- goto exit
- :single
- oracle6
- if not errorlevel 1 goto sqldba
- echo ERROR - Unable to load the single-task driver
- goto exit
- :sqldba
- if not .%1 == . goto password
- sqldba startup
- goto done
- :password
- sqldba startup authorization=%1
- :done
- if errorlevel 1 echo ERROR - Unable to start ORACLE using SQL*DBA
- :exit