SQL * loader-951 Error

Source: Internet
Author: User

When using datastage for development, the following error occurs:

SQL * loader-951: Error calling once/load Initialization

ORA-00604: Error occured at recursive SQL Level 1

ORA-00054: Resource busy and acquire with Nowait specified

Move out of Google:

It may be because the index in the table is in the unusable state --> leading to the index unusable: duplicate keys on unique constraint column. Solution: skip_index_maintenance or rebuild Index

I have been pondering for a long time. I have no index on this table. How can this problem happen? I didn't think too much about it. I had to restart the OS and run the job without any error. I tried again and encountered the same error. In tangle, the session of the Delete table statement is accidentally closed, and the job is normal. The final cause is that after I delete the table data, there is no commit, which leads to an error when I re-insert the data. It's too careless to record the knowledge.

 

Popular Science:

DML (select, insert, update, delete, call, explain Plan, lock table,...) is not automatically submitted

DDL automatic submission

DCL automatic submission

If SQL * Plus is not submitted, it is automatically submitted when SQL * Plus is exited normally. If SQL * Plus is exited abnormally, It is not submitted.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.