cfcProgrammer
Programmer
Hi
I am trying to create a view within a stored proc but I am getting an error while doing this. I have never created a view on the fly within a procedure before... Is this even allowed?
This is the error I am getting:
[COLOR=blue lightblue]
PLS-00103: Encountered the symbol "CREATE" when expecting one of the following:
begin case declare exit for goto if loop mod null pragma
raise return select update while with <an identifier> [/color]
Thank you in advance for your help
cfcProgrammer
I am trying to create a view within a stored proc but I am getting an error while doing this. I have never created a view on the fly within a procedure before... Is this even allowed?
This is the error I am getting:
[COLOR=blue lightblue]
PLS-00103: Encountered the symbol "CREATE" when expecting one of the following:
begin case declare exit for goto if loop mod null pragma
raise return select update while with <an identifier> [/color]
Thank you in advance for your help
cfcProgrammer