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

Home -> Community -> Usenet -> c.d.o.server -> Re: user-schema what is it ?

Re: user-schema what is it ?

From: Patrice LENOIR <patrice.lenoir_at_eurotunnel.com>
Date: 22 Nov 2002 13:35:43 -0800
Message-ID: <28470373.0211221335.7a9b47be@posting.google.com>


Hi

For the first question you can do a "create table new_scema.table_name as ... select * from another table", or export it and import with fromuser/touser option.

the second question now :
a schema contains objects (tables, views, packages ...) the user no.

hope this help you.

Patrice

"s Lehaire" <s.lehaire_at_meilleuregestion.com> wrote in message news:<argdf5$d03$1_at_reader1.imaginet.fr>...
> Hi,
> I have some table created under a user and is attached to the schema of the
> user.
> I would like to move this table to an other schema is-it possible ?
>
> second question about user-schema
> I've got an user which can alter, create table modify data and so on...
> I want to limit it to change the data (INSERT, DELETE, UPDATE, SELECT) and
> that's all.
> but I want to create a new user which can do the changes of the structure of
> the tables (CREATE, ALTER ..) and make request on it (INSERT, DELETE,
> UPDATE, SELECT)
>
> last question :
> what is the difference between USER and SCHEMA? I see that my schema have
> the same name of my user but if i create a new user which can create tables,
> those tables would be on which schema ??
> must I do a thing like this create table MY_SCHEMA."THE_TABLE" (...) ??
> thx for responses
Received on Fri Nov 22 2002 - 15:35:43 CST

Original text of this message

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