javascript
Brief description  about Online courses   join in Online courses
View Ravi  Kumar 's Profile

to run store_schema.sql script on Linux

I downloaded one file (zip) from the Oracle press and saved on the Linux desktop with folder name Oracle_SQL_Book. I unzipped the files and I have a folder called sql_book. In this folder there is another folder called SQL, and in this folder I have a sql script file called store_schema.sql script. I would like to run store_schema.sql script on Linux. I need help for how to run this script.
Path
# /Oracle_SQL_Book/sql_book/SQL/store_schema.sql
Asked by Ravi Kumar | Jul 31, 2012 |  Reply now
Replies (1)
View arun kumar das 's Profile
First I am not sure on the contents of that SQL SCRIPT and what it is trying to do. If you send me a copy it would be great.

Anyways,
Log in SQLPLUS using the Terminal Window

i.e.
1. Open Terminal Window
2. SQLPLUS <username>/<Password>
3. @ /Oracle_SQL_Book/sql_book/SQL/store_schema.sql
Jul 31, 2012