S sinys Member² Sep 12, 2011 #1 Error when delete from IOT. I'm use DOA 4.1.2.2, Delphi 2010, oracle 9i. OracleDataSet1_IOT.SQL.Text SQL: select t.cip_usl, d.name, t.c_usl, t.rowid from lp.m_usl t, -- IOT lp.mm d where t.cipher_usl = d.cipher OracleDataSet1_IOT.Delete; - exception ORA-01410 Invalid ROWID
Error when delete from IOT. I'm use DOA 4.1.2.2, Delphi 2010, oracle 9i. OracleDataSet1_IOT.SQL.Text SQL: select t.cip_usl, d.name, t.c_usl, t.rowid from lp.m_usl t, -- IOT lp.mm d where t.cipher_usl = d.cipher OracleDataSet1_IOT.Delete; - exception ORA-01410 Invalid ROWID
Marco Kalter Administrator Staff member Sep 12, 2011 #1 We have indeed received some problem reports about rowid's on index organized tables. We do not yet have a solution.
We have indeed received some problem reports about rowid's on index organized tables. We do not yet have a solution.
S sinys Member² Sep 12, 2011 #1 May be you add patch for IOT table for delete records on primary key fields?
S sinys Member² Sep 23, 2011 #1 Marco Kalter said: That would indeed be an option. Click to expand... Ok and this will be implemented? and when?
Marco Kalter said: That would indeed be an option. Click to expand... Ok and this will be implemented? and when?
Marco Kalter Administrator Staff member Sep 23, 2011 #1 I don't have such information yet. It will require some redesign.
L ldsandon Member³ Oct 12, 2011 #1 IOT uses logical row ids, which can change. Didn't Oracle introduced Universal Row IDs (UROWID type) to resolve this issue? Can DOA handle UROWIDs?
IOT uses logical row ids, which can change. Didn't Oracle introduced Universal Row IDs (UROWID type) to resolve this issue? Can DOA handle UROWIDs?