Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Newbie: problem with user access to tablespace
First - Do not create anything in the system tablespace ....Leave that for
Oracle created stuff only....
Then,
Create a user for yourself to use as the DBA ( grant it all priviliges - see
manual )
Create a tablespace ( other than system ) for holding the tables
Build the tables in this tablespace
Create public synonyms for the tables
( i.e. create public synonym mynewtable for mydbausername,mynewtable )
Grant priviliges on this synonym to the user(s)
If you want to allow users to create tables then create a tablespace for them and make it their default tablespace ( grant resource on that tablespace to user(s) )
Hope it helps,
( The Server Administrator's guide is a good source for info about managing your
server)
Hope it helps,
Allan Tingey <al_at_ibis.genetics.utah.edu> wrote:
>Hi,
>
>I have a lot of experience with computers but I am new to oracle...
>
>I have recently set up an 8.0.3 server on a Dec(Compaq) Alpha
>server. Created a database with tablespace, etc...
--------------snip----------------------------
To reply please remove the 'nospam' part of the address Received on Thu Apr 08 1999 - 13:19:50 CDT
![]() |
![]() |