Dear All, Saya coba menjalankan script grant.sh di server linux database oracle melalui store procedure database, yang isinya sbb:
#!/bin/bash /bin/chmod 777 /u04/cck/*.sh /bin/chmod 777 /u04/cck/*.csv /bin/chmod 777 /u04/cck/*.ctl Hasilnya error sbb: STANDARD_ERROR="/bin/chmod: changing permissions of `/u04/cck/grantprivilege.sh': Operation not permitted /bin/chmod: changing permissions of `/u04/cck/test.sh': Operation not permitted /bin/chmod: changing permissio" tetapi kalau saya jalankan langsung di console linux dengan perintah : "sh grant.sh" berhasil. Mohon pencerahan rekan2. Regards, imn __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

