ORA-600 [kolasaFree:nullctx] When Creating a Table Through Dblink Using view V$sql
(Doc ID 457306.1)
Last updated on MARCH 02, 2019
Applies to:
Oracle Database - Enterprise Edition - Version 10.2.0.1 to 11.1.0.7 [Release 10.2 to 11.1]Oracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Backup Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
You might get the following ORA-600 if you are attempting to create a table referencing view V$SQL from remote database:
SQL> create table v$sql_20070824
2 as select * from v$sql@mydblink where parsing_schema_id<>0;
as select * from v$sql@mydblink where parsing_schema_id<>0
*
ORA-600: internal error code, arguments: [kolasaFree:nullctx], [], [], [], [], [], [], []
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 |
Cause |
Solution |
References |