Once you have a DC/UCF system, you are ready to define your database. The process is as follows:
At each step you will need to:
A set of standardized naming conventions that suit your corporate needs will save much time and confusion and will help ensure an efficient and effective CA IDMS environment.
Designing the Database
Designing a database involves two activities:
Database design is the process of determining the fundamental data entities needed to support the corporation's business.
During the initial design stage, you gather information about the business functions performed at your corporation. Through analysis of these functions, you identify the types of data manipulated by the functions and determine the relationships among the data types. Using data modeling techniques, you then create a diagram that serves as a logical model of the corporate data resource.
Once the initial design is complete, you enhance that design to meet specific application performance and processing requirements.
During this stage, you determine indexes and other access keys used to meet required performance goals and design structures to optimize storage resources.
Note: See the CA IDMS Database Design Guide for complete database design steps.
Defining the Database
At this point, you must decide on the logical definition language and translate the design into CA IDMS structures appropriate to that implementation. If you choose SQL, you must:
If you do not choose SQL, you can define the logical database either before or after defining the physical database and formatting the operating system files.
Define the Physical Database
To put the database design into effect, you set up the physical database environment. This involves identifying and sizing:
There is a common language used for these definitions regardless of the logical definition language chosen.
More Information
Define the Logical Database
Defining the logical database involves defining the data structures, such as tables and indexes, identified during the database design process. To produce this definition, you use either SQL or non-SQL statements.
More Information
Loading the Database
After the physical and logical database definition is complete, you load data into the database. This data may come from another database or from sequential files.
More Information
Developing and Testing Applications
After you have loaded the data into the database, you can continue to develop and test applications.
Establishing the Production Environment
When you have completed development and testing of your applications, you need to establish the production environment.
Creating Test and Production Configurations
You can set up separate configurations for test and production applications by creating:
The first approach is generally recommended in order to isolate the production environment from the impact of the test environment.
|
Copyright © 2014 CA.
All rights reserved.
|
|