Schema Database management through direct schema tables manipulation
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
The following steps summarize the procedure to configure the Schema Database using SQL queries against the schema tables.
-
Add entries in OA_TABLES and OA_COLUMNS tables with table definitions for your IP. Your schema files will be in the
schema/youripdirectory you configure as part of setting up to implement your IP.Refer to "Setting up to implement an IP" in the OpenAccess SDK Programmer’s Reference for the programming language you are using.
-
Add entries into the OA_STATISTICS and OA_FKEYS tables. Note the fields that are required by the OpenAccess SDK SQL engine.
-
Add entries into the OA_PROC and OA_PROCCOLUMNS for the stored procedures that your IP will support.