Skip Headers

Oracle® OLAP DML Reference
10g Release 1 (10.1)

Part Number B10339-02
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Feedback

Go to previous page
Previous
Go to next page
Next
View PDF

AWWAITTIME

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

seconds

The number of seconds to wait for an analytic workspace to be available.

Notes


Workspace Sharing

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.


AW WAIT or NOWAIT

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.