dbTalk Databases Forums  

ORA-27369: job of type EXECUTABLE failed with exit code: Permissiondenied

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


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



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

Default ORA-27369: job of type EXECUTABLE failed with exit code: Permissiondenied - 12-14-2008 , 10:41 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/abc@ORACLE123<<-!
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
  #2  
Old   
ddf
 
Posts: n/a

Default Re: ORA-27369: job of type EXECUTABLE failed with exit code:Permission denied - 12-15-2008 , 07:32 AM






On Dec 14, 10:41*pm, just_real <jth... (AT) gmail (DOT) com> wrote:
Quote:
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/abc@ORACLE123<<-!
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
Which O/S user created the script? Which O/S users can actually
execute this script?


David Fitzjarrell


Reply With Quote
  #3  
Old   
ddf
 
Posts: n/a

Default Re: ORA-27369: job of type EXECUTABLE failed with exit code:Permission denied - 12-15-2008 , 07:32 AM



On Dec 14, 10:41*pm, just_real <jth... (AT) gmail (DOT) com> wrote:
Quote:
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/abc@ORACLE123<<-!
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
Which O/S user created the script? Which O/S users can actually
execute this script?


David Fitzjarrell


Reply With Quote
  #4  
Old   
ddf
 
Posts: n/a

Default Re: ORA-27369: job of type EXECUTABLE failed with exit code:Permission denied - 12-15-2008 , 07:32 AM



On Dec 14, 10:41*pm, just_real <jth... (AT) gmail (DOT) com> wrote:
Quote:
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/abc@ORACLE123<<-!
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
Which O/S user created the script? Which O/S users can actually
execute this script?


David Fitzjarrell


Reply With Quote
  #5  
Old   
ddf
 
Posts: n/a

Default Re: ORA-27369: job of type EXECUTABLE failed with exit code:Permission denied - 12-15-2008 , 07:32 AM



On Dec 14, 10:41*pm, just_real <jth... (AT) gmail (DOT) com> wrote:
Quote:
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/abc@ORACLE123<<-!
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
Which O/S user created the script? Which O/S users can actually
execute this script?


David Fitzjarrell


Reply With Quote
  #6  
Old   
just_real
 
Posts: n/a

Default Re: ORA-27369: job of type EXECUTABLE failed with exit code:Permission denied - 12-15-2008 , 05:08 PM



On Dec 16, 12:32*am, ddf <orat... (AT) msn (DOT) com> wrote:
Quote:
On Dec 14, 10:41*pm, just_real <jth... (AT) gmail (DOT) com> wrote:



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/abc@ORACLE123<<-!
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

Which O/S user created the script? *Which O/S users can actually
execute this script?

David Fitzjarrell
Hi David

I am little raw to this. When you say which O/S user created the
script - how would I go about finding that out? How do I go about
finding out which O/S users can actually execute this script?

When I do an ls -l on the command line - rwx is the first set of three
letters shown. Not sure if that's what you were asking.


Reply With Quote
  #7  
Old   
just_real
 
Posts: n/a

Default Re: ORA-27369: job of type EXECUTABLE failed with exit code:Permission denied - 12-15-2008 , 05:08 PM



On Dec 16, 12:32*am, ddf <orat... (AT) msn (DOT) com> wrote:
Quote:
On Dec 14, 10:41*pm, just_real <jth... (AT) gmail (DOT) com> wrote:



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/abc@ORACLE123<<-!
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

Which O/S user created the script? *Which O/S users can actually
execute this script?

David Fitzjarrell
Hi David

I am little raw to this. When you say which O/S user created the
script - how would I go about finding that out? How do I go about
finding out which O/S users can actually execute this script?

When I do an ls -l on the command line - rwx is the first set of three
letters shown. Not sure if that's what you were asking.


Reply With Quote
  #8  
Old   
just_real
 
Posts: n/a

Default Re: ORA-27369: job of type EXECUTABLE failed with exit code:Permission denied - 12-15-2008 , 05:08 PM



On Dec 16, 12:32*am, ddf <orat... (AT) msn (DOT) com> wrote:
Quote:
On Dec 14, 10:41*pm, just_real <jth... (AT) gmail (DOT) com> wrote:



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/abc@ORACLE123<<-!
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

Which O/S user created the script? *Which O/S users can actually
execute this script?

David Fitzjarrell
Hi David

I am little raw to this. When you say which O/S user created the
script - how would I go about finding that out? How do I go about
finding out which O/S users can actually execute this script?

When I do an ls -l on the command line - rwx is the first set of three
letters shown. Not sure if that's what you were asking.


Reply With Quote
  #9  
Old   
just_real
 
Posts: n/a

Default Re: ORA-27369: job of type EXECUTABLE failed with exit code:Permission denied - 12-15-2008 , 05:08 PM



On Dec 16, 12:32*am, ddf <orat... (AT) msn (DOT) com> wrote:
Quote:
On Dec 14, 10:41*pm, just_real <jth... (AT) gmail (DOT) com> wrote:



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/abc@ORACLE123<<-!
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

Which O/S user created the script? *Which O/S users can actually
execute this script?

David Fitzjarrell
Hi David

I am little raw to this. When you say which O/S user created the
script - how would I go about finding that out? How do I go about
finding out which O/S users can actually execute this script?

When I do an ls -l on the command line - rwx is the first set of three
letters shown. Not sure if that's what you were asking.


Reply With Quote
  #10  
Old   
just_real
 
Posts: n/a

Default Re: ORA-27369: job of type EXECUTABLE failed with exit code:Permission denied - 12-15-2008 , 05:40 PM



On Dec 16, 12:32*am, ddf <orat... (AT) msn (DOT) com> wrote:
Quote:
On Dec 14, 10:41*pm, just_real <jth... (AT) gmail (DOT) com> wrote:



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/abc@ORACLE123<<-!
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

Which O/S user created the script? *Which O/S users can actually
execute this script?

David Fitzjarrell
Hi David

Thanks for the reply. I am still new to this. How would I go about
finding out Which O/S user created the script? Which O/S users can
actually
execute this script?

When executing ls -l at the command line, the first set of three
letters for the script was rwx. Not sure if this was what you were
after?




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.