cancel
Showing results for 
Search instead for 
Did you mean: 

listner not starting

Former Member
0 Kudos

hi all

i chked wid lsnrctl status

lsnrctl start but getting error........ no listner..

i chked wid tnsping <host name> .... also tnsping < ip add> got error .host not reacheble ...

plz tell me the solution frm starting

REgards,

jiten

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Jiten,

check gor your listener file(listener.ora),some entries might be mssing

in that file SID and hostname file must be maintained

Also check your tnsnames.ora and sqlnet.ora files

correct them,your listener must work fine

Also if you have any issues please post the files here

and did u try starting ur database from OS level

Try doing that first as follows:

a. Start SQLPLUS:sqlplus u201C/as sysdbau201C

b. Start up the database to mount state:

SQL> startup mount

c. SQL> alter database open

If it is successful then try listener again

Rohit

Former Member
0 Kudos

i m unable to start sqlplus on hp-ux

also wher to find .ora files ? i didnt find in oracle dir

Former Member
0 Kudos

hello Jiten,

You can find the *.ora files in <oracle_home>/network/admin folder and then modify the files according to you hostname and port no.

And try to start the listner again.

And you can find the log of listner in the log directory which can be found in <oracle_home>/network/log.

Regards,

Ramkrishna

Former Member
0 Kudos

wat abt sqlplus?????/

Former Member
0 Kudos

r u sure abt oracle_home?? i didnt find oracle_home ...........

can u write commands perhaps i m using wrong commands

Former Member
0 Kudos

like go in /oracle/<SID>/102_64/network/admin

or may be /oracle/<SID>/902_64/network admin

so use the following command

like

CD /oracle/<SID>/102_64/network/admin

ls -ltr and u will get the required files

Former Member
0 Kudos

ya i chked files in both 102_ and 920_ location

sqlnet.ora,tnsnames.ora,listener.ora all hav difff permisssion n no 1 hav 777 permission.

nw tell wat to chk there........

Edited by: jiten singh on Feb 23, 2009 8:25 AM

Edited by: jiten singh on Feb 23, 2009 8:26 AM

Former Member
0 Kudos

hello

Login to OS and opened the command terminal

do this:

su - orasid

$ sqlplus \ as sysdba

you will connect

Rohit

Former Member
0 Kudos

dats fine but tell me wat shud b cheked in listener.ora n listener.ora

Former Member
0 Kudos

just post the files here

Rohit

JPReyes
Active Contributor
0 Kudos

@jiten singh

Please stop using text message language

  • Read the "rules of engagement"

Regards

Juan

Former Member
0 Kudos

please tell me what i have to check there in those file?

JPReyes
Active Contributor
0 Kudos

You need to check that the port is correct, also the SID, the host, ORACLE_HOME, etc.

Regards

Juan

Former Member
0 Kudos

Hello Jiten,

Please check the paramters as said by juan as well as once u changed it check the following commands on OS level.

lsnrctl status

and if listner is not started the please start it by following command.

lsnrctl start

As well as can you please let us know whther the database was upgarded from oracle 9i to 10g?

Regards,

Ramkrishna

Former Member
0 Kudos

yes i checked but nothing is missing and port are same only sid used in one file is in capital letters and small in other.

oracle not upgraded.

regards,

jiten

Former Member
0 Kudos

hello,

Can you paste the listner.ora and tnsnames.ora files as well as output of lsnrctl status command here.

As well as the log file of it which can be found in /oracle/<SID>/102_64/network/log.

Regards,

Ramkrishna

Former Member
0 Kudos

Hello Jiten,

can you post these files on SDN

Rohit

Former Member
0 Kudos

thanks .. resolved by restore backup.......

Answers (1)

Answers (1)

Former Member
0 Kudos

this is answered as i resolved it .

Thanks to all .