1. pasing a workbook as parameter tp stored procedure coderanch.com |
2. Is there a way to get the parameters for a stored PRocedure? coderanch.com |
3. question about default parameters in stored procedure via JDBC coderanch.comHi all, I have a question regading usage of deafult output parametrs in JDBC. The problem is I am not getting default values as a return of Stored procedure..this is returning NULL. For example we create a procedure as follows: CREATE procedure B999EDASOL28XX_SPR25 ( @nch nchar(10) = 'Mars ' OUTPUT , @nvc nvarchar(30) = 'Moon ' OUTPUT , @ntx ntext = ... |
4. JDBC and Stored Procedure Output Parameter. forums.oracle.com |