About TimesTen Quick Start and Sample Applications
The TimesTen Quick Start and sample applications include a complete set of tutorials, how-to instructions, and sample applications.
The sample applications are available from the TimesTen GitHub location.
After you have configured your environment, you can confirm that everything
is set up correctly by compiling and running the sample applications located in
directory quickstart/sample_code directory. For instructions on
compiling and running them, see the instructions in the subdirectories.
The following is included:
-
Schema and setup: The
build_sampledbscript (.shon Linux or UNIX or.baton Windows) creates a sample database and schema. Run this script before using the sample applications. -
Environment and setup: The
ttquickstartenvscript (.shor.cshon Linux or UNIX,.baton Windows, or as applicable for your system), a superset of thettenvscript typically used for TimesTen setup, sets up the environment. Run this script each time you enter a session where you want to compile or run any of the sample applications. -
Sample applications and setup: The Quick Start provides sample applications and their source code for PL/SQL.