SQL * Plus - forward slash usage
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.