I am not able to startup the listner, earlier it was running fine and i did't alter the listner file also.but when i shut down the db and started the listner i am getting this error.
TNS-01155: Incorrectly specified SID_LIST_LISTENER parameter in LISTENER.ORA
NL-00303: syntax error in NV string
The listener.ora file was copied from a previous version of Oracle.
The file contains different syntax for the database and environment
variables. When you try to use this file with Oracle v8.0.5, it
cannot understand the parameters listed in the listener.ora file.
i am not altered the listner,i shut down the db.and after starting up the database i tried to startup the listner, at that time i got that error.
and my db i oracle 9i
gopu_g,
One possibility is that your original listener.ora file got deleted from OS. And when you started the listener next time, it got created with default parameters, which weren't as per your original listener's parameters. It could also be that your original listener's name was something else from the default LISTENER.
Bookmarks