.ora-code.com

Links
Home
Oracle DBA Forum
Frequent Oracle Errors
TNS:could not resolve the connect identifier specified
Backtrace message unwound by exceptions
invalid identifier
PL/SQL compilation error
internal error
missing expression
table or view does not exist
end-of-file on communication channel
TNS:listener unknown in connect descriptor
insufficient privileges
PL/SQL: numeric or value error string
TNS:protocol adapter error
ORACLE not available
target host or object does not exist
invalid number
unable to allocate string bytes of shared memory
resource busy and acquire with NOWAIT specified
error occurred at recursive SQL level string
ORACLE initialization or shutdown in progress
archiver error. Connect internal only, until freed
snapshot too old
unable to extend temp segment by string in tablespace
Credential retrieval failed
missing or invalid option
invalid username/password; logon denied
unable to create INITIAL extent for segment
out of process memory when trying to allocate string bytes
shared memory realm does not exist
cannot insert NULL
TNS:unable to connect to destination
remote database not found'>ora-02019
exception encountered: core dump
inconsistent datatypes
no data found
TNS:operation timed out
PL/SQL: could not find program
existing state of packages has been discarded
maximum number of processes exceeded
error signaled in parallel query server
ORACLE instance terminated. Disconnection forced
TNS:packet writer failure
see ORA-12699
missing right parenthesis
name is already used by an existing object
cannot identify/lock data file
invalid file operation
quoted string not properly terminated
10.2 listener won 't start on same port as 9.2 listener

10.2 listener won 't start on same port as 9.2 listener

2005-09-20       - By William B Ferguson
Reply:     <<     11     12     13     14     15     16     17     18     19     20     >>  

<FONT face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size=2><DIV
>Jay,</DIV><DIV>&nbsp;</DIV><DIV>Because of the error message you are receiving,
"<FONT face="Courier New">ORA-12500 (See ORA-12500.ora-code.com): TNS:listener failed to start a dedicated
server process", instead of a listener problem, check for the following line in
your tnsnames.ora file(s):</FONT></DIV><DIV><FONT face="Courier New"></FONT>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (SERVER = DEDICATED)</DIV><DIV>If you find the
line, delete it or sometimes setting it to SHARED will work. I've encountered
that same error message numerous times, a real headache.<BR></DIV><DIV><BR>----
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -----<BR><BR
>                               Bill Ferguson<BR>            U.S. Geological
Survey - Minerals Information Team<BR>                           PO Box 25046,
MS-750<BR>                           Denver Federal Center<BR>                
        Denver, Colorado 80225<BR>           V
oice (303)236-8747 ext. 321     Fax   (303)236-4208<BR>      ~ Think on a
grand scale, start to implement on a small scale ~<BR><DIV><BR></DIV><FONT
color=#990099>-- --oracle-l-bounce@(protected) wrote: -- --<BR><BR></FONT>
<blockquote style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px;
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">To: makbo@(protected)<BR
>From: JayMiller@(protected)<BR>Sent by: oracle-l-bounce@(protected)<BR
>Date: 09/20/2005 09:40AM<BR>cc: oracle-l@(protected)<BR>Subject: RE: 10.2
listener won't start on same port as 9.2 listener<BR><BR><FONT face=monospace
size=2>No, the key is different. &nbsp;I'm using the exact same listener.ora
that I<BR>did<BR>for the 10.1 instance with the exception of the different
ORACLE_HOME. &nbsp;I<BR>differentiate the keys by adding the instance name (e.g
., KEY =<BR>EXTPROCAAA,<BR>KEY = EXTPROCBBB, KEY = EXTPROCCCC).<BR><BR>I'll
speak with the SAs about running netstat --listening tonight.<BR><BR>I di
dn't try turning off both other listeners and then restarting all<BR>three<BR
>but when I refreshed from my 10.1 backup the listener started up with no<BR
>problems.<BR><BR>Regarding the last question, see my response to Mladen.<BR><BR
>One additional note on something I tried after sending the email to the<BR>list
. &nbsp;I tried adding the 10.2 instance to one of the 9.2 listeners<BR>
(figuring I could run that way on a temporary basis) and while the<BR>listener
<BR>came up I was unable to connect.<BR><BR>This was the entry:<BR><BR>listener
_rtb =<BR>&nbsp;(DESCRIPTION_LIST =<BR>&nbsp; &nbsp;(DESCRIPTION =<BR>&nbsp;
&nbsp; &nbsp;(ADDRESS_LIST =<BR>&nbsp; &nbsp; &nbsp; &nbsp;(ADDRESS =  
(PROTOCOL =   TCP)(HOST = usnjc01urp004)(PORT = 1526))<BR>&nbsp; &nbsp; &nbsp;)
<BR>&nbsp; &nbsp; &nbsp;(ADDRESS_LIST =<BR>&nbsp; &nbsp; &nbsp; &nbsp;(ADDRESS =
  (PROTOCOL =   IPC)(KEY = EXTPROCRTB))<BR>&nbsp; &nbsp; &nbsp;)<BR>&nbsp;
&nbsp;)<BR>&nbsp;)<BR><BR>SID_LIST_listener_rtb =<BR>&nbsp;(SID
_LIST =<BR>&nbsp; &nbsp;(SID_DESC =<BR>&nbsp; &nbsp; &nbsp;(ORACLE_HOME=  
/oracle/rtbp/product/9.2.0)<BR>&nbsp; &nbsp; &nbsp;(SID_NAME = rtbp)<BR>&nbsp;
&nbsp;)<BR>&nbsp; &nbsp;(SID_DESC =<BR>&nbsp; &nbsp; &nbsp;(ORACLE_HOME= /oracle
/mds/product/10.2.0)<BR>&nbsp; &nbsp; &nbsp;(SID_NAME = mdsdb)<BR>&nbsp; &nbsp;)
<BR>&nbsp; &nbsp;(SID_DESC =<BR>&nbsp; &nbsp; &nbsp;(SID_NAME =    PLSExtProc)
<BR>&nbsp; &nbsp; &nbsp;(ORACLE_HOME =    /oracle/rtbp/product/9.2.0)<BR>&nbsp;
&nbsp; &nbsp;(PROGRAM = extproc)<BR>&nbsp; &nbsp;)<BR>&nbsp;)<BR><BR>This was
the error I got when I tried to connect through the listener:<BR>ORA-12500 (See ORA-12500.ora-code.com): TNS
:listener failed to start a dedicated server process<BR><BR>I'm wondering now if
the fact that I have PROGRAM =           extproc but KEY =<BR>EXTPROCRTB could
possibly be an issue? &nbsp;Something else to try once the<BR>developers
release the box to me tonight.<BR><BR><BR><BR>Thanks,<BR>Jay Miller<BR><BR><BR>
<BR><BR>-- --Original Message-- --<BR>From: Mark
 Bole [<A href="mailto:makbo@(protected)" target=blank >mailto:makbo@(protected)
.net</A>] <BR>Sent: Tuesday, September 20, 2005 10:24 AM<BR>Cc: oracle-l
@(protected)<BR>Subject: Re: 10.2 listener won't start on same port as 9.2
listener<BR><BR><BR><BR>Have you tried the above step first? &nbsp;Note that
ADDRESSes are not <BR>limited to TCP protocol. &nbsp;Perhaps you have a
conflicting IPC key? &nbsp;What <BR>are the results of the "netstat --listening
" command run as root?<BR><BR>Break the problem down through process of
elimination. &nbsp;Double-check <BR>your ORACLE_HOME settings when starting
each listener. &nbsp;Eliminate all <BR>but one ADDRESS for each listener, and
then add them back in one at a<BR>time.<BR><BR>But, as Mladen stated, there is
rarely a reason to run more than one <BR>listener per machine. &nbsp;Why do you
need to do this?<BR><BR>-- <BR>Mark Bole<BR><A href="http://www.bincomputing
.com/" target=blank  >http://www.bincomputing.com</A><BR><BR><BR><BR>--<BR>
<A href="http://www.freelists.org/webpage/oracle-l" target=blank  >http://www
.freelists.org/webpage/oracle-l</A><BR><BR>-- ---- ---- ---- ---- ---- ---- ----
----<BR>This message is confidential and sent by TD Waterhouse solely for use<BR
>by the intended recipient. &nbsp;If you are not the intended recipient, you<BR
>are hereby notified that any use, distribution or copying of this<BR
>communication is strictly prohibited. &nbsp;This should not be deemed as an<BR
>offer or solicitation, to buy or sell any product. Any 3rd party<BR>information
contained herein was prepared by sources deemed reliable,<BR>but is not
guaranteed. &nbsp;TD Waterhouse does not accept electronic<BR>instructions that
would require an original signature. Information<BR>received by or sent from TD
Waterhouse is stored, subject to review,<BR>and may be produced to regulatory
authorities or others with a legal<BR>right to such.<BR><BR>--<BR><A href="http
://www.freelists.org/webpage/oracle-l"   target=blank  
>http://www.freelists.org/webpage/oracle-l</A><BR></FONT></blockquote><br><
/DIV></FONT>--
http://www.freelists.org/webpage/oracle-l