Petros Amiridis
Member²
Hi,
Under Oracle 9.2.0.1.0, I am creating a trigger using TOracleScript but it shows up as invalid, giving me ORA-04093: references to columns of type LONG are not allowed in triggers.
The trigger is an "after insert for each row" on a table that has a LONG RAW column. I *DO NOT* reference this column inside the trigger. I do not declare any LONG TYPE variables that could cause a problem.
Afterall, the same trigger *is created* without problems through SQLPlus Worksheet (9.2.0.1.0).
TOracleScript creates a valid trigger without problems under Oracle 7.3.4.
If it helps, the same thing happens from within PL/SQL Developer too.
What is the problem? Is this a known bug? Is there a workaround?
Petros
Under Oracle 9.2.0.1.0, I am creating a trigger using TOracleScript but it shows up as invalid, giving me ORA-04093: references to columns of type LONG are not allowed in triggers.
The trigger is an "after insert for each row" on a table that has a LONG RAW column. I *DO NOT* reference this column inside the trigger. I do not declare any LONG TYPE variables that could cause a problem.
Afterall, the same trigger *is created* without problems through SQLPlus Worksheet (9.2.0.1.0).
TOracleScript creates a valid trigger without problems under Oracle 7.3.4.
If it helps, the same thing happens from within PL/SQL Developer too.
What is the problem? Is this a known bug? Is there a workaround?
Petros