- Everybody is getting that error
- It's a Oracle Forms application
- About the values being too long, this is what I do:
- I open the form where I enter the value of exactly 2000 characters
- I get the error, but leave the screen just as it is, without changing anything
- I recompile the (valid) triggers
- I go back to the application and press the Save button again -> now it works, the value of length 2000 characters is saved
Main Topics
Browse All Topics





by: markgeerPosted on 2007-05-25 at 06:46:40ID: 19156789
How is the datatype for the variables for that column defined in the triggers and procedures? Is it hard-coded, like: varchar2(2000), or dynamic, like: [table_name].[column_name] %type?
Who gets the error in the morning, just you, or others too? Are you sure that the values being inserted or updated are less than 2000 bytes?
What kind of application is this: Oracle Forms, VB, .net, something else?