Link to home
Start Free TrialLog in
Avatar of wasabi3689
wasabi3689Flag for United States of America

asked on

how to disable a function?

I have a script for creating a function in oracle. There is no specification for the function. Instead, in the script, it's something like below

create or replace
FUNCTION ABC (
......


END ABC;

Now , I want to disable the function but I don't want to comment out or delete the entire function because it's a long function with a lot of comments.

Is there an easy way to do that?
ASKER CERTIFIED SOLUTION
Avatar of Sean Stuber
Sean Stuber

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial