How to query to know, that dbms_rowid package contains ROWID_OBJECT, rowid_block_number ,etc procedures or functions in it.

Questions by archana.nukala

Showing Answers 1 - 1 of 1 Answers

Rajesh Ramanan

  • Mar 2nd, 2006
 

SELECT dbms_rowid.rowid_block_number(rowid)
FROM bowie_stuff;

SELECT dbms_rowid.rowid_object(rowid)
FROM bowie_stuff;

 

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions