Parameter example
Typically, you search for parameter values in Simple mode or Advanced mode by defining this criteria:
- a minimum value
 - a maximum value
 - both a minimum and a maximum value
 
You can use the LIKE operator in Advanced mode to search for a single parameter value. For example, to search for the objects that have parameters that begin with the letter "C", enter this syntax:
- Oracle database: 
           
PARAM_CODE LIKE '%C%' - SQL Server database: 
           
PARAM_CODE LIKE N'%C%' 
The system administrator can configure the Search object page. You can search for a single parameter value instead of a range of values in Simple mode.