insurancereports
Programmer
Hello everyone,
I need to create a package which will run five different sql scripts. There are no procedures or functions. Currently we run each sql script one by one, through a main sql script. But there is no way to insert any dbms_output, straight to sqlplus.
My main need right now, is to create a package that will comprise these five different sql scripts. Is this possible? I'm not sure how to write a package that does not have any functions or procedures. Please help.
thanks,
AM
I need to create a package which will run five different sql scripts. There are no procedures or functions. Currently we run each sql script one by one, through a main sql script. But there is no way to insert any dbms_output, straight to sqlplus.
My main need right now, is to create a package that will comprise these five different sql scripts. Is this possible? I'm not sure how to write a package that does not have any functions or procedures. Please help.
thanks,
AM