Previous |
Next |
To drop a standalone stored subprogram, use either the SQL Developer navigation frame and Drop tool, or the DDL statement DROP
PROCEDURE
or DROP
FUNCTION
.
To drop a standalone stored subprogram using the Drop tool:
On the Connections tab, expand hr_conn.
Under the hr_conn
icon, a list of schema object types appears.
Expand either Functions or Procedures.
A list of functions or procedures appears.
Right-click the name of the function or procedure to drop.
A list of choices appears.
Click Drop.
The Drop window opens.
Click Apply.
The Confirmation window opens.
Click OK.
About Data Definition Language (DDL) Statements
Oracle Database SQL Language Reference for information about the DROP
PROCEDURE
statement
Oracle Database SQL Language Reference for information about the DROP
FUNCTION
statement