Quantcast
Channel: dbschemareader Discussions Rss Feed
Viewing all articles
Browse latest Browse all 166

New Post: Stored Procedure Arguments for Oracle

$
0
0
They work here, using the same provider. I am using Oracle 11g and I have a couple of test sps such as this:

CREATE PROCEDURE ADDITEMTOORDER(
OrderId NUMBER,
ItemId NUMBER,
Quantity NUMBER)
AS
BEGIN
select NULL from dual;
END;
/

Viewing all articles
Browse latest Browse all 166

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>