I am working w/a "shrinkwrap" vendor of ours to get them to certify their app on 10 and am getting a weird error:
their application tries to do a (sanitized for security/NDA):
insert into table (col1, col2, col3, col4) values(1,:1,'abc',:2) returning col2 into :3
and gets a "ORA-00932...