Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Off Topic: Row Locking - Row Id
Now can you enlighten the rest of us? Or am I the only one who doesn't get it?
Paul Baumgartel
InstiPro, Inc.
paul.baumgartel_at_instipro.com
212 813-0829 x103 (office)
917 549-4717 (mobile)
-----Original Message-----
Sent: Wednesday, February 14, 2001 3:51 PM
To: Multiple recipients of list ORACLE-L
1000 points for Bill!
Jared
On Wed, 14 Feb 2001, Thater, William wrote:
> jkstill_at_cybcon.com wrote:
> >
> > >
> > > -- run this part from session A:
> > >
> > > drop table lock_test;
> > >
> > > create table lock_test ( name varchar2(10) not null );
> > >
> > > insert into lock_test values ( 'nebula');
> > > insert into lock_test values ( 'quasar');
> > > insert into lock_test values ( 'pulsar');
> > > insert into lock_test values ( 'red dwarf');
> > > insert into lock_test values ( 'Lister');
> > > insert into lock_test values ( 'Rimmer');
> > > insert into lock_test values ( 'Cat');
> > >
> >
> > 1000 points for anyone that can identify the relationships
> > of the test data! ( without using a search engine )
> >
> > Jared
>
> well, i do have less than 100 suits.;-) and damn they took red dwarf
> off my local PBS station too.
>
> --
> Bill Thater Sr. ORACLE DBA
> Telergy, Inc thaterw_at_telergy.net
> ----------------------------------------------------------------
> You gotta program like you don't need the money,
> You gotta compile like you'll never get hurt,
> You gotta run like there's nobody watching,
> It's gotta come from the heart if you want it to work!
> ----------------------------------------------------------------
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Thater, William
> INET: ThaterW_at_telergy.net
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: INET: jkstill_at_cybcon.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Paul Baumgartel INET: PaulB_at_instipro.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Wed Feb 14 2001 - 17:07:01 CST