Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Mapping tablerow to datablock?
The ROWID contains the information.
Check the dbms_rowid package to see
how to extra the details from it.
-- Regards Jonathan Lewis http://www.jlcomp.demon.co.uk The Co-operative Oracle Users' FAQ http://www.jlcomp.demon.co.uk/faq/ind_faq.html April 2004 Iceland http://www.index.is/oracleday.php June 2004 UK - Optimising Oracle Seminar "grz02" <grz01_at_spray.se> wrote in message news:1641ee43.0403240334.7f43dbd2_at_posting.google.com...Received on Wed Mar 24 2004 - 05:48:32 CST
> Hi,
> Given a table-row in Oracle, is there any way to see in which
> datablock it is stored?
> Does the ROWID purvey this info, or any other way?
> Thanks,