DBA Hub

📋Steps in this guide1/1

Disable/enable sql profile

EXEC DBMS_SQLTUNE.ALTER_SQL_PROFILE('&sql_profile_name','STATUS','DISABLED');

oracle configurationintermediate
by OracleDba
14 views
1

Disable/enable sql profile

Code/Command (click line numbers to comment):

1
EXEC DBMS_SQLTUNE.ALTER_SQL_PROFILE('&sql_profile_name','STATUS','DISABLED');

Comments (0)

Please to add comments

No comments yet. Be the first to comment!