![]() Previous |
![]() Next |
An AUTOGO program is a program that you can create and that Oracle OLAP checks for by name when an AW ATTACH command executes.
When you attach an analytic workspace that contains a program named AUTOGO, unless the AW ATTACH statement includes an NOAUTOGO clause or an AUTOGO clause that specifies a program with a different name, Oracle OLAP executes the ONATTACH program.
|
Note: Oracle OLAP checks for this program and other programs when a user attaches an analytic workspace. See "Startup Programs" for more information. |
Return Value
BOOLEAN
TRUE when Oracle OLAP has successfully set up and attached the analytic workspace; or FALSE when it has not or when the Autogo 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. |
Syntax
To define a program with the name AUTOGO use the syntax shown in DEFINE PROGRAM. Code the actual program as a user-defined function with the following argument.
AUTOGO (password)