I have an AIX script which I am trying to use, but the following part provides an unexpected end of file error. Clearly the EOF is giving grief:
I have a feeling it's related to those pesky ` ' " thing.
kind regards
Applications Support
UK
Code:
udump_dest=´${ORACLE_HOME}/bin/sqlplus -s <<EOF
/ as sysdba
set heading off feedback off
select value from v\\$parameter
where name='user_dump_dest';
exit
EOF´
I have a feeling it's related to those pesky ` ' " thing.
kind regards
Applications Support
UK