Oracle 1z0-146 Exam Practice Questions (P. 3)
- Full Access (117 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #11
You designed a CardValidation.java java source file. You also have the corresponding CardValidation.class file. As part of invoking a Java class method, you executed this command at the command prompt:
Loadjava -user oe/oe CardValidation.java
Which statement is true about the command?
Loadjava -user oe/oe CardValidation.java
Which statement is true about the command?
- AIt loads the Java code into the database
- BIt publishes Java methods in CardValidation.java
- CIt loads the metadata related to the Java class file into the database
- DIt loads the java class file into the Java pool in the database instance
Correct Answer:
A
A
send
light_mode
delete
Question #12
See the Exhibit:

Examine the strucutre of the EMPLOYEES and DEPARTMNETS tables.
See the PL/SQL block that you execute to find the average salary for employees in the 'Sales' department.

What is the outcome?

Examine the strucutre of the EMPLOYEES and DEPARTMNETS tables.
See the PL/SQL block that you execute to find the average salary for employees in the 'Sales' department.

What is the outcome?
- AIt executes successfully and gives the correct output
- BIt generates an error because the assocaitive array definition is not valid
- CIt generates an error because an assocaitive array cannot be passed to a procedure in OUT mode
- DIt generates an error because an associative array cannot be used with the SELECT INTO statement
Correct Answer:
A
A
send
light_mode
delete
Question #13
Examine the following settings for a session:

Which statement would be true in this scenario?

Which statement would be true in this scenario?
- AThe compiler would automatically inline subprograms
- BThe compiler would inline the code for external subroutines
- CThe compiler would inline the code even if the INLINE pragma is set to NO
- DThe compiler would not inline the code unless the INLINE pragma is set to YES
Correct Answer:
A
A
send
light_mode
delete
Question #14
Which two statements are true about SecureFile LOB options? (Choose two.)
- AThe COMPRESSION HIGH option can be enabled only for CLOBs
- BThe COMPRESSION HIGH option can be enabled for all internal LOBs
- CThe DECRYPT option can be used to remove encryption only if the LOB column is empty
- DThe DECRYPT option can be used to remove encryption from LOB columns that are empty or contain data
Correct Answer:
BD
BD
send
light_mode
delete
Question #15
Identify three guidelines for the DBMS_ASSERT package.(Choose three.)
- APrefix all calls to DBMS_ASSERT with the SYS schema name
- BEmbed DBMS_ASSERT verification routines inside the injectable string
- CEscape single quotes when you use the ENQUOTE_LITERAL procedur e
- DDefine and raise exceptions explicitly to handle DBMS_ASSERT exceptions
- EPrefix all calls to DBMS_ASSERT with a schema name that owns the subprogram that uses the DBMS_ASSERT package
Correct Answer:
ACD
ACD
send
light_mode
delete
All Pages