Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

slash in a script

444182Mar 30 2006 — edited Mar 30 2006
Hi,
I want to know what does a slash (/ befor update fnd_currencies and at the end) do in this script :
CONNEXION=`sqlplus -s APPS/SAPPS32 << EOF
SPOOL /prod/applis/BMSREP/Sysout/PARA04.log
update fnd_currencies
set enabled_flag = 'Y'
where enabled_flag = 'X'
and currency_code in ('AUD','CAD','CHF','CZK','DJF','DKK','EEK'
,'EUR','FRF','GBP','JPY','MYR','NOK','NZD'
,'SEK','SGD','STAT','TWD','USD','XAF','XPF')
/update fnd_currencies
set symbol = currency_code
where currency_code in ('EEK','EUR','FRF','XAF','XPF')
/

Many thanks before.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 27 2006
Added on Mar 30 2006
3 comments
301 views