Oracle Database: Advanced PL/SQL - 1z1-148무료 덤프문제 풀어보기
Which two statements are true about PL/SQL AOIs for SecureFiles?
정답: B,C
Identify the three options which make a PL/SQL function highly suitable for using the RESULT_CACHE clause in its definition. (Choose three.)
정답: B,C,E
The user MY_USER has been assigned the roles CONNECT, RESOURCE, and DBA.
Which statement generates the DDL for these privileges?
Which statement generates the DDL for these privileges?
정답: D
Examine this PL/SQL block:

If PLSQL_CCFLAGS is set to:
'flag1:TRUE, flag2:2, flag3:NULL'
What is the result of submitting this PL/SQL block for execution with SERVEROUTPUT enabled?

If PLSQL_CCFLAGS is set to:
'flag1:TRUE, flag2:2, flag3:NULL'
What is the result of submitting this PL/SQL block for execution with SERVEROUTPUT enabled?
정답: A
Which codes executes successfully?
정답: D
Examine this code (all compiled into schema HR):

Execute this code:
SET SERVEROUTPUT ON;
EXEC test_pkg.do_stuff
What is the correct output?

Execute this code:
SET SERVEROUTPUT ON;
EXEC test_pkg.do_stuff
What is the correct output?
정답: E
Consider a function totalEmp () which takes a number as an input parameter and returns the total number of employees who have a salary higher than that parameter.
Examine this PL/SQL package AS

Which two definitions of totalEmp () result in an implicit conversion by Oracle Database on executing this PL/SQL block?
Examine this PL/SQL package AS

Which two definitions of totalEmp () result in an implicit conversion by Oracle Database on executing this PL/SQL block?
정답: C,E
Examine this code:

Assuming the default edition is ORA$BASE, what is the result of the last execution of hello?

Assuming the default edition is ORA$BASE, what is the result of the last execution of hello?
정답: A
Which two statements are true with respect to fine-grained access control?
정답: B,D