GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Database

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



April 04, 2007 06:20:38 #2
 smartrameshdwh   Member Since: Visitor    Total Comments: N/A 

RE: How to build/install/create demonstration tables (...
 
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. 
     

 

Back To Question