Impdp and scheduler maintenance window

Environment: Oracle 11.1.0.7.0 running on HP-UX B.11.31 U ia64.
I was performing import using impdp. Before starting the import, I manaully disabled the maintenance window.
But once, import over, when I try to enable the maintenance window, when I checked, it got already enabled.
On investigating found that the timing of enable match with the import finish time.
Before performing the import using impdp, I have disabled maintenance window using;
DBMS_SCHEDULER.DISABLE(name=> mwindow,force=>TRUE);
After Import, when i checked the maintenance window using;
SELECT
w.window_name,
w.repeat_interval,
w.duration,
w.enabled
FROM dba_scheduler_windows w
the value as ENABLED = TRUE.
On querying the select * from DBA_SCHEDULER_WINDOW_LOG, the timing of LOG_DATE matches with the import impdp finish time. However on the column ADDITIONAL_INFO
has value of REASON="manually enabled"

Are you doing a system import here ?
If you are doing a system import then properties of the maintenance window will also be imported and that may include enabling the window.
Since a system export exports system-level properties as well, you might need to disable the maintenance window before doing your system export.
Hope this helps,
Ravi.

Similar Messages

  • Maintenance Windows - Scheduled Reboot Sleep/Hibernate

    Given an appropriately scheduled maintenance window and a properly configured set of client settings (computer restart), what is the expected behavior for a client computer that enters standby/hibernate during the countdown and doesn't resume until after
    it has ended?
    I have been running a few tests in my environment and I'm finding that clients resuming from standby/hibernate are being forced to reboot immediately. Sometimes before I am able to hit ctrl+alt+delete and login.
    Is this expected?

    Is this expected?
    I think this is expected. More details from Rebootcoordinator.log would be helpful.
    Anoop C Nair -
    @anoopmannur :: MY Site:
     www.AnoopCNair.com ::
    FaceBook:
     ConfigMgr(SCCM) Page ::
    Linkedin:
     Linkedin<

  • Application Scheduling and Maintenance Windows

    Hi There.  I have a scenario that I want to get some clarification.  I think I know how it will work but wonder if I'm understanding it correctly.
    I have clients across a WAN that I want to deploy an application to but the bandwidth is limited and I can't put local DPs there.  I want to prestage the content and then enforce its installation after the server side of the app has been upgraded
    on Saturday.
    The collection that the clients are a member has a maintenance window defined daily from 2am to 5am.  I was going to deploy the app and make it available for tonight at 8pm thinking that the client would see the deployment and begin to download
    it.  The application deadline is set for 2 days from now on Saturday at 8pm.  Am I correct in thinking that the client will install the application tonight at 2am during it's first available maintenance windows??
    If so, my plan is to temporarily replace the daily 2am to 5am maintenance window with a maintenance window that starts at the deployment deadline on Saturday at 8pm.  It seems to me that then the client would see the application, download it and wait
    to install until 8pm on Saturday when it would be enforced.  I also plan to hide the deployment so that it does not show up in software center.
    Is my thinking correct?

    If your objective is to prestage the content on the client cache, the only way I know that it works, is when the "available" schedule is reached, SCCM will evaluate the deployment and if applicable (meets requirement, detection rules, etc), it will automatically
    download the content to the cache folder...
    So, if you make it "available" today at 8pm and "required/deadline" for this Saturday 8pm, the clients will download the content after 8pm today (regardless of maintenance windows). The issue, as stated previously, is that if a user decides to go in the
    software center app, they can manually trigger the install as soon as the deployment "available" date is reached (~today 8pm). You can configure the notifications...
    The actual automatic install (triggered by the client agent software) will only happen on/after Saturday at 8pm; assuming that the maintenance window permits it. Be VERY careful with maintenance windows. If you have it set for 2am-5am daily, the deployment
    will install on Sunday 2am-5am, as the window is closed on Saturday at 8pm (deadline)... Also the PC has to be powered on for the install to happen.
    As with many things in SCCM, there is always other settings that can affect the result. E.g., you can set the deployment to install/reboot outside maintenance windows...
    You may want to test this to confirm...

  • Windows Scheduled Maintenance Task

    I want to disable or delete the Windows Scheduled Maintenance Task in windows 7 by GPO in my domain 2012, because it delete old shortcuts in desktop users, but this task isn't in the c:\windows\tasks path, and I can't found it in the registry. Any idea?

    > I want to disable or delete the Windows Scheduled Maintenance Task in
    > windows 7 by GPO in my domain 2012, because it delete old shortcuts in
    > desktop users, but this task isn't in the c:\windows\tasks path, and I
    > can't found it in the registry. Any idea?
    Run
    schtasks /change /tn microsoft\windows\diagnosis\scheduled /disable
    in a startup script.
    Martin
    Mal ein
    GUTES Buch über GPOs lesen?
    NO THEY ARE NOT EVIL, if you know what you are doing:
    Good or bad GPOs?
    And if IT bothers me - coke bottle design refreshment :))

  • [Forum FAQ] Cannot perform a backup schedule via Windows Server Backup and receive "The system cannot find the path specified." Error

    Symptom One
    You attempt to
    schedule a backup every day via Windows Server Backup on Windows Server 2008 R2. At the beginning, the backup works without issue. But after a few days it failed and you receive the error “Windows Server Backup:
    The system cannot find the path specified.”
    Cause
    The issue may occur if there is
    no shadow copy storage space available on the backup volume.
    Verify
    You can use the List ShadowStorage command to check if you have enough storage space to store the newly created shadow copy. If you've reviewed the size of the backup snapshot and discovered
    that there is no allocated space for the storage association, you need to resize shadowstorage.
    Solution
    You could run the command below to create shadow copy storage space on the backup volume:
    vssadmin resize
    shadowstorage /for=<ForVolumeSpec> /on=<OnVolumeSpec> [/maxsize=<MaxSizeSpec>]
    More Information
    Vssadmin resize shadowstorage
    http://technet.microsoft.com/en-us/library/cc788050.aspx
    Symptom Two
    When you add
    another external hard drive to backup schedule via Windows Server Backup on Windows Server 2012, it fails and you receive the error “The System cannot find the path specified.”
    Cause
    The issue is due to the
    Original Destination Disk was not attached to the server.
    Verify
    You could check the disk status in Disk Management to see if the Original Destination Disk is offline or removed.
    Solution
    You need to attach
    Original Destination Disk to the Server then choose another external hard drive as backup target. After that, you could remove the Original Destination Disk.
    Workaround
    To work around this issue, please use the WBADMIN command line tool to add disk.
    WBADMIN ENABLE BACKUP -addtarget :{ DiskID}
    The AddTarget parameter takes disk ID as parameter. It can be retrieved by running "WBADMIN GET DISKS" command.
    Example:
    WBADMIN ENABLE BACKUP
    -addtarget :{ aa123d14-bba0-1dd9-0d93-80aaaa6bbb63}
    More Information
    Wbadmin enable backup
    http://technet.microsoft.com/en-us/library/cc742130.aspx
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    good

  • August 2014 Scheduled Maintenance - Are Web and Worker Roles affected?

    Are Web and Worker Roles affected by the Scheduled Maintenance that will be performed on Aug 2, 2014?  The email that I received from Microsoft Azure states that it will affect VMs and Cloud Services and goes on to say how to keep your VMs available
    despite the maintenance by setting up Availability Sets for VMs, but does not mention a strategy for Web and Worker roles.
    What am I missing here?

    Hello Farid_Azure,
    Yes, the Web and Worker Roles are also affected by the scheduled maintenance as the web roles and worker roles are residing on the hardware that will go on maintenance.
    The Cloud Service deployments will also reboot during the maintenance. You can increase the number of instances running for your web roles and worker roles to avoid being affected:
    http://azure.microsoft.com/en-us/documentation/articles/cloud-services-how-to-scale/#manualscale
    I hope that this answers your question.
    Thanks,
    Syed Irfan Hussain

  • What are "polling tools" and "centralized maintenance" for a Windows 7 machine?

    Hello all.
    Can somebody explain to me what "polling tools" are and what they do? What is their purpose? Also may somebody explain what "centralized maintenance" may mean?
    Thank you!

    Hi,
    Could you pleaes tell us more information so we can better know what you mean? When and where do you find the "polling tools" and "centralized maintenance" in Windows 7? A snapshot would be more helpful.
    Regarding to the "centralized maintenance", Windows 7 has a built-in maintenance service,  performs common maintenance tasks in Windows, just lauch Action Center, you will find it.
    More information would be helpful
    Yolanda Zhu
    TechNet Community Support

  • About maintenance windows and client restart settings

    Scenario:
    I have an application which is configured so that ConfigMgr Client will force a restart after the installation. This application is going to be deployed to a collection of computers which are also members of another collection that has maintenance window
    of 3 hours configured. The default client settings for all the computers have been configured so that users are notified about possible restart for 1440 minutes (24h).
    When the deployment is made:
    If there are logged on users (on the desktop or locked screen), will the software just install in the 3 hour maintenance window and notify the user about the reboot for 24h after the installation?
    If there are not logged on users will it install and reboot the computer?
    How this kind of thing should be configured so that the computers will reboot in the maintenance window if they automatically do not with these settings (if or if not there are logged on users on the computers) ?

    So I tested this:
    User logged on during the MW -> Software installation starts at the maintenance window but asks for the reboot from the user so no go here
    User not logged on during the MW -> Software installs and reboots straight away
    Solution I'm thinking:
    Client Settings Collection that includes all the Maintenance Window Collections and I shall deploy different Client settings (where the reboot time is less than the actual MW) to that collection. This could be also handled with "Install only when user is
    not logged on" for the application's deployment type but then again I don't think you can do that kind of setting for software updates or do you?

  • Maintenance Windows and Installation Deadline

    I know this has been discussed many times in the past, but I wanted to clarify in my mind what I think happens.
     I have a maintenance window on a collection that is daily between 3:30am and 5:30am.  I create a deployment for software updates with an available time at 2:00am.  I specify the installation deadline in the deployment for 3:00am.
    In the Deadline behavior (user experience) I do not have either option checked (Software updates installation and System restart). So, my MW will not be ignored.
    With these settings, the needed updates will be downloaded, but not installed until the start of the maintenance window at 3:30am. (in essence, the deadline should be "before" the MW if I want them to install at the next MW).
    Thanks!

    I did:
    <![LOG[New Service Window Policy notification received.]LOG]!><time="14:14:52.483+300" date="01-15-2015" component="ServiceWindowManager" context="" type="1" thread="996" file="servicewindowmanager.cpp:217">
    <![LOG[CCM::ServiceWindowManager::CServiceWindowHandler::OnPolicyCreated - A policy change has occurred. New policy has been created.]LOG]!><time="14:14:52.483+300" date="01-15-2015" component="ServiceWindowManager"
    context="" type="1" thread="996" file="servicewindowhandler.cpp:2044">
    <![LOG[    Populating instance of ServiceWindow with ID={3DE9CD79-CC8A-4CDD-AD75-74191AB07BFA}, ScheduleString=786F1B4010100008, Type=4]LOG]!><time="14:14:52.483+300" date="01-15-2015" component="ServiceWindowManager"
    context="" type="1" thread="996" file="servicewindowhandler.cpp:104">
    <![LOG[        StartTime is 1/16/2015 3:30:00 AM]LOG]!><time="14:14:52.483+300" date="01-15-2015" component="ServiceWindowManager" context="" type="1"
    thread="996" file="servicewindowhandler.cpp:176">
    <![LOG[        Duration for the Service Window is Total days: 0, hours: 02, mins: 00, secs: 00]LOG]!><time="14:14:52.483+300" date="01-15-2015" component="ServiceWindowManager"
    context="" type="1" thread="996" file="servicewindowhandler.cpp:106">
    <![LOG[    The Service Window={3DE9CD79-CC8A-4CDD-AD75-74191AB07BFA} has started at 1/16/2015 3:30:00 AM]LOG]!><time="03:30:00.071+300" date="01-16-2015" component="ServiceWindowManager"
    context="" type="1" thread="5032" file="servicewindowhandler.cpp:1200">
    <![LOG[OnIsServiceWindowAvailable called with: Runtime:1, Type:4]LOG]!><time="03:30:00.071+300" date="01-16-2015" component="ServiceWindowManager" context="" type="1" thread="5420"
    file="servicewindowhandler.cpp:2258">
    <![LOG[        Biggest Active Service Window has ID = {3DE9CD79-CC8A-4CDD-AD75-74191AB07BFA} having Starttime=1/16/2015 3:30:00 AM]LOG]!><time="03:30:00.071+300" date="01-16-2015"
    component="ServiceWindowManager" context="" type="1" thread="5420" file="servicewindowhandler.cpp:1336">
    <![LOG[           
    Duration is 0 days, 02 hours, 00 mins, 00 secs]LOG]!><time="03:30:00.071+300" date="01-16-2015" component="ServiceWindowManager" context="" type="1" thread="5420" file="servicewindowhandler.cpp:1337">
    <![LOG[ActiveServiceWindow has 7200 seconds left]LOG]!><time="03:30:00.071+300" date="01-16-2015" component="ServiceWindowManager" context="" type="1" thread="5420" file="servicewindowhandler.cpp:1248">
    <![LOG[Program can run! Setting *canProgramRun to TRUE]LOG]!><time="03:30:00.071+300" date="01-16-2015" component="ServiceWindowManager" context="" type="1" thread="5420" file="servicewindowhandler.cpp:1249">
    <![LOG[OnIsServiceWindowAvailable called with: Runtime:900, Type:2]LOG]!><time="03:30:00.071+300" date="01-16-2015" component="ServiceWindowManager" context="" type="1" thread="4760"
    file="servicewindowhandler.cpp:2258">
    <![LOG[No Restricting Service Windows exist. It can therefore run...]LOG]!><time="03:30:00.071+300" date="01-16-2015" component="ServiceWindowManager" context="" type="1" thread="4760"
    file="servicewindowhandler.cpp:1510">

  • Software Updates and Maintenance Windows

    We are running SCCM 2012 R2 Primary Site Server.
    We created the Collection for Windows Server 2012 R2 machine and Software Update group containing Software Updates for Server 2012 R2.
    We set the maintenance windows on collection "11:00 AM- 2:00 PM"
    We deployed the Deployment Package to collection at 11:00 AM, it downloaded the updates but didn't install any updates for 1 hour. At 2:00 PM it said that the No service window available to run updates .
    Why didn't SCCM do anything for 1 hour?
    Attached is the snippet from Update deployment.log
    Evaluation initiated for (1) assignments.- 12:56 PM
    Progress received for assignment ({D45DB820-AF28-4FAC-AAFC-7819937A412E})- 12:56 PM
    Update (Site_64D995A8-C176-4B35-AFE0-724BB6793EBD/SUM_74b0949d-a84d-4599-8060-e7b982720886) added to the targeted list of deployment ({D45DB820-AF28-4FAC-AAFC-7819937A412E})  - 12:56 PM
    Evaluation completed for the assignment {D45DB820-AF28-4FAC-AAFC-7819937A412E} - 12:56 PM
    CUpdateAssignmentsManager received a SERVICEWINDOWEVENT END Event- 2:00 PM
    No current service window available to run updates assignment with time required = 1 - 2:00 PM
    Attempting to cancel any job started at non-business hours.- 2:00 PM

    How to enable client randomization? Does it need to be enable for SCCM to deploy updates?
    You can download the updatedeployment.log from below link
    https://onedrive.live.com/redir?resid=F3743C55DC76B1EE!1099&authkey=!AL40dKaAzl-_trc&ithint=folder%2c.log

  • Software Updates, Tray Pop-ups and Maintenance Windows

    I will try to keep it to the point.
    End Users in Europe power down their machines every night. Patch Tuesday rolls around, we set the deadline to patch for one week
    later (the following Tuesday) @ 10pm. 
    So they come in that following Wednesday morning, power on their system and bam, software updates are installed and reboots are forced right
    there in their earlier AM which is upsetting them.
    Our settings? Deployment is required, detail level is “only success and error messages”, “Display in Software Center and show all notifications”, and when the installation
    deadline is reached allow the following activities to be performed outside the maintenance window: “Software Update Installation” and “System Restart”.
    So before I get a whole bunch of, “disable reboots” or “notify your users” or “use WOL”. I want to discuss this on another angle.
    We are getting reports that users are not seeing the notifications. As you can see it is set to all notifications. Likely they are happening and they are not seeing
    them.
    Main Question: Is there a way via a registry tweak or client setting that will do one of the following:
    Make the tray popups more frequent
    Make the tray popups last longer
    Bring the main “hey things to patch screen” come up without clicking the tray popup
    Anything we can do to make the notification BEFORE the deadline more in their faces would be ideal. Anyone?

    This happened because patch updates reached deadline and installed forcefully and restart the machines. from
    the software center and system tray. Just configure that in the deployment
    Unless the site wide hide deployments option is selected,
    you will get icons in the system tray. When that is selected, you do NOT get icons at all. If this is enabled, but you suppress the deployment itself, then you get the icons but not balloons. 
    Sharad Singh | My blogs: SharadTech | Twitter:
    @SinghSharaad | | Please remember to click “Mark as Answer” on the post that helps you.This can be beneficial to other community members reading the thread.

  • Scheduled Maintenance basic start and finish date

    Hi Expert,
    I'm using WO type say PM04 for schedule maintenance. In its maintenance plan i'm using prioity "medium" that starts form 7 - 14 days.I also have already set the scheduling type in OPU7 - adjust scheduling into "Do not adjust basic dates, dep. reqmts to order start"
    after run deadline monitoring WO PM04 that generated is resulted as per below:
    basic start date: 13.08.2010
    basic finish date: 13.08.2010
    the basic dates does not reflect the priority "medium"
    pls help how can i configure the basic dates setting that align to its priority.
    Thanks
    Rgds,

    Hi ,
    plz check if the below user exit is helpful or no
    IWO10012 :Maintenance Order: Priority Handling on Central Header
    i think priority does not influence the basic start or end dates for order generated from MP ..
    regrds
    pushpa

  • RE: OS Deployments and Maintenance Windows

    Hi
    I have an MDT task sequence that I am using from within SCCM 2012 R2. Its deployed to a collection for which I have specified a maintenance window. However, when I boot this test OSD client with the media I am still able to deploy the image even outside
    the maintenance window.
    Where can I start looking to sort this out?
    Karl

    If you don't want the deployment to be applicable to the device at all, then yes you have to make sure that the device is not targeted by the deployment. That can be by deleting the deployment, or by making sure the device is not member of the collection
    anymore.
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • Maintenance windows applies only to task sequences doesn't work

    Problem:
    SCCM 2012 R2 CU4
    Task sequence deployment run outside maintenance windows when the maintenance windows is set to apply only to task sequences.
    When the maintenance windows is set to apply to All deployments, the task sequence deployment run inside maintenance windows as expected.
    The maintenance task defined was as:
    Name: Maintenance Windows of Collection Coll_A
    Time: 10:30am to 06:00am
    Date: 20th March 2015
    Apply this schedule to: Task Sequences
    The task sequence defined was as:
    Deployed to Collection Coll_A
    Time: Run as soon as possible
    The task sequence run at 9:48am on a workstation that is member of Coll_A.
    There aren't other maintenances windows on others collections.
    Below the workstation's serviceWindowsManager.log:
    https://onedrive.live.com/redir?resid=BFBF530F33D996FD!123&authkey=!AI0dFPZ89XCL7xs&ithint=file%2clog

    When was the client added to the collection? Was it able to retrieve those MW policies before it received the TS?
    Torsten Meringer | http://www.mssccmfaq.de
    1_the client was added at the 9:30am.
    2_Yes it is.
    I have done another test and the result is the same:
    _ first setting up the maintenance windows in Coll_A,
    _ then insert the client in Coll_A and force a machine policy evaluation
    _then deploy the task sequence in collection Coll_A

  • Maintenance Window Question

    Hello Experts,
    i'm sorry if its been already answered, I have a question on MW.
    CollectionA---> has a MW set between 6PM - 6AM ( Monday - Sunday) ( which is set to ->This Schedule Applies to all deployments)
    CollectionA---> has another MW 8PM-10PM ( Sat-Sunday) ( which is set to ->This schedule applies to Software deployments)
    Since there is an overlap, what would happen when Software updates are pushed, Will it run on Sat or sun at 8PM or at 6PM.
    Thank you.

    Hi,
    It depends on the Deadline you set for the updates to install, as you have a maintenance windows that allows all deployments each night, software updates will run then. If you schedule them to start at saturday morning it will start at 6 PM SAT as that
    maintenance windows has the eraliest start time and apply to all deployments.
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

Maybe you are looking for

  • Where does the resources bundle files need to be

    Hi All, Does any of you knows where all the custom resources bundle files that will be used on BCC need to be? I have something like this: BCC module /src/com/mycompany/resources/WebAppResources.properties But when I try to use it This happens javax.

  • Cannot connect to backup sql server

    Hi, i'm new in Azure and MS SQL. I'm trying to create an Availability Group: Primary and backup SQL servers (msdn.microsoft.com/en-us/library/azure/dn275957.aspx) At Step 7 (Connect to Server) I get error: ADDITIONAL INFORMATION: The target principal

  • Deployment failed. Building failed using sun java application server

    Hi am using netbean 6 ,glassfish v2 and sun java application server 9 When am try to run my jsp file am getting Deployment error report with further error given below. Deployment error: The Sun Java System Application Server could not start. More inf

  • Input Node Palette missing after upgrade to 10.4 (international feature)

    One of my users used to use the "Input Node Palette" that was under the International flag icon in the top right hand corner of the screen. This was present in 10.3 but not in 10.4. Can someone tell me how to turn this on or what to use as a substitu

  • IR Proximity Sensor - Bug?

    Hi In another thread, the question arose about Siri and the IR Sensor. Having turned Siri off (see photo below), the IR Sensor still appears to be ON How do you turn the IR proximity sensor OFF? RB As an aside (new iPhone usere question) is there any