READ Free Dumps For Oracle- 1z0-146
Question ID 20576 | Which two conditions must be true for a PL/SQL function to be result cached? (Choose two.) |
Option A | It must be part of a package |
Option B | It must be a pipelined table function |
Option C | It must not be defined in an anonymous block |
Option D | It must have at least one OUT or IN OUT parameter |
Correct Answer | C,D |
Question ID 20577 | See the exhibit: Examine the structure of DEPARTMENTS tables: Examine the code that you plan to use for creating a package to obtain the details of an employee using a The package executes sucessfully and passes the required data to the host variables |
Option A | The package executes sucessfully and passes the required data to the host variables |
Option B | The package specification gives an error on compilation because cursor variable types cannot be |
Option C | The package specification gives an error on compilation because the cursor variable parameter waa |
Option D | The package executes successfully but does not pass the required data to the host variable because |
Correct Answer | D |