Oracle Developer Tools and ORA-01410

From: Arto Viitanen <arto.viitanen_at_csc.fi>
Date: Thu, 10 Nov 2005 10:15:42 +0200
Message-ID: <437301ae$0$22409$ba624cd0_at_newsread.funet.fi>



Why does Oracle Developer Tools (for Microsoft Visual Studio .NET) give ORA-01410 error:invalid ROWID when trying to view a table? Database is Enterprise Edition 10g1 on Linux. Table is defined as

CREATE TABLE GroupMember (

   groupID number(12) NOT NULL,
   memberID number(12) NOT NULL,
   PRIMARY KEY (groupID, memberID)
)
ORGANIZATION INDEX PCTTHRESHOLD 20 I guess the problem is with IOT, since all other tables show fine.

--
Arto Viitanen
CSC, Finland
Received on Thu Nov 10 2005 - 09:15:42 CET

Original text of this message