Granting permissions error
Dear experts,
Can anyone help me to understand the difference between these two statements. I just want to grant permission to user on view like v$parameter. My second question is that what is the base table of dba_data_files and v$datafile;
SQL> grant select on v_$parameter to scott;
SQL> grant select on v_$parameter to scott;
Regards,
Raman
0