How To Start Your 10g XE Server from Command Line

Q

How To Start Your 10g XE Server from Command Line? - Oracle DBA FAQ - Introduction to Oracle Database 10g Express Edition

✍: FYIcenter.com

A

You can start your 10g XE server from command line by:

  • Open a command line window.
  • Change directory to \oraclexe\app\oracle\product\10.2.0\server\BIN\.
  • Run StartDB.bat.

The batch file StartDB.bat contains:

net start OracleXETNSListener
net start OracleServiceXE
@oradim -startup -sid XE -starttype inst > nul 2>&1

2007-04-24, 4706👍, 0💬