Welcome to dbFreaks.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Getting ORA-27369: job of type EXECUTABLE failed with exit..

 
   Database Help (Home) -> Oracle RSS
Next:  Lost product key  
Author Message
just_real

External


Since: Dec 14, 2008
Posts: 9



(Msg. 1) Posted: Sun Dec 14, 2008 8:22 pm
Post subject: Getting ORA-27369: job of type EXECUTABLE failed with exit code:
Archived from groups: comp>databases>oracle>misc (more info?)

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

 >> Stay informed about: Getting ORA-27369: job of type EXECUTABLE failed with exit.. 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Converting a type (e.g. Decimal) BEFORE writing to ResultS.. - As well known a DATE or TIMESTAMP type can be converted (to VARCAHR) after selection but BEFORE writing to the ResultSet by using the CONVERT function e.g. SELECT CONVERT(char(10), MYTIMESTAMP, 101)) FROM ... WHERE .... Is there something similar if..

user defined data type: does they exist ? - I'm migrating an application from sql server to oracle. We have tables with column that use user defined data type, for example CREATE TABLE AA ( Column1 CODE ) Where CODE is defined as varchar(50) Is there a way to create an equivalent CODE in....

Number data type scale (Oracle, JDBC) - Hi, I have a table created with statement: CREATE TABLE test (field NUMBER); I inserted one value into it: INSERT INTO test VALUES (4); According to Oracle documentation: ------------------------------------------------------------ column_name..

java.sql.SQLException: Data size bigger than max size for .. - Hi, i have been using setString() of prepared statement. but it is giving me java.sql.SQLException: Data size bigger than max size for this type: 3991 exception. where as as per my understanding, the size of varchar2 is 4000. can someone suggest the..

Replacing a subselect with Collections - Hi all oracle users, I have a cursor which fetches a few thousand records. Inside it I have a subselect which is used for decoding one field. CURSOR snap_crs IS SELECT decode (snap.id, 1, (select code_ptr from anag_ptr where desc_ptr =..
   Database Help (Home) -> Oracle All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]