Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Start oralce 92 manually on WinXP

Start oralce 92 manually on WinXP

From: Oracle4Unix <lazyoracle_at_yahoo.com>
Date: 6 Feb 2004 14:29:28 -0800
Message-ID: <d8a63e05.0402061429.35b6ed2d@posting.google.com>


hi,

I am switching my Oracle practice from Solaris to Windows. I'm wondering how to start up oracle server in command line?

So far, I use "net start OracleServiceDBNAME", it worked fine. But when I tried another way "sqlplus /nolog; conn sys/sys_pw as sysdba", it showed:
"ERROR: ORA-12560: TNS:protocol adapter error." It is supposed to be
"Connected to an idle instance". My tnsnames.ora is absolutely
correct. What is wrong?

Another thing is about shutting down Oracle in command line, similarly, I can use either "net stop OracleServiceDBName" or "sqlplus /nolog; conn sys/sys_pw as sysdba; shutdown", both work well, but the former releases all Oracle threads from memory completely, the latter leaves 3 Oracle threads taking about 23m. What are these remaining threads for?
Plus, with these remaing Oracle threads running, "sqlplus /nolog; conn sys/sys_pw as sysdba" will leads to "Connected to an idle instance", just like the way Unix does.

Any comments are welcome. Received on Fri Feb 06 2004 - 16:29:28 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US