Friday, April 18, 2025

Breaking News
>> Securing and encrypt View State and Cookies values  >> Page has one or more controls that do not correspond with   >> “The Controls collection cannot be modified because the control contains code blocks”  >> How to fix "Validation(): Element 'xxxx' is not supported  >> How to create a new session in ASP.NET programmatically  >> MySQL Database Backup using mysqldump command    

Editors Picks

Tuesday, December 6, 2011

execute stored procedure in oracle without parameter

declare strlo varchar2(2000);
 BEGIN
     PRC_CREATETABLE('CHL_PRIM_SALES_KPI',strlo);
     DBMS_OUTPUT.put_line(strlo);
 end;

No comments :

Post a Comment

Contact Us

Name

Email *

Message *