This problem you will face when you will work with a domain user, for creating a listerner service in windows 2008, you have to be a administrator of this server.
oracle database service is created fine but no listener service is creating.......
you can do it like belows
1) Opening CMD prompt with administrator privileges
(Search for cmd and right click and run as administrator)
or
you can find it here C:\Windows\System32\cmd.exe (right click and Run as Administrator)
> C:\Windows\system32> lsnrctl start
(it will automatically created the listener service...)
or
(As as administrator)
C:\Windows\system32> sc create OracleOraDb11g_home1TNSListener binPath="H:\oracle\product\10.2.0\db_1\BIN\TNSLSNR.exe"
oracle database service is created fine but no listener service is creating.......
you can do it like belows
1) Opening CMD prompt with administrator privileges
(Search for cmd and right click and run as administrator)
or
you can find it here C:\Windows\System32\cmd.exe (right click and Run as Administrator)
> C:\Windows\system32> lsnrctl start
(it will automatically created the listener service...)
or
(As as administrator)
C:\Windows\system32> sc create OracleOraDb11g_home1TNSListener binPath="H:\oracle\product\10.2.0\db_1\BIN\TNSLSNR.exe"
No comments:
Post a Comment