I have 2 sql scripts …1 to create a package, The other to create a package body.
Which script should be run first?
I have 2 sql scripts …1 to create a package, The other to create
Share
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.
I’m assuming you’re talking about Oracle PL/SQL Packages. You should create the package before you create the package body: http://download.oracle.com/docs/cd/B10500_01/appdev.920/a96624/09_packs.htm.