How to build/install/create demonstration tables (ie.employee,department) in Oracle 9i?

Showing Answers 1 - 7 of 7 Answers

nagaraju

  • Mar 7th, 2006
 

Go to oracle software where it is reside then select SQLPLUS/DEMO dir or  select $ORACLE_HOME/SQLPLUS/DEMO directory, in that directory run demobld.sql file in you're user.

  Was this answer useful?  Yes

smartrameshdwh

  • Apr 4th, 2007
 

step1) Search "demobld.sql" file in the directory where you installed Oracle using Search option.
step2) Make a copy of it (demobld.sql) in C drive or D drive
step3)Execute "@c:demobld.sql" in sql prompt(If you copied that in C drive).
step4)Oracle server will close the sql prompt   automatically and login again to see the demo tables. 

  Was this answer useful?  Yes

viswanath

  • Aug 23rd, 2015
 

I did not found any "demobld.sql" in my system, then how can import default tables ?

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions