Database Error Messages

OCI-34836

(OKUNDSS03) %a string workspace object
Analytic workspace %1p cannot be detached because a currently executing command depends upon an object (%2p) it contains.

Cause

Analytic workspaces can only be detached when they are not being referenced by currently executing code. This error might occur when multiple queries are executed by the user code and one of those processes tries to detach the Analytic Workspace.


Action

Restructure the application so this condition does not occur.