Hi Arun,
First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you need to get some information on
Oracle parameters. If there is any misunderstanding, please feel free to
let me know.
1. Here is a list of all the types that an OracleParameter object can be.
http://msdn.microsoft.com/library/de...us/cpref/html/
frlrfsystemdataoracleclientoracletypeclasstopic.asp
2. We can pass an char array or byte array to the parameter as value,
however, it has to match for corresponding types in Oracle database. We
cannot pass all the values as one object to the sp and let sp parse them.
3. We cannot pass all the values as single parameter, so we cannot tell the
performance issue.
Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."