Need Help with demobld.sql
1011031May 30 2013 — edited Jun 3 2013Hi good people! This is my first ever journey into the world of Oracle, DB, SQL - you name it. I downloaded the app and was trying to create demobld.sql to save into my sqlplus\demo directory but no luck - not in directory. However, I copied an pasted into Notepad, saved in my local directory, but couldn't get access when queried, it respond with a "Please Waiit" message. I have been waiting too long thinking it may be building the sample data in vain. Could any one help, please? Here's the action taken:
SQL> @?demobld.sql
SP2-0310: unable to open file "C:\app\pay\product\11.2.0\dbhome_4demobld.sql"
SQL> describe
Usage: DESCRIBE [schema.]object[@db_link]
SQL> @C:\app\pay\product\11.2.0\dbhome_4demobld.sql
SP2-0310: unable to open file "C:\app\pay\product\11.2.0\dbhome_4demobld.sql"
SQL> edit demobld.sql
SQL> describe demobld.sql
ERROR:
ORA-04043: object demobld.sql does not exist
SQL> @C:\Users\pay\Documents\demobld.sql
Building demonstration tables. Please wait.
SQL> describe demobld.sql
ERROR:
ORA-04043: object demobld.sql does not exist
SQL>