ORA-01000: maximum open cursors exceeded, impoting table def

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
vishu19aug
Participant
Posts: 39
Joined: Mon Feb 13, 2012 1:30 pm

ORA-01000: maximum open cursors exceeded, impoting table def

Post by vishu19aug »

Hi,

I am trying to import the table definition of 10 tables at a time and getting the following error -
The OCI function OCIStmtExecute returned status -1. Error code: 1,000, Error message: ORA-01000: maximum open cursors exceeded.

Can somebody help?

Thanks,
Vishal Gupta
jwiles
Premium Member
Premium Member
Posts: 1274
Joined: Sun Nov 14, 2004 8:50 pm
Contact:

Post by jwiles »

Ask your DBA if they can increase the OPEN_CURSORS value for the database, otherwise import fewer table definitions at one time.

Regards,
- james wiles


All generalizations are false, including this one - Mark Twain.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Or perhaps do the import at a "less busy" time if you have a plethora of jobs running against that source right now.
-craig

"You can never have too many knives" -- Logan Nine Fingers
vishu19aug
Participant
Posts: 39
Joined: Mon Feb 13, 2012 1:30 pm

Thanks!

Post by vishu19aug »

Thanks! "jwiles" and "chulett"
Post Reply