Hi All,
How to work with the report rsoraisqn....
we are not understanding with what options we should execute the report as for all selection cretaria we do not get any output.
We also checked note 970538 - Collective note RSORAISQN and get need to run the following
grant UNLIMITED TABLESPACE to <dbuser>;
grant CREATE TABLE to <dbuser>;
grant ALTER TABLESPACE to <dbuser>;
grant SELECT ON DBA_INDEXES to <dbuser>;
grant SELECT ON DBA_TABLES to <dbuser>;
grant SELECT ON DBA_SEGMENTS to <dbuser>;
But Still in confusion that "what will be the <dbuser> here.....
"Before granting the privileges select the current privileges for the dbuser from dba_sys_privs and dba_tab_privs and keep them as a backup"...plz suggest on this also..
please suggest me how to work with this report.........
Best Regards,
Rableen Khurana..