Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Oracle Enterprise Manager -- SQL*PLUS Script Job

Oracle Enterprise Manager -- SQL*PLUS Script Job

From: Adam Rothberg <adamr1000_at_hotmail.com>
Date: 22 Aug 2001 16:06:53 -0700
Message-ID: <68326679.0108221506.6dda0e9b@posting.google.com>


I am trying to schedule a Run SQL*Plus Script task in Oracle Enterprise Manager 2.1. It's trying to run a stored procedure, here's the Script Text:

BEGIN
        SYS.P_ANALYZE_SCHEMA ( 'SCHEMA_NAME_GOES_HERE' ); END;
/

I submit the job and OEM says it completed successfully, however it doesn't do any of the work in the procedure. It's as if it doesn't call it at all and there's no text in the Job Output window. Is there some special formatting in the Script Text window I need to follow? The exact same text works in the SQL*Plus application directly. Thanks in advance for any help. Received on Wed Aug 22 2001 - 18:06:53 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US