Oracle Array Index Error

Oracle Array Index Error


Scenario:

Received 'Large' ASN (856) and database error with inserting records into database tables

Issue:

Unable to populate data database table(s) with large amounts of data using Oracle JDBC 6.x JDBC driver.

EXTOL error message:


[com.extol.storage.local.StorageFileOutputStream] Could not acquire the write lock for file: '3190462d4b8b413d8b26c575d965e88b'
while creating output stream (The file is probably locked for writing or reading). Proceeding anyway.
ERROR [com.extol.processcontrol.engine2.tasks.CommTask] Error executing adapter : -30243
ERROR [com.extol.processcontrol.engine2.tasks.CommTask] java.lang.ArrayIndexOutOfBoundsException: -30243
Exception detail:
java.lang.ArrayIndexOutOfBoundsException: -30243

Resolution:

Update to most recent Oracle JDBC driver



By: on
load('http://www.extol.com/extolnews.rss'); $feed = array(); foreach ($rss->getElementsByTagName('item') as $node) { $item = array ( 'title' => $node->getElementsByTagName('title')->item(0)->nodeValue, 'desc' => $node->getElementsByTagName('description')->item(0)->nodeValue, 'link' => $node->getElementsByTagName('link')->item(0)->nodeValue, 'date' => $node->getElementsByTagName('pubDate')->item(0)->nodeValue, ); array_push($feed, $item); } $limit = 4; echo ' A free web counter provided by GoStats.