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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: How to startup oracle9i without using windows services

RE: How to startup oracle9i without using windows services

From: Vajrala, Madhusudana R. <Vajrala.Madhusudana_at_mayo.edu>
Date: Fri, 8 Jul 2005 09:43:05 -0500
Message-Id: <12DA0EDD076B1141BF31592CAB7BA05E0312C2DE@excsrv55.mayo.edu>


Hi,

  1. Set ORACLE_SID and ORACLE_HOME on command prompt
  2. sqlplus
  3. startup pfile='/path/to/oracle/prameter/file.ora'

Its been a while i worked on windows database, but i guess this should allow you to start the database.

PS: Try "tnsping <tns-alias-to-your-oraclesid>" to see if your TNS setup is fine.

Regards,
Madhu

-----Original Message-----

From: oracle-l-bounce_at_freelists.org
To: oracle-l_at_freelists.org
Sent: 7/7/2005 11:56 PM
Subject: How to startup oracle9i without using windows services

Hi list, i would like to know how you guys do to startup oracle9i in winxp without using the windows services. I'm trying with a cmd window using:  

sqlplus / nolog -- That's ok  

connect / as sysdba -- Getting this error ERROR:
ORA-12560: TNS:protocol adapter error  

I've noticed that once the db is running (started with services) i can connect īn a cmd window using the above command.  

Any clues??  

Regards
GBA
--

http://www.freelists.org/webpage/oracle-l Received on Fri Jul 08 2005 - 09:45:23 CDT

Original text of this message

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