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
Internal package called by DBMS_SQLTUNE.
AUTHID
DEFINER
Dependencies
DBMS_MANAGEMENT_PACKS
DBMS_SQLTUNE
DBMS_SQLTUNE_INTERNAL
DBMS_SQLDIAG
Documented
No
Exceptions
Error Code
Reason
ORA-13833
SQL profile or patch named UWSQLPROF doesn't exist
Accept the named SQL profile corresponding with the input criteria
Called by DBMS_SQLTUNE ACCEPT_SQL_PROFILE
prv_sqlprof_infra.accept_sql_profile(
task_name IN VARCHAR2,
advisor_name IN VARCHAR2,
object_id IN NUMBER,
name IN VARCHAR2,
description IN VARCHAR2,
category IN VARCHAR2,
task_owner IN VARCHAR2,
replace IN BOOLEAN,
FORCE_MATCH IN BOOLEAN,
is_patch IN BOOLEAN,
profile_type IN VARCHAR2,
profile_creator IN VARCHAR2)
RETURN VARCHAR2;