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: How to insert rows?

Re: How to insert rows?

From: Billy Verreynne <vslabs_at_onwe.co.za>
Date: Tue, 27 May 2003 12:05:15 +0000
Message-ID: <bavdbl$npv$1@ctb-nnrp2.saix.net>


Peter wrote:

> As SYS I inserted rows into peter's table
> insert into peter.tabb
> select * from SYS.tabb;
>
> As SYS, when I ran
> select * from peter.tabb;
> I got the rows returned.
>
>
> As peter,
> select * from peter.tabb;
> does not return any rows.
>
> Why is that?

Commit.

Check the Oracle's Concepts Manual (pdf/html docs) on transaction processing. This is the core essence of what database processing is all about.

--
Billy
Received on Tue May 27 2003 - 07:05:15 CDT

Original text of this message

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