Execute the Schema Creator Utility in Offline Mode
Execute the Schema Creator utility in the offline mode.
In the Offline mode, the schema creator utility generates an SQL script with all the
required DDLs for Users, Objects, and Grants. This script must be executed by the
DBA on the appropriate database identified for OFSAA usage. If you do not have the
SYSDBA privileges, you can execute the Schema Creator Utility in Offline mode and
generate the script file that contains the Schemas, Objects, and Grants information.
Subsequently, an SYSDBA user can execute the script file manually. To run the OFSAA
Application Pack installer in Silent mode, it is mandatory to execute the schema
creator utility with -s
option.
To execute the utility in Offline mode, you must be a database user with the following GRANTS (alternatively, you can also connect as a user with SYSDBA privileges):
- SELECT ON DBA_ROLES
- SELECT ON DBA_USERS
- SELECT ON DBA_DIRECTORIES
- SELECT ON DBA_TABLESPACES
- CREATE SESSION
Note:
Explicit Grants to the users are required. Grants assigned through Roles are not supported.To execute the schema creator utility in the offline mode:
The result of this task is that
the <PACK> _SCHEMA_OUT.XML
file is generated. Do not modify
this file.
As a result of this task the
OFS_LRS_SCHEMA_OUTPUT.XML
file is generated. Do not modify this
file.
After creating the schema, proceed to Configure the OFSAAI_InstallConfig.xml File section.