Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> How create common tables?

How create common tables?

From: Rosa - Terra <myrsgsl_at_teleline.es>
Date: Tue, 07 Sep 2004 16:09:29 GMT
Message-ID: <Z2l%c.2322129$A6.8084425@telenews.teleline.es>


I have Oracle 9i enterprise.
I've been creating a db and other objects (users, workspaces, roles, profiles,...), but I don' t know how I can create a set of common tables where all the users I've had created can work.

At the moment, if I creat a table in a user squeme, and other users want to access to this table, they have to put first the user's name.

Example:

select * from user.table

What I want is to avoid that, and only type:

select * from table

And that, for an user group defined by me.

In this form, all the users could work in the same tables.

Sorry for my speech.

-- 
Rosa Mª Sánchez Garrido
Received on Tue Sep 07 2004 - 11:09:29 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US