Conditional Compilation Status for Object After Import
(Doc ID 1150663.1)
Last updated on FEBRUARY 03, 2022
Applies to:
PL/SQL - Version 10.2.0.4 to 11.1.0.7 [Release 10.2 to 11.1]Information in this document applies to any platform.
Goal
PL/SQL compilation is/was configured with an instance-level setting.As such, some objects are/were wrapped with conditional compilation using
ALTER SESSION SET PLSQL_CCFlags = 'ABCFlag:1' ;
during compilation of the objects.
The question is what happens with those conditional compilation codes when imported into a new schema.
Does the conditional compilation still exist for the definition of these objects after import into the new schema?
Solution
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
Goal |
Solution |
References |