sir...

try using an alias when fetching rowid...

ex> select a.rowid r_id from table_name a

then use the r_id to your purpose....

hope this helps...