Re: [suse-oracle] Oracle Installation Problem with SUSE 11 Enterprise server

"Chen Wu" <[email protected]> Mon, 01 Aug 2011 21:49:26 -0600
Newsgroups gmane.linux.suse.oracle.general
Message-ID <[email protected]>
This is a MIME message. If you are reading this text, you may want to 
consider changing to a mail reader or gateway that understands how to 
properly handle MIME multipart messages.

--=__PartB49BC0D6.2__=
Content-Type: multipart/alternative; boundary="=__PartB49BC0D6.3__="

--=__PartB49BC0D6.3__=
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable

Please do the following check:
=20
1). Make sure there is also a static IP address in the /etc/hosts file =
before installing the database.
=20
A similar /etc/hosts file as following:

127.0.0.1 localhost=20
192.168.1.10 E5400-DB.site E5400-DB
=20
2). I assume you have set the completion of other environmental variables.
=20
set ORACLE_UNQNAME=3D$ORACLE_SID=20
or=20
Edit ~/.bash_profile. Add a line in the final.
=20
export  ORACLE_UNQNAME=3D$ORACLE_SID   =20
=20
Then, startup database
=20
sqlplus /nolog
SQL> connect /as sysdba
Connected.
SQL> startup
Startup oracle listener
=20
#lsnrctl start
Startup oracle dbconsole
=20
#emctl start dbconsole
=20
If the error still, drop dbconsole and re-configuration.
=20
#emca -deconfig dbconsole db -repos drop
#emca -config dbcontrol db -repos create
#emctl status dbconsole
=20
3). If the problem still. Update the Java binaries to jdk-6u23-linux-64 or =
later.
=20

Thanks,
Chen
=20
=20
>>> dev kishore <[email protected]> 2011-8-2 8:07 >>>
Problem is getting bigger. I am able to connect to the database but not =
able to run oracle enterprise manager.

Show parameter db_unique_name=3Dorcl=20
all environment variables required are set ,just wondering what else is =
missing please help.

oracle@localhost:~/Desktop> emctl start dbconsole
Environment variable ORACLE_UNQNAME not defined. Please set ORACLE_UNQNAME =
to database unique name.=20
oracle@localhost:~/Desktop> emca -config dbcontrol db -repos create

STARTED EMCA at Aug 1, 2011 6:29:47 PM
EM Configuration Assistant, Version 11.2.0.0.2 Production
Copyright (c) 2003, 2005, Oracle. All rights reserved.

Enter the following information:
Database SID: orcl
Listener port number: 1521
Listener ORACLE_HOME [ /opt/oracle/product/11gR1/db ]: /opt/oracle/product/=
11gR1/db
Password for SYS user:=20
Password for DBSNMP user:=20
Password for SYSMAN user:=20
Email address for notifications (optional):=20
Outgoing Mail (SMTP) server for notifications (optional):=20
-----------------------------------------------------------------

You have specified the following settings

Database ORACLE_HOME ................ /opt/oracle/product/11gR1/db

Local hostname ................ localhost
Listener ORACLE_HOME ................ /opt/oracle/product/11gR1/db
Listener port number ................ 1521
Database SID ................ orcl
Email address for notifications ...............=20
Outgoing Mail (SMTP) server for notifications ...............=20

-----------------------------------------------------------------
Do you wish to continue? [yes(Y)/no(N)]: Y
Aug 1, 2011 6:31:16 PM oracle.sysman.emcp.EMConfig perform
INFO: This operation is being logged at /opt/oracle/cfgtoollogs/emca/orcl/e=
mca_2011_08_01_18_29_46.log.
Aug 1, 2011 6:31:17 PM oracle.sysman.emcp.EMReposConfig createRepository
INFO: Creating the EM repository (this may take a while) ...
Aug 1, 2011 6:39:22 PM oracle.sysman.emcp.EMReposConfig invoke
INFO: Repository successfully created
Aug 1, 2011 6:39:28 PM oracle.sysman.emcp.EMReposConfig uploadConfigDataToR=
epository
INFO: Uploading configuration data to EM repository (this may take a =
while) ...
Aug 1, 2011 6:41:24 PM oracle.sysman.emcp.EMReposConfig invoke
INFO: Uploaded configuration data successfully
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# SIGSEGV (0xb) at pc=3D0x00007f0164b2f399, pid=3D5493, tid=3D1396453607933=
28
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0_17-b03 mixed mode)
# Problematic frame:
# C [libclntsh.so.11.1+0x653399] snlinGetAddrInfo+0x1b1
#
# An error report file with more information is saved as hs_err_pid5493.log=

#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
/opt/oracle/product/11gR1/db/bin/emca: line 102: 5493 Aborted (core =
dumped) ${JRE_JAVA} $JAVA64FLAG -DDISPLAY=3D"${DISPLAY}" -DORACLE_HOME=3D"$=
{ORACLE_HOME}" -DTNS_ADMIN=3D"${TNS_ADMIN}" oracle.sysman.emcp.EMConfigAssi=
stant $*
oracle@localhost:~/Desktop>=20


On Thu, Jul 28, 2011 at 2:22 PM, Chen Wu <[email protected]> wrote:


Hello,
Please check your /etc/hosts file. Ensure that the following line exists:
127.0.0.1 localhost
Then try again!
Thanks,
Chen


_______________________________________________
suse-oracle mailing list
[email protected]=20
http://listx.novell.com/mailman/listinfo/suse-oracle>>> dev kishore =
<[email protected]> 2011-7-28 22:16 >>>
Hi,
I Installed 11gR2 on suse enterprise linux 11 server i am getting the =
below error when i start the listener. I Followed everything as mentioned =
in the document by Arun singh.
LSNRCTL> trace 2
Connecting to (DESCRIPTION=3D(ADDRESS=3D(PROTOCOL=3DIPC)(KEY=3DEXTPROC1521)=
))
TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
TNS-00511: No listener
Linux Error: 2: No such file or directory
Connecting to (DESCRIPTION=3D(ADDRESS=3D(PROTOCOL=3DTCP)(PORT=3D1521)))
TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
TNS-00511: No listener
Linux Error: 111: Connection refused
Any help highly appreciated ..Thanks in advanced .



--=__PartB49BC0D6.3__=
Content-Type: text/html; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable

<HTML><HEAD>
<META content=3D"text/html; charset=3Dutf-8" http-equiv=3DContent-Type>
<META name=3DGENERATOR content=3D"MSHTML 8.00.6001.18702"></HEAD>
<BODY style=3D"MARGIN: 4px 4px 1px; FONT: 10pt =E5=AE=8B=E4=BD=93">
<DIV><SPAN id=3Dresult_box lang=3Den class=3Dlong_text><SPAN class=3Dhps>Pl=
ease</SPAN> <SPAN class=3Dhps>do the</SPAN> <SPAN class=3Dhps>following</SP=
AN> check:</SPAN></DIV>
<DIV><SPAN lang=3Den class=3Dlong_text><SPAN class=3Dhps></SPAN></SPAN>&nbs=
p;</DIV>
<DIV>1). Make sure&nbsp;there is<SPAN id=3Dresult_box lang=3Den>&nbsp;<SPAN=
 class=3Dhps title=3D=E7=82=B9=E5=87=BB=E5=8F=AF=E6=98=BE=E7=A4=BA=E5=85=B6=
=E4=BB=96=E7=BF=BB=E8=AF=91>also</SPAN> <SPAN class=3Dhps title=3D=E7=82=B9=
=E5=87=BB=E5=8F=AF=E6=98=BE=E7=A4=BA=E5=85=B6=E4=BB=96=E7=BF=BB=E8=AF=91>a<=
/SPAN> <SPAN class=3Dhps title=3D=E7=82=B9=E5=87=BB=E5=8F=AF=E6=98=BE=E7=A4=
=BA=E5=85=B6=E4=BB=96=E7=BF=BB=E8=AF=91>static</SPAN> <SPAN class=3Dhps =
title=3D=E7=82=B9=E5=87=BB=E5=8F=AF=E6=98=BE=E7=A4=BA=E5=85=B6=E4=BB=96=E7=
=BF=BB=E8=AF=91>IP address in the /etc/hosts file before installing the =
database.</SPAN></SPAN></DIV>
<DIV><SPAN lang=3Den><SPAN class=3Dhps title=3D=E7=82=B9=E5=87=BB=E5=8F=AF=
=E6=98=BE=E7=A4=BA=E5=85=B6=E4=BB=96=E7=BF=BB=E8=AF=91></SPAN></SPAN>&nbsp;=
</DIV>
<DIV><SPAN lang=3Den><SPAN class=3Dhps title=3D=E7=82=B9=E5=87=BB=E5=8F=AF=
=E6=98=BE=E7=A4=BA=E5=85=B6=E4=BB=96=E7=BF=BB=E8=AF=91>A similar /etc/hosts=
 file&nbsp;as following:<BR></DIV></SPAN></SPAN>
<DIV><SPAN lang=3Den><SPAN class=3Dhps title=3D=E7=82=B9=E5=87=BB=E5=8F=AF=
=E6=98=BE=E7=A4=BA=E5=85=B6=E4=BB=96=E7=BF=BB=E8=AF=91>127.0.0.1 localhost =
</SPAN></SPAN></DIV>
<DIV><SPAN lang=3Den><SPAN class=3Dhps title=3D=E7=82=B9=E5=87=BB=E5=8F=AF=
=E6=98=BE=E7=A4=BA=E5=85=B6=E4=BB=96=E7=BF=BB=E8=AF=91>192.168.1.10 =
E5400-DB.site E5400-DB</SPAN></SPAN></DIV>
<DIV><SPAN lang=3Den><SPAN class=3Dhps title=3D=E7=82=B9=E5=87=BB=E5=8F=AF=
=E6=98=BE=E7=A4=BA=E5=85=B6=E4=BB=96=E7=BF=BB=E8=AF=91></SPAN></SPAN>&nbsp;=
</DIV>
<DIV><SPAN lang=3Den><SPAN class=3Dhps title=3D=E7=82=B9=E5=87=BB=E5=8F=AF=
=E6=98=BE=E7=A4=BA=E5=85=B6=E4=BB=96=E7=BF=BB=E8=AF=91>2).&nbsp;<SPAN =
id=3Dresult_box lang=3Den class=3Dlong_text><SPAN class=3Dhps>I assume</SPA=
N> <SPAN class=3Dhps>you</SPAN> <SPAN class=3Dhps>have</SPAN> <SPAN =
class=3Dhps>set the</SPAN> <SPAN class=3Dhps>completion of</SPAN> <SPAN =
class=3Dhps>other environmental</SPAN> <SPAN class=3Dhps>variables.</SPAN><=
/SPAN></SPAN></SPAN></DIV>
<DIV><SPAN lang=3Den><SPAN class=3Dhps title=3D=E7=82=B9=E5=87=BB=E5=8F=AF=
=E6=98=BE=E7=A4=BA=E5=85=B6=E4=BB=96=E7=BF=BB=E8=AF=91></SPAN></SPAN>&nbsp;=
</DIV>
<DIV><SPAN lang=3Den><SPAN class=3Dhps title=3D=E7=82=B9=E5=87=BB=E5=8F=AF=
=E6=98=BE=E7=A4=BA=E5=85=B6=E4=BB=96=E7=BF=BB=E8=AF=91>set<SPAN style=3D"BA=
CKGROUND-COLOR: rgb(255,255,255)" class=3DApple-style-span> ORACLE_UNQNAME=
=3D$ORACLE_SID </SPAN></SPAN></SPAN></DIV>
<DIV><SPAN lang=3Den><SPAN class=3Dhps title=3D=E7=82=B9=E5=87=BB=E5=8F=AF=
=E6=98=BE=E7=A4=BA=E5=85=B6=E4=BB=96=E7=BF=BB=E8=AF=91><SPAN style=3D"BACKG=
ROUND-COLOR: rgb(255,255,255)" class=3DApple-style-span>or </SPAN></SPAN></=
SPAN></DIV>
<DIV><SPAN lang=3Den><SPAN class=3Dhps title=3D=E7=82=B9=E5=87=BB=E5=8F=AF=
=E6=98=BE=E7=A4=BA=E5=85=B6=E4=BB=96=E7=BF=BB=E8=AF=91><SPAN style=3D"BACKG=
ROUND-COLOR: rgb(255,255,255)" class=3DApple-style-span>Edit ~/.bash_profil=
e. <SPAN id=3Dresult_box lang=3Den class=3D"long_text short_text"><SPAN =
class=3Dhps>Add a line</SPAN> <SPAN class=3Dhps>in the final.</SPAN></SPAN>=
</SPAN></SPAN></SPAN></DIV>
<DIV><SPAN lang=3Den><SPAN class=3Dhps title=3D=E7=82=B9=E5=87=BB=E5=8F=AF=
=E6=98=BE=E7=A4=BA=E5=85=B6=E4=BB=96=E7=BF=BB=E8=AF=91><SPAN style=3D"BACKG=
ROUND-COLOR: rgb(255,255,255)" class=3DApple-style-span><SPAN lang=3Den =
class=3D"long_text short_text"><SPAN class=3Dhps></SPAN></SPAN></SPAN></SPA=
N></SPAN>&nbsp;</DIV>
<DIV><SPAN lang=3Den><SPAN class=3Dhps title=3D=E7=82=B9=E5=87=BB=E5=8F=AF=
=E6=98=BE=E7=A4=BA=E5=85=B6=E4=BB=96=E7=BF=BB=E8=AF=91><SPAN style=3D"BACKG=
ROUND-COLOR: rgb(255,255,255)" class=3DApple-style-span><SPAN lang=3Den =
class=3D"long_text short_text"><SPAN class=3Dhps><SPAN id=3Dresult_box =
lang=3Den class=3D"long_text short_text"><SPAN class=3Dhps>export&nbsp;&nbs=
p;ORACLE_UNQNAME=3D$ORACLE_SID&nbsp;&nbsp;&nbsp; </SPAN></SPAN></SPAN></SPA=
N></SPAN></SPAN></SPAN></DIV>
<DIV><SPAN lang=3Den><SPAN class=3Dhps title=3D=E7=82=B9=E5=87=BB=E5=8F=AF=
=E6=98=BE=E7=A4=BA=E5=85=B6=E4=BB=96=E7=BF=BB=E8=AF=91></SPAN></SPAN>&nbsp;=
</DIV>
<DIV><SPAN lang=3Den><SPAN class=3Dhps title=3D=E7=82=B9=E5=87=BB=E5=8F=AF=
=E6=98=BE=E7=A4=BA=E5=85=B6=E4=BB=96=E7=BF=BB=E8=AF=91>Then, startup =
database</SPAN></SPAN></DIV>
<DIV><SPAN style=3D"BACKGROUND-COLOR: rgb(255,255,255)" class=3DApple-style=
-span></SPAN>&nbsp;</DIV>
<DIV><SPAN style=3D"BACKGROUND-COLOR: rgb(255,255,255)" class=3DApple-style=
-span>sqlplus /nolog</SPAN></DIV>
<DIV>
<DIV><SPAN style=3D"BACKGROUND-COLOR: rgb(255,255,255)" class=3DApple-style=
-span>SQL&gt; connect /as sysdba</SPAN></DIV>
<DIV><SPAN style=3D"BACKGROUND-COLOR: rgb(255,255,255)" class=3DApple-style=
-span>Connected.</SPAN></DIV>
<DIV><SPAN style=3D"BACKGROUND-COLOR: rgb(255,255,255)" class=3DApple-style=
-span>SQL&gt; startup</SPAN><BR></DIV>
<DIV>Startup oracle listener</DIV>
<DIV><SPAN style=3D"BACKGROUND-COLOR: rgb(255,255,255)" class=3DApple-style=
-span></SPAN>&nbsp;</DIV>
<DIV><SPAN style=3D"BACKGROUND-COLOR: rgb(255,255,255)" class=3DApple-style=
-span>#lsnrctl start</SPAN><BR></DIV>
<DIV>Startup oracle dbconsole</DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN style=3D"BACKGROUND-COLOR: rgb(255,255,255)" class=3DApple-style=
-span>#emctl start dbconsole</SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV>If the error still, drop dbconsole and re-configuration.</DIV>
<DIV>&nbsp;</DIV>
<DIV>#emca -deconfig dbconsole db -repos drop</DIV>
<DIV>#emca -config dbcontrol db -repos create</DIV>
<DIV>#emctl status dbconsole</DIV>
<DIV>&nbsp;</DIV>
<DIV>3). If the problem still. Update the Java binaries to jdk-6u23-linux-6=
4 or later.</DIV>
<DIV>&nbsp;</DIV>
<DIV><BR>Thanks,</DIV>
<DIV>Chen</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&gt;&gt;&gt; dev kishore &lt;[email protected]&gt; 2011-8-2 =
8:07 &gt;&gt;&gt;<BR>Problem is getting bigger. I am able to connect to =
the database but not able to run oracle enterprise manager.</DIV></DIV>
<DIV><BR></DIV>
<DIV>Show parameter db_unique_name=3Dorcl </DIV>
<DIV>all environment variables required are set ,just wondering what else =
is missing please help.<BR>
<DIV><BR></DIV>
<DIV>
<DIV>oracle@localhost:~/Desktop&gt; emctl start dbconsole</DIV>
<DIV><FONT class=3DApple-style-span color=3D#ff0000>Environment variable =
ORACLE_UNQNAME not defined. Please set ORACLE_UNQNAME to database unique =
name. </FONT></DIV>
<DIV>oracle@localhost:~/Desktop&gt; emca -config dbcontrol db -repos =
create</DIV>
<DIV><BR></DIV>
<DIV>STARTED EMCA at Aug 1, 2011 6:29:47 PM</DIV>
<DIV>EM Configuration Assistant, Version 11.2.0.0.2 Production</DIV>
<DIV>Copyright (c) 2003, 2005, Oracle. All rights reserved.</DIV>
<DIV><BR></DIV>
<DIV>Enter the following information:</DIV>
<DIV>Database SID: orcl</DIV>
<DIV>Listener port number: 1521</DIV>
<DIV>Listener ORACLE_HOME [ /opt/oracle/product/11gR1/db ]: /opt/oracle/pro=
duct/11gR1/db</DIV>
<DIV>Password for SYS user: </DIV>
<DIV>Password for DBSNMP user: </DIV>
<DIV>Password for SYSMAN user: </DIV>
<DIV>Email address for notifications (optional): </DIV>
<DIV>Outgoing Mail (SMTP) server for notifications (optional): </DIV>
<DIV>-----------------------------------------------------------------</DIV=
>
<DIV><BR></DIV>
<DIV>You have specified the following settings</DIV>
<DIV><BR></DIV>
<DIV>Database ORACLE_HOME ................ /opt/oracle/product/11gR1/db</DI=
V>
<DIV><BR></DIV>
<DIV>Local hostname ................ localhost</DIV>
<DIV>Listener ORACLE_HOME ................ /opt/oracle/product/11gR1/db</DI=
V>
<DIV>Listener port number ................ 1521</DIV>
<DIV>Database SID ................ orcl</DIV>
<DIV>Email address for notifications ............... </DIV>
<DIV>Outgoing Mail (SMTP) server for notifications ............... </DIV>
<DIV><BR></DIV>
<DIV>-----------------------------------------------------------------</DIV=
>
<DIV>Do you wish to continue? [yes(Y)/no(N)]: Y</DIV>
<DIV>Aug 1, 2011 6:31:16 PM oracle.sysman.emcp.EMConfig perform</DIV>
<DIV>INFO: This operation is being logged at /opt/oracle/cfgtoollogs/emca/o=
rcl/emca_2011_08_01_18_29_46.log.</DIV>
<DIV>Aug 1, 2011 6:31:17 PM oracle.sysman.emcp.EMReposConfig createReposito=
ry</DIV>
<DIV>INFO: Creating the EM repository (this may take a while) ...</DIV>
<DIV>Aug 1, 2011 6:39:22 PM oracle.sysman.emcp.EMReposConfig invoke</DIV>
<DIV>INFO: Repository successfully created</DIV>
<DIV>Aug 1, 2011 6:39:28 PM oracle.sysman.emcp.EMReposConfig uploadConfigDa=
taToRepository</DIV>
<DIV>INFO: Uploading configuration data to EM repository (this may take a =
while) ...</DIV>
<DIV>Aug 1, 2011 6:41:24 PM oracle.sysman.emcp.EMReposConfig invoke</DIV>
<DIV>INFO: Uploaded configuration data successfully</DIV>
<DIV>#</DIV>
<DIV><FONT class=3DApple-style-span color=3D#ff0000># An unexpected error =
has been detected by HotSpot Virtual Machine:</FONT></DIV>
<DIV><FONT class=3DApple-style-span color=3D#ff0000>#</FONT></DIV>
<DIV><FONT class=3DApple-style-span color=3D#ff0000># SIGSEGV (0xb) at =
pc=3D0x00007f0164b2f399, pid=3D5493, tid=3D139645360793328</FONT></DIV>
<DIV><FONT class=3DApple-style-span color=3D#ff0000>#</FONT></DIV>
<DIV><FONT class=3DApple-style-span color=3D#ff0000># Java VM: Java =
HotSpot(TM) 64-Bit Server VM (1.5.0_17-b03 mixed mode)</FONT></DIV>
<DIV><FONT class=3DApple-style-span color=3D#ff0000># Problematic =
frame:</FONT></DIV>
<DIV><FONT class=3DApple-style-span color=3D#ff0000># C [libclntsh.so.11.1+=
0x653399] snlinGetAddrInfo+0x1b1</FONT></DIV>
<DIV><FONT class=3DApple-style-span color=3D#ff0000>#</FONT></DIV>
<DIV><FONT class=3DApple-style-span color=3D#ff0000># An error report file =
with more information is saved as hs_err_pid5493.log</FONT></DIV>
<DIV><FONT class=3DApple-style-span color=3D#ff0000>#</FONT></DIV>
<DIV><FONT class=3DApple-style-span color=3D#ff0000># If you would like to =
submit a bug report, please visit:</FONT></DIV>
<DIV><FONT class=3DApple-style-span color=3D#ff0000># <A href=3D"http://jav=
a.sun.com/webapps/bugreport/crash.jsp">http://java.sun.com/webapps/bugrepor=
t/crash.jsp</A></FONT></DIV>
<DIV><FONT class=3DApple-style-span color=3D#ff0000>#</FONT></DIV>
<DIV><FONT class=3DApple-style-span color=3D#ff0000>/opt/oracle/product/11g=
R1/db/bin/emca: line 102: 5493 Aborted (core dumped) ${JRE_JAVA} $JAVA64FLA=
G -DDISPLAY=3D"${DISPLAY}" -DORACLE_HOME=3D"${ORACLE_HOME}" -DTNS_ADMIN=3D"=
${TNS_ADMIN}" oracle.sysman.emcp.EMConfigAssistant $*</FONT></DIV>
<DIV><FONT class=3DApple-style-span color=3D#ff0000>oracle@localhost:~/Desk=
top&gt; </FONT></DIV>
<DIV><BR></DIV><BR>
<DIV class=3Dgmail_quote>On Thu, Jul 28, 2011 at 2:22 PM, Chen Wu <SPAN =
dir=3Dltr>&lt;<A href=3D"mailto:[email protected]">[email protected]</A>&gt;</SPA=
N> wrote:<BR>
<BLOCKQUOTE style=3D"BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px =
0.8ex; PADDING-LEFT: 1ex" class=3Dgmail_quote>
<DIV style=3D"MARGIN: 4px 4px 1px">
<DIV>Hello,</DIV>
<DIV></DIV>
<DIV>Please check your /etc/hosts file. Ensure that the following line =
exists:</DIV>
<DIV></DIV>
<DIV>127.0.0.1 localhost</DIV>
<DIV></DIV>
<DIV>Then try again!</DIV>
<DIV></DIV>
<DIV>Thanks,<BR>Chen<BR></DIV>
<DIV><BR><BR></DIV>
<DIV></DIV>
<DIV>_______________________________________________<BR>suse-oracle =
mailing list<BR><A href=3D"mailto:[email protected]" target=3D_b=
lank>[email protected]</A> <BR><A href=3D"http://listx.novell.co=
m/mailman/listinfo/suse-oracle" target=3D_blank>http://listx.novell.com/mai=
lman/listinfo/suse-oracle</A>&gt;&gt;&gt; dev kishore &lt;<A href=3D"mailto=
:[email protected]" target=3D_blank>[email protected]</A>&gt; =
2011-7-28 22:16 &gt;&gt;&gt;<BR></DIV>
<DIV>
<DIV></DIV>
<DIV class=3Dh5>
<DIV>Hi,</DIV>
<DIV></DIV>
<DIV></DIV>
<DIV>I Installed 11gR2 on suse enterprise linux 11 server i am getting the =
below error when i start the listener. I Followed everything as mentioned =
in the document by Arun singh.</DIV>
<DIV></DIV>
<DIV>LSNRCTL&gt; trace 2<BR>Connecting to (DESCRIPTION=3D(ADDRESS=3D(PROTOC=
OL=3DIPC)(KEY=3DEXTPROC1521)))<BR>TNS-12541: TNS:no listener<BR>TNS-12560: =
TNS:protocol adapter error<BR>TNS-00511: No listener<BR>Linux Error: 2: No =
such file or directory<BR>Connecting to (DESCRIPTION=3D(ADDRESS=3D(PROTOCOL=
=3DTCP)(PORT=3D1521)))<BR>TNS-12541: TNS:no listener<BR>TNS-12560: =
TNS:protocol adapter error<BR>TNS-00511: No listener<BR>Linux Error: 111: =
Connection refused</DIV>
<DIV></DIV>
<DIV></DIV>
<DIV>Any help highly appreciated ..Thanks in advanced .</DIV>
<DIV></DIV>
<DIV></DIV></DIV></DIV></DIV></BLOCKQUOTE></DIV><BR></DIV></DIV></BODY></HT=
ML>

--=__PartB49BC0D6.3__=--

--=__PartB49BC0D6.2__=
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
suse-oracle mailing list
[email protected]
http://listx.novell.com/mailman/listinfo/suse-oracle

--=__PartB49BC0D6.2__=--