While calling an User defined function in Forms 6i an exception is raised in the program - ORA-00600: internal error code, arguments:[17018]...
Scenario is something like:
In the system there are two forms open at the same time. Through one form some action is performed which called DB procedure that updates some table.
Through another form on some user action that table is queried. I don't know what is the problem but I am getting this exception.
Even I simulated similar link of scenario on test environment having dummy table and forms, and doing the same things as said above but not getting that error in test environment.
Can anyone please help what may be the problem?
My database is 10g.