Skip to Main Content

SQL & PL/SQL

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!

ORA-06531:Reference to uninitialized collection, Upgrade from 10g to 18

IT EntwicklungJun 25 2019 — edited Jun 25 2019

Hi,

we have upgraded from Database Release 10.2.0.4.0 to 18.

In 10g, to get the last date of a changed Text-file from the Filesystem, we open the file, read it and save the reading result in a Array-Type variable and at the end we cut the last date out of the Content of the Textfile and Show it in a Form.

After upgrade to 18, we get the Errror-Message "ORA-06531:Reference to uninitialized Collection" as it tries to cut the last date out of the Content of the opened Textfile.

Pleas help us to solve this Problem.

Thank you

Regards

MG

This post has been answered by [Deleted User] on Jun 25 2019
Jump to Answer
Comments
Post Details
Added on Jun 25 2019
19 comments
1,142 views