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     >>  

> -- --Original Message-- --
> From: Hans Forbrich [mailto:hforbric_suse@(protected)]
snip
> - your program talks to the listener on port 1521 using
> Oracle Networking
>
> * the listener tells the Oracle kernel to start up a
> dedicated process
> *       - dedicated will connect to a free port other than 1521
>         - there are firewall implications to this!
snip
Actually, in the *nix world the connection stays on 1521. So, the only
firewall issue is opening port 1521 to inbound connections. In the
windows world the default behavior is to open up and switch to another
free port other than 1521. BUT! In windows 2003 (and possibly Win2K)
there are registry settings that you can use that will KEEP the client
connected to the server via 1521, just like *nix. So, these days there
isn't a need for firewalls with SQLNet proxies.

All of our Oracle servers (Windows and Linux) are configured to allow
inbound traffic only on 1521 and they work perfectly with clients AND
other Oracle servers.

I think you are right in that older versions of SQL*Net used extra ports
besides 1521, but at least in 9i that behavior has changed. Weee! No
more firewall fixup rules!

Andy

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