Re: Login

From: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: Mon, 22 Nov 1999 17:00:10 +0800
Message-ID: <3839061A.FBC_at_yahoo.com>


Andy Longworth wrote:
>
> Can anyone shed any light on how to create logins for oracle on UNIX
> running Oracle 8.00......?
>
> Thanks.

create user MY_USER_ID
identified by MY_PASSWORD
default tablespace users
temporary tablespace temp;

grant create session to MY_USER_ID;

-- 
===========================================
Connor McDonald
"These views mine, no-one elses etc etc"
connor_mcdonald_at_yahoo.com

"Some days you're the pigeon, and some days you're the statue."
Received on Mon Nov 22 1999 - 10:00:10 CET

Original text of this message