I cannot connect as SYS. Best I can do is
c:> sqlplus /nolog
When I try connect as SYS I get Oracle error TNS adaptor error.
Meaning of TNS adaptor errors is very vage.
Main Topics
Browse All TopicsHello,
I am having problem starting database on a windows XP system. Oracle version 9.2.0.6.
Oracle.exe in task manager show 11,728 for memory. Normally Oracle.exe on my machine take up 110,829 MB at startup.
Alertlog does not show any errors and the last time alert_log updated was 3 days ago.
PLEASE HELP!!!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Use oradim for shutdown and start.
C:> oradim -SHUTDOWN <oracle sid> -SHUTMODE immediate
C:>
C:>
C:>oradim -STARTUP <oracle sid> STARTTYPE srvc,inst
C:>
oradim - http://www.psoug.org/refer
start and stop oracle - http://www.psoug.org/refer
Hi,
1.- Open DOS command prompt and type:
oradim -edit -sid <oracle_sid> -startmode m
2.- reboot
3.- Open DOS command prompt:
oradim -startup <oracle_sid> starttype srvc
or start de service from Control Panel
4.- From DOS command prompt
sqlplus /nolog
conn / as sysdba
connected to an idle instance
startup pfile=<your init.ora>
If the database starts, then you can recreate the service using oradim, if not, you can see the error in alert.log.
Cheers
Business Accounts
Answer for Membership
by: sathyagiriPosted on 2006-07-24 at 16:59:53ID: 17172397
Open your command prompt.
Connect to the data base as SYS.
Execute shutdown immediate
And the re-connect and startup the database