ACE Director Alum Daniel Morgan, founder of Morgan's Library, is scheduling
complimentary technical Workshops on Database Security for the first 30
Oracle Database customers located anywhere in North America, EMEA, LATAM, or
APAC that send an email to
asra_us@oracle.com. Request a Workshop for
your organization today.
Purpose
Alternate utility package for dependency-based recompilation of STUB objects sequentially or in parallel used by dbms_editions_utilities2.actualize_all.
AUTHID
DEFINER
Conditional Compilation Directive
Note, that the error, at right, is incorrect: This is utl_recomp2
$if utl_ident.is_oracle_server <> TRUE
and utl_ident.is_timesten <> TRUE $then
$error 'utl_recomp is not supported in this environment' $end
$end
Validates a database object using the same mechanism that is used for automatic re-validation
utl_recomp2.my_validate(
owner IN VARCHAR2,
objname IN VARCHAR2,
namespace IN NUMBER,
edition IN VARCHAR2 :=
$if utl_ident.is_oracle_server $then
sys_context('USERENV', 'CURRENT_EDITION_NAME'),
$elsif utl_ident.is_timesten $then
-- no edition support for TimesTen, default it to null
null,
$end
clone_stub IN BOOLEAN := FALSE);