Click here to Skip to main content
15,886,634 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
My application is not working now
i have converted the whole SQL database to Oracle 10 g
so now in almost every stored procedure this type of output cursor is automatically added because of this conversion

username IN VARCHAR2 DEFAULT NULL
passwrd IN VARCHAR2 DEFAULT NULL
A IN OUT SYS_REFCURSOR,
B IN OUT SYS_REFCURSOR,
C IN OUT SYS_REFCURSOR


last three are automatically added

so application is giving error number of parameter don't match
i can not modified all the page code, there are 200 page

is there any way to just modify these SP only
or any shortcut

Please help me.
Posted
Comments
ZurdoDev 7-May-12 10:57am    
A "shortcut" to get from SQL to Oracle? Not likely.

1 solution

Start here[^]. You might find some of the links helpful.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900