最新的Oracle Database: Advanced PL/SQL - 1z0-148免費考試真題
Examine the DBMS_LOB.LOADCLOBFROMFILE procedure:

Which statement is true about DBMS_LOB.LOADCLOBFROMFILE?

Which statement is true about DBMS_LOB.LOADCLOBFROMFILE?
正確答案: C
Examine this code executed in the ORA1 schema:

Examine this code executed by DBA_USER who has been granted the DBA role:
REVOKE INHERIT PRIVILEGES ON USER dba_user FROM PUBLIC;
Examine this query:
SELECT return_date (1) FROM dual;
What is the result of executing this query in the DBA_USER schema?

Examine this code executed by DBA_USER who has been granted the DBA role:
REVOKE INHERIT PRIVILEGES ON USER dba_user FROM PUBLIC;
Examine this query:
SELECT return_date (1) FROM dual;
What is the result of executing this query in the DBA_USER schema?
正確答案: C
You are designing and developing a complex database application built using many dynamic SQL statements.
Which option could expose your code to SQL injection attacks?
Which option could expose your code to SQL injection attacks?
正確答案: D
Examine these statements regarding the DBMS_RESULT_CACHE package:
1.DBMS_RESULT_CACHE provides subprograms to administer the part of the shared pool used by the PL/ SQL function result cache only.
2.DBMS_RESULT_CACHE provides subprograms to administer the part of the shared pool used by both the PL/SQL function result cache and the SQL result cache.
3.DBMS_RESULT_CACHE package is owned by the SYS user.
4.RESULT_CACHE_MODE can be set using a subprogram defined in the DBMS_RESULT_CACHE package.
Which set of statements is correct?
1.DBMS_RESULT_CACHE provides subprograms to administer the part of the shared pool used by the PL/ SQL function result cache only.
2.DBMS_RESULT_CACHE provides subprograms to administer the part of the shared pool used by both the PL/SQL function result cache and the SQL result cache.
3.DBMS_RESULT_CACHE package is owned by the SYS user.
4.RESULT_CACHE_MODE can be set using a subprogram defined in the DBMS_RESULT_CACHE package.
Which set of statements is correct?
正確答案: C
Examine this code:

The anonymous block fails this error stack:

Which two changes, when separately applied, would prevent these errors from occurring?

The anonymous block fails this error stack:

Which two changes, when separately applied, would prevent these errors from occurring?
正確答案: A,D
Examine this code:

Users of this function may set different date formats in their sessions.
Which two modifications must be made to allow the use of your session's date format when outputting the cached result of this function?

Users of this function may set different date formats in their sessions.
Which two modifications must be made to allow the use of your session's date format when outputting the cached result of this function?
正確答案: B,E