This document comprises the reference manual for Loggerhead version 1.0.0.
The requirements to run Loggerhead are
To install Loggerhead the following steps should be followed, customising to the installation environment where appropriate.
$ cd injun-1.0.0/modules/loggerhead/install
$ sqlplus system/manager
SQL> @create_schema_owner USERS TEMP
SQL> connect tortuga/tortuga
SQL> @create_schema_objects /opt/local/injun-1.0.0/modules/loggerhead/images
$ sqlplus system/manager
SQL> @create_schema_user guest USERS TEMP
or the appropriate privileges given to an existing user, eg.,
$ sqlplus tortuga/tortuga
SQL> @grant_role freddy
$ export ORACLE_HOME=/opt/oracle/product/8.1.5
Refer to Injun Documentation for details on how to start/stop Injun and load/unload the Loggerhead library.
Once Injun is started and the Loggerhead library loaded, the application is ready for use and can be accessed from the Apps option of Injun's main menu. Full help is available on the main menu of Loggerhead should more information on how to Login and use Loggerhead be required.
The following table summarises the packages that comprise the Loggerhead API. For further details on each package follow the appropriate link or refer to the package specification.
| Package name | Description |
|---|---|
| TTPL_DEBUG | Provides the ability to debug PL/SQL procedures using the Oracle package utl_file to output to an file on the Oracle server. |
| TTPL_HTML | Provides a set of functions to provide a level of abstraction when building html pages. |
| TTPL_UTIL | Provides a set of general purpose functions, types, constants, etc that can be used when building any application. |
| LOGGERHEAD_UTIL | Provides a set of Loggerhead specific functions, types, constants, etc that can be used when building applications for use by Loggerhead. |
Copyright © 2000 Tortuga Technologies Pty Ltd. All rights reserved.
last updated 18-February-2000