developer2000/9i database problem [message #59215] |
Tue, 04 November 2003 22:16 |
M. Khaled
Messages: 67 Registered: April 2002
|
Member |
|
|
I have oracle 9i dabase under linux platform.My frontend is developed under developer 2000.it was ok while we have oracle 7.3.4 database.But recently an error is occured during insert from client.The error message is like ON-LOCK TRIGGER RAISED.....how this could be resolved in this existing situation(using dev2000 frontend)
please help
|
|
|
|
|
Re: developer2000/9i database problem [message #59249 is a reply to message #59245] |
Thu, 06 November 2003 01:24 |
|
Maaher
Messages: 7065 Registered: December 2001
|
Senior Member |
|
|
It is a FORMS trigger, not a database trigger. ON-LOCK is a transactional trigger in Oracle Forms that replaces the standard Forms locking behaviour. You should check the Forms source file (FMB, not the FMX) for an ON-LOCK trigger and add the alert and the code, so you get a clear error message. The exact ORA-message number would already help us out quite a lot.
MHE
|
|
|