RohitJaggi
Programmer
We have a stored procedure that creates a user given the username and other attributes. We invoked it concurrently from an application to create 44 users. Only 14 users were created and following error was seen.
[NCR][ODBC Teradata Driver][Teradata RDBMS] sp_add_proc:Concurrent change conflict
on database -- try again. ."
(sp_add_proc is the procedure name)
The Teradata documentation lists the following description for the error
Concurrent change conflict on database --
try again.
Explanation: During processing of the user’s transaction,
another user changed the database.
Generated By: ITB, RES, GEN and OPT modules.
For Whom: End User.
Remedy: Resubmit the transaction
How to find the maximum number of concurrent changes that the database server can handle? Is there a way to increase/decrease this number?
Thanks,
Rohit
[NCR][ODBC Teradata Driver][Teradata RDBMS] sp_add_proc:Concurrent change conflict
on database -- try again. ."
(sp_add_proc is the procedure name)
The Teradata documentation lists the following description for the error
Concurrent change conflict on database --
try again.
Explanation: During processing of the user’s transaction,
another user changed the database.
Generated By: ITB, RES, GEN and OPT modules.
For Whom: End User.
Remedy: Resubmit the transaction
How to find the maximum number of concurrent changes that the database server can handle? Is there a way to increase/decrease this number?
Thanks,
Rohit