7.7.1.7.25 type Attribute
Purpose
The type attribute enables you to create a profile, or template, to
ease management and configuration of resource plans in environments with many
databases.
Syntax
ALTER IORMPLAN
dbplan=(( name=db_name, ... type={database|profile} ... ) ... )
Usage Notes
-
type: Specifies the directive type. Valid values aredatabaseorprofile:-
type=database: Specifies a directive that applies to a specific database. Iftypein not specified, then the directive defaults to thedatabasetype. -
type=profile: Specifies a directive that applies to a profile rather than a specific database. To associate a database with an IORM profile, you must set the database initialization parameterdb_performance_profileto the value of the profilename. Databases that map to a profile inherit the settings specified in the profile.A profile directive can contain any attributes except
level,allocation,asmcluster, androle.A profile name cannot be
OTHERorDEFAULT.
-
-
The
dbplancan contain a combination of profile and database directives.
Example 7-56 Creating a Profile
This example shows how to specify profiles as part of a database plan.
CellCLI> ALTER IORMPLAN -
dbplan=((name=gold, share=10, type=profile), -
(name=silver, share=5, type=profile), -
(name=bronze, share=1, type=profile))Parent topic: ALTER IORMPLAN