Database Security Products (MOSC)

MOSC Banner

tunrning off -dbms_sql_security_level in 11G datbase

edited Apr 3, 2012 7:23AM in Database Security Products (MOSC) 4 commentsAnswered
Hello,

    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..

 

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center