Basic Oracle Concepts and Programming Question:
How To Start Your 10g XE Server from Command Line?
Answer:
You can start your 10g XE server from command line by:
* Open a command line window.
* Change directory to oraclexeapporacleproduct10.2.0serverBIN.
* Run StartDB.bat.
The batch file StartDB.bat contains:
net start OracleXETNSListener
net start OracleServiceXE
@oradim -startup -sid XE -starttype inst > nul 2>&1
* Open a command line window.
* Change directory to oraclexeapporacleproduct10.2.0serverBIN.
* Run StartDB.bat.
The batch file StartDB.bat contains:
net start OracleXETNSListener
net start OracleServiceXE
@oradim -startup -sid XE -starttype inst > nul 2>&1
Previous Question | Next Question |
How Much Memory Your 10g XE Server Is Using? | How To Shutdown Your 10g XE Server from Command Line? |