Home » RDBMS Server » Server Administration » ERROR - START ORCLE SERVICE IRCL (ORACLE 11G AND WINDOWS)
ERROR - START ORCLE SERVICE IRCL [message #679093] Tue, 04 February 2020 07:58 Go to next message
ELOISA
Messages: 2
Registered: February 2020
Junior Member
HI!

I tried start the ORACLE SERVICE ORCL after electrical power outage, but the Windows show this error:

WINDOWS COULD NOT START THE ORACLESERVICEORCL SERVICE ON LOCAL COMPUTER
ERROR 1053 - THE SERVICE DID NOT RESPOND TO THE START OR CONTROL REQUEST IN A TIMELY FASHION.

What can I do for resolve this error and start the service?

I translated the error message because it is in Portuguese. Sorry for my bad english.





Re: ERROR - START ORCLE SERVICE IRCL [message #679094 is a reply to message #679093] Tue, 04 February 2020 08:09 Go to previous messageGo to next message
Michel Cadot
Messages: 68625
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator

The error may be expected if Oracle has many to recover in your database but it may indicate that a file has been damaged.

Open a DOS box, set ORACLE_HOME and PATH, and start a SQL*Plus session AS SYSDBA with one of the following command:
sqlplus / as sysdba
sqlplus sys/<password> as sysdba
Post the result of the queries:
set linesize 100 trimout on
select * from v$version;
select * from v$database;
select * from v$instance;
Before, Please read How to use [code] tags and make your code easier to read.

Have a look at your alert.ora file and post the latest lines since the power was down.

In the end, post your exact Windows version (including service pack) and edition.

[Updated on: Tue, 04 February 2020 08:11]

Report message to a moderator

Re: ERROR - START ORCLE SERVICE IRCL [message #679120 is a reply to message #679094] Fri, 07 February 2020 07:30 Go to previous messageGo to next message
Michel Cadot
Messages: 68625
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator

Any feedback?

Re: ERROR - START ORCLE SERVICE IRCL [message #679121 is a reply to message #679120] Fri, 07 February 2020 08:28 Go to previous messageGo to next message
ELOISA
Messages: 2
Registered: February 2020
Junior Member
My database was corrupted, I had to install it again. But thanks for the help.
Re: ERROR - START ORCLE SERVICE IRCL [message #679122 is a reply to message #679121] Fri, 07 February 2020 10:17 Go to previous message
Michel Cadot
Messages: 68625
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator

OK, if you need more help to restore the database...

Previous Topic: SPU Patching doubt
Next Topic: Export Import Issue (Table's count mismatch)
Goto Forum:
  


Current Time: Thu Mar 28 17:24:12 CDT 2024