
- Forum
- Database
- Oracle Database
- how to drop procedure from a package?
how to drop procedure from a package?
This is a discussion on how to drop procedure from a package? within the Oracle Database forums, part of the Database category; Hi how to drop procedure from a package? give me with syntax thanks & regds...
-
05-04-2005, 08:51 AM #1
- Join Date
- Sep 2004
- Answers
- 10
how to drop procedure from a package?
Hi
how to drop procedure from a package?
give me with syntax
thanks & regds
-
You can make use of Drop Procedure command for drop procedure from a package. The syntax of the above command is as follows:
Drop Procedure procedure_name

Reply With Quote





