DB LOAD fails during upgrade process.
search cancel

DB LOAD fails during upgrade process.

book

Article ID: 190866

calendar_today

Updated On:

Products

CA Automic Workload Automation - Automation Engine

Issue/Introduction

DB Load fails during the upgrade process with the following error message:

U00003590 DB error: 'OCIStmtExecute', 'ERROR ', '', 'ORA-01950: no privileges on tablespace 'USERS'

Environment

Release : 12.3

Component : AUTOMATION ENGINE

Cause

Configuration.

Resolution

Change the database user to use the tablespace UC4_DATA rather than USERS.

alter user DB_USER default tablespace UC4_DATA;