Collections:
Start 10g XE Server from Command Line in Oracle
How To Start Your 10g XE Server from Command Line in Oracle?
✍: FYIcenter.com
You can start your 10g XE server from command line by:
The batch file StartDB.bat contains:
net start OracleXETNSListener net start OracleServiceXE @oradim -startup -sid XE -starttype inst > nul 2>&1
2020-10-10, 791👍, 0💬
Popular Posts:
How To Define Output Parameters in Stored Procedures in SQL Server Transact-SQL? Sometime a stored p...
How to run Queries with "sqlcmd" tool in SQL Server? "sqlcmd" is a client tool that you can use to i...
How To Get Year, Month and Day Out of DATETIME Values in SQL Server Transact-SQL? You can use DATEPA...
How to create new tables with "CREATE TABLE" statements in SQL Server? If you want to create a new t...
What Is Open Database Communication (ODBC) in Oracle? ODBC, Open Database Communication, a standard ...