Oracle recommends revoking the group
Hello
Oracle 10 windows
Oracle recommends revoking the group PUBLIC EXECUTE privileges on packages important
Package UTL_FILE DBMS_RANDOM UTL_TCP UTL_HTTP UTL_SMTP
Do with the type commands
REVOKE EXECUTE ON "SYS". "DBMS_RANDOM" FROM "PUBLIC";
Works but I'm seeing so
5 Subject to the invalid patterns DMSYS.
9 Item (s) not valid (s) in the scheme OLAPSYS.
Hence the question must be yes or not to take into account the recommendation?
In advance thank you for all tracks
Oracle recommends revoking the group PUBLIC EXECUTE privileges on packages important
Package UTL_FILE DBMS_RANDOM UTL_TCP UTL_HTTP UTL_SMTP
Do with the type commands
REVOKE EXECUTE ON "SYS". "DBMS_RANDOM" FROM "PUBLIC";
Works but I'm seeing so
5 Subject to the invalid patterns DMSYS.
9 Item (s) not valid (s) in the scheme OLAPSYS.
Hence the question must be yes or not to take into account the recommendation?
In advance thank you for all tracks
0