Which has the higher priority in your organization: Deploying a new database or securing the ones you already have?
Looking for a website, and resources, dedicated solely to securing Oracle databases? Check out DBSecWorx.
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;