Oracle® OLAP DML Reference 10g Release 1 (10.1) Part Number B10339-02 |
|
|
View PDF |
The AWWAITTIME option holds the number of seconds that a AW ATTACH command with the WAIT keyword waits for an analytic workspace to become available for access. The default value of AWWAITTIME is 20 seconds.
Data type
INTEGER
Syntax
AWWAITTIME = seconds
Arguments
The number of seconds to wait for an analytic workspace to be available.
Notes
When your user ID has the appropriate access rights and that no user has read/write exclusive access to the workspace, you can get read-only access to a workspace, no matter how many other users are using it. When another user has read/write access and commits the workspace, your view of the workspace does not change; you must detach and reattach the workspace to see the changes.
When attaching a workspace using the AW ATTACH command, you can specify the WAIT or NOWAIT keyword. When you request access to a workspace that is being used by another session, NOWAIT (the default) causes an error message to be produced indicating that the workspace is unavailable. To wait for the workspace to become available for access, use WAIT. The number of seconds to wait is determined by the value of the AWWAITTIME option.