Chapter 28. PL/SQL Web Development
While the Oracle database doesn’t currently support web access directly (there is talk, though, of building an HTTP listener), there are a number of Oracle tools, such as Oracle Application Server (OAS) and WebDB, that allow you to build web applications using PL/SQL. This chapter tests your understanding of how to use the tools provided with these add-on systems (particularly the OWA packages) to develop web systems.
Beginner
28-1. | An HTML document is most similar to:
|
28-2. | An HTML form is most similar to:
|
28-3. | In which of the following products/languages can you use PL/SQL for web development?
|
28-4. | What kinds of web content can you generate directly with the PL/SQL toolkit?
|
28-5. | Detail the major architectural components in a PL/SQL-based web system. |
28-6. | What does the HTTP listener component do? |
28-7. | What does the PL/SQL gateway do? |
28-8. | What is the PL/SQL toolkit? List its packages. |
28-9. | Which toolkit package contains procedures to print syntactically correct HTML into a buffer? Which of these procedures is most similar to DBMS_OUTPUT.PUT_LINE? Use ... |
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access