Oracle Maestro online help
| Prev | Return to chapter overview | Next |
Specifying Function properties
Specify the properties for the new Function according to your needs. The detailed description is given below.

Name
Specify a name for the function.
Owner
The field displays the owner of the new function.
Return type
Defines the data type of the function result.
Invoker rights (DEFINER, CURRENT USER)
Specify DEFINER to indicate that the procedure executes with the privileges of the owner of the schema in which the procedure resides, and that external names resolve in the schema where the procedure resides. Specify CURRENT USER to indicate that the procedure executes with the privileges of CURRENT USER. This clause also specifies that external names in queries, DML operations, and dynamic SQL statements resolve in the schema of CURRENT USER. External names in all other statements resolve in the schema in which the procedure resides.
Deterministic
Check the box to indicate that the function returns the same result value whenever it is called with the same values for its arguments
Parallel
The option indicates that the function can be executed from a parallel execution server of a parallel query operation. The function should not use session state, such as package variables, as those variables are not necessarily shared among the parallel execution servers.
| Prev | Return to chapter overview | Next |






