Hi All,
I have my requirement where i have to executed the attached block(.sql file) having CTAS into it from my KSH file. my script will get fail in production because in production the user which is executing this script will not have "create table" privilege.
CTAS.txt (8.9 KB)also in the attached script, it is picking up some partition codes dynamically(called CD_VAL_VARCHAR2 in the attached script) so considering this also please suggest how to get my requirement fulfilled.
Thanks in advance.