dbTalk Databases Forums  

Getting ORA-27369: job of type EXECUTABLE failed with exit code:Permission denied

comp.databases.oracle.misc comp.databases.oracle.misc


Discuss Getting ORA-27369: job of type EXECUTABLE failed with exit code:Permission denied in the comp.databases.oracle.misc forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
just_real
 
Posts: n/a

Default Getting ORA-27369: job of type EXECUTABLE failed with exit code:Permission denied - 12-14-2008 , 10:22 PM






Hi

I was trying to set up a test job in Enterprise manager and I got this
error when it tried running the script.

I've created the script on a RAC cluster . It contains the following:

#!/bin/ksh

.. /oracle/.kshrc

env >> /tmp/t.txt
which sqlplus >> /tmp/t.txt

sqlplus scott/tiger1@PINFRA <<-!
set serveroutput on size 1000000
select 'Hello World' from dual
/
!



I've ran this successfully via the command line. Could someone advise
as to what I am missing or did wrong?

I had a look at metalink and check the points given there but I seem
to have them covered.

Regards

Justin

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.