| Oracle8i SQL Reference Release 2 (8.1.6) A76989-01 |
|
SQL Statements (continued), 8 of 30
To drop a Java source, class, or resource schema object.
The Java source, class, or resource must be in your own schema or you must have the DROP ANY PROCEDURE system privilege. You also must have the EXECUTE object privilege on Java classes to use this command.
The following statement drops the Java class MyClass:
DROP JAVA CLASS "MyClass";
|
|
![]() Copyright © 1999 Oracle Corporation. All Rights Reserved. |
|