Oracle 1z0-149 Exam Practice Questions (P. 5)
- Full Access (65 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 three statements are true about Implicit Cursor and Explicit Cursor? (Choose three.)
- AImplicit cursor returns only one record.
- BExplicit cursor can return more than one record.Most Voted
- C%Isopen, %Rowtype, %Notfound, and %Found are the attributes of Explicit Cursor.
- D%Isopen, %Rowcount, %Notfound, and %Found are the attributes of Explicit Cursor.Most Voted
- E%Isopen, %Type, %Notfound, and %Found are the attributes of Explicit Cursor.
- F%Isopen is always false in Explicit Cursor.
- G%Isopen is always false in Implicit Cursor.Most Voted
Correct Answer:
BCG
BCG
send
light_mode
delete
Question #22
Which three are true about DDL triggers? (Choose three.)
- AThey cannot include the WHEN clause.Most Voted
- BThey must be created in an enabled state.
- CThey can be fired when a table is truncated.Most Voted
- DThey fire only when a DDL statement is executed by the owner of the trigger.
- EThey can be fired either before or after a DDL statement executes.Most Voted
- FThey can be fired when a privilege is granted to a user.
- GThey must be created in a disabled state.
Correct Answer:
CDE
CDE
send
light_mode
delete
Question #23
Which code will successfully create a BODILESS PACKAGE to standardize CONSTANTS and EXCEPTIONS declarations?
send
light_mode
delete
Question #24
In which type of trigger can :OLD and :NEW identifiers be used?
send
light_mode
delete
Question #25
Which three are true about PL/SQL subprograms? (Choose three.)
- AResults of a subprogram can be cached in the SGA such that sessions connected to the same instance can reuse these results when available.
- BUsers granted execute privilege on a procedure compiled with definer's rights require grants to access objects belonging to the definer that are referenced in the procedure.
- CSubprograms are cached by default and shared among users, thereby reducing memory requirements.
- DReuse of parsed PL/SQL code from the shared SQL area reduces parsing overhead.
- EA subprogram's session state is retained even if any of the session’s instantiated subprograms are invalidated and revalidated.
- FHost variables can be referenced inside any PL/SQL subprogram.
- GA PL/SQL procedure can invoke an external code block written in a different programming language.
Correct Answer:
CDG
CDG
send
light_mode
delete
All Pages