Start database on Windows (split from hijacked topic) [message #665588] |
Mon, 11 September 2017 15:47 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](//www.gravatar.com/avatar/62e93cbbb360ce48ff8c432c7db56a12?s=64&d=mm&r=g) |
Blackhat
Messages: 1 Registered: September 2017
|
Junior Member |
|
|
Quote:c:\TEMP>sqlplus / as sysdba
SQL*Plus: Release 11.2.0.3.0 Production on Mon Jan 21 15:05:57 2013
Copyright (c) 1982, 2011, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> exit
Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
c:\TEMP>
This will work only when the database is up. But before that how to start the database from cmd.
|
|
|
|
|
|
Re: Start database on Windows (split from hijacked topic) [message #666034 is a reply to message #665588] |
Mon, 09 October 2017 13:40 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](/forum/images/custom_avatars/43710.gif) |
Barbara Boehmer
Messages: 9104 Registered: November 2002 Location: California, USA
|
Senior Member |
|
|
On Windows, you can use the Windows "services" menu to start and stop services manually or set them to start automatically when the computer is started. You may find the "services" menu in different ways, depending on your Windows version. They used to have a "control panel" with sub-sections. There is now a "computer management" menu with a sub-menu of "services and applications" under which you should find the "services" menu. You should see a list of services. Scroll down to the ones that have names that start with "Oracle" and start them. You will need to start the Oracle...Listener before the OracleService....
|
|
|