This chapter contains procedures for defining the logical components of an SQL-defined database (the last step in the list).
Steps to Define a Database
To use SQL to define your database, follow these steps:
Note: For more information about the physical database, see Chapter 4, “Defining Segments, Files, and Areas".
The segment and area names you use in the logical definition must match those defined in the physical definition in the system dictionary. The stamp level, which tells CA IDMS/DB to check the date and time of definition at either the area level or table level, must also match in both definitions. It is recommended that the page range and page size of areas match in both definitions since this information is used for optimization and index sizing. It is not necessary to define the files in the application dictionary.
Note: For complete SQL DDL syntax, see the CA IDMS SQL Reference Guide. For design decisions, see the CA IDMS Database Design Guide document.
|
Copyright © 2014 CA.
All rights reserved.
|
|