Hello,

I don't know if someone has already asked this question (and if someone has already answered it) , but.. here it goes...

1) Basically, I need to do a INSERT and return a value.
2) But FUNCTIONs do not allow me to do INSERTs (error ORA-14551: DML operations are not allowed inside SELECTs...);
3) And PROCEDUREs do not allow me to return values.

Am I missing something? Am I right about my assumptions?

TIA...
Roberto.