![]() Previous |
![]() Next |
An ONDETACH program is a program that you can create and that Oracle OLAP checks for by name when an AW DETACH command executes. Depending on the value returned by the program, Oracle OLAP executes the code within the program immediately after detaching the analytic workspace.
|
Note: Oracle OLAP checks for other programs when a user attaches an analytic workspace. See "Startup Programs" for more information. |
Return Value
BOOLEAN
TRUE when Oracle OLAP has successfully detached the analytic workspace; or FALSE when it has not or when the detach program has thrown an exception.
|
Note: You are encouraged to use the normal return values rather than relying on exceptions to create a return value ofFALSE. |