Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

oci8 oracle rowid

4 views
Skip to first unread message

Mark Pelletier

unread,
Sep 24, 2007, 9:38:40 AM9/24/07
to
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?
--
Posted via http://www.ruby-forum.com/.

Mark Pelletier

unread,
Sep 24, 2007, 9:48:46 AM9/24/07
to
Odd, I can do something like:

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

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

0 new messages