ERROR - START ORCLE SERVICE IRCL [message #679093] |
Tue, 04 February 2020 07:58 |
|
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 |
|
Michel Cadot
Messages: 68716 Registered: March 2007 Location: Saint-Maur, France, https...
|
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
|
|
|
|
|
|