Change existing SQL_PROFILE(s) to FORCE_MATCH true without recreating?
Oracle Enterprise DB 19
Is there a way to change a SQL_PROFILE to FORCE_MATCH = true using something like DBMS_SQL_TUNE.ALTER_SQL_PROFILE vs having to recreate it? I have several SPA created profiles and would like to change them to FORCE_MATCH=true with a bulk operation.
thanks.