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
Rookie Error?

Rookie Error?

2004-11-28       - By Matthew Zito

Reply:     <<     11     12     13     14     15     16     17     18     19     20  


Well, the ethereal dumps show that poirot is sending the tcp setup SYN
packet to sherlock, and sherlock is responding with the ACK and RST
flags set - connection refused, basically. They 're on the same ip
network and they both see the packets, so there 's no network-based
intermediary firewalls, both hosts are seeing traffic so there 's no
connectivity problems....my guess is one of the following:

-iptables firewall on sherlock - you can check this with iptables
--list (I know, I know, you stopped it - still, check again)
-that the listener isn 't actually binding to the external address -
this is my current favorite theory. If you do a netstat -an | grep
1522, I bet you 'll find that only 127.0.0.1 is bound to 1522, and I bet
if you check the /etc/hosts file on sherlock, that its mapped to
127.0.0.1

Let us know how that goes.

Thanks,
Matt

--
Matthew Zito
GridApp Systems
Email: mzito@(protected)
Cell: 646-220-3551
Phone: 212-358-8211 x 359
http://www.gridapp.com


On Nov 28, 2004, at 3:11 PM, Jared Still wrote:

> Here is the outpt of tcpdump on server 1, from which tnsping is being
> run
>
> [root@(protected) tmp]# tcpdump -i eth0 dst host sherlock and dst port 1522
> tcpdump: listening on eth0
> 12:02:51.800998 poirot.37843 > sherlock.1522: S
> 3140819234:3140819234(0) win 5840 <mss 1460,sackOK,timestamp 6201501
> 0,nop,wscale 0 > (DF)
>
> Here is the output on server 2 where the database resides:
>
> [root@(protected) tmp]# tcpdump -i eth0 src host poirot and dst port 1522
> tcpdump: listening on eth0
> 12:02:51.778791 poirot.37843 > 192.168.1.101.1522: S
> 3140819234:3140819234(0) win 5840 <mss 1460,sackOK,timestamp 6201501
> 0,nop,wscale 0 > (DF)

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