Skip to Main Content

Oracle Database Discussions

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!

Need Help with demobld.sql

1011031May 30 2013 — edited Jun 3 2013
Hi 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>
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 1 2013
Added on May 30 2013
14 comments
6,079 views