Insert: ORA-01950 no privileges on tablesapce 'USERS'

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
ellison
Participant
Posts: 4
Joined: Fri May 14, 2004 3:18 pm

Insert: ORA-01950 no privileges on tablesapce 'USERS'

Post by ellison »

I trying to perform a simple load to an Oracle table using Oracle Connector. I've like to use mode truncate, but have also tried just insert. I'm getting error ORA-01950, no privileges on tablespace 'USERS'. The table is not in the USERS tablespace, and I apparently do have a quota defined for USERS. Why am I getting this error on USERS? Is it trying to build some work table?
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

The table is setup incorrectly, talk to your DBA and have them correct the problem.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ellison
Participant
Posts: 4
Joined: Fri May 14, 2004 3:18 pm

Insert: ORA-01950 no privileges on tablesapce 'USERS'

Post by ellison »

Althought the table was created using the correct schema and tablespace, the indexes were not. The indexes needed to be recreated using the correct tablespace.
Post Reply