Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: ODBC and Oracle
If a dba ran
"grant select any table to jsmith;"
Then jsmith would be able to select any table in the database !
to "fix" this you could run:
"revoke select any table from jsmith;"
Hope this helps.
Rock.
![]() |
![]() |