cancel
Showing results for 
Search instead for 
Did you mean: 

Error 1053: The service did not respond plz

Former Member
0 Kudos

Dear All,

I am getting error in starting the OracleServiceDQA in windows it is given below error

could not start the oracleserviceDQA service on Local Computer

Error 1053: The service did not respond to the start or control request in a timely fashion.

It has come suddenly

Please suggest how to solve it

Regards,

Kumar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Add OracleServiceDQA user in Administrators group and restart the service..

Regards.

Rajesh Narkhede

Former Member
0 Kudos

Thanks,all

The problem I have face after apply patchset of oracle .I am login as admin and the OracleServiceDQA user in Administrators group already.

Oracle listener service is stared.

There are 2 error in event log

Event Type: Error

Event Source: Service Control Manager

Event Category: None

Event ID: 7009

Date: 2/23/2010

Time: 9:29:08 AM

User: N/A

Computer: *****

Description:

Timeout (30000 milliseconds) waiting for the OracleServiceDQA service to connect.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

Event Type: Error

Event Source: Service Control Manager

Event Category: None

Event ID: 7000

Date: 2/23/2010

Time: 9:29:08 AM

User: N/A

Computer: *****

Description:

The OracleServiceDQA service failed to start due to the following error:

The service did not respond to the start or control request in a timely fashion.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

regards,

former_member524429
Active Contributor
0 Kudos

Hi,

The problem I have face after apply patchset of oracle

Which PatchSet ?

Have you applied latest interim patch after applying that Patchset?

Regards,

Bhavik G. Shroff

anindya_bose
Active Contributor
0 Kudos

Did you try to delete and re-createl the service?

Former Member
0 Kudos

Hi

i have apply oracle patch 9i p4547809_92080_WINNT.

Anindya - can you tell me the step .

Thanks,

Kumar

anindya_bose
Active Contributor
0 Kudos

Hi Kumar

Try the followings

1.Login to the database server with <SID>ADM user

2. Open the command prompt. Browse to ORACLE_HOME

3. Run command : Oradim u2013DELETE u2013SRVC OracleService<SID>

4. Restart your server

5. Open the command prompt . Browse to ORACLE_HOME

6. Run the command: oradim u2013 NEW u2013 SID <SID>

Your Oracle_Home, Oracle_SID should be defined in the environment variables of SIDADM user

You can also take the help of OSS 551542

Regards

ANindya

Edited by: Anindya Bose on Feb 23, 2010 5:56 PM

Former Member
0 Kudos

Hi Anindya,

Thanks for you help. I have done as you suggest but the new Service is giveing same error when i am try to start it.

Please suggest do have to do ant thing else step also

Regards,

Kumar

anindya_bose
Active Contributor
0 Kudos

HI

when you are trying to register the service what is the error message you are getting from the command prompt?

Is it throwing any error message in command prompt? If the service is created properly you should get a message

"Instance Created

Exiting Oradim with 0"

Can you try to delete and recreate the service once again?

Command to re-create the service: oradim -new -sid <SID> -srvc OracleService<SID>

Once the service is created go to service properties and change the start up mode to "Automatic"

Regards

Anindya

Former Member
0 Kudos

Hi,

It is giving below error. Please suggest.

Microsoft Windows [Version 5.2.3790]

(C) Copyright 1985-2003 Microsoft Corp.

C:\Documents and Settings\Administrator>F:

F:\>cd F:\oracle\ora92\bin

F:\oracle\ora92\bin>oradim -new -sid DQA -srvc OracleServiceDQA

DIM-00019: Create Service Error.

Regards,

Kumar

anindya_bose
Active Contributor
0 Kudos

Hi Kumar

I can see you have logged on as Administrator not <SID>ADM

Just logon as SIDADM user, check whether SIDADM is a member of Administrator, ORA_SID_DBA, ORA_DBA and ORA_SID_OPER group. ( From my computer, right click "Manage"--> User)

Perform deletion and creation of the service once again with SIDADM.

No need to go to oracle bin directory. Just login-->open command prompt and run all those steps I mentioned in my previous post.

Regards

Anindya

anindya_bose
Active Contributor
0 Kudos

Hi Kumar

Any update on this issue? Has that been resolved or are you facing the same problem still?

Regards

Anindya

Former Member
0 Kudos

Hi Anindya,

Sorry ,for late update I have tried by SIDADM login but the same error.

Microsoft Windows [Version 5.2.3790]

(C) Copyright 1985-2003 Microsoft Corp.

C:\Documents and Settings\dqaadm>oradim -delete -sid DQA

C:\Documents and Settings\dqaadm>oradim -new -sid DQA

DIM-00019: Create Service Error.

C:\Documents and Settings\dqaadm>

Please help

Regards,

Kumar

anindya_bose
Active Contributor
0 Kudos

Hi Kumar

What is the message you are getting when you are trying to delete the Service?

It should say "Instance Deleted. First delete the service with the command I mentioned. You should get "Exiting with 0" message.

That message confirms that the service has been deleted successfully. Only after successful deletion of the previous service you can create a new one.

Go to run ---> Type "Services.msc" and check whether the service still exist. ( it should not exist)

Then only create the service once again. If the previous one is not deleted properly, you can not create a new service with the same name.

Please also go to My Computer>right click "Manage">"Local User and Groups">"User"->DQAADM > Double click on it->"Member of" tab .....................which are the groups for this user id?

Follow the below steps.

1.Login to the database server with DQAADM user

2. Open the command prompt

3. Run command : Oradim u2013DELETE u2013SRVC OracleServiceDQA

4. Restart your server

5. Open the command prompt

6. Run the command: oradim u2013NEW u2013SID DQA

Can you please tell me the path of your SPILE and PFILE?

Regards

Anindya

Answers (4)

Answers (4)

former_member231583
Discoverer
0 Kudos

Hi Mohan,

In the kernel folder run the application starting with vcredist*.msi( as per the configuration of your system). This should solve the problem and start the service. It mainly occurs because of some missing dll file and running this application would sort it and the above solution worked for me.

Regards,

Varun

Former Member
0 Kudos

Hi,

Is it a new installation? Can you check if service owner user is in all admin authorization groups?

Can you start database manually with commands?

Regards.

anindya_bose
Active Contributor
0 Kudos

Hi

Delete the OLD service. Command to delete Oradim u2013DELETE u2013SRVC OracleServiceSID

Restart Windows

Create new service Command to create * oradim u2013 NEW u2013 SID SID*

This should help you

Edited by: Anindya Bose on Feb 22, 2010 6:28 PM

former_member524429
Active Contributor
0 Kudos

Hi,

Check the Windows Event Viewer for any errors. Do you get any error there?

What is the status of Oracle listener service ?

Under which user account the Service is trying to start ?

Regards,

Bhavik G. Shroff