Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

session failure message

Status
Not open for further replies.

vasuu78

Programmer
Joined
Dec 21, 2004
Messages
1
Location
US
hi there,

can any one tell me what this error is about

WRITER_1_1_1> WRT_8229 Database errors occurred:
ORA-26002: Table TARGET.T_EMPLOYEES has index defined upon it.

Database driver error...
Function Name : Prepare DPL
SQL Stmt : INSERT INTO T_EMPLOYEES(EMPLOYEE_ID,FIRST_NAME,LAST_NAME,OFFICE_PHONE) VALUES ( ?, ?, ?, ?)
Oracle Fatal Error
Database driver error...
Function Name : Execute Multiple
SQL Stmt : INSERT INTO T_EMPLOYEES(EMPLOYEE_ID,FIRST_NAME,LAST_NAME,OFFICE_PHONE) VALUES ( ?, ?, ?, ?)
Oracle Fatal Error
WRITER_1_1_1> Mon Dec 20 18:42:07 2004
WRITER_1_1_1> WRT_8076 Writer run terminated. [Commit Error]
WRITER_1_1_1> WRT_8333 Rolling back all the targets due to fatal session error.
WRITER_1_1_1> WRT_8325 Final rollback executed for the target [T_EMPLOYEES] at end of load
WRITER_1_1_1> Mon Dec 20 18:42:07 2004
WRITER_1_1_1> WRT_8081 Writer run terminated. [Error in loading data to target table [T_EMPLOYEES]]
WRITER_1_1_1> WRT_8168 End loading table [T_EMPLOYEES] at: Mon Dec 20 18:42:07 2004
WRITER_1_1_1> WRT_8035 Load complete time: Mon Dec 20 18:42:07 2004

thanks,
vasuu
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top