Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Writing to tables as different use.
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
![]() |
![]() |