Skip to Main Content

ODP.NET

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle.ManagedAccess.dll throw Excetpion "Index is beyond the bounds of the array"

2336d280-3e17-42f7-ace1-bc656e8ffe48May 15 2018 — edited May 15 2018

describe problem

1. I have connected the oracle database using Oracle.managedAccess.dll(4.122.1.20180209) in application

2.I  execute sql like 'alter table con_contract add user_01 varchar2(128)' in application

3. I execut code like

dbCmd.CommandText = "select * from con_contract where 1=2";

var reader = dbCmd.ExecuteReader() // dbcmd is OracleCommand

var dt2 = reader.GetSchemaTable() // throw Exeception "Index id beyond the bounds of the array"

Thanks!

Comments

mdtaylor
Answer

Hi jc,

Can you post a screenshot showing what is misaligned, and maybe how it used to look?  Are these text reports or PDF?  I would assume PDF generated reports would have nothing to do with the client JRE.

Regards,

Michael

Marked as Answer by Beauty_and_dBest · Sep 27 2020
Beauty_and_dBest

Thank Michael,

Below is the correct aligned print, and mis-aligned after  updating  latest Firefox browser and Java 8.

(sorry the attached check printing mis-alignment was not approved by the moderator for posting)

Kind regards,

1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jun 12 2018
Added on May 15 2018
1 comment
263 views