Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Sample database
Peter Morris wrote:
> Is there a sample Oracle database I can download,
> I want to practise things like configuration, backup,
> etc. Say, about 30 tables, plus indexes, stored procedures,
> triggers and so on. Maybe 50 MB or so.
>
> TIA
Easy enough to create your own for the data-volume part of it.
The data dictionary is fairly big - create a couple of tables like the DBA_xxx views, with an added key, then repeatedly add copies of the selected views setting the key based on row number. Received on Wed May 21 2003 - 14:17:02 CDT
![]() |
![]() |