Enterprise Edition Home | Express Edition Home | Previous Page | Next Page   SQL Statements > DROP ROUTINE >

Dropping an External Routine

A user-defined routine (UDR) written in C language or in the Java language is called an external routine. External routines must include the External Routine Reference clause that specifies a shared-object filename. By default, only users to whom the DBSA has granted the built-in EXTEND role can create or drop an external routine. See the section Granting the EXTEND Role (IDS) for additional information about this feature.

Related Information

Related statements: CREATE FUNCTION, CREATE PROCEDURE, DROP FUNCTION , DROP PROCEDURE , EXECUTE FUNCTION , EXECUTE PROCEDURE, and GRANT

Enterprise Edition Home | Express Edition Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]