1Z0-151 · Question #49
You are using a PL/SQL program unit in the Orders form to display an image for the selected product in the Order Items block. The code is called from several different triggers in the form. The code…
The correct answer is E. Save the library. G. Attach the library to the orders form. H. Change the way the program unit is called in the Orders form. E: Save and compile the library. G: select the Attached Libraries node and click Create. In the Attach Library dialog box, click Browse to navigate to the saved library and open it, then answer Yes to the alert that asks if you want to remove the path. H: Modify the to simply…
Question
Options
- AChange line 5 to:
- Binsert the RELEASE keyword between lines 1 and 2.
- CDelete the BEGIN and END statements (lines 4 and 7).
- DChange product_id to an in parameter and filename to an OUT parameter.
- ESave the library.
- FGenerate the a .plx file.
- GAttach the library to the orders form.
- HChange the way the program unit is called in the Orders form.
How the community answered
(66 responses)- B11% (7)
- C5% (3)
- D2% (1)
- E82% (54)
- F2% (1)
Explanation
E: Save and compile the library. G: select the Attached Libraries node and click Create. In the Attach Library dialog box, click Browse to navigate to the saved library and open it, then answer Yes to the alert that asks if you want to remove the path. H: Modify the to simply call the procedure from the attached library:
Topics
Community Discussion
No community discussion yet for this question.