Unable to write to DB - time allocated was insufficient

Certified Senior Developer
The process throws an exception while writing to DB and the node remains unattended, the alert looks like "The amount of time allocated for the completion of an unattended activity was insufficient to allow the activity to complete. ".

OriginalPostID-266834

  Discussion posts and replies are publicly visible

Parents
  • If you are unable to insert directly then there should be an issue at your DB side. Please try to get what ORA error or other errors you are getting in when you try direct insert query. When you get any error and that is your problem. Resolving that would solve your problem

    -> Before that try inserting data in some other tables which is present in the same schema. That would give us solution like is there problem at schema level or table level,as there could be a chance of network issue at database/schema level
Reply
  • If you are unable to insert directly then there should be an issue at your DB side. Please try to get what ORA error or other errors you are getting in when you try direct insert query. When you get any error and that is your problem. Resolving that would solve your problem

    -> Before that try inserting data in some other tables which is present in the same schema. That would give us solution like is there problem at schema level or table level,as there could be a chance of network issue at database/schema level
Children
No Data