Define a Db2 LUW Schema
You can use a schema to create a logical group of named objects. A schema is a database object that can contain tables, views, nicknames, triggers, functions, packages, and other objects. A schema is explicitly created using the CREATE SCHEMA statement, with the current user or a specified authorization ID recorded as the schema owner.
To define a Db2 Schema
- Right-click a Schema in the Model Explorer and select Properties.
The Db2 Schema Editor opens.
- Select a schema and work with the following options:
Click New
on the toolbar to create a schema.
- Name
Specifies the name of the schema.
- Owner (Db2 LUW only)
Specifies the owner for the schema. Select an owner name from the drop-down list. The names displayed here are the user IDs you have created for this database.
- Generate
Specifies whether or not to generate DDL for this object during Forward Engineering.
- Click the Permission tab and select a permission to associate with the schema. You can create a permission or click the Permissions Editor icon to open the Db2 Permissions Editor.
- (Optional) Click the Commenttab and enter any comments that you want to associate with the object.
- (Optional) Click the Where Used tab to view where the object is used within the model.
- (Optional) Click the UDPtab to work with user-defined properties for the object.
- (Optional) Click the Notestab to view and edit user notes.
- (Optional) Click the Extended Notes tab to view or edit user notes.
- Click Close.
The schema is saved and the Schema Editor closes.
Copyright © 2025 Quest Software, Inc. |