I need a database for testing a data masking solution. Any database would do (Oracle/MSSQL flavor). I just need the schema / db definition. I have tools to generate data records. The magnitude of database I am looking should have 30 odd tables with 30 odd columns in each table - a HUGE database.

Do freely available complex database /schema definitions exist on the internet? If yes, where do I find them?

link|improve this question

74% accept rate
Why is having 30 tables and 30 columns per table a HUGE database? By that measure I'm working on a REALLY HUGE GIGANTIC database right now :) – Jeffrey Kemp Apr 9 '10 at 0:53
@Jeffrey send me your schema :) I can use it! – Jay Apr 9 '10 at 8:55
Sorry Jay, it's proprietary ;) – Jeffrey Kemp Apr 10 '10 at 8:05
feedback

3 Answers

Not as complex as you want but Chinook DB is a free sample database that supports Oracle among others.

link|improve this answer
I guess I will need a more complex schema – Jay Apr 8 '10 at 9:39
feedback

The good ol' NorthWind. Here r the oracle scripts http://jagchat.spaces.live.com/blog/cns!41050F68F010A662!758.entry

link|improve this answer
feedback

There are various iterations of the AdventureWorks schema for SQL 2005/2008 available.

link|improve this answer
something for oracle too, pls? – Jay Apr 8 '10 at 11:09
@Ed this is good stuff. It works perfectly well for MS SQL 2005/2008. Thanks for this. Btw, any thing on oracle? – Jay Apr 8 '10 at 11:54
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.