EBS Customizations (MOSC)

MOSC Banner

shell script arguments in the ebs 11i

edited Feb 5, 2012 9:05AM in EBS Customizations (MOSC) 4 commentsAnswered
 as am writing a shell script to rm one particular from one location and try to register the concurrent program is i execute the shell script in the back end it is executing and working fine but if i register with the ebs concurrent program as the host file program is its not working so please help us in the what went wrong

my script is 
#!/usr/bin/sh
[ -f /erp/oracle/cloneappl/XX/bin/xx_ao.csv ]&& echo "File exists" || echo
 "File does not exists"
cd  /erp/oracle/cloneappl/XX/bin
rm -rf xx_ao.csv
[ -f /erp/oracle/cloneappl/XX/bin/oic_ao.csv ]&& echo "File exists" || echo

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center