cancel
Showing results for 
Search instead for 
Did you mean: 

Oracle not getting Start

tamil_arasan
Active Contributor
0 Kudos

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


Accepted Solutions (1)

Accepted Solutions (1)

tamil_arasan
Active Contributor
0 Kudos

Dear All,

Issue was resolved by startup force; command.

Thanks a lot!!

Kind regards,

Tamil

Answers (7)

Answers (7)

Former Member
0 Kudos

Hi Pradeep,

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

Regards,

Suresh Daniel

Former Member
0 Kudos

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 Kudos

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
Advisor
Advisor
0 Kudos

Hello

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

Regards

RB

Former Member
0 Kudos

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.

Sriram2009
Active Contributor
0 Kudos
former_member188883
Active Contributor
0 Kudos

Hi Pradeep,

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

Regards,

Deepak Kori