oci8 oracle rowid

M

Mark Pelletier

Whenever I try to read a rowid from an Oracle table, I get:

TypeError: not valid handle type Class

The OCI documentation says rowid is supported, and that the
documentation on it is yet to be written. Anyone know how to read it?
 
M

Mark Pelletier

Odd, I can do something like:

c.execute("select * from dual where rowid = 'AAAAECAABAAAAgiAAA'")

but not:
r=c.exec('select rowid from dual')
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

Forum statistics

Threads
473,756
Messages
2,569,540
Members
45,025
Latest member
KetoRushACVFitness

Latest Threads

Top