Home » RDBMS Server » Server Administration » Not able to start the services CMADMIN.EXE and CMAN.EXE (Oracle 10G, Windows XP Professional SP3)
Not able to start the services CMADMIN.EXE and CMAN.EXE [message #401418] Mon, 04 May 2009 20:37 Go to next message
pankajsingh
Messages: 2
Registered: October 2008
Junior Member

I have installed oracle 10G on windows XP. after this when i try to get into the sqlplus I am getting error

ORA-12560 : TNS Protocol Adapter Error

When I checked the servives I saw that following services were not started:

1. OracleOraDb10g_home1CMAdmin (D:\oracle\product\10.2.0\db_1\BIN\CMADMIN.EXE)
2. OracleOraDb10g_home1CMan (D:\oracle\product\10.2.0\db_1\BIN\CMGW.EXE)

When I try to start the first one I get the following message:

The OracleOraDb10g_home1CMAdmin services on local computer started and stopped. Some services stop automatically if they have no work to do, for example, the performance logs and Alert Services.

When I try to start the another one I am getting the following error message:

could not start the OracleOraDb10g_home1CMan service on the local computer. Error 1053: The service didnot respond to the start or control request in timely fashion.

Please anyone help me get this issue fixed.

Thanks,
Pankaj Singh
pankajsingh.k@gmail.com
Re: Not able to start the services CMADMIN.EXE and CMAN.EXE [message #401421 is a reply to message #401418] Mon, 04 May 2009 21:25 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
Was any other Oracle product or version (which?) previously installed on this system?

You need to help us by following the Posting Guidelines as stated below.
http://www.orafaq.com/forum/t/88153/0/
Go to the URL above click the link "Posting Guidelines"
Go to the section labeled "Practice" & do as directed.

As far as I know, Connection Manager is not required to run Oracle RDBMS.

How/why did it get installed & configured?

SQL*Net is NOT required to connect to a local DB.

Stop fighting with the Windoze GUI SQL*Plus & go to the command line and do the following:

SET
lsnrctl status
lsnrctl start
lsnrctl status
sqlplus
/ as sysdba
startup
select * from v$version;
exit


Now using CUT & PASTE show the session doing all the commands & the results

Re: Not able to start the services CMADMIN.EXE and CMAN.EXE [message #401429 is a reply to message #401418] Mon, 04 May 2009 23:31 Go to previous messageGo to next message
Michel Cadot
Messages: 68665
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
I concur connection manager is not required to use database.
The only service you need is OracleService<SID>, and maybe Oracle<home>TNSListener if you are remotely accessing the instance.

Regards
Michel
Re: Not able to start the services CMADMIN.EXE and CMAN.EXE [message #401486 is a reply to message #401418] Tue, 05 May 2009 03:45 Go to previous messageGo to next message
pankajsingh
Messages: 2
Registered: October 2008
Junior Member

Hi,

Now I have uninstalled oracle completely from the registry also and done a new installation. After this when I am trying to get into the SQL by command sqlplus and after entering the username and password I am getting the Error :

ORA-12560: TNS:protocol adapter error

Please let me know what need to be done in this.
Re: Not able to start the services CMADMIN.EXE and CMAN.EXE [message #401493 is a reply to message #401486] Tue, 05 May 2009 04:06 Go to previous messageGo to next message
Michel Cadot
Messages: 68665
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
Check ORACLE_HOME and ORACLE_SID are correctly set.
Copy and paste your session, does not just explain what you do.

Regards
Michel
Re: Not able to start the services CMADMIN.EXE and CMAN.EXE [message #401560 is a reply to message #401418] Tue, 05 May 2009 09:44 Go to previous message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
>Please let me know what need to be done in this.
Since you ignore my response, then I ignore you.
Previous Topic: Heavy system usage at startup/resume
Next Topic: Disable recyclebin
Goto Forum:
  


Current Time: Tue Jul 02 22:08:09 CDT 2024