You can change the DBMS of a model at any time.
When you create a PDM, you select a target DBMS (see Creating a Data Model).
You may be required to change the DBMS if you open a PDM and the associated DBMS file has been deprecated, or is otherwise unavailable. In this case the Choose DBMS dialog box will open, inviting you to select a DBMS from the list.
If you change the target DBMS, the model may be altered to conform with the new DBMS as follows:
All data types specified in your model will be converted to their equivalents in the new DBMS. For more information about data types, see Script/Data Type Category in the DBMS Resource File Reference chapter of the Customizing and Extending PowerDesigner manual.
Any objects not supported by the new DBMS will be deleted
Certain objects, whose behavior is heavily DBMS-dependent may lose their values. You can choose to preserve the values associated with the following database objects, if they are supported by the new DBMS:
Triggers and stored procedures – note that triggers are always rebuilt when you change DBMS.
Physical options - if the syntax of an option is incompatible with the new DBMS, the values will be lost, even if you have selected to preserve the physical option. For example, the physical option in used by ASA is not supported by Oracle and any values associated with that option will be lost.
Database objects: databases, storages, tablespaces, abstract data types, sequences
Extended attributes