ORA-01410

Error: ORA-01410: invalid ROWID

Causa: A ROWID was entered incorrectly. ROWIDs must be entered as formatted hexadecimal strings using only numbers and the characters A through F. A typical ROWID format is '000001F8.0001.0006'.

Acción: Check the format, then enter the ROWID using the correct format. ROWID format: block ID, row in block, file ID.

COMENTARIOS:

por JP | 29/11/2007 16:56:35

RE: ORA-01410


Realizando el siguiente query el sitema arroja el error ORA-01410
SELECT T1.ROWID,T1.PONUM
FROM POLINE T1, LOG_REC_PO T2
WHERE T1.ROWID = T2.REGID;