Table of Contents |
---|
See Database Users, Roles, and Passwords for a general discussion of database setup for Datical DB.
...
DB2 managed databases should be configured for Oracle compatibility mode before you can use Datical to forecast and deploy stored logic objects and/or to use the Stored Logic Validity Check feature. See IBM documentation.
$ su - db2inst1
$ db2start
$ db2set DB2_COMPATIBILITY_VECTOR=ORA
$ db2set DB2_DEFERRED_PREPARE_SEMANTICS=YES
$ db2stop
$ db2start
...
Granting privileges to a dedicated Datical User allows an organization to drastically reduce the number of individuals with access to the database password. Because the database password is encoded in Datical DB, an administrator may create Datical DB projects and share them with Datical DB users. The Datical DB users can then perform database change tasks without having access to the database password. We strongly recommend to use runtime credentials because it is more secure than stored credentials (due to the possibility of the stored password being decoded).
Privileges for Managed Databases
...
- Database Privileges
- CONNECT
- Grants the authority to access the database.
- SQLADM
- Grants the authority required to monitor and tune SQL statements. (Recommended for roles on the reference database to report on active connections that cause the backup and restore operations to fail).
- CONNECT
- Schema Privileges (use “with grant option” if user/role needs to grant permissions to other users/roles)
...