How do I use TOAD to display CLOB IN OUT param from a stored procedure - Oracle Tools
This is a discussion on How do I use TOAD to display CLOB IN OUT param from a stored procedure - Oracle Tools ; hi I have a sp in oracle 9i ver which have CLOB IN OUT param, when I execute this sp using toad editor it shows "procedure successfully exceuted" but can't see the result. here is proc PROCEDURE Test(io_clob IN OUT ...
![]() |
| | LinkBack | Thread Tools | Display Modes |
|
#1
| |||
| |||
| I have a sp in oracle 9i ver which have CLOB IN OUT param, when I execute this sp using toad editor it shows "procedure successfully exceuted" but can't see the result. here is proc PROCEDURE Test(io_clob IN OUT CLOB) IS xmlclob CLOB; BEGIN --populate the xml from database and return it to xmlClob io_clob := xmlclob; END; Thanks |
|
#2
| |||
| |||
|
Contains of CLOB can get from toad using output property. You can get contain of CLOB is totally depending on TOAD version. Check output property for CLOB contain.
|
![]() |
« Previous Thread
|
Next Thread »
| Thread Tools | |
| Display Modes | |
| |
All times are GMT -4. The time now is 12:04 AM.




Linear Mode