Helsingin yliopisto Tietojenkäsittelytieteen laitos
 

Tietojenkäsittelytieteen laitos

Tietoa laitoksesta:

 

Implementation of WWW Applications using the Oracle Web Server on the Database application project Course in University of Helsinki

Harri Laine, 21.1.2000

Contents:
Manuals
Implementation Environment
Processing the Database with SQL
Database Procedures
Connecting the Database to WWW
Referring to Tables and Procedures
Giving Access Rights to WWW
Procedure calls in a WWW Page
Generating HTML in the Database Procedure
The Library Package IHT
The New Library Package IHT2
Examples
An Introduction to the PL/SQL Language
Transparency Material
Tips - NOT READY YET
Finnish version of these instructions

Manuals and Guidebooks

Alkuun

Implementation Environment

The database will be implemented on the University IT Department's server kontti, in the database instance tktb using the Oracle 8 database server. Each student will have their own Oracle username, which will be valid for the duration of the course. To apply for the username, the student must have a valid user account at the IT Department's Unix system. The Oracle username takes the form OPS$USERNAME, e.g. OPS$SMITH. The Unix username will be checked for the right to use the Oracle username, so you do not necessarily have to know the Oracle password.

Alkuun

Processing the Database with SQL

Alkuun

Database Procedures

Alkuun

Connecting the Database to WWW pages

Alkuun

Procedure calls in a WWW Page

URL for a database procedure

Example:

<FORM ACTION="http://kontti.helsinki.fi:8011/tktb/plsql/info1.expl1" METHOD="POST"> 
<INPUT TYPE="text" NAME="oname" SIZE=40 MAXLENGTH=40 VALUE=""> 
<INPUT TYPE="submit" VALUE="HAE"> 
</FORM>

Alkuun

Generating a Web Page in a Database Procedure

Alkuun

Library Package IHT

Alkuun

Package IHT2

Alkuun

The PL/SQL Procedures