Skip Headers
Previous
Previous
 
Next
Next

How Are Analytic Workspaces Stored in the Database?

Analytic workspaces are stored in tables in Oracle Database. The names of these tables always begin with AW$.

For example, if the GLOBAL user creates two analytic workspaces, one named FINANCIALS and the other named MARKETING, then these tables are created in the GLOBAL schema:

AW$FINANCIALS
AW$MARKETING

The tables store all of the object definitions and data.