Oracle 1z0-148 Exam Practice Questions (P. 5)
- Full Access (75 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 #21
Which tablespace is used to store the data collected by PL/Scope?
- AUNDOTBS1
- BSYSAUX
- CSYSTEM
- DTEMP
- EUSERS
Correct Answer:
B
Reference:
https://docs.oracle.com/cd/B28359_01/appdev.111/b28424/adfns_plscope.htm#BABDGJAF
B
Reference:
https://docs.oracle.com/cd/B28359_01/appdev.111/b28424/adfns_plscope.htm#BABDGJAF
send
light_mode
delete
Question #22
Which must be true in order to add RESULT_CACHE to a function header and have it compile successfully?
- AThe IN parameters must not include BLOB, CLOB, collection or record data types.Most Voted
- BThe function must be created with invoker’s rights or in an anonymous block.
- CThe function must be declared as a pipelined table function.
- DThe function must have an OUT or an IN OUT parameter.
Correct Answer:
C
Reference:
https://docs.oracle.com/cd/E18283_01/appdev.112/e17126/subprograms.htm#insertedID11
C
Reference:
https://docs.oracle.com/cd/E18283_01/appdev.112/e17126/subprograms.htm#insertedID11
send
light_mode
delete
Question #23
Which two statements are true with respect to fine-grained access control?
- AIt is implemented by end users.
- BIt can be used to implement column masking.Most Voted
- CIt implements security rules through functions and associates these security rules with tables, views or synonyms.Most Voted
- DSeparate policies are required for queries versus INSERT/UPDATE/DELETE statements.
- EThe DBMS_FGA package is used to set up fine-grained access control.
Correct Answer:
CD
Reference:
https://docs.oracle.com/cd/B19306_01/server.102/b14220/security.htm
CD
Reference:
https://docs.oracle.com/cd/B19306_01/server.102/b14220/security.htm
send
light_mode
delete
Question #24

Which two statements are correct about the collections before v3. DELETE is executed?
- AThe values of v3(31) (2) and v3 (33) (2) are identical.
- BThe value of v3 (31) (3) is 6.
- CThe value of v3 (31) (1) and v3 (33) (3) are identical,Most Voted
- DThe value of v3 (31) (1) is "hello".
- EThe values of v3 (32) (2) and v1 (2) are identical.Most Voted
Correct Answer:
AD
AD
send
light_mode
delete
Question #25
Which two statements are true about the DBMS_ LOB package?
- ADBMS_LOB.COMPARE can compare parts of two LOBs.Most Voted
- BDBMS_LOB.COMPARE returns the size difference of the compared LOBs.
- CDBMS_LOB.COMPARE is overloaded and can compare CLOBs with BLOBs.
- DIf the destination LOB is a temporary LOB, the row must be locked before calling DBMS_LOB.CONVERTTOBLOB.
- EBefore calling DBMS_LOB.CONVERTTOBLOB, both the source and destination LOB instances must exist.Most Voted
Correct Answer:
DE
Reference:
https://docs.oracle.com/cd/E18283_01/appdev.112/e16760/d_lob.htm#insertedID2
DE
Reference:
https://docs.oracle.com/cd/E18283_01/appdev.112/e16760/d_lob.htm#insertedID2
send
light_mode
delete
All Pages