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: Basic Question Oracle 10g manually startup sequence, Win XP SP 2

Re: Basic Question Oracle 10g manually startup sequence, Win XP SP 2

From: <bdbafh_at_gmail.com>
Date: 30 Jun 2005 12:55:23 -0700
Message-ID: <1120161323.573187.326260@g49g2000cwa.googlegroups.com>


The OS service has to be started first, prior to connecting with sqlplus.

C:\> set ORACLE_SID=<mysid>
e.g.
C:\> set ORACLE_SID=orcl

C:\> net start OracleService%ORACLE_SID% or
C:\> net start OracleServiceORCL

-bdbafh Received on Thu Jun 30 2005 - 14:55:23 CDT

Original text of this message

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