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
Cisco PIX firewall

Cisco PIX firewall

2005-01-25       - By J.Velikanovs@(protected)
Reply:     1     2     3     4     5     6     7  

In case of MTS & Firewall you can directly set ports for dispachers, for
example
local_listener=LLIST92.WORLD.LV # Set alisace in tnsnames.ora
DISPATCHERS = "(address=(protocol=tcp)(host=host_monstr)(port=7021))
(dispatchers=1)(service=KTT02.world.lv)"
DISPATCHERS = "(address=(protocol=tcp)(host=host_monstr)(port=7022))
(dispatchers=1)(service=KTT02.world.lv)"
DISPATCHERS = "(address=(protocol=tcp)(host=host_monstr)(port=7023))
(dispatchers=1)(service=KTT02.world.lv)"

Configure Firawall on 1521, 7021, 7022, 7023.

PS As mentioned by others, port redirection have place in case of MTS.


Jurijs
+371 9268222 (+2 GMT)
============================================
Thank you for teaching me.
http://otn.oracle.com/ocm/jvelikanovs.html






"Daniel Wittry" <daniel.wittry@(protected)>
Sent by: oracle-l-bounce@(protected)
2005.01.26 01:24
Please respond to daniel.wittry

       To:     <oracle-l@(protected)>
       cc:
       Subject:        RE: Cisco PIX firewall


I did this before [back when memory was a problem (so we used MTS)].

Forgive me if everybody already knows this...

Anyway, port 1521 is the starting port number, the mts server processes
communicate back to the client on a redirected port.  Therefore, you
must tell your mts config (via init.ora params) which ports are allowed
to be redirected to.  For example, you have X number of concurrent
sessions and therefore you open up x+50% ports in the range of, ohhhh,
say 15500 thru 15600.  tell the firewall that A) these ports are
bi-directional and B) sql*net traffic is the protocol. I don't remember
if ports are 1-to-1 for clients, but you could look that up.

A quick test...
You can tell Oracle NOT to redirect sql*net traffic and keep everything
on port 1521.  you will quickly bottleneck the port I/O, but at least
you will get thru your firewall (assuming 1521 is open and supports
sql*net).

I'm not a firewall guy, I just told the sys/netAdmins to do it and they
made it happen. I did the Oracle part. By the way, 7 years ago, not all
firewalls supported sql*net traffic - ensure your specific firewall is
certified for such.

__Dan

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



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