Prepare a target database instance - Set CTXSYS parameter Giving Error PLS-00201: identifier 'CTXSYS.CTX_ADM' must be declared
(Doc ID 2387341.1)
Last updated on SEPTEMBER 18, 2019
Applies to:
Oracle E-Business Suite Technology Stack - Version 12.1.2 to 12.1.3 [Release 12.1]Information in this document applies to any platform.
Symptoms
On : 11.2.0.4 version, Data Pump Import
While following the steps from the below documents, error occurs.
Export/import process for 12.0 or 12.1 using 11gR1 or 11gR2 ( Doc ID 741818.1 )
Section 2: Prepare a target Release 12 database instance >> Set CTXSYS parameter (conditional)
SQL> exec ctxsys.ctx_adm.set_parameter('file_access_role', 'public');
BEGIN ctxsys.ctx_adm.set_parameter('file_access_role', 'public'); END;
*
ERROR at line 1:
ORA-06550: line 1, column 7:
PLS-00201: identifier 'CTXSYS.CTX_ADM' must be declared
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
BEGIN ctxsys.ctx_adm.set_parameter('file_access_role', 'public'); END;
*
ERROR at line 1:
ORA-06550: line 1, column 7:
PLS-00201: identifier 'CTXSYS.CTX_ADM' must be declared
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
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 |