Don't want jobs with a past date to run on Database import

I can't get a good straight answer from our DBA on how to accomplish what I need. Here is the scenario...
I have a number of scheduled jobs in our Oracle 9i installation that run each night from 12:00 a.m. on. Over the past few months we have had some infrastructure issues that caused corruption in the Oracle databases and necessitated a restore from backup. Sometimes a full import from a dmp file. My problem is that if the database had been down before and after the scheduled jobs Oracle sees that there is a job that needed to be run in the past but has not yet run. So, when the database is brought back up all of those latent jobs run immediately.
The problem is that I don't want them to run when the database is recovered and need to control this process manually.
What is the best way to bring Oracle back up and flag it to not run any jobs that were scheduled in the past?
Thanks for any help.

Easy.
Set job_queue_processes to 0 before doing the import. After the import, delete jobs you don't want (or change their next run date using dbms_job). Then set job_queue_processes back to the value you want.
The fact that the DBA team considers an export as a backup is probably the reason you couldn't get an answer to this simple question. That is a topic for another thread.

Similar Messages

  • Posting a billing doc with a past date

    Hi Friends,
    I have a requirement to post a billing doc to accoutnts with a past date i.e  posting date < system date .
    Is that possible ?
    Regards
    Mahesh.

    Hi Mahesh,
    Posting date in billing document gets copied from the actual goods issue date in the deluvery document.
    Ideally your goods issue and billing should be done in the same posting period.
    If you are aware of all these and still wants to change then during creation of billing doc, you can goto billing header data and input your date(billing date).
    Regards
    Karan

  • How do I only use the wifi internet because I don't want to use my mobile data because I don't have Internet on my price plan?

    How do I only use the wifi internet because I don't want to use my mobile data because I don't have Internet on my price plan and its costing me money?

    Well, if you are running iOS 6.0 or later.
    The option supposed to be in Settings>General>Cellular>Cellular Data---Off & Enable 3G---Off
    I think you'd better check the settings in Privacy>Location Services.
    Some items in it need Cellular data like"setting time zone" and "Find my iPhone'.

  • My iphone 4s was loading a software update and went into recovery mode, I don't want to lose all my data please help me@!

    I was loading the latest software update to "fix bugs and security issues" and my phone went into "recovery mode".  I've never seen this before.  I plugged it into iTunes as shown on the screen of my phone and it says "Iphone in recovery mode detected" and suggested resetting the phone to factory settings. I don't want to lose all my data so is there another way to fix it?  All help will be appreciated!

    Sorry, whatever data you had on your phone has been wipe off already, since your phone is in recovery mode.
    You will need to restore your phone.  Then if you have a backup, you can choose that backup to restore from, if you have no backup, your only option is to sync contents from iTunes.

  • I have installed the latest version of iOS in my ipad but forgot to backup the content, what should i do!!! I don't want my media and other data erased, how can i find back all the data in my ipad? I haven't restore ipad yet, so any others way can be use?

    I have installed the latest version of iOS in my ipad but forgot to backup the content, what should i do!!! I don't want my media and other data erased, how can i find back all the data in my ipad? I haven't restore ipad yet, so any others way can be use? Now my ipad is in recovery mode.

    Once you are in Recovery Mode, it's too late to do any backup. I am afraid you are going to lose your data.

  • How can i purchase an iphone 5s at full retail? I don't want to lose my unlimited data.

    How can i purchase an iphone 5s at full retail? I don't want to lose my unlimited data.

    What carrier are you using? 
    Assuming you are in the U.S. the easiest way would be to just buy the T-Mobile iPhone 5s from a retail Apple store or the Online Apple store. 
    THose are unlocked. and all you would need to do is insert your own sim card into the phone.
    http://store.apple.com/us/buy-iphone/iphone5s/32gb-space-gray-unlocked

  • I have a mac mini (without sd/sdhc card slot) and a sony cx160e camcorder and i want to import 50p video files, but i don't want to convert my video's. How can i import my video's?

    i have a mac mini (without sd/sdhc card slot) and a sony cx160e camcorder and i want to import 50p video files, but i don't want to convert my video's. How can i import my video's?

    Connect the camera to the computer with a USB cable and use the camera as the card reader. Make sure the camera is in playback mode.

  • I've been using a trial of FCP x 10.1.4, went to buy and it's 10.2 - I don't want 10.2 because I'm not running the updated OS. Can't I buy 10.1.4?

    I've been using a trial of FCP x 10.1.4, went to buy it  and it's trying to sell me 10.2 - I don't want 10.2 because I'm not running the updated OS and don't want to. I have cameras that run off of OS 10.9.5. so need to keep that OS.  Is there a way I can just buy the version I used in the 30 day trial (10.1.4)?  It runs fine on my current OS.

    I'm on latest version of OS X, FCPX, LPX and FCPXML export ingests into LPX just fine.

  • Scheduling a background Job with gaps in dates

    Hi Experts,
    I am having a requirement : A background job has to be scheduled for running a program every 15 minutes and for every month.But this job should not run from date 10th to 15th of every month.For example,In july month Job should start run from 01.07.2014 to 31.07.2014 excluding 10.07.2014 to 15.07.2014.
    Can we achieve this without a custom program and using SM36?
    Regards,
    Arun.

    Hello Arun,
    is it possible to define a factory calendar to you in the system, if you can define one then you can define the 10-15 the of every month as holiday.
    We can select the factory calendar above defined in the job. This can be found by clicking on the restrictions button in the start condition screen.
    in that start date restrictions, you can find 5 options in those you can pick the do not execute the periodic job on sunday and holidays.
    but this will effect the sundays which are falling in 1-10 th & 15-31st of each month, will that be OK ?
    if you do not want to try out the above all steps, then you can simply create 2 job running for each month
    1st one for 1-10th of every month.
    2nd one for 16th to end date.
    Let us know in case of any concerns on the same.
    thanks,
    Bhaskar

  • How to deal with tempfiles named '+DATA' on physical standby databases

    Hi gurus,
    I have a 3-node RAC with 2 standby databases, all of them 11.2.0.3, on CentOS 5.10 64 bits.
    I use Active Data Guard (with DB open in read-only mode, obviously).
    My problem is that somehow I have 3 tempfiles named '+DATA' on one standby database, so I can't drop nor rename these files. Is there any way to fix this?
    Looks like the tempfiles couldn't be created when the database was opened in read-only mode.
    Thanks a lot for your help.
    # Primary DB:
    col TABLESPACE format a10
    col TEMPFILE format a50
    select a.name TABLESPACE, b.TS#, b.FILE#, b.name TEMPFILE, b.bytes/1024/1024 MB, b.status from v$tablespace a, v$tempfile b where a.name='TEMP';
      TABLESPACE        TS#      FILE# TEMPFILE                                                   MB STATUS
      TEMP                3          4 +DATA/racdb/tempfile/temp.382.873892319                  8192 ONLINE
      TEMP                3          7 +DATA/racdb/tempfile/temp.383.873892341                  8192 ONLINE
      TEMP                3          8 +DATA/racdb/tempfile/temp.384.873892341                  8192 ONLINE
    # Standby DB:
    col TABLESPACE format a10
    col TEMPFILE format a50
    select a.name TABLESPACE, b.TS#, b.FILE#, b.name TEMPFILE, b.bytes/1024/1024 MB, b.status from v$tablespace a, v$tempfile b where a.name='TEMP';
      TABLESPACE        TS#      FILE# TEMPFILE                                                   MB STATUS
      TEMP                3          4 +DATA                                                       0 ONLINE
      TEMP                3          7 +DATA                                                       0 ONLINE
      TEMP                3          8 +DATA                                                       0 ONLINE
      TEMP                3          9 /u02/oradata/RACDBSB1/tempfile/temp_01.dbf                512 ONLINE
    RMAN> report schema;
    using target database control file instead of recovery catalog
    RMAN-06139: WARNING: control file is not current for REPORT SCHEMA
    Report of database schema for database with db_unique_name RACDBSB1
    List of Temporary Files
    =======================
    File Size(MB) Tablespace           Maxsize(MB) Tempfile Name
    4    3072     TEMP                 8192        +DATA
    7    3584     TEMP                 8192        +DATA
    8    5120     TEMP                 8192        +DATA
    9    512      TEMP                 8192        /u02/oradata/RACDBSB1/tempfile/temp_01.dbf
    SQL> show parameter db_create_file_dest
    NAME                                 TYPE                             VALUE
    db_create_file_dest                  string                           /u02/oradata
    Thanks!

    Hi all,
    Regarding Hemant's question, YES, I use that config, and the error I receive is:
    SQL> alter database tempfile 4 drop;
      alter database tempfile 4 drop
      ERROR at line 1:
      ORA-01516: archivo log, archivo de datos o archivo temporal "+DATA" inexistente
    Segey, yes, I've tried with no luck.
    The good news are that today we've resolved the problem, we had to use:
    SQL> alter tablespace temp drop tempfile 4;
    Tablespace altered.
    OMG, what's the difference... alter database tempfile 4, alter tablespace temp drop tempfile 4... they are both the same...!! lol
    Thanks guys!

  • I don't want to lose all my data...Can someone walk me through???

    OK, so I got the 8800 (actually 8820) about November of 2007.Love it!! Wish it had a camera but not bothered.  For over the last year and 5 months I've stored everyone's birthday, addresses, cell, home, work, email, notes, etc and it's so great.  I got stuff on my calendar for next April.
    I just got an Acer laptop with Office 2007 and Outlook, Contacts, Calendar.  I've never been a "syncher" and right now I'm taking baby-steps, but I've got a PC 100 miles away, a laptop at home and my BB everywhere. The very FIRST and easiest thing I want to do is simply put all my addresses, birthdays, phone numbers I've gathered over 15 months and put them on my laptop in Outlook 2007.  I've downloaded a DesktopManager and I just need to know that it won't wipe it clear.  Everything I read is from PC-BB very little from BB-PC. 
    I lost 2000 songs on an iphod because I hit synch and it synched alright with nothing!  I've got 150 contacts on my BB and 15 on my new Acer, but I know there's a way to put them all on there.  
    If this has been addressed post a link or walk me through ez style then will get to the other PC, transfering via Bluetooth, how to work apps on a PC.....this is just step one.
    great phone just have to feel "safe".  Thank you all!!
    Kyle 

    I can provide the steps with pictures, i can imagine you have a new version of Blackberry Desktop Manager ( only have different interface, but the procedure is the same)
      Be sure you have the BlackBerry Desktop Software installed on your desktop computer already.
    Start the BlackBerry Desktop Manager.
    Connect your BlackBerry with your computer via USB.
    Click on Synchronize.
    Activate the Synchronize organizer data checkbox.
    Click on the Configuration tab and click on the Configure synch… button.
    Select all data checkboxes you want your BlackBerry being synchronized to.
    By selecting the data you have to select the program that stores your data on your desktop computer. As I am using Outlook from Microsoft I have selected this program. But you can select another one as well. It just depends on the program you are running.
    That’s it. Now go back and you can select the Synchronize now button at the synchronize dialog.
    If you want your BlackBerry being synchronized every time you connect it to your desktop computer you better selectSynchronize the items selected above… checkbox.
    If I help you with any inquire, thank you for click kudos in my post.
    If your issue has been solved, please mark the post was solved.

  • HT4113 screen is broken on i phone 4s and can not back it up to i tunes what can i do i don't want to lose pic and data

    i need to back up my phone but it was dropped at work and now glass is shattered and screen is blue .. have new phone and need to back up this phone but cant cause it needs passcode which i can't put in cause screen is shot .. what can i do?

    This means the iPhone has not been connected or synced with your computer since the passcode lock was enabled on the iPhone and too late now.

  • Don't want AIR with Reader

    Has anybody been able to perform an installion of Reader 9.1 WITHOUT Air? I have the distribution copy of Reader and I can't figure out how to do it. I've even deleted the related AIR files in the setup directory but it STILL installs.
    I've tried using both ORCA and the Customization Wizard but neither was any help.

    I used the smaller executable. I have no idea what the large executable includes. It's twice the size!
    After I installed the executable, I go to c:\Program Files\Adobe\Reader 9.0\Setup Files
    I use the files in that directory to distribute on my network.

  • Error with bc4j input date tag running a Jsp file.

    when im running the bc4j input date tag in a form, a jscript error comes up (object not found error)-> When i pick the date control. I have already checked the cabo directory and all files is there. The same enviroment in other developers PC�s works well.
    Have you got that error?
    how can i fix it?
    The calendar never comes up.
    Thank u

    The none value is only shown when the field accepts null values.

  • I am trying to find an app that will track the usage on my iphone with times and dates to see what was accessed on my phone when I was away from it and what if anything was done eg deleted messages viewed facebook etc?

    Hi! I am trying to find an app that with track everything that is done on my phone with times and dates? im not really woried about call usage and texts sent I need it to view what has been done - for example:
    Messages received
    Messages deleted
    Facebook viewed
    Messages viewed
    Internet viewed and what?
    I just have an issue with someone using my phone - I used to track this through double clicking the home button and roughly knowing in what order I had been on things but they have sussed this one!
    Thank you!!

    No way to do that on a non-jailbroken iPhone. Why don't you just passcode protect your phone? That way no one but you can use it...unless they know your passcode.

Maybe you are looking for

  • How to switch screen display to projector using fn button

    Just started to use an external projector via usb with my Macbook.  Can anyone advise me how to switch the display from the screen to the computer.  I believe it is via the Fn button......... thanks

  • How to Repeat Slideshow WITH Soundtrack?

    I've made a 3-minute slideshow, accompanied by a music soundtrack over most of it. The iMac will be used to present the slideshow automatically over an 8-hour day. I'd like to either loop it or have it restart after an idle minute. I've found that if

  • My iPad 2 won't go into sleep mode or let me shut it off, any help?

    My iPad 2 won't go into sleep mode or let me shut it off, any help?

  • Suggest Tables plz

    I need to find tables for the following data Outbound Data (pickup all where the Goods issues are done) - 1.Comp.Code 2.Date (goods issue data)      3.Prod.Hier (F or P) 4.Material#          5.Division 6.Sales Orgn 7.Sales Order#   8.Transfer Order N

  • Encoding of a XML +XSL - HTML tranformation

    Hello: I've run into a problem transforming a XML doc. containing results retrieved from a database and later passed from a EJB to a servlet. The thing is that the database contains data formatted with encoding="ISO-8859-1", the XML doc. I create bas