READ Free Dumps For Oracle- 1z0-146
Question ID 2753 | Identify two strategies against SQL injection. (Choose two.) |
Option A | A. Using parameterized queries with bind arguments. |
Option B | B. Use subprograms that are run with the definer's right. |
Option C | C. Use RESTRICT_REFERENCE clauses in functions that use dynamic SQLs. |
Option D | D. Validate user inputs to functions that use dynamic SQLs built with concatenated values. |
Correct Answer | A,D |
Question ID 2754 | There is a Java class file in your system and you publish it using the following command: CREATE OR REPLACE PROCEDURE ccformat |
Option A | A. Change the listener configuration. |
Option B | B. Create a directory object and link it to the Java class file. |
Option C | C. Rebuild the Java class file when the database instance is running. |
Option D | D. Use the loadjava utility to load the Java class file into the database. |
Correct Answer | D |