Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> about grant problem
hi all
In the database ,It's has tree user account(system,soctt,student) ok!!
I created table test owner system.
first command:
user:system grant select on test to scott with grant option; second command conn scott/tiger grant select on system.test to student.When I revoke scott privilege (select to system.test),but USER STUDENT ,It still can select to system.test
![]() |
![]() |