Personal oracle lite (POL) - What is personal oracle lite? posted by
Babu Kunwar
What is personal oracle lite?
Personal Oracle lite is single user database for distributed and mobile
computing. It supports a full range of Java database features as well as
advanced replication. Or in other words it is Oracle's lightweight,
fully-functional, single-user object- relational database. A small, zero
administration embedded database.
Some of the features supported:
-
Java Support
-
Java Store Procedure Support
-
Java triggers Supported
-
Multi-column indexing and outer joins.
-
Easy to use graphical user interface
-
Supports both object and relational database models
-
Simultaneous viewing of classes and relational tables
More links
What are PL/SQL Subprograms?
Advantages of PL/SQL Subprograms.
PL/SQL has two types of subprograms called procedures and functions. Explain
them.
How does subprogram pass information? What are actual and formal subprogram
parameters? Explain with an example
Define three parameter modes, IN (the default), OUT, and IN OUT that can be
used with any subprogram.............
|