Oracle 1z0-146 Exam Practice Questions (P. 2)
- 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 #6
See the Exhibit:

Examine the PL/SQL block; While executing the PL/SQL statements generates the errors, what is the reason?

Examine the PL/SQL block; While executing the PL/SQL statements generates the errors, what is the reason?
- AThe DELETE(n) method cannot be used with varrys
- BThe DELETE(n) method cannot be used with nested tables
- CThe NEXT method cannot be used with an associate array with VARCHAR2 key values
- DThe NEXT method cannot be used with a nested table from which an element has been deleted
Correct Answer:
A
A
send
light_mode
delete
Question #7
You created a PL/SQL subprogram that successfully invokes an external C procedure. After a while, the database administrator (DBA) drops the alias library schema object. The shared library exists in the system. Which statement is true in this scenario?
- AThe corresponding shared library is also removed from the system
- BPL/SQL subprograms can be used to invoke the external C procedure
- CThe existing extproc process is terminated and a new extproc is started
- DThe PL/SQL subprogram that depends on the external C program becomes invalid
Correct Answer:
D
D
send
light_mode
delete
Question #8
See the exhibit:

Which of the above INSERT statements are valid?

Which of the above INSERT statements are valid?
- AOnly the first statement is valid
- BAll the statement are valid
- COnly the first and fourth statements are valid
- DOnly the first and second statements are valid
- EOnly the first, second and third statements are valid
Correct Answer:
E
E
send
light_mode
delete
Question #9
The database instance was started up using the automatic memory management feature. No value was set for the RESULT_CACHE_MAX_SIZE parameter.
Examine the following initialization parameter settings for your database:
MEMORY_TARGET = 500M -
RESULT_CACHE_MODE=MANUAL -
You execute a query by using the result_cache hint. Which statement is true in this scenario?
Examine the following initialization parameter settings for your database:
MEMORY_TARGET = 500M -
RESULT_CACHE_MODE=MANUAL -
You execute a query by using the result_cache hint. Which statement is true in this scenario?
- AThe query results are not stored because no memory is allocated for the result cache
- BThe query results are stored and 0.5% of the memory target is allocated to the result cache
- CThe query results are stored and 0.25% of the memory target is allocated to the result cache
- DThe query results are not stored because the RESULT_CACHE_MODE parameter is not set to FORCE
Correct Answer:
C
C
send
light_mode
delete
Question #10
Which three actions can be performed by using the DMBS_ASSERT package to prevent SQL injection? (Choose three.)
- ADetect a wrong user
- BCheck input string length
- CVerify qualified SQL names
- DValidate TNS connect strings
- EVerify an exisitng schema name
- FEnclose string literals within double quotation marks
Correct Answer:
CEF
CEF
send
light_mode
delete
All Pages