.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-19       - By Mark Bole
Reply:     1     2     3     4     5     6     7     8     9     10     >>  

JayMiller@(protected) wrote:
> Is anyone else out there running both a 10.2 and a 9.2 listener on the
> same port?

The only way you can run any two listeners on the same port is if they
have different IP addresses.  The pair of (IP address, port number) is
subject to a uniqueness constraint for listening, in most modern
operation systems.


>
> Previously I was running 3 listeners on the same port with no problems
> (2 of them 9.2 one of them 10.1).  When I try to start the listener for
> the 10.2 database it complains that there is already a listener running
> on that port:
>

That would most likely be your 10.1 listener.

>
> I'm using the same host and key settings that worked on the 10.1 instance:
>

More circumstantial evidence.

The "netstat" command, run with root privilege, under most versions of
Unix will give you more clues as to which programs are listening on
which ports.

--
Mark Bole
http://www.bincomputing.com



--
http://www.freelists.org/webpage/oracle-l