Databases Reference
In-Depth Information
Oracle rules
Rules will generally not change between environments and can be deployed as part
of the SAR file.
Business activity monitoring
Business activity monitoring ( BAM ) provides a command-line tool called
iCommand to assist in exporting and importing BAM components such as data
object definitions, reports, and data objects themselves. It is possible to select
subsets of components, making it easy to move just the updated components
from a development to a test and/or production environment.
Commands
ICommand allows a number of different operations through the -cmd parameter,
which can take the following values:
export : Exports the selected components and/or values
import : Imports the selected components and/or values
delete : Deletes the selected components
rename : Renames components
clear : Clears data from a given object
Selecting items
Items are identified using a file-like syntax such as /Samples/Employees . There are
a number of parameters that may be used to select items in different ways, which are
as follows:
-name : Selects items explicitly by name, for example, -name"/Samples/
Employees"
-match : Selects items by using a DOS style pattern, for example, -match"/
Samples/*"
-regex : Selects items by using a regular expression, for example, -regex"/
Samples/[A-Za-z]*Sales"
-all : Selects all components
 
Search WWH ::




Custom Search