cancel
Showing results for 
Search instead for 
Did you mean: 

Oracle not getting Start

02-06-2014 9:38 AM
tamil_arasan Active Contributor
3135 views 8 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

Dear Experts,

Oracle was down and we are unable to start it up now.

I am getting the error "ORA-01012: not logged on" once I gave startup; command.

SQL*Plus: Release 11.2.0.2.0 Production on Thu Feb 6 09:19:00 2014

Copyright (c) 1982, 2010, Oracle.  All rights reserved.

Connected.
SQL> startup;
ORA-01012: not logged on
SQL>

Could you please help me to sort it out.

Thanks in advance!

Regards,

Pradeep


0 Likes

Accepted Solutions (1)

Accepted Solutions (1)

tamil_arasan
Active Contributor
0 Likes

Dear All,

Issue was resolved by startup force; command.

Thanks a lot!!

Kind regards,

Tamil

Answers (7)

Answers (7)

Former Member
0 Likes

Hi Pradeep,

Check your oracle's archive directory "/oracle/SID/oraarch "

Regards,

Suresh Daniel

Former Member
0 Likes

HI Pradeep,

What O/S are you running?

1. If windows check that all processes in task manager for Oracle and in MMC was stopped. If linux/aix run command ps -ef |grep ora

2. Are there any processes still running from old, if so check if there are backups or statistics or unfinished jobs running keeping database from shutting down as the others said check your ora alertlog.

3. Once all is checked shut down now processes running ensure you start cleanly. The error could also be a max number of sessions meaning it never shutdown properly.

Please advise on your log.

Kind Regards,

Johan

Former Member
0 Likes

Hi,

It seems your DB is already up and running (it says "connected" instead of "connected to idle instance").

Stop SAP instance and try to shutdown the database. Take a reboot of server.

If same issue, then past last 50 lines of alertSID.log

Regards,

Nick Loy

Reagan
Product and Topic Expert
Product and Topic Expert
0 Likes

Hello

Were there any changes made to the database prior to this ?

Regards

RB

Former Member
0 Likes

You need to be sure that DBMS was correctly stopped before starting it again. For this please check that no one of  oracle processes exists at OS level, all resources (shared memory, semaphores) are freed and lock file was deleted from dbs/database directory.

S_Sriram
Active Contributor
0 Likes
Former Member
0 Likes

Hi Pradeep,

Please share the last 1000 lines from alert_SID.log file.

Regards,

Deepak Kori