|
Installation script for Oracle Education's famous Scott/Tiger schema. |
|
Demonstration application based on Oracle's Scott/Tiger schema. Includes scripts
to create the schema, additional tables, PL/SQL packages, and a guide to application development. |
|
View the Oracle demo app in the GitHub repository, and download it as a ZIP file. |
|
Installation guide for the demo application. Includes: Application Development, Database Design, Normalization,
Coding Standards, Object Naming, PL/SQL Programming Tips. |
|
Source code (C++) for the Oracle demo installer. The installer prompts the user to specify the target database schema,
application, and data home directories. The files are copied to the target directories, configuration scripts are generated, then SQL
scripts are executed to create the schema objects and compile the PL/SQL packages.
To compile the program: g++ setup.cpp -o setup.exe -static -static-libgcc -static-libstdc++ -lshlwapi -lole32 -luuid |