7.7.1.7.23 asmcluster Attribute
Purpose
Starting with Oracle Exadata System Software release 19.1.0, you can use the
asmcluster attribute to distinguish between
databases with the same name running in different Oracle ASM
clusters.
Syntax
ALTER IORMPLAN
dbplan=(( name=db_name, ... asmcluster=asm_cluster_name ... ) ... )Usage Notes
-
To use the
asmclusterattribute, ASM-scoped security must be configured. -
The value of the
asmclusterattribute must match theasmfield in thecellkey.orafile, which is part of the ASM-scoped security definition for the cluster. -
You cannot use the
asmclusterattribute in conjunction with allocation-based resource management (using thelevelandallocationattributes).
Example 7-53 Using the asmcluster Attribute
This example shows how to use the asmcluster attribute to
distinguish between databases with the same name.
CellCLI> ALTER IORMPLAN -
dbPlan=((name=prod1, share=4, flashcachemin=5G, asmcluster=cluster1), -
(name=prod1, share=2, limit=80, asmcluster=cluster2), -
(name=prod2, share=2, flashcachelimit=2G, asmcluster=cluster1), -
(name=DEFAULT, share=1, flashcachelimit=1G))Parent topic: ALTER IORMPLAN