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 -> Re: Strange Network Error on Oracle Database Server

Re: Strange Network Error on Oracle Database Server

From: <bdbafh_at_gmail.com>
Date: 25 Apr 2006 22:30:03 -0700
Message-ID: <1146029402.995820.134100@y43g2000cwc.googlegroups.com>


If you can connect to the database instance, even if it is "idle", the service must have started. Without the service having started, you cannot connect via sqlplus.exe even on the server console (on win32).

Perhaps it is taking a relatively long time for the database instance to be completely open - and the error message that you show above is a timed out connection attempt?

Is the ORACLE_SID of interest "ORCL"?
When you re-created the OS Service, did you set the startmode to auto or manual?
Is there an init.ora in the %ORACLE_HOME%\database folder that has an IFILE entry to the real parameter file?
Is the service owned by a local service account or by LocalSystem? Is the local service account a member of the local group "ORA_DBA"?

-bdbafh Received on Wed Apr 26 2006 - 00:30:03 CDT

Original text of this message

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