Due to error occur on Oracle Listner not properly mentioned
So.., you should check lisntener.ora file and modify
Example :-
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = E:\oracle\product\10.2.0\db_1)
(PROGRAM = extproc)
)
< (SID_DESC =
(SID_NAME = localdb )
(ORACLE_HOME = E:\oracle\product\10.2.0\db_1)
(SID_NAME = localdb) >
Note : < ... > here check your service name either there or not?localdb -------- db name
And then go to
lsnrctl >stop
lsnrctl>start
Or
>set oracle_sid=localdb
>sqlplus
username : / as sysdba
>startup
& then you connect sys/sys@localdb as sysdba
Your service should be started
------------------------------------------------------------------------------------------
Thanks & Regards
S.Mohamed Azarudeen
azarmohds@gmail.com
Getting IP Address of DB Server
1 day ago
0 comments:
Post a Comment