Calling Oracle Stored Procedures in LINQPad
Options
I'm at a new job, the first using Oracle. LINQPad meshes very well with SQL Server. I'm using an Oracle connection with the "IQ Connection" provider. But that provider does NOT populate stored procedures or functions in the left pane connection tree.
Bottom line: How do I call a stored procedure from a saved Oracle connection?
Bottom line: How do I call a stored procedure from a saved Oracle connection?
Comments
-
I don't think you can. I have used the Oracle connection before but I only ever tried querying, which is mostly what I do for SQL Server too.
-
The IQ driver doesn't support stored procedures. Have you tried the LINQ to DB driver?