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

Home -> Community -> Usenet -> c.d.o.misc -> Re: what is the syntax for finding a rowid ?

Re: what is the syntax for finding a rowid ?

From: bullseye <bullseye35_at_deletethefunnies@excite.com>
Date: Thu, 25 Oct 2001 17:12:45 GMT
Message-ID: <hKXB7.51508$n5.6728368@typhoon.nyc.rr.com>

thank you

"Alexei VORONOV" <alexei_voronov_at_yahoo.com> wrote in message news:9r9dbp$slb$1_at_wanadoo.fr...
> See DBMS_ROWID
> There are several functions to retrieve information you want.
> e.g.
> select DBMS_ROWID.ROWID_OBJECT(ROWID) from <Your table>;
> select DBMS_ROWID.ROWID_ROW_NUMBER(ROWID) from <Your table>;
> etc.
>
> See 2-18 in the "Oracle SQL Reference" also.
>
Received on Thu Oct 25 2001 - 12:12:45 CDT

Original text of this message

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