vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| $ lsnrctl start MSMMIC LSNRCTL for Solaris: Version 9.2.0.1.0 - Production on 22-JUN-2006 20:25:18 Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved. Starting /export/home/oracle/product/9i/bin/tnslsnr: please wait... TNSLSNR for Solaris: Version 9.2.0.1.0 - Production System parameter file is /export/home/oracle/product/9i/network/admin/listener.o ra Log messages written to /export/home/oracle/product/9i/network/log/msmmic.log TNS-01151: Missing listener name, MSMMIC, in LISTENER.ORA Listener failed to start. See the error message(s) above... .................I got above error.... ..............I've tried to see in listener.ora................. SID_LIST_LISTENER_MSMMIC = (SID_LIST = (SID_DESC = (GLOBAL_DBNAME = msmmic) (ORACLE_HOME = /export/home/oracle/product/9i) (SID_NAME = msmmic) ) ) LISTENER_MSMMIC = (DESCRIPTION_LIST = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = stmossr9)(PORT = 1522)) ) (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 43.72.1.107)(PORT = 1522)) ) ) and in tnsname.ora MSMMIC = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = stmossr9)(PORT = 1522)) ) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = msmmic) ) ) It seems fine....???.... I don't know why I got this kind of error Any help would be greatly appreciated... Thanks |
| |||
| >$ lsnrctl start MSMMIC ...... > LISTENER_MSMMIC = > (DESCRIPTION_LIST = > (DESCRIPTION = > (ADDRESS = (PROTOCOL = TCP)(HOST = stmossr9)(PORT = 1522)) > ) > (DESCRIPTION = > (ADDRESS = (PROTOCOL = TCP)(HOST = 43.72.1.107)(PORT = 1522)) > ) > ) As far as I can see, listener's name is LISTENER_MSMMIC. BTW, what is a name of the host with IP address 43.72.1.107? Regards, M. |
| |||
| nx2zdk@gmail.com schrieb: > $ lsnrctl start MSMMIC > > LSNRCTL for Solaris: Version 9.2.0.1.0 - Production on 22-JUN-2006 > 20:25:18 > > Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved. > > Starting /export/home/oracle/product/9i/bin/tnslsnr: please wait... > > TNSLSNR for Solaris: Version 9.2.0.1.0 - Production > System parameter file is > /export/home/oracle/product/9i/network/admin/listener.o > ra > Log messages written to > /export/home/oracle/product/9i/network/log/msmmic.log > TNS-01151: Missing listener name, MSMMIC, in LISTENER.ORA > > > It seems fine....???.... I don't know why I got this kind of error > Any help would be greatly appreciated... Thanks > Error message is pretty obvious - try with lsnrctl start LISTENER_MSMMIC Best regards Maxim |
| |||
| Hi, May be, you first must declare the listener name, bevor you can reference it: LISTENER_MSMMIC = (DESCRIPTION_LIST = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = stmossr9)(PORT = 1522)) ) (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 43.72.1.107)(PORT = 1522)) ) ) SID_LIST_LISTENER_MSMMIC = (SID_LIST = (SID_DESC = (GLOBAL_DBNAME = msmmic) (ORACLE_HOME = /export/home/oracle/product/9i) (SID_NAME = msmmic) ) ) ...... I´m on travel and cannot test it. |
| |||
| Oh,Thanks.. it's done! Maxim Demenko wrote: > nx2zdk@gmail.com schrieb: > > $ lsnrctl start MSMMIC > > > > LSNRCTL for Solaris: Version 9.2.0.1.0 - Production on 22-JUN-2006 > > 20:25:18 > > > > Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved. > > > > Starting /export/home/oracle/product/9i/bin/tnslsnr: please wait... > > > > TNSLSNR for Solaris: Version 9.2.0.1.0 - Production > > System parameter file is > > /export/home/oracle/product/9i/network/admin/listener.o > > ra > > Log messages written to > > /export/home/oracle/product/9i/network/log/msmmic.log > > TNS-01151: Missing listener name, MSMMIC, in LISTENER.ORA > > > > > > > It seems fine....???.... I don't know why I got this kind of error > > Any help would be greatly appreciated... Thanks > > > > Error message is pretty obvious - try with > lsnrctl start LISTENER_MSMMIC > > Best regards > > Maxim |
| |||
| nx2zdk@gmail.com wrote: > Oh,Thanks.. > it's done! Pretty strange if you ask me. I start/stop/status my named listeners without the the "LISTENER_" portion all the time. In fact if I try to use it I get an error. What is your O/S platform? |
| |||
| Chuck wrote: > nx2zdk@gmail.com wrote: > > Oh,Thanks.. > > it's done! > > Pretty strange if you ask me. I start/stop/status my named listeners > without the the "LISTENER_" portion all the time. In fact if I try to > use it I get an error. > > What is your O/S platform? >From the OP's first post, I'd assume Solaris. |
| |||
| I'm runnnig Oralce9i on Solaris 8.Doing lsnrctl start LISTENER_$NAME works fine with me. you got an error? Chuck wrote: > nx2zdk@gmail.com wrote: > > Oh,Thanks.. > > it's done! > > Pretty strange if you ask me. I start/stop/status my named listeners > without the the "LISTENER_" portion all the time. In fact if I try to > use it I get an error. > > What is your O/S platform? |
| ||||
| nx2zdk@gmail.com wrote: > I'm runnnig Oralce9i on Solaris 8.Doing lsnrctl start LISTENER_$NAME > works fine with me. > > you got an error? > > Chuck wrote: >> nx2zdk@gmail.com wrote: >>> Oh,Thanks.. >>> it's done! >> Pretty strange if you ask me. I start/stop/status my named listeners >> without the the "LISTENER_" portion all the time. In fact if I try to >> use it I get an error. >> >> What is your O/S platform? > Yep |