Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: imp issue...very confusing!
Ron,
Unlimited tablespace as a privilege actually means "you can write to any darned tablespace in the database that you choose to"
you should instead grant quota unlimited to a user on his/her tablespace.
This is one of the "hidden" privileges you get when you grant the role RESOURCE to a user. If you need/want to continue using that role, you should immediately after granting it issue "revoke unlimited tablespace from <username>"
Rachel
--- "Smith, Ron L." <rlsmith_at_kmg.com> wrote:
> I found that when I give a user (touser) unlimited tablespace on
> his/her
> own tablespace, for some reason the user also gets granted unlimited
> tablespace on all tablespaces. When that happens, the fromuser
> touser
> option results in all the objects getting put back into the fromuser
> tablespace. When I revoke unlimited tablespace, the import works
> fine.
>
> Ron Smith
>
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Tue Jul 13 2004 - 11:11:09 CDT
![]() |
![]() |