将数组发送到PL / SQL过程 [英] Sending an Array into a PL/SQL Procedure

查看:380
本文介绍了将数组发送到PL / SQL过程的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我创建了一个Web服务来发送一堆信息到PL / SQL过程,但是其中一个是一个数组。我使用什么类型?我还希望在数组进入后将数组放入一个游标。

I have created a Web Service to send in a bunch of information to a PL/SQL procedure, however one of them is a array. What type do I use for this? I also want to put that array into a cursor after it comes in.

推荐答案

此链接可能有用。或者你可以做其他海报说,基本上将你的数据序列化成一个字符串,传递,然后在另一端unassialize。

This link might be of use. Or you can do what the other poster said and basically serialize your data into a string, pass it, and then unserialize it on the other end.

这篇关于将数组发送到PL / SQL过程的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆