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: Create User

Re: Create User

From: NorwoodThree <norwoodthree_at_my-deja.com>
Date: 15 Jun 2002 08:46:15 -0700
Message-ID: <ba03e2c.0206150746.431b2714@posting.google.com>

  1. How to create user:

create user <name> identified by <password> default tablespace <tablespace> temporary tablespace <tablespace>;

2. Log in as each owner of the table you wish to give only select access. As this user:

grant select on <table name> to <name>;

If there are a lot of tables, scripting works best. Received on Sat Jun 15 2002 - 10:46:15 CDT

Original text of this message

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