Use this task to create a schema for the data store.
Before you begin
Why and when to perform this task
All the tables in a
data store are
stored in a single schema.
Steps for this task
- Refer to the documentation for your chosen relational database
management system (RDBMS) for more information about how to create users and
schema. With DB2 databases, you create users and schema in separate
steps. With the other databases, there is a one-to-one relationship between
a schema and a user.
Informix tip: The one-to-one relationship between a messaging engine and
a data store means that every messaging engine must have its own data store.
If you are using the Informix RDBMS, configure a separate database instance
for each messaging engine.
- Refer to Database privileges for
information about the authorities that you require to access the data store.