tunrning off -dbms_sql_security_level in 11G datbase
We had an issue wirh DBMS_SQL package in our newly upgraded 11G database. as per the metalink notes and as advised by our application vendor we changed the value of _dbms_sql_security_level to 384.
Now that our application vendor has provided us new code, we want to revert the change(setting _dbms-sql_security_level to default value) and apply the code.
Should I make this value '0' by using
alter system set "_dbms_sql_security_level" = 0 scope = spfile; or is someother value that I should revert to. Appreciate your advises on this.
Thanks..