Are there any sample databases for Oracle like AdventureWorks for MS SQL? I’ve searched Oracle site but didn’t find any sample database.
Are there any sample databases for Oracle like AdventureWorks for MS SQL? I’ve searched
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The Oracle database installation includes scripts to install sample schemas. Find out more.
Many online examples use the extremely simple EMP and DEPT tables. These tables are not part of the documented schemas listed above. Finding the script for the beloved SCOTT/TIGER schema is harder than you might think. The
demobld.sqlused to be under the sqlplus sub-directory. Then in 10g (I think) they moved the schema to$ORACLE_HOME/admin/rdbms/scott.sql. In 11gR2 it’s moved again, to$ORACLE_HOME/admin/rdbms/utlsampl.sql.