Quote:
Originally Posted by sharaths_81
if the db is created and I set the parameter to ora and take a db restart will the parameter take effect on the existing databases.
|
No.
Quote:
Originally Posted by sharaths_81
if instead of creating a db , i have a backup of the database from another server and I set the parameter and do a restore of the backup will the parameter take effect on the restored db.
|
No.
The database must be
created while DB2_COMPATIBILITY_VECTOR=ORA is in effect.
You will still be able to run PL/SQL code in a database that was not created as compatible, because the PL/SQL compiler is integral to the database manager, but there won't be Oracle datatype support or compatible catalog views.