Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • SQL Tracker by SID sqltrackerbysid.sql Oracle
  • Implementing Listener Security Oracle
  • Oracle Release Explaination Oracle
  • Vivek Tuning for Row Locks. Oracle
  • currwait.sql Oracle
  • mutex in Oracle 10.2.0.2 or Oracle 10g Oracle
  • Add new columns in dataframe Python/PySpark
  • rm_backup_arch_file.ksh Linux/Unix
  • Explain Plan Output 2 Oracle
  • When error comes for temporary tablespace with version <= 9i Oracle
  • Check SQL Server edition SQL Server
  • send email from unix mailx with attachment. Linux/Unix
  • Exadata Basics Oracle
  • Check_recovery.sh program to run sqlplus and return its values remotely. Linux/Unix
  • Facts about SCN and Rollback Segment Oracle

ORA-3136

Posted on 06-May-2010 By Admin No Comments on ORA-3136

Issue: Inbound connection timed out (ORA-3136)

In 10gR2, SQLNET.INBOUND_CONNECT_TIMEOUT the parameters were set to have a default of 60 (seconds).

Set the parameters SQLNET.INBOUND_CONNECT_TIMEOUT and INBOUND_CONNECT_TIMEOUT_listenername to 0 (indefinite).

What the error is telling you is that a connection attempt was made, but the session authentication was not provided before SQLNET.INBOUND_CONNECT_TIMEOUT seconds. As far as adverse effects in the long run, you have a user or process that is unable to connect to the database. So someone is unhappy about the database/application.

Before setting SQLNET.INBOUND_CONNECT_TIMEOUT, verify that there is not a firewall or Network Address Translation (NAT) between the client and server. Those are common cause for ORA-3136.

You need to make change in server side , to over come this error. If sqlnet.ora is not there on server side , then one can create it.

Oracle, SQL scripts

Post navigation

Previous Post: find_longsql.sql
Next Post: Goldengate Tutorial

Related Posts

  • USE_NL and INDEX hints example Oracle
  • compile_inv.sql Oracle
  • 272332.1 CRS 10g Diagnostic Collection Guide Oracle
  • Generating XML from SQLPLUS Oracle
  • DBMS_SQL for alter session. Oracle
  • Oracle 10g Installation/Applying Patches Tips Oracle

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • Ansible (0)
  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (392)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (0)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (341)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • SQL Server Vs Oracle Architecture difference25-Jul-2025
  • SQL Server: How to see historical transactions25-Jul-2025
  • SQL Server: How to see current transactions or requests25-Jul-2025
  • T-SQL Vs PL/SQL Syntax25-Jul-2025
  • Check SQL Server edition25-Jul-2025
  • Checking SQL Server Version25-Jul-2025
  • Oracle vs MYSQL Architecture differences (For DBAs)24-Jul-2025
  • V$INSTANCE of Oracle in MYSQL24-Jul-2025
  • Day to day MYSQL DBA operations (Compared with Oracle DBA)24-Jul-2025
  • MYSQL and Oracle Comparison for Oracle DBA24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • On solaris 10, “S” link is not part of $ORACLE_HOME/bin/oracle as default. ( For 9.2.0.8) Oracle
  • To check whether standby is recovering properly or not?? Oracle
  • How to analyze statspack or AWR report. Oracle
  • Jai Shree Ram Oracle
  • checking redhat linux version Linux/Unix
  • CPU Core related projections AWS
  • fdisk -l explaination about Primary-Logical-Extended Partitions Linux/Unix
  • export import with parameter file. Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme