I am working with PL/SQL procedure to query schemas from dba_tables as the user system. ORA-29471
Sorry I am new to MOSC.
I am working with PL/SQL to query schemas from dba_tables as the user system.
When I try to execute the procedure I get table or view does not exist. If I try to open the cursor via DBMS_SQL I get Ora-29471. I tried security (0 then 1 and2) I continue to get Ora-29417. I have tried on version 11.2.0.3 and 12.1.0.1. We use Windows 2008 R2. I am at a stalemate now. Help? I can provide some code samples if someone will tell me how to load them.