READ Free Dumps For Oracle- 1z0-146
Question ID 20574 | Which three actions can be performed by using the DBMS_ASSERT package to prevent SQL injection? |
Option A | Detect a wrong user |
Option B | Check input string length |
Option C | Verify qualified SQL names |
Option D | Validate TNS connect strings |
Option E | Verify an existing schema name |
Option F | Enclose string literals within double quotations marks |
Correct Answer | C,E,F |
Question ID 20575 | 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 |