Are there examples of databases for Oracle, such as AdventureWorks for MS SQL? I searched the Oracle site but did not find a trial database.
Installing an Oracle database includes scripts for installing sampling schemes. More details
Many online examples use extremely simple EMP and DEPT tables. These tables are not part of the documented schemes listed above. Finding a script for your favorite SCOTT / TIGER scheme is harder than you think. demobld.sql used under the sqlplus subdirectory. Then at 10g (I think) they transferred the schema to $ORACLE_HOME/admin/rdbms/scott.sql . In 11gR2, it again moves to $ORACLE_HOME/admin/rdbms/utlsampl.sql .
demobld.sql
$ORACLE_HOME/admin/rdbms/scott.sql
$ORACLE_HOME/admin/rdbms/utlsampl.sql
This question may be helpful (?).
Good databases with sample data
You can run Oracle Live SQL online without Oracle installed. The menu contains:
Contains search function, scripts and tutorials.