I try to call pipelined table function on other server by dblink, but get error
"ORA-30626: function/procedure parameters of remote object types are not supported".
Maybe exist some way, how i can execute this function? All works, when not remote.
My query:
select * from table(DP.testpipe@DB_DCPRF_WSTAT)