12.2:"JVAL:KOLRCRFC DURID = 10" IN TRACE FILES WITH DIAG_ADR_ENABLED=ON In Diag_clients
(Doc ID 2588709.1)
Last updated on DECEMBER 10, 2019
Applies to:
Oracle Database - Enterprise Edition - Version 12.2.0.1 and laterInformation in this document applies to any platform.
Symptoms
Thousands of trace files are getting generated in a 12.2 database with only single line.
JVAL:kolrcrfc durid = 10
echo /u01/app/oracle/diag/clients/user_oracle/host_59127484_107/trace/* | wc
1 33973 2738818
The contents of the trace files are similar:
Trace file
/u01/app/oracle/diag/clients/user_oracle/host_59127484_107/trace/ora_2032_1.trc
JVAL:kolrcrfc durid = 10
If DIAG_ADR_ENABLED=off is set in sqlnet.ora.
Same line(JVAL:kolrcrfc durid = 10) is printed in sqlplus session as shown below.
SQL*Plus: Release 12.2.0.1.0 Production on Mi Aug 7 09:07:14 2019
Copyright (c) 1982, 2016, Oracle. All rights reserved.
Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production
SQL>select dbms_metadata.get_ddl('TABLE', 'DUAL''SYS') from dual;
JVAL:kolrcrfc durid = 10
DBMS_METADATA.GET_DDL('TABLE','DUAL','SYS')
--------------------------------------------------------------------------------
CREATE TABLE "SYS"."DUAL" SHARING=METADATA
( "DUMMY" VARCHAR2(1)
) PCT
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |