1-Check enabled profiles
select NAME,CREATED,STATUS from dba_sql_profiles;
2-Disable the required profile
EXEC DBMS_SQLTUNE.ALTER_SQL_PROFILE('coe_7by859jup2hvt_1730647264','STATUS','DISABLED');
Best Regards,
Paulo Portugal
select NAME,CREATED,STATUS from dba_sql_profiles;
2-Disable the required profile
EXEC DBMS_SQLTUNE.ALTER_SQL_PROFILE('coe_7by859jup2hvt_1730647264','STATUS','DISABLED');
Best Regards,
Paulo Portugal
No comments:
Post a Comment