-- first connect to SQL*Plus using your credentials, and then issue: set role OWB_USER --then invoke: @start_access_workspace.sql begin --set role OWB_USER; owbsys.wb_workspace_management.set_workspace('&1','&2'); owbsys.start_enable_owb_roles(); end; /