|
|
|
|
|
|
Re: How can I find current values of client SQLNET.ORA? [message #380793 is a reply to message #380792] |
Tue, 13 January 2009 06:52 |
dba4bank
Messages: 49 Registered: October 2007 Location: TURKEY
|
Member |
|
|
Actually I have a problem with Rman backup. Somedays if Backup unit is too busy .it couldn't completed.it is interrupting by following error.
I think that the problem related with sqlnet.ora (timeout)parameters.So I want to know SQLNET.ORA default value's
OS =AIX 5.3
DB VERSION=10.2.0.3.0
DB SIZE=350 GB
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-06004: ORACLE error from recovery catalog database: ORA-03135: connection lost contact
ORACLE error from recovery catalog database: ORA-03114: not connected to ORACLE
/*
SQLNET.INBOUND_CONNECT_TIMEOUT,
SQLNET.SEND_TIMEOUT,
SQLNET.RECV_TIMEOUT
*/
Gokhan Dedeler
Oracle DBA
|
|
|
|
Re: How can I find current values of client SQLNET.ORA? [message #380971 is a reply to message #380795] |
Wed, 14 January 2009 08:14 |
dba4bank
Messages: 49 Registered: October 2007 Location: TURKEY
|
Member |
|
|
Hi,
I tried verify problem a sqlplus session.And I didnt do nothing a few hours.
user profile values are unlimited.
If I find out what is the reason of connection lost contact.I believe I will figure out backup problem.
SQL> conn xxx/xxxxxx@RMAN
Connected.
SQL> select sysdate from dual;
select sysdate from dual
*
ERROR at line 1:
ORA-03135: connection lost contact
|
|
|
|
Re: How can I find current values of client SQLNET.ORA? [message #381066 is a reply to message #381040] |
Thu, 15 January 2009 02:33 |
dba4bank
Messages: 49 Registered: October 2007 Location: TURKEY
|
Member |
|
|
Hi
1) server was running during the connection. There is no error on the alert.log
2.)
here is client side sqlnet.ora
# sqlnet.ora Network Configuration File: /oracle/ora102/network/admin/sqlnet.ora
# Generated by Oracle configuration tools.
NAMES.DIRECTORY_PATH= (TNSNAMES)
here is server side sqlnet.ora
sqlnet.ora Network Configuration File: /u01/in/rman/oracle/db/10.2.0/network/admin/sqlnet.ora
# Generated by Oracle configuration tools.
NAMES.DIRECTORY_PATH= (TNSNAMES)
[Updated on: Thu, 15 January 2009 02:33] Report message to a moderator
|
|
|
|
Re: How can I find current values of client SQLNET.ORA? [message #381131 is a reply to message #381088] |
Thu, 15 January 2009 06:26 |
dba4bank
Messages: 49 Registered: October 2007 Location: TURKEY
|
Member |
|
|
Hi,
The problem;
As I mentioned before when I connected with sqlplus from client side.
SQL> conn xxx/xxxxxx@RMAN
Connected.
##AFTER 2 HOURS####
SQL> select sysdate from dual;
select sysdate from dual
*
ERROR at line 1:
ORA-03135: connection lost contact
During the connecting NO Server unexpectedly terminated or NO forced to terminate.
What is the reason of this issue?
On the client side
TNS_ADMIN=/oracle/ora102/network/admin
ORACLE_HOME=/oracle/ora102
Thank you for your interested
|
|
|
|
Re: How can I find current values of client SQLNET.ORA? [message #381139 is a reply to message #381134] |
Thu, 15 January 2009 06:59 |
dba4bank
Messages: 49 Registered: October 2007 Location: TURKEY
|
Member |
|
|
Hi,
I have just copy and paste sqlnet.ora
There is no other instance on the server
On the client side
TNS_ADMIN=/oracle/ora102/network/admin
ORACLE_HOME=/oracle/ora102
# sqlnet.ora Network Configuration File: /oracle/ora102/network/admin/sqlnet.ora
# Generated by Oracle configuration tools.
NAMES.DIRECTORY_PATH= (TNSNAMES)
On the server side
TNS_ADMIN=/u01/in/rman/oracle/db/10.2.0/network/admin
ORACLE_HOME=/u01/in/rman/oracle/db/10.2.0
sqlnet.ora Network Configuration File: /u01/in/rman/oracle/db/10.2.0/network/admin/sqlnet.ora
# Generated by Oracle configuration tools.
NAMES.DIRECTORY_PATH= (TNSNAMES)
|
|
|
|
|
|