Skip to Main Content
  • Questions
  • TNS error about 'TNS-12535 and TNS-00505' in alert log file of my Oracle 11.2.0.4.0 ?

Breadcrumb

Question and Answer

Connor McDonald

Thanks for the question, Quanwen.

Asked: September 21, 2017 - 8:05 am UTC

Last updated: September 29, 2017 - 1:13 pm UTC

Version: 11.2.0.4.0

Viewed 50K+ times! This question is

You Asked

Hi,teams
I found that there has a plenty of TNS error about 'TNS-12535 and TNS-00505' in alert log file of my Oracle 11.2.0.4.0.
part content as follows,
......
***********************************************************************
Fatal NI connect error 12170.
 
  VERSION INFORMATION:
        TNS for Linux: Version 11.2.0.4.0 - Production
        Oracle Bequeath NT Protocol Adapter for Linux: Version 11.2.0.4.0 - Production
        TCP/IP NT Protocol Adapter for Linux: Version 11.2.0.4.0 - Production
  Time: 21-SEP-2017 15:42:00
  Tracing not turned on.
  Tns error struct:
    ns main err code: 12535
 
TNS-12535: TNS:operation timed out
    ns secondary err code: 12560
    nt main err code: 505
 
TNS-00505: Operation timed out
    nt secondary err code: 110
    nt OS err code: 0
  Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=xxx.xxx.xxx.xxx)(PORT=40762))
 
***********************************************************************
Fatal NI connect error 12170.
 
  VERSION INFORMATION:
        TNS for Linux: Version 11.2.0.4.0 - Production
        Oracle Bequeath NT Protocol Adapter for Linux: Version 11.2.0.4.0 - Production
        TCP/IP NT Protocol Adapter for Linux: Version 11.2.0.4.0 - Production
  Time: 21-SEP-2017 15:42:07
  Tracing not turned on.
  Tns error struct:
    ns main err code: 12535
 
TNS-12535: TNS:operation timed out
    ns secondary err code: 12560
    nt main err code: 505
 
TNS-00505: Operation timed out
    nt secondary err code: 110
    nt OS err code: 0
  Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=xxx.xxx.xxx.xxx)(PORT=40757))
Thu Sep 21 15:42:10 2017
 
***********************************************************************
Fatal NI connect error 12170.
 
  VERSION INFORMATION:
        TNS for Linux: Version 11.2.0.4.0 - Production
        Oracle Bequeath NT Protocol Adapter for Linux: Version 11.2.0.4.0 - Production
        TCP/IP NT Protocol Adapter for Linux: Version 11.2.0.4.0 - Production
  Time: 21-SEP-2017 15:42:10
  Tracing not turned on.
  Tns error struct:
    ns main err code: 12535
 
TNS-12535: TNS:operation timed out
    ns secondary err code: 12560
    nt main err code: 505
 
TNS-00505: Operation timed out
    nt secondary err code: 110
    nt OS err code: 0
  Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=xxx.xxx.xxx.xxx)(PORT=40764))
......

Now,how to solve this problem for me?Please give me some guiding advices,thanks!

Best Regards,
Quanwen Zhao

and Connor said...

From MOS Note 1286376.1

CHANGES

No changes are necessary, but may have recently upgraded the database to 11g release 1 or higher, or installed a new Oracle11g database.

Note: Prior to 11gR1 these same 'Fatal NI connect error 12170' are written to the sqlnet.log

CAUSE

These time out related messages are mostly informational in nature.  The messages indicate the specified client connection (identified by the 'Client address:' details) has experienced a time out.  The 'nt secondary err code' identifies the underlying network transport, such as (TCP/IP) timeout limits after a client has abnormally terminated the database connection.

The 'nt secondary err code' translates to underlying network transport timeouts for the following Operating Systems:

For the Solaris system: nt secondary err code: 145:
ETIMEDOUT 145 /* Connection timed out */

For the Linux operating system: nt secondary err code: 110
ETIMEDOUT 110 Connection timed out

For the HP-UX system: nt secondary err code: 238:
ETIMEDOUT 238 /* Connection timed out */

For AIX: nt secondary err code: 78:
ETIMEDOUT 78 /* Connection timed out */


For Windows based platforms: nt secondary err code: 60 (which translates to Winsock Error: 10060)

Description:  A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.

The reason the messages are written to the alert log is related to the use of the new 11g Automatic Diagnostic Repository (ADR) feature being enabled by default.  See (Doc ID 454927.1).

SOLUTION

Suggested Actions:

- Search the corresponding text version of the listener log located on the database server for the corresponding client connection referenced by the Client address details referenced in the alert log message.

For the message incident below you would search the listener log for the 'Client address' string: 

(ADDRESS=(PROTOCOL=tcp)(HOST=10.xxx.yy.117)(PORT=1092))

The search of the listener log should find the most recent connection before the time reference displayed in the alert log message, e.g. '22-JAN-2011 21:48:23'.

-Corresponding listener log entry:

22-JAN-2011 21:20:12 * (CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=AMN11264.us.oracle.com)(CID=(PROGRAM=D:\app\mcassady\product\11.2.0\dbhome_1\bin\sqlplus.exe)(HOST=mcassady-lap)(USER=mca
ssady))) * (ADDRESS=(PROTOCOL=tcp)(HOST=10.xxx.yy.117)(PORT=1092)) * establish * AMN11264.us.oracle.com * 0

- Alert log entry:
------------

Fatal NI connect error 12170.

VERSION INFORMATION:
TNS for Solaris: Version 11.2.0.1.0 - Production
Oracle Bequeath NT Protocol Adapter for Solaris: Version 11.2.0.1.0 - Production
TCP/IP NT Protocol Adapter for Solaris: Version 11.2.0.1.0 - Production
Time: 22-JAN-2011 21:48:23
Tracing not turned on.
Tns error struct:
ns main err code: 12535

TNS-12535: TNS:operation timed out
ns secondary err code: 12560
nt main err code: 505

TNS-00505: Operation timed out
nt secondary err code: 145
nt OS err code: 0
Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=10.xxx.yy.117)(PORT=1092))

------------

Note the time of the client corresponding client connection(s) in the listener log.  Here you may find a particular client, set of clients or particular applications that are improperly disconnecting causing the timeout errors to be raised and recorder in the database alert log.

 

See the following for more information and a potential solution where a firewall may be causing this issue:   Note:1628949.1   Alert Log Errors: 12170 TNS-12535/TNS-00505: Operation Timed Out



You may choose to revert from the new Automatic Diagnostic Repository (ADR) method to prevent the Oracle Net diagnostic details from being written to the alert log(s) by setting the following Oracle Net configuration parameters:


To revert to Oracle Net Server tracing/logging, set following parameter in the server's sqlnet.ora :

DIAG_ADR_ENABLED = OFF

Also, to back out the ADR diag for the Listener component, set following parameter in the server's listener.ora:

DIAG_ADR_ENABLED_<listenername> = OFF

   - Where the <listenername> would be replaced with the actual name of the configured listener(s) in the listener.ora configuration file.  For example, if the listener name is 'LISTENER', the parameter would read:

DIAG_ADR_ENABLED_LISTENER = OFF

-Reload or restart the TNS Listener for the parameter change to take effect.


Rating

  (5 ratings)

Is this answer out of date? If it is, please let us know via a Comment

Comments

Quanwen Zhao, September 25, 2017 - 1:53 am UTC

Thanks,Connor!
Your suggestion is very nice,according to what you guide,i add parameter 'DIAG_ADR_ENABLED = OFF' in file 'sqlnet.ora' and 'DIAG_ADR_ENABLED_LISTENER = OFF' in file 'listener.ora',ever since there has no error of 'TNS-12535' and 'TNS-00505'.

Now,there has this error about ORA-609 and ORA-3136 in my alert log file,
such as below,
......
Mon Sep 25 04:20:05 2017
opiodr aborting process unknown ospid (85405) as a result of ORA-609
Mon Sep 25 04:20:05 2017
opiodr aborting process unknown ospid (85379) as a result of ORA-609
Mon Sep 25 04:20:05 2017
opiodr aborting process unknown ospid (85485) as a result of ORA-609
Mon Sep 25 04:20:05 2017
opiodr aborting process unknown ospid (85493) as a result of ORA-609
Mon Sep 25 04:20:05 2017
opiodr aborting process unknown ospid (85509) as a result of ORA-609
Mon Sep 25 04:20:06 2017
opiodr aborting process unknown ospid (85535) as a result of ORA-609
Mon Sep 25 04:20:06 2017
opiodr aborting process unknown ospid (85527) as a result of ORA-609
Mon Sep 25 04:20:06 2017
opiodr aborting process unknown ospid (85495) as a result of ORA-609
Mon Sep 25 04:20:16 2017
opiodr aborting process unknown ospid (86631) as a result of ORA-609
Mon Sep 25 05:17:37 2017
WARNING: inbound connection timed out (ORA-3136)
Mon Sep 25 05:18:11 2017
WARNING: inbound connection timed out (ORA-3136)
Mon Sep 25 05:22:16 2017
WARNING: inbound connection timed out (ORA-3136)
Mon Sep 25 06:02:53 2017
WARNING: inbound connection timed out (ORA-3136)
Mon Sep 25 06:03:18 2017
WARNING: inbound connection timed out (ORA-3136)
Mon Sep 25 06:04:49 2017
WARNING: inbound connection timed out (ORA-3136)
......


Best Regards,
Quanwen Zhao
Connor McDonald
September 25, 2017 - 3:49 am UTC

MOS note 1116960.1

CAUSE

The ORA-609 error is thrown when a client connection of any kind failed to complete or aborted the connection process before the connection/authentication process was complete. 

Very often, this connection abort is due to a timeout.  Beginning with 10gR2, a default value for inbound connect timeout has been set at 60 seconds.  This time limit is often inadequate for the entire connection process to complete.    

We have also discovered that the ORA-609 occurs frequently in installations where the database is monitored by DB Console and the Enterprise Manager agent (emagent).   After the DB Console is started and as a matter of routine, the emagent will repeatedly try to connect to the target instances.  We can see frequent emagent connections in the listener.log without error.  However, on occasion it may have failed to complete the connection process at the database so an ORA-609 is thrown.  The emagent will simply retry the connection and may be successful on the subsequent try.  (Provided there is no real fault occurring at the listener or database).  This temporary failure to connect will not be reported back to DB Console and there will be no indication, except for the ORA-609, that a fault occurred.

SOLUTION

 

If the RDBMS is running on a Windows server, please reference the troubleshooting found in Note: 987162.1  as well as this note.

 

It can be somewhat challenging  to determine the origin of the client that is causing the error.   Often we find that the 609 is caused by a client that drops the connection before it's completed at the database.  This is especially
true with JDBC thin where an "outbound" connection timer might be in place.

When the error is being thrown intermittently, it is likely that an increase in the INBOUND CONNECT TIMEOUT setting will resolve most of the ORA-609s.  It is not likely that an intermittent 609 is caused  by some DB performance
or any listener performance issue. 

e.g.

Sqlnet.ora at RDBMS_HOME/network/admin (not GRID) 

SQLNET.INBOUND_CONNECT_TIMEOUT=120

These settings are in seconds.  Again, the default is 60.  A setting of 120 seconds should resolve most if not all ORA-609 errors.

As explained in the Cause section, The ORA-609 error is thrown when a client connection of any kind failed to complete or aborted the connection process, so ORA-609 and TNS- errors are expected while shutting down the database - as client connection will fail to complete or aborted the connection process before the connection/authentication process was complete. So please ignore the ORA-609 and TNS- errors, if these are appear while database instance is shutting down.

If the issue persists and inbound connect does not have any effect, the following steps are intended to help locate  the client that may be causing the errors.

1)  Suppress the TNS errors in the alert.log by setting the following sqlnet.ora file parameter:  

sqlnet.ora file (on the server): DIAG_ADR_ENABLED = OFF

Reload the listener following this change.

This will cause the TNS errors to be posted to the ORACLE_HOME/network/log/sqlnet.log file that is local to the database and may yield useful information about the client's address.

For example, here's a snippet from a server side sqlnet.log where client address information was posted:

Production Time: 15-FEB-2010 07:15:01

Fatal NI connect error 12537, connecting to:
(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(Host=yourhost)(Port=1521))(CONNECT_DATA=(SID=PROD1DR)(CID=(PROGRAM=sqlplus)(HOST=client_host)(USER=client))))

Observe the PROGRAM and HOST fields on the last line.  This is where the connection originated.
Be sure to match timestamps in the sqlnet.log with the timestamps of the alert.log errors.  Once you've located the offending client, you can enable client tracing to try and determine the cause.  
Add the following parameters to the sqlnet.ora file that would be referenced  by the client.

TRACE_LEVEL_CLIENT=16
TRACE_DIRECTORY_CLIENT=<dir location>
TRACE_TIMESTAMP_CLIENT=TRUE
DIAG_ADR_ENABLED=off   <====Use this only with 11g and newer clients

If you need assistance with client or server tracing, please open an SR with Global Customer Support.


2)  Check the listener.log for client connections that were logged at timestamps that match the ORA-609 timestamps as they appear in the alert.log.  The client information is recorded in each listener.log entry.  Since this error occurs AFTER the listener has handled the connection, do not expect to see errors in the listener.log.

Here's an example snippet of an incoming client connection that was posted to the listener.log:

20-JAN-2009 17:08:45 (CONNECT_DATA=(SID=orcl)(CID=(PROGRAM=D:\oracle\product\10.1.0\Db_1\perl\5.6.1\bin\MSWin32-x86\perl.exe)(HOST=myclient)

Note that the exact timestamp, program name and client host will often be recorded.  Again, once you've located the offending client, enable tracing (see above) to try to capture the connection failure.

3)  Enable server side Oracle Net tracing and capture the TNS error along with the incoming connection.
Match the PID that accompanies the ORA-609 to the server trace label.  e.g.  

ORA-609 : opiodr aborting process unknown ospid (4799_1)  *Note the PID

This PID would correspond to server trace labeled:  svr_4799.trc.  Check the server trace for either TNS error (the 609 will not appear) and try to locate the originating client address.  If assistance is needed for this investigation, please open an SR with Oracle Support.

See below for instuctions on enabling Oracle Net server tracing.


The following details the discovery of the source of an ORA-609 for a real case:

The alert.log reports the following messages intermittently but frequently:

Mon Nov 16 22:39:22 2009
ORA-609 : opiodr aborting process unknown ospid (nnnn)

Enabled Oracle Net server tracing in the sqlnet.ora file that would be referenced by the instance where the ORA-609 is being thrown.

TRACE_LEVEL_SERVER=16
TRACE_DIRECTORY_SERVER=<dir location>
TRACE_TIMESTAMP_SERVER=TRUE
DIAG_ADR_ENABLED=off

It's important to note that in GRID installations, the instance or database would reference .ora files in RDBMS_HOME/network/admin by default.  Versus GRID_HOME.


ORA-609 : opiodr aborting process unknown ospid (5233_1)

Note that the server trace file set that corresponded to this event was named svr_5233*.trc.
Of course the timestamps of the alert.log event and the server trace creation matched as well.

A review of the server trace showed only an EOF failure and the  TNS-12537 error:

Read unexpected EOF ERROR 
nserror: nsres: id=0, op=68, ns=12537

In this particular case, there was no information about the client in the trace. This is atypical for a server trace.   It may be that the client aborted before all the client information was posted to the file.  However, there was post in the listener.log for an emagent connection that was established at the same point in time.

Here's an excerpt from a listener.log entry where an emagent establishes a connection:

PROGRAM=D:\oracle\product\10.1.0\Db_1\bin\emagent.exe

Checked the EM Agent traces and logs and discovered the following entry:

Fatal NI connect error 12547, connecting to:
(LOCAL=NO)

VERSION INFORMATION:
TNS for Solaris: Version 11.1.0.7.0 - Production
Oracle Bequeath NT Protocol Adapter for Solaris: Version 11.1.0.7.0 - Production
TCP/IP NT Protocol Adapter for Solaris: Version 11.1.0.7.0 - Production
Time: 16-NOV-2009 22:39:22

****Tracing to file: /backup/sid_traces/sqlnetlog/svr_5233.trc 

Tns error struct:

ns main err code: 12547
TNS-12547: TNS:lost contact
ns secondary err code: 12560
nt main err code: 0
nt secondary err code: 0
nt OS err code: 0

****Note the name of the server trace which contains the PID:  svr_5233.trc 
Also, the timestamp of the agent event matches the timestamp of the alert.log error.
 

Check the following locations for EM Agent traces. If working with support on this issue and the EM Agent is suspected, upload ALL files under:

$ORACLE_HOME/sysman/log/emagent.trc < Single node agent trace location
$ORACLE_HOME/host/sysman/log/emagent.trc < RAC agent trace location


It was determined that in this case, the emagent was aborting the connection before it was complete and then simply reconnecting and succeeding on the subsequent try.  No errors were reported in the listener log or listener trace. No errors were returned to the DB Console.  There was no apparent outage of any kind.  No action was taken to correct the ORA-609 in this case.  It was decided that the message was informational and completely benign.

 

Please review the following documents for more information about timeouts and tracing:

Note: 119706.1 Troubleshooting Guide TNS-12535 or ORA-12535 or ORA-12170 
Errors


Quanwen Zhao, September 25, 2017 - 2:47 am UTC

At the same time,my listener.log file has no existed now,because i need to backup listener.log every Saturday(prevent its size become huge),it has appended such hint about '
System parameter file is /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora
Trace information written to /u01/app/oracle/product/11.2.0/db_1/network/trace/listener.trc
Trace level is currently 0
' in my backup listener.log 'listener_orcl28_20170923010001.log'.
I use 'lsnrctl status' to check location of listener.log,as follows,
lsnrctl status
LSNRCTL for Linux: Version 11.2.0.4.0 - Production on 25-SEP-2017 10:22:41
Copyright (c) 1991, 2013, Oracle.  All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=10.101.0.28)(PORT=1521)))
STATUS of the LISTENER
------------------------
Alias                     LISTENER
Version                   TNSLSNR for Linux: Version 11.2.0.4.0 - Production
Start Date                05-JUL-2017 21:40:38
Uptime                    81 days 12 hr. 42 min. 3 sec
Trace Level               off
Security                  ON: Local OS Authentication
SNMP                      OFF
Listener Parameter File   /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora
<b>Listener Log File      /u01/app/oracle/product/11.2.0/db_1/network/log/listener.log</b>
Listening Endpoints Summary...

I found listener.log and sqlnet.log have changed another location,see my check process below,
[oracle@orcl28 ~]$ cd /u01/app/oracle/product/11.2.0/db_1/network/log
[oracle@orcl28 log]$ ls -lrht
total 659M
-rw-r----- 1 oracle oinstall 476K Sep 25 10:12 sqlnet.log
-rw-r----- 1 oracle oinstall 658M Sep 25 10:31 listener.log
<b>[oracle@orcl28 log]$ vi sqlnet.log</b>
......
***********************************************************************
Fatal NI connect error 12170.

  VERSION INFORMATION:
        TNS for Linux: Version 11.2.0.4.0 - Production
        Oracle Bequeath NT Protocol Adapter for Linux: Version 11.2.0.4.0 - Production
        TCP/IP NT Protocol Adapter for Linux: Version 11.2.0.4.0 - Production
  Time: 22-SEP-2017 18:41:27
  Tracing not turned on.
  Tns error struct:
    ns main err code: 12535
    TNS-12535: TNS:operation timed out
    ns secondary err code: 12606
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
  Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=xxx.xxx.xxx.xxx)(PORT=44639))
......
<b>[oracle@orcl28 log]$ vi listener.log</b>
Log messages written to /u01/app/oracle/product/11.2.0/db_1/network/log/listener.log
22-SEP-2017 17:07:09 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=orcl28)(USER=oracle))(COMMAND=reload)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=186647552)) * reload * 0
22-SEP-2017 17:07:13 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=root))(SERVICE_NAME=orcl28)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=root))) * (ADDRESS=(PROTOCOL=tcp)(HOST=xxx.xxx.xxx.xxx)(PORT=40347)) * establish * xxxxxx * 0
22-SEP-2017 17:07:13 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=root))(SERVICE_NAME=orcl28)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=root))) * (ADDRESS=(PROTOCOL=tcp)(HOST=xxx.xxx.xxx.xxx)(PORT=40354)) * establish * xxxxxx * 0
......


Best Regards,
Quanwen Zhao
Connor McDonald
September 25, 2017 - 3:46 am UTC

I'm sorry - is this a question or a statement or ?

Quanwen Zhao, September 26, 2017 - 7:42 am UTC

Sorry,Connor
I haven't descripted unclearly that my listener.log has also existed and only change another location and generate sqlnet.log(posting TNS error from alert log to this) after adding parameter 'DIAG_ADR_ENABLED = OFF' in LISTENER.ORA and SQLNET.ORA.

By the way,if tracking to obtain more info,only adding these parameters(SQLNET.INBOUND_CONNECT_TIMEOUT = 120
TRACE_LEVEL_CLIENT = 16
TRACE_DIRECTORY_CLIENT = /u01/app/oracle/admin/orcl28/trace_tns_error
TRACE_TIMESTAMP_CLIENT = TRUE) to SQLNET.ORA(Directory TRACE_DIRECTORY_CLIENT quoted has been created) ?

Now, my new created dir 'TRACE_TNS_ERROR' has no file.
[oracle@orcl28 trace_tns_error]$ ls -rlht
total 0
[oracle@orcl28 trace_tns_error]$ ls -lrht
total 0
[oracle@orcl28 trace_tns_error]$ ls -lrht
total 0


Best Regards,
Quanwen Zhao

Quanwen Zhao, September 27, 2017 - 3:14 am UTC

Hello,Connor
Today,i have come to my office and actually found there has generated some trace file in DIRECTORY about 'TRACE_TNS_ERROR'(yesterday i created),as follows,
[oracle@orcl28 trace_tns_error]$ ls -lrht
total 231M
-rw-r----- 1 oracle oinstall 150K Sep 26 21:00 cli_144570.trc
-rw-r----- 1 oracle oinstall 4.5M Sep 26 21:05 cli_144599.trc
-rw-r----- 1 oracle oinstall 165M Sep 26 22:36 cli_12303.trc
-rw-r----- 1 oracle oinstall 297K Sep 26 22:38 cli_228593.trc
-rw-r----- 1 oracle oinstall  59M Sep 27 01:30 cli_74547.trc
-rw-r----- 1 oracle oinstall 219K Sep 27 03:00 cli_87968.trc
-rw-r----- 1 oracle oinstall 1.7M Sep 27 04:28 cli_19458.trc
-rw-r----- 1 oracle oinstall 137K Sep 27 09:10 cli_76446.trc
-rw-r----- 1 oracle oinstall 125K Sep 27 09:19 cli_86718.trc
-rw-r----- 1 oracle oinstall 135K Sep 27 09:39 cli_106680.trc
-rw-r----- 1 oracle oinstall 162K Sep 27 10:28 cli_107993.trc

Now,i attach content of 'cli_107993.trc',
(3123050240) [27-SEP-2017 09:40:43:769] --- TRACE CONFIGURATION INFORMATION FOLLOWS ---
(3123050240) [27-SEP-2017 09:40:43:769] New trace stream is /u01/app/oracle/admin/orcl28/trace_tns_error/cli_107993.trc
(3123050240) [27-SEP-2017 09:40:43:769] New trace level is 16
(3123050240) [27-SEP-2017 09:40:43:769] --- TRACE CONFIGURATION INFORMATION ENDS ---
(3123050240) [27-SEP-2017 09:40:43:769] --- PARAMETER SOURCE INFORMATION FOLLOWS ---
(3123050240) [27-SEP-2017 09:40:43:769] Attempted load of system pfile source /u01/app/oracle/product/11.2.0/db_1/network/admin/sqlnet.ora
(3123050240) [27-SEP-2017 09:40:43:769] Parameter source loaded successfully
(3123050240) [27-SEP-2017 09:40:43:769]
(3123050240) [27-SEP-2017 09:40:43:770] nlstdipi: entry
(3123050240) [27-SEP-2017 09:40:43:770] nlstdipi: exit
(3123050240) [27-SEP-2017 09:40:43:770] nigini: entry
(3123050240) [27-SEP-2017 09:40:43:770] nigini: Count in the NL global area is now 1
(3123050240) [27-SEP-2017 09:40:43:770] nigini: Count in NI gbl area now: 1
(3123050240) [27-SEP-2017 09:40:43:770] nrigbi: entry
(3123050240) [27-SEP-2017 09:40:43:770] nrigbni: entry
(3123050240) [27-SEP-2017 09:40:43:770] nrigbni: Unable to get data from navigation file tnsnav.ora
(3123050240) [27-SEP-2017 09:40:43:770] nrigbni: exit
(3123050240) [27-SEP-2017 09:40:43:770] nrigbi: exit
(3123050240) [27-SEP-2017 09:40:43:770] nigini: exit
(3123050240) [27-SEP-2017 09:40:43:773] nigsui: entry
(3123050240) [27-SEP-2017 09:40:43:773] nigsui: Set User Interrupt: hdl=0, prc=0xbd2f75f8, ctx=0x1d70050.
(3123050240) [27-SEP-2017 09:40:43:773] nigsui: exit (0)
(3123050240) [27-SEP-2017 09:40:43:773] nigini: entry
(3123050240) [27-SEP-2017 09:40:43:773] nigini: Count in the NL global area is now 3
(3123050240) [27-SEP-2017 09:40:43:773] nigini: Count in NI gbl area now: 3
(3123050240) [27-SEP-2017 09:40:43:773] nigini: exit
(3123050240) [27-SEP-2017 09:40:43:773] nigconcbs: entry
(3123050240) [27-SEP-2017 09:40:43:773] nigconcbs: exit
(3123050240) [27-SEP-2017 09:40:43:773] niotns: entry
(3123050240) [27-SEP-2017 09:40:43:773] niotns: niotns: setting up interrupt handler...
(3123050240) [27-SEP-2017 09:40:43:773] nigsui: entry
(3123050240) [27-SEP-2017 09:40:43:774] nigsui: Set User Interrupt: hdl=1, prc=0xbbd49458, ctx=0x1e0dff0.
(3123050240) [27-SEP-2017 09:40:43:774] nlpcaini: env[11] = LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=01;05;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.tbz=01;31:*.tbz2=01;31:*.bz=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=01;36:*.au=01;36:*.flac=01;36:*.mid=01;36:*.midi=01;36:*.mka=01;36:*.mp3=01;36:*.mpc=01;36:*.ogg=01;36:*.ra=01;36:*.wav=01;36:*.axa=01;36:*.oga=01;36:*.spx=01;36:*.xspf=01;36:
......
(3123050240) [27-SEP-2017 09:40:43:804] nacomsn: sending 158 bytes
(3123050240) [27-SEP-2017 09:40:43:804] nsnasend: entry
(3123050240) [27-SEP-2017 09:40:43:804] nsnasend: bytes to send: 158
(3123050240) [27-SEP-2017 09:40:43:804] nsdo: entry
(3123050240) [27-SEP-2017 09:40:43:804] nsdo: cid=0, opcode=67, *bl=158, *what=1, uflgs=0x22, cflgs=0x3
(3123050240) [27-SEP-2017 09:40:43:804] snsbitts_ts: entry
(3123050240) [27-SEP-2017 09:40:43:804] snsbitts_ts: acquired the bit
(3123050240) [27-SEP-2017 09:40:43:804] snsbitts_ts: normal exit
(3123050240) [27-SEP-2017 09:40:43:804] nsdo: rank=64, nsctxrnk=0
(3123050240) [27-SEP-2017 09:40:43:804] snsbitcl_ts: entry
(3123050240) [27-SEP-2017 09:40:43:805] snsbitcl_ts: normal exit
(3123050240) [27-SEP-2017 09:40:43:805] nsdo: nsctx: state=8, flg=0x2400d, mvd=0
(3123050240) [27-SEP-2017 09:40:43:805] nsdo: gtn=32, gtc=32, ptn=10, ptc=8155
(3123050240) [27-SEP-2017 09:40:43:805] nsdo: 158 bytes to NS buffer
(3123050240) [27-SEP-2017 09:40:43:805] nsdoacts: entry
(3123050240) [27-SEP-2017 09:40:43:805] nsdofls: entry
(3123050240) [27-SEP-2017 09:40:43:805] nsdofls: DATA flags: 0x0
(3123050240) [27-SEP-2017 09:40:43:805] nsdofls: sending NSPTDA packet
(3123050240) [27-SEP-2017 09:40:43:805] nspsend: entry
(3123050240) [27-SEP-2017 09:40:43:805] nspsend: plen=168, type=6
(3123050240) [27-SEP-2017 09:40:43:805] ntpwr: entry
(3123050240) [27-SEP-2017 09:40:43:805] ntpwr: exit
(3123050240) [27-SEP-2017 09:40:43:805] nspsend: packet dump
(3123050240) [27-SEP-2017 09:40:43:805] nspsend: 00 A8 00 00 06 00 00 00  |........|
(3123050240) [27-SEP-2017 09:40:43:805] nspsend: 00 00 DE AD BE EF 00 9E  |........|
(3123050240) [27-SEP-2017 09:40:43:805] nspsend: 00 00 00 00 00 04 00 00  |........|
(3123050240) [27-SEP-2017 09:40:43:805] nspsend: 04 00 03 00 00 00 00 00  |........|
(3123050240) [27-SEP-2017 09:40:43:805] nspsend: 04 00 05 0B 20 04 00 00  |........|
(3123050240) [27-SEP-2017 09:40:43:805] nspsend: 08 00 01 00 01 A5 D9 13  |........|
(3123050240) [27-SEP-2017 09:40:43:805] nspsend: 4C A0 DC 00 12 00 01 DE  |L.......|
(3123050240) [27-SEP-2017 09:40:43:805] nspsend: AD BE EF 00 03 00 00 00  |........|
(3123050240) [27-SEP-2017 09:40:43:805] nspsend: 04 00 04 00 01 00 01 00  |........|
(3123050240) [27-SEP-2017 09:40:43:805] nspsend: 02 00 01 00 05 00 00 00  |........|
(3123050240) [27-SEP-2017 09:40:43:805] nspsend: 00 00 04 00 05 0B 20 04  |........|
(3123050240) [27-SEP-2017 09:40:43:805] nspsend: 00 00 02 00 03 E0 E1 00  |........|
(3123050240) [27-SEP-2017 09:40:43:805] nspsend: 02 00 06 FC FF 00 01 00  |........|
(3123050240) [27-SEP-2017 09:40:43:805] nspsend: 02 02 00 03 00 00 62 65  |......be|
(3123050240) [27-SEP-2017 09:40:43:805] nspsend: 71 00 02 00 02 00 00 00  |q.......|
(3123050240) [27-SEP-2017 09:40:43:805] nspsend: 00 00 04 00 05 0B 20 04  |........|
(3123050240) [27-SEP-2017 09:40:43:805] nspsend: 00 00 0C 00 01 00 11 06  |........|
(3123050240) [27-SEP-2017 09:40:43:805] nspsend: 10 0C 0F 0A 0B 08 02 01  |........|
(3123050240) [27-SEP-2017 09:40:43:805] nspsend: 03 00 03 00 02 00 00 00  |........|
(3123050240) [27-SEP-2017 09:40:43:805] nspsend: 00 00 04 00 05 0B 20 04  |........|
(3123050240) [27-SEP-2017 09:40:43:805] nspsend: 00 00 03 00 01 00 03 01  |........|
(3123050240) [27-SEP-2017 09:40:43:805] nspsend: 168 bytes to transport
(3123050240) [27-SEP-2017 09:40:43:805] nspsend: normal exit
(3123050240) [27-SEP-2017 09:40:43:805] nsdofls: exit (0)
(3123050240) [27-SEP-2017 09:40:43:805] nsdoacts: flushing transport
(3123050240) [27-SEP-2017 09:40:43:805] ntpctl: entry
(3123050240) [27-SEP-2017 09:40:43:805] ntpctl: exit
(3123050240) [27-SEP-2017 09:40:43:805] nsdoacts: normal exit
(3123050240) [27-SEP-2017 09:40:43:805] snsbitts_ts: entry
(3123050240) [27-SEP-2017 09:40:43:805] snsbitts_ts: acquired the bit
(3123050240) [27-SEP-2017 09:40:43:805] snsbitts_ts: normal exit
(3123050240) [27-SEP-2017 09:40:43:805] nsdo: nsctxrnk=0
(3123050240) [27-SEP-2017 09:40:43:805] snsbitcl_ts: entry
(3123050240) [27-SEP-2017 09:40:43:805] snsbitcl_ts: normal exit
(3123050240) [27-SEP-2017 09:40:43:805] nsdo: normal exit
(3123050240) [27-SEP-2017 09:40:43:805] nsnasend: normal exit
(3123050240) [27-SEP-2017 09:40:43:806] nacompd: entry
(3123050240) [27-SEP-2017 09:40:43:806] nacompd: exit
(3123050240) [27-SEP-2017 09:40:43:806] nacomsn: exit
(3123050240) [27-SEP-2017 09:40:43:806] na_receive_packet: entry
(3123050240) [27-SEP-2017 09:40:43:806] nacomrc: entry
(3123050240) [27-SEP-2017 09:40:43:806] nsnareceive: entry
(3123050240) [27-SEP-2017 09:40:43:806] nsnareceive: buffer address: 0xc846e510 bytes wanted: 2048
(3123050240) [27-SEP-2017 09:40:43:806] nsnareceive: calling NS to receive 2048 bytes into address 0xc846e510
(3123050240) [27-SEP-2017 09:40:43:806] nsdo: entry
(3123050240) [27-SEP-2017 09:40:43:806] nsdo: cid=0, opcode=68, *bl=2048, *what=0, uflgs=0x0, cflgs=0x3
(3123050240) [27-SEP-2017 09:40:43:806] snsbitts_ts: entry
(3123050240) [27-SEP-2017 09:40:43:806] snsbitts_ts: acquired the bit
(3123050240) [27-SEP-2017 09:40:43:806] snsbitts_ts: normal exit
(3123050240) [27-SEP-2017 09:40:43:806] nsdo: rank=64, nsctxrnk=0
(3123050240) [27-SEP-2017 09:40:43:806] snsbitcl_ts: entry
(3123050240) [27-SEP-2017 09:40:43:806] snsbitcl_ts: normal exit
(3123050240) [27-SEP-2017 09:40:43:806] nsdo: nsctx: state=8, flg=0x2400d, mvd=0
(3123050240) [27-SEP-2017 09:40:43:806] nsdo: gtn=32, gtc=32, ptn=10, ptc=8155
(3123050240) [27-SEP-2017 09:40:43:806] snsbitts_ts: entry
(3123050240) [27-SEP-2017 09:40:43:806] snsbitts_ts: acquired the bit
(3123050240) [27-SEP-2017 09:40:43:806] snsbitts_ts: normal exit
(3123050240) [27-SEP-2017 09:40:43:806] snsbitcl_ts: entry
(3123050240) [27-SEP-2017 09:40:43:806] snsbitcl_ts: normal exit
(3123050240) [27-SEP-2017 09:40:43:806] nsrdr: entry
(3123050240) [27-SEP-2017 09:40:43:806] nsrdr: recving a packet
(3123050240) [27-SEP-2017 09:40:43:806] nsprecv: entry
(3123050240) [27-SEP-2017 09:40:43:806] nsprecv: reading from transport...
(3123050240) [27-SEP-2017 09:40:43:806] ntprd: entry
(3123050240) [27-SEP-2017 09:40:43:806] ntprd: exit
......
(3123050240) [27-SEP-2017 09:40:43:807] nacomrc: Version received: Oracle Advanced Security: Oracle Advanced Security for Linux: Version 0.0.0.0.0 - Production
(3123050240) [27-SEP-2017 09:40:43:807] nacomrc: Length 129
         # of services  4
         Error rec'd?   FALSE
(3123050240) [27-SEP-2017 09:40:43:807] nacomus: entry
(3123050240) [27-SEP-2017 09:40:43:807] nacomus: service        supervisor
         # of fields    3
         ORACLE error   0
(3123050240) [27-SEP-2017 09:40:43:807] nacomdp: entry
(3123050240) [27-SEP-2017 09:40:43:807] nacomdp: direction:     inbound
         service:       supervisor
                            data type:  version stamp
         data length:   4
(3123050240) [27-SEP-2017 09:40:43:807] nacomdp: exit
(3123050240) [27-SEP-2017 09:40:43:807] nacomdp: entry
(3123050240) [27-SEP-2017 09:40:43:807] nacomdp: direction:     inbound
         service:       supervisor
                            data type:  status
         data length:   2
(3123050240) [27-SEP-2017 09:40:43:807] nacomdp: exit
(3123050240) [27-SEP-2017 09:40:43:807] nacomdp: entry
(3123050240) [27-SEP-2017 09:40:43:807] nacomdp: direction:     inbound
         service:       supervisor
                            data type:  raw data
         data length:   14
(3123050240) [27-SEP-2017 09:40:43:807] nacomdp: exit
(3123050240) [27-SEP-2017 09:40:43:807] nacomus: exit
(3123050240) [27-SEP-2017 09:40:43:807] nacomus: entry
(3123050240) [27-SEP-2017 09:40:43:807] nacomus: service        authentication
         # of fields    4
         ORACLE error   0
(3123050240) [27-SEP-2017 09:40:43:807] nacomdp: entry
(3123050240) [27-SEP-2017 09:40:43:807] nacomdp: direction:     inbound
         service:       authentication
                            data type:  version stamp
         data length:   4
(3123050240) [27-SEP-2017 09:40:43:807] nacomdp: exit
(3123050240) [27-SEP-2017 09:40:43:807] nacomdp: entry
(3123050240) [27-SEP-2017 09:40:43:807] nacomdp: direction:     inbound
         service:       authentication
                            data type:  status
         data length:   2
(3123050240) [27-SEP-2017 09:40:43:807] nacomdp: exit
(3123050240) [27-SEP-2017 09:40:43:807] nacomdp: entry
(3123050240) [27-SEP-2017 09:40:43:807] nacomdp: direction:     inbound
         service:       authentication
                            data type:  1 byte numeric
         data length:   1
(3123050240) [27-SEP-2017 09:40:43:807] nacomdp: exit
(3123050240) [27-SEP-2017 09:40:43:807] nacomdp: entry
(3123050240) [27-SEP-2017 09:40:43:807] nacomdp: direction:     inbound
(3123050240) [27-SEP-2017 09:40:43:807] nacomdp: exit
(3123050240) [27-SEP-2017 09:40:43:807] nacomdp: entry
(3123050240) [27-SEP-2017 09:40:43:807] nacomdp: direction:     inbound
         service:       authentication
                            data type:  string
         data length:   3
(3123050240) [27-SEP-2017 09:40:43:807] nacomdp: exit
(3123050240) [27-SEP-2017 09:40:43:807] nacomus: exit
(3123050240) [27-SEP-2017 09:40:43:807] nacomus: entry
(3123050240) [27-SEP-2017 09:40:43:807] nacomus: service        encryption
         # of fields    2
         ORACLE error   0
(3123050240) [27-SEP-2017 09:40:43:807] nacomdp: entry
(3123050240) [27-SEP-2017 09:40:43:807] nacomdp: direction:     inbound
         service:       encryption
                            data type:  version stamp
         data length:   4
(3123050240) [27-SEP-2017 09:40:43:807] nacomdp: exit
(3123050240) [27-SEP-2017 09:40:43:807] nacomdp: entry
(3123050240) [27-SEP-2017 09:40:43:807] nacomdp: direction:     inbound
         service:       encryption
                            data type:  1 byte numeric
         data length:   1
(3123050240) [27-SEP-2017 09:40:43:807] nacomdp: exit
(3123050240) [27-SEP-2017 09:40:43:807] nacomus: exit
(3123050240) [27-SEP-2017 09:40:43:808] nacomus: entry
(3123050240) [27-SEP-2017 09:40:43:808] nacomus: service        crypto-checksumming
         # of fields    2
         ORACLE error   0
(3123050240) [27-SEP-2017 09:40:43:808] nacomdp: entry
(3123050240) [27-SEP-2017 09:40:43:808] nacomdp: direction:     inbound
         service:       crypto-checksumming
                            data type:  version stamp
         data length:   4
(3123050240) [27-SEP-2017 09:40:43:808] nacomdp: exit
(3123050240) [27-SEP-2017 09:40:43:808] nacomdp: entry
(3123050240) [27-SEP-2017 09:40:43:808] nacomdp: direction:     inbound
         service:       crypto-checksumming
                            data type:  1 byte numeric
         data length:   1
(3123050240) [27-SEP-2017 09:40:43:808] nacomdp: exit
(3123050240) [27-SEP-2017 09:40:43:808] nacomus: exit
(3123050240) [27-SEP-2017 09:40:43:808] nacomrc: exit
(3123050240) [27-SEP-2017 09:40:43:808] na_receive_packet: exit
(3123050240) [27-SEP-2017 09:40:43:808] na_csrd: entry
(3123050240) [27-SEP-2017 09:40:43:808] nas_ccn: entry
(3123050240) [27-SEP-2017 09:40:43:808] nacomrp: entry
(3123050240) [27-SEP-2017 09:40:43:808] nacomrp: exit
(3123050240) [27-SEP-2017 09:40:43:808] nas_gusl: exit
(3123050240) [27-SEP-2017 09:40:43:808] nas_ccn: exit
(3123050240) [27-SEP-2017 09:40:43:808] nau_ccn: entry
(3123050240) [27-SEP-2017 09:40:43:808] nau_rpv: entry
(3123050240) [27-SEP-2017 09:40:43:808] nacomrp: entry
(3123050240) [27-SEP-2017 09:40:43:808] nacomrp: exit
(3123050240) [27-SEP-2017 09:40:43:808] nau_rpv: Version received for Linux: Version 11.2.0.4.0 - UNKNOWN
(3123050240) [27-SEP-2017 09:40:43:808] nau_rpv: Connection version for Linux: Version 11.2.0.4.0 - UNKNOWN
(3123050240) [27-SEP-2017 09:40:43:808] nau_rpv: adapter version communication is supported by other process
(3123050240) [27-SEP-2017 09:40:43:808] nau_rpv: exit
(3123050240) [27-SEP-2017 09:40:43:808] nau_cga: entry
(3123050240) [27-SEP-2017 09:40:43:808] nacomrp: entry
(3123050240) [27-SEP-2017 09:40:43:808] nacomrp: exit
(3123050240) [27-SEP-2017 09:40:43:808] nacomrp: entry
(3123050240) [27-SEP-2017 09:40:43:808] nacomrp: exit
(3123050240) [27-SEP-2017 09:40:43:808] nacomrp: entry
(3123050240) [27-SEP-2017 09:40:43:808] nacomrp: exit
(3123050240) [27-SEP-2017 09:40:43:808] nau_cga: client received negotiated adapter - type: secure protocol name: beq
(3123050240) [27-SEP-2017 09:40:43:808] nau_gse: entry
(3123050240) [27-SEP-2017 09:40:43:808] nau_gse: exit
(3123050240) [27-SEP-2017 09:40:43:808] nau_cga: exit
(3123050240) [27-SEP-2017 09:40:43:808] nau_ccn: client handshake succeeded
(3123050240) [27-SEP-2017 09:40:43:808] nau_ccn: exit

Please Note.

Best Regards,
Quanwen Zhao
Connor McDonald
September 29, 2017 - 1:13 pm UTC

To diagnose low level sql trace data, you'll need to enlist the help of Support for that.

support.oracle.com

A reader, September 30, 2017 - 1:39 am UTC

Ok.
Thank you very much,Connor!

More to Explore

Administration

Need more information on Administration? Check out the Administrators guide for the Oracle Database