How to concatenating a spool file name?
SPOOL /usr/tmp/XX&&1&&2
It works in sqlplus, produce file XXCaSep-09, but when it ran from concurrent program in Oracle Application, it did not produce the file. It works when hard code the file name to XX1.
Any suggestions are welcome. Thanks!