Oracle Database Developer Question:

How you start your 10g XE Server from Command Line?

Tweet Share WhatsApp

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

Download Oracle Database Developer PDF Read All 57 Oracle Database Developer Questions
Previous QuestionNext Question
Tell me how much memory your 10g XE Server is using?How you Shutdown your 10g XE Server from Command Line?