"JVAL:kolrcrfc Durid = 10" Appearing In Sqlplus
(Doc ID 2551611.1)
Last updated on APRIL 17, 2023
Applies to:
Oracle Database - Enterprise Edition - Version 12.2.0.1 and laterInformation in this document applies to any platform.
Symptoms
On : 12.2.0.1 version, "JVAL:kolrcrfc durid = 10" appearing in sqlplus
When running below query with an OS account other than the ORACLE HOME owner, the message "JVAL:kolrcrfc durid = 10" appears before the query result as shown in below exampe:
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"
( "DUMMY" VARCHAR2(1)
) PCTFREE 10 PCTUSED 4
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 |