.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
oracle directory permssions and listener

oracle directory permssions and listener

2004-10-12       - By McAllister, Andrew
Reply:     <<     11     12     13     14     15     16     17     18     19     20     >>  

Well let's just agree to disagree. On MY servers, I have a firewall
installed that blocks ALL inbound connections except to port 22 and
1521. So if my clients behaved as you describe, they wouldn't be able to
connect after the handoff to the new port. Yet they do stay connected.
My firewall does not know how to handle a hand-off connection from
sql*net.

No additional connections exist between the client and server except
from the client high-order port and the server 1521.

Running netstat -a on the server shows only 1521 connections from my
clients.

Possible that the difference is dedicated vs multi-threaded server mode?
I run dedicated only.

Andy

> -- --Original Message-- --
> From: Hollis, Les [mailto:Les.Hollis@(protected)]
snip
> Now, once the connection is MADE, through port 15xx (1521 if
> you prefer) a
> response is sent to your client that directs the actual
> connection to a port
> other than that of the listener.  Your client then reconnects to the
> database  with the port number supplied to it.
>
> Take a look at a listener.log and see what port numbers you
> are actually
> conversing on   somewhere in the 30000 and up range
> typically.... but not
> always true it depends on the server.
snip

--
To unsubscribe, email: suse-oracle-unsubscribe@(protected)
For additional commands, email: suse-oracle-help@(protected)
Please see http://www.suse.com/oracle/ before posting