PackageDescription: OracleEXDI-SUnit


Oracle EXDI - S Unit

Last published: October 25, 2005 by 'smichael'

Defines 7 Classes
Extends 8 Classes


This parcel implements the SUnit test suite for OracleEXDI.
Tests currently require an installed and running Oracle database named "vwtest" with global user "superdba", password "admin" with all privileges required to create sessions and to create other users (including DBA users), and a tablespace named "users" which will be used as the default by all users created by the tests.

In addition, the database must be configured with the following:
(I found it possible to perform the necessary maintenance when logged in as the SYS user, connected as SYSDBA.)

Roles
EXDI_DBA like DBA, but add CREATE_SESSION System Privilege,
and enable it with the Admin option
EXDI_RESOURCE like RESOURCE, but add CREATE_SESSION System Privilege,
and enable CREATE_TABLE and CREATE_SESSION System Privileges with the Admin option
EXDI_CONNECT like CONNECT, but add CREATE_SESSION System Privilege,
and enable it with the Admin option