Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SQL * Plus - forward slash usage

WestDraytonJan 26 2010 — edited Jan 26 2010
I have package spec and body in separate files, i have 2 packages, so i have 4 files in total.
I want to install the 2 packages using "SQL * Plus", but how the install-script should look like. I don't understand how and where to use "sql * plus" command "forward-slash" "/".
Should it be like this:

spec_file_1
/
body_file_1
/
spec_file_1
/
body_file_1
/

Or how the "/" should be used? Only ones at the end? I don't understand.
This post has been answered by 730428 on Jan 26 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 23 2010
Added on Jan 26 2010
10 comments
18,236 views