Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: how do i create, access tables in other's schema
On Tue, 14 Sep 1999 12:51:26 GMT, srin_at_my-deja.com wrote:
>hi all
>
>we have a common schema (user) called global in which all the users
>create the tables.
>
>global's default tablespace is usr.
>
>what permissions should the other users have in order to work in the
>schema called 'global'?
>
>when i tried this:
>create global.tab1 (col1 integer)
>
>i got the error saying 'user has no privileges on tablespace usr'. what
>does it mean to have privileges on tablespaces? i thought privileges
>are on schema objects. i have 'create any table' rights.
>
>anybody who clarifies this to me surely has a lot of tablespace in
>her/his heart
>thanks
>srini.
Something is wrong with your GLOBAL's quota settings. Although his default tablespace is set to USR he obviously has no quota assigned on this tablespace. Execute one of the following statements to overcome this problem:
HTH,
Jurij Modic <jmodic_at_src.si>
Certified Oracle DBA (7.3 & 8.0 OCP)
![]() |
![]() |