Home > Article > Software Tutorial > Detailed process of creating Oracle data with Power Designer
The Oracle database creation process is cumbersome and complex, causing headaches for many developers. This tutorial is carefully prepared by PHP editor Zimo and will take you step by step to understand the detailed process of creating Oracle data with Power Designer. Through this tutorial, developers can easily learn how to use Power Designer to create Oracle tables, views, indexes and other objects, thereby improving database development efficiency.
We first open PowerDesigner, click [File]--> [New Model]
Then we select [Model Type]-->[Physical Date] Model]-->[Pysical Diagram], and fill in the name of the model to be created and the corresponding Oracle version number. The one selected below is Oracle 11g.
Then we right-click the model name created in the above steps and select [New]-->[Table]
in the pop-up menu.
At this time, we enter the basic information of the table in the open Table dialog box and create the Student information table as follows
Switch to the Column tab and add model fields to the T_STUDENT_INFO table
Finally, we add other attributes of the model table as needed (such as foreign keys, indexes, field comments, etc.). After filling in, click Confirm to see the newly created data table
The above is the detailed content of Detailed process of creating Oracle data with Power Designer. For more information, please follow other related articles on the PHP Chinese website!