The docs say you
can use RETURNING with INSERT, but it doesn’t currently work. “You can use
the BULK COLLECT clause in the RETURNING INTO clause of an INSERT, UPDATE, or
DELETE statement” |
|
Similarly, there
is no indication that you can’t have shared types accessed through synonyms.
However, if you try it, you will get “ORA-22863 synonym for datatype
schema.type not allowed”. Bug/Enhancement 1879471 has been filed which is off
limits to public. It is fixed in 9.2. |