Native PL/SQL Application to Capture Source Code and Configuration Data
This site is intended for development guides and design documentation. User information and usage documentation can be found at http://ODBCapture.org.
NOTE1: Issues are tracked in the Wiki. See: Issues Summary
NOTE2: I uploaded an image to customize this repository’s social media preview, but I don't see it anywhere.
| File Name | Description |
|---|---|
| apex | Consolidated Install Scripts for APEX DB on OCI |
| builds | Build/Test Scripts/Log |
| diffs | Upgrade/Downgrade Scripts |
| docs | User Documentation |
| grb_linked_install_scripts | Common Scripts Linked by Installation Scripts |
| grbdat | Configuration Data to capture ODBCapture Scripts |
| grbjava | Optional Java (Internal JVM) Option |
| grbras | Optional Real Application Security Option |
| grbsdo | Optional Spatial Data Option |
| grbsrc | Main ODBCapture Installation Scripts |
| grbtctx | Unit Testing of Context Objects |
| grbtdat | Unit Testing Configuration Data |
| grbtjsn | Unit Testing of JavaScript Object Notation (JSON) |
| grbtjva | Unit Testing for Java Option |
| grbtsdo | Unit Testing for Spatial Data |
| grbtst | Unit Testing Main Scripts |
| grbxrep | XML DB Repository Objects/Data (Deprecated) |
- Download the Instllation ZIP (or Tarball) and extract the files.
- Create an Installation Folder
- Copy Common Script Folder
grb_linked_install_scriptsto the new Installation Folder - Copy Main Script Folder
grbsrcto the new Installation Folder - Move to Main Scripts Folder in the new Installation Folder:
cd grbsrc - Connect to the Database as SYS:
sqlplus SYS/PASSWORD@TNS_ALIAS as sysdba - Run and Main Installation Script:
@install.sql "SYSTEM/PASSWORD@TNS_ALIAS" - Set the ODBCAPTURE user password:
alter user "ODBCAPTURE" identified by "PASSWORD"; - Run the installation reports:
@report_status.sql "SYSTEM/PASSWORD" - Exit from SQL*Plus:
exit - Review results from installation reports
Copy and Repeat Install from these folders:
grbjava- Java Source Code from the Databasegrbras- Real Application Security Source Codegrbsdo- Spatial Data Source Codegrbxrep- XML DB Repository (and XML Schema)
To remove, drop user ODBCAPTURE cascade;
- grbtst "xs_principal" Users Missing from RAS_Admin_ODBCTEST.racl
- grbtst Wallet (WACL) is Missing from GRAB_SCRIPTS.all_scripts
- DBMS_METADATA get_ddl ORGANIZATION INDEX NOCOMPRESS
- DBMS_METADATA get_ddl for object_type XS_USER
- Implement Label Security
- Implement Data Vault
- Implement Library Element
- Implement Addition Real Application Security Components
- Confirm Oracle Spatial/Locator/Graph/Multimedia Datatype
- Add Oracle Text Exports
Oracle and Java are trademarks of Oracle Corp.