Databases Reference
In-Depth Information
Example :
display variable all;
variable name : Displays the variable with the Variable Name statement.
For Server level Variables, you should just give the Variable-Name statement,
for Application level variables, you should code Application-Name .
Variable-Name and for variables declared at the database level only, you
should code Application-Name.Database-Name.Variable-Name.
Example:
display variable 'VARSYSTEM';
display variable 'ESSCAR'.'ESSCAR'.'VARAppDB';
display variable 'ESSCAR'.'varAppl';
on application : Displays all of the variables which are defined for
that application.
Example:
display variable on application 'ESSCAR';
 
Search WWH ::




Custom Search