Database configuration settings
If a database is created successfully with DB2_COMPATIBILITY_VECTOR=ORA , you should see the database configuration settings reflecting the status of the compatibility features.
The right pane shows that the database configuration parameters related to database compatibility are all set to ON and they are:
- date_compat indicates whether the DATE compatibility are applied to the connected database.
- number_compat indicates whether the NUMBER compatibility are applied to the connected database.
- varchar2_compat indicates whether the VARCHAR2 compatibility are applied to the connected database.