This is a discussion on Listener not starting after booting within the Oracle Miscellaneous forums, part of the Oracle Database category; --> Hi all, I installed Oracle 10g on my Debian Sarge. After the installation everything was ok. The listener was ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi all, I installed Oracle 10g on my Debian Sarge. After the installation everything was ok. The listener was running, the DB was accessible. Very happy. :-) When I started my system this morning I couldn't start the listener any more. The error message I get is "LSNRCTL for Linux: Version 10.1.0.2.0 - Production on 27-JUL-2004 12:30:51 Copyright (c) 1991, 2004, Oracle. All rights reserved. Message 1070 not found; No message file for product=network, facility=TNSTNS-12545: Message 12545 not found; No message file for product=network, facility=TNS TNS-12560: Message 12560 not found; No message file for product=network, facility=TNS TNS-00515: Message 515 not found; No message file for product=network, facility=TNS Linux Error: 2: No such file or directory" I think this only tells me that message for the error could not be found. Is there anything wrong with some file permissions, if yes, which one? I hope anybody can help me. For me it's strange, because everything was ok after installation. Regards, Axel |
| |||
| Axel Seinsche <newsgroup@seinsche.net> wrote in message news:<41062dd5$0$12449$9b622d9e@news.freenet.de>.. . > Hi all, > > I installed Oracle 10g on my Debian Sarge. After the installation > everything was ok. The listener was running, the DB was accessible. Very > happy. :-) > > When I started my system this morning I couldn't start the listener any > more. The error message I get is > > "LSNRCTL for Linux: Version 10.1.0.2.0 - Production on 27-JUL-2004 12:30:51 > > Copyright (c) 1991, 2004, Oracle. All rights reserved. > > Message 1070 not found; No message file for product=network, > facility=TNSTNS-12545: Message 12545 not found; No message file for > product=network, facility=TNS > TNS-12560: Message 12560 not found; No message file for > product=network, facility=TNS > TNS-00515: Message 515 not found; No message file for > product=network, facility=TNS > Linux Error: 2: No such file or directory" > > I think this only tells me that message for the error could not be > found. Is there anything wrong with some file permissions, if yes, which > one? I hope anybody can help me. For me it's strange, because everything > was ok after installation. > > Regards, > > Axel Was the Oracle environment set properly before the attemp to start the listener? Does the $ORACLE_HOME/network directory contain a mesg directory full of msg and msb files? Does the oraus.msg file exist in the $ORACLE_HOME/rdbms/mesg directory? Were the error messages displayed from an automatic startup after reboot or a manual attempt? HTH -- Mark D Powell -- |
| |||
| Axel Seinsche <newsgroup@seinsche.net> wrote in message news:<41062dd5$0$12449$9b622d9e@news.freenet.de>.. . > Hi all, > > I installed Oracle 10g on my Debian Sarge. After the installation > everything was ok. The listener was running, the DB was accessible. Very > happy. :-) > > When I started my system this morning I couldn't start the listener any > more. The error message I get is > > "LSNRCTL for Linux: Version 10.1.0.2.0 - Production on 27-JUL-2004 12:30:51 > > Copyright (c) 1991, 2004, Oracle. All rights reserved. > > Message 1070 not found; No message file for product=network, > facility=TNSTNS-12545: Message 12545 not found; No message file for > product=network, facility=TNS > TNS-12560: Message 12560 not found; No message file for > product=network, facility=TNS > TNS-00515: Message 515 not found; No message file for > product=network, facility=TNS > Linux Error: 2: No such file or directory" > > I think this only tells me that message for the error could not be > found. Is there anything wrong with some file permissions, if yes, which > one? I hope anybody can help me. For me it's strange, because everything > was ok after installation. > > Regards, > > Axel Often when Oracle can't find the message files ORACLE_HOME hasn't been set correctly in the environment. Did you set it and export it before trying to start the listener? If you su - oracle you need to set your ..profile or .kshrc or whatever your default shell uses. jg -- @home.com is bogus. Fighting over "geek" as intellectual property. http://www.signonsandiego.com/uniont...1b26geeks.html |
| ||||
| Joel Garry schrieb: > > > Often when Oracle can't find the message files ORACLE_HOME hasn't been > set correctly in the environment. Did you set it and export it before > trying to start the listener? If you su - oracle you need to set your > .profile or .kshrc or whatever your default shell uses. > > jg > -- > @home.com is bogus. > Fighting over "geek" as intellectual property. > http://www.signonsandiego.com/uniont...1b26geeks.html You were right. The environment wasn't set correctly. As I am quite new to Debian some things have changed unlike SuSE. :-( Thanks for your help. rgds |