Re: ORA-28009

From: syd_p <sydneypuente_at_yahoo.com>
Date: Mon, 15 Feb 2010 02:17:04 -0800 (PST)
Message-ID: <9ff7eb44-3949-4a10-bcf0-a8d3481e9ff7_at_l26g2000yqd.googlegroups.com>



On 14 Feb, 23:30, vsevolod afanassiev <vsevolod.afanass..._at_gmail.com> wrote:
> Create another user and create tables so they are owned by this user.
>
> create user ABC identified by ABC
> default tablespace USERS
> temporary tablespace TEMP;
>
> grant CONNECT,RESOURCE to ABC;
>
> After that connect as ABC/ABC and create tables, indexes, etc.

Thanks - but I need to run the scripts as they are - and the scripts create tablespaces and users. Received on Mon Feb 15 2010 - 04:17:04 CST

Original text of this message