Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: rowid question
Rowid's in 8i are actually base 64 and not Hex. You should be using a
conversion procedure supplied by oracle, i.e. CHARTOROWID().
HTH,
Pete's
hegyvari <member28620_at_dbforums.com> wrote in message news:<2801411.1051179823_at_dbforums.com>...
> Was the x before the '0x4..' section intentional? It gives an error.
> Without the x the error message is invalid rowid.
>
> The log is full of rowid-s using the same format, so the same goes for
> all the logged sqls, out of which only one particular piece is causing
> EOF on communication channel. The server is Oracle 8.1.7.4 on a Windows
> 2000 server.
>
> Regards,
>
> Hegyvari Krisztian
Received on Thu Apr 24 2003 - 08:44:57 CDT
![]() |
![]() |