Hello,
On a Solaris 8 system running Oracle 9i I am having a problem with one of my rman commands.
I does not like the single quotes for the pfile= parameter. I have tried "" and other variations.
What can you recommend?
Thanks,
Michael42
On a Solaris 8 system running Oracle 9i I am having a problem with one of my rman commands.
Code:
run {
sql 'create pfile='/mydir/initTEST.ora' from spfile';
...
}
I does not like the single quotes for the pfile= parameter. I have tried "" and other variations.
What can you recommend?
Thanks,
Michael42