Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by andy1671

  1. andy1671

    Oracle Jobs

    None of the job's targets, parameters etc have been changed. No errors are reported in the Show Output from the OEM as shown below: SQL*Plus: Release 9.2.0.1.0 - Production on Tue Nov 30 17:22:04 2004 Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved. Enter user-name...
  2. andy1671

    Oracle Jobs

    Via the Oracle Manager Server. These jobs have been working file upto the middle of last week when we noticed that the new jobs or the modified jobs were not working.
  3. andy1671

    Oracle Jobs

    The jobs do commit, The test procedure I am using is as basic as you can get and is shown below: as begin delete from ae; insert into ae (debug_col) values ('Table Updated'); commit; end; Where debug_col is a varchar2(100).
  4. andy1671

    Oracle Jobs

    We have two Oracle 9.2 Servers and when we publish jobs to both servers they both report that the jobs have completed with no errors, but when we examine the tables it is obvious that the jobs are not being executed. Does anyone have any idea what is going on here?

Part and Inventory Search

Back
Top