Oracle9i OLAP User's Guide Release 2 (9.2.0.2) Part Number A95295-02 |
|
|
View PDF |
This procedure removes all ALTER SESSION
parameters for any role that is not currently defined in the database. It removes all orphaned rows in the OLAP$ALTER_SESSION
table for those roles.
CLEAN_ALTER_SESSION ();
The following call deletes all orphaned rows.
call olap_api_session_init.clean_alter_session();