Hi,
This is a slight deviation, but thought it will be answered in this knowledged pool;

One of the java applications wants to send a multi-dimension array into a DB procedure., and some updates needs to happen based on this,

Example
Java sends an array as
id[200][12] which will contain value 50
id{[201][11]= 40


(means id number 200 at 12 th hour ,count = 50 etc)

How do I handle this in the DB procedure?
Badrinath