Modify function needs WAEvent as output stream.
SELECT * FROM OracleOutputStream; creates a typed/user-defined event
SELECT d FROM OracleOutputStream d; creates a WAEvent
Using * instead of an alias creates a user-defined event. Hence, there is an error in saving the component.
This helped, thanks! Where could I find description of this behaviour in documentation?
I meant the difference between aliased and unaliased SELECT. One producing WAEvent, the other not