2

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?

Jay
  • 2,394
  • 11
  • 54
  • 98

3 Answers3

3

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

softveda
  • 10,858
  • 6
  • 42
  • 50
1

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

Midhat
  • 17,454
  • 22
  • 87
  • 114
1

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

Ed Harper
  • 21,127
  • 4
  • 54
  • 80