Hello,
I have the following script, called "chiamata_oracle_hal.csh":
$ more chiamata_oracle_hal.csh
#!/bin/csh
sqlplus -s ne/ne@nefa << EOF >> /dev/null
exec creazione_external_table_h
al ('$1');
quit;
EOF
exit 0
I tried to convert it in KSH, without success. Can you help me?
Start Free Trial