Question: As you work on Assignment - 7 some guidance: Make sure you understand how the Web PL / SQL mechanism works in the form of
As you work on Assignment some guidance:
Make sure you understand how the Web PLSQL mechanism works in the form of a incorporation of HTML with PLSQL and b creation of database access descriptor DAD to view the Web page. The DAD for the Oracle department server has already been created, as mentioned in the slides and earlier announcement.
To ensure that correct database data is displayed in the Web browser, it is highly recommended that a plain PLSQL procedure is created with dbmsoutput statementc that display the data that should appear in the Web browser.
Once the plain PLSQL procedure is working correctly, copy the procedure with a new procedure name as a Web PLSQL procedure and then replace the dbmsoutput statements with the appropriate HTML statements. Use any of the HTML Templates in the Misc Guides section on Blackboard to speed up the creation of the Web PLSQL procedure.
If the plain PLSQL procedure works correctly, the Web PLSQL procedure will also work or display correctly in the Web browser.
Submit two procedures for the assignment: plain PLSQL procedure and Web PLSQL procedure.
Superflex Apartment database: Create a Web page to display a list of apartments that have been rented by various staff use HTML table tag The Web page either displays for each staff either the apartment number or a message No Apartment Rented" in case the staff has no associated rental. The Web page layout is shown below, with attributes from database in italics.
Create a PLSQL procedure wstaffapartmentdetails" that displays the data required for the table. Use the procedure code to complete the Web Page.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
