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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Writing to tables as different use.

Re: Writing to tables as different use.

From: Russ Frier <rfrier_at_scad.edu>
Date: 2000/05/11
Message-ID: <391AE804.71A8D00A@scad.edu>#1/1

you must have 2 tables by the same name under 2 different schema. preface the table name by the schema name when doing inserts to make sure you're putting data in the correct table.

Brian Tkatch wrote:

> I created a table and another user. After inserting rows as both
> users, I can only select the rows that each user put in, when logged
>
> Why is this so?
>
> Brian
Received on Thu May 11 2000 - 00:00:00 CDT

Original text of this message

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