How to create a stored procedure in a dynamic schema
Hi,
I want to create a stored procedure in a dynamic shcema (schema name will be known at run time). Can any one guide me on this.
I tried using define var1=schema1; and then in create or replace procedure &var1.porcName( ) but it is not working
Thanks