Error during Merge Statment [message #257463] |
Wed, 08 August 2007 07:22 |
pardeep
Messages: 20 Registered: June 2001 Location: Chennai
|
Junior Member |
|
|
I was inserting records from one table to another table using merge statment. At the executing time i got the following
MERGE INTO MEMST_test@MIG_MERC TGT_MEMST USING MEMST @PRESCARD STG_MERC_MST
*
ERROR at line 1:
ORA-00604: error occurred at recursive SQL level 1
ORA-02067: transaction or savepoint rollback required
ORA-02063: preceding 2 lines from MIG_MERC
What is the cause for the above error? If any noe ,please give solution.
thanks in advance....
|
|
|
|
|
|
|
|
|