| |
framework |
defines the OBEROn session parameters and status
open - log in with a user-name
(and password)
framework open AdminName
[ password AdminName ];
switchto
- change the framework context to another user
framework switchto AdminName
[ password AdminName ];
restore
- restore the user context to the previous user
framework restore;
newpassword
- change the user password (old password is required)
framework newpassword AdminName
password AdminName;
show - print
the framework properties/status
framework show;
env -
manage environment variables
framework env Framework_EnvOption
{ Framework_EnvOption
} ;
trans -
manage the OOQL transations (used to perform OOQL operations into
a unique SQL transaction)
framework trans ( open / commit /
abort ) ;
error -
generate/delete/print an error
framework error GenericValue
;
framework error remove;
framework error show;
warning -
generate/delete/print a warning
framework warning GenericValue
;
framework warning remove;
framework warning show;
info
- generate/delete/print a user information
framework info GenericValue
;
framework info remove;
framework info show;
verbose
- set/unset the command execution verbosity
framework [ ! / not ] verbose;
sqltrace
- show/hide the SQL statements associated to OOQL commands
framework [ ! / not ] sqltrace;
umconvert
- enable/disable the field values conversion according to the user metric system
framework [ ! / not ] umconvert;
triggerS
- enable/disable trigger execution associated to application
events
framework [ ! / not ] triggers;
skiphidden
- consider/ignore the hidden objects for extraction queries
framework [ ! / not ] skiphidden;
activity
- list the user activities for running processes
framework activity list [ application AdminName
] [ process GenericString
] [ step AdminName]
[ get Process_GetStepBasicOption
] [Token_Option] [ExportFile_Option]
;
|
|