ALTER JAVA

Alter Java source.

Syntax:

   ALTER JAVA {SOURCE|CLASS} [schema.]object_name
      [RESOLVER (( match_string, schema_name )…)]
         {COMPILE|RESOLVE}

   ALTER JAVA {SOURCE|CLASS} [schema.]object_name
      [RESOLVER (( match_string, schema_name )…)]
         AUTHID{CURRENT_USER|DEFINER}

COMPILE and RESOLVE are synonymous - compile the object source code or when applied to a class, resolve referenced names.

AUTHID CURRENT_USER - methods of the class execute with the privileges of the CURRENT_USER.

AUTHID DEFINER - methods of the class execute with the privileges of the user who defined it.

“If I asked for a cup of coffee, someone would search for the double meaning” ~ Mae West

Related Oracle Commands:

JAVA - CREATE JAVA
JAVA - DROP JAVA

Related Views:

  DBA_JAVA_POLICY              USER_JAVA_POLICY


 
Copyright © 1999-2024 SS64.com
Some rights reserved