The user MY_USER has been assigned the roles CONNECT, RESOURCE, and DBA.
Which statement generates the DDL for these privileges?
Which two statements are true about conversion from DBMS_SQL to native dynamic SQL? (Choose two.)
Which statement is true about internal and external LOBs?
Which three commands can be used to set PL/SQL conditional compilation inquiry directive MODE?
Examine this code:
What will be the outcome with SERVEROUTPUT enabled?
Which two statements are true regarding edition-based redefinition (EBR)?
Your company decided to update its employees’ contact information as a one-time event.
With thousands of employees’ records to be updated, the project manager hoped to achieve substantial performance gains using the DBMS_PARALLEL_EXECUTE package and identified these four actions to be executed.
1) dbms_parallel_execute.create_task
2) GRANT system privilege CREATE JOB to the user executing this task
3) dbms_parallel_execute.run_task
4) dbms_parallel_execute.create_chunks_by_rowid
Select the correct order of actions to implement the parallel execution of PL/SQL blocks.
Examine the code:
Which two blocks can be used to complete the executable section such that LIST2 is dense? (Choose two.)
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?
Which two blocks of code execute successfully?
Examine this function body:
Which two headers will allow this function to compile successfully and take advantage of both invoker’s rights and function result caching?
Which two statements are true about PL/SQL AOIs for SecureFiles?
Examine this code:
Which two corrections must be applied for this anonymous block to execute successfully?
Examine the DBMS_LOB.LOADCLOBFROMFILE procedure:
Which statement is true about DBMS_LOB.LOADCLOBFROMFILE?
Which must be true in order to add RESULT_CACHE to a function header and have it compile successfully?
A products TABLE exists with a PROD_ID column.
Examine this PL/SQL block:
Which statement is true?