Tuesday, July 6, 2010

PushConfig Issues & ORA-3136

PushConfig fails on BB9.1 and Oracle 10.2.0.4 with oracle alert_logs error message
"WARNING: inbound connection timed out (ORA-3136)

Solution


Add this line to the /app/oracle/product/10.2.0/db_1/network/admin/listener.ora
INBOUND_CONNECT_TIMEOUT_LISTENER = 0

Do the same in /app/oracle/product/10.2.0/db_1/network/admin/sqlnet.ora

# Generated by Oracle configuration tools.
NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
SQLNET.INBOUND_CONNECT_TIMEOUT =0

No comments:

Post a Comment