I created a function select * from table (pipelined function).... that works when I execute it with admin user.
I created a user to execute it with less role and privilege and I receive error ORA-00904 : invalid identifier.
what privileges and roles do I have to add to my user ?
Version : Oracle 11gR2
Best Regards