Multiple choice technology

Name the procedures in SRW package?

  1. SRW.message

  2. SRW.user_Exit

  3. SRW.Do_sql

  4. All the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The SRW package in Oracle Reports contains multiple built-in procedures including SRW.MESSAGE (for displaying messages), SRW.USER_EXIT (for calling user exits), and SRW.DO_SQL (for executing dynamic SQL). All are standard procedures in the SRW package.