I have a function in my database named f_Get_Employee_Details. I want to generate script for the existing function. How to do it in Oracle ?
I mostly work on SQL Server and Its like buying Candy from shop in SQL Server.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Another way is to use the
DBMS_METADATAbuiltin package. (I’ve assumed here that you’re logged in as the owner of the function – if not, you just need to specify the correct schema name)