Information
Oracle supports Java embedded in the database. Privileges exist for this Java, which are maintained in separate privilege tables.
Unauthorized users with certain Java privileges can perform actions at the operating system level that bypass normal security controls, potentially leading to data breaches, tampering, or destruction.
Solution
To remediate this recommendation, execute the following SQL statement.
begin
DBMS_JAVA.disable_permission(<number>);
DBMS_JAVA.delete_permission(<number>);
end;
Note: Custom Java Privileges can be revoked via the SEQ (uence) number.