Hi,
I need to get the expiry date from DBA_USERS for an application on our system.
When I query the view i got no problem, but when i put the query in a function i've got the error ORA-00942: table or view does not exist. The function will be created in a schema called "SISTEMAS"
The question is, we need to execute grant select on the view for the schema sistemas? or there is another solution for this issue?
Thanks for your replies...
Best regards.
Chalo.