josephj1989
josephj1989

Reputation: 9709

Oracle 11 g release 2 sample schema

I installed Oracle 11g Release 2 on a windows 7 laptop and created a database using DBCA. In one screen there is an option to create sample schema but it was greyed out so I could not select it.

I searched the dbhome\demo\schema\human_resources directory but there is only one file in it - hr_code.sql(It created triggers in hr schema). There is no sql to create hr schema or populate schema tables. I searched the net to download the scripts but no idea where to get them. Can you help me

Upvotes: 3

Views: 5803

Answers (2)

Sathyajith Bhat
Sathyajith Bhat

Reputation: 21851

You can download the script from here.

Upvotes: 1

Brett
Brett

Reputation: 8745

Are you referring to the ASP.Net Membership / Role / etc schema? It's in <oraclehome><11g>\ASP.NET\SQL

Upvotes: 0

Related Questions