BPC Backup using Server Manager is failing when "compressing webfolders"

I'm using the Server Manager UI to backup my production environment and it keeps failing during the "compress webfolders" step. Any ideas why this would happen?
Thanks,
Kristi

Hi Sorin,
  I am getting 2 errors when i tried to do a backup, i.e. "Cannot compress the webfolders" and " Process error ; check the SQL server connection".
  With regards to the first error, i can successfully go to BPC\Data\Webfolders\<appset> and perform a compress though it has a size of 5Gb. What does that say?
  How about the SQL error?
  As a result, i still have 3 folders, i.e. FileDB, SQL and WebFolder, but only FileDB contains a "<appset>.zip", the other 2 folders are empty.
Thanks and regards

Similar Messages

  • Management Studio Fails when added Integration Services step to SQL Server Agent Job

    Hi,
    I have two new servers I've setup with Windows Server 2012, SQL Server 2012 SP1, Visual Studio 2012 SP4. I've previously been on SQL 2008 and VS 2008 so this is new to me.
    I am finding SSMS is throwing an exception on both machines when i do the following:
    1. Go to SQL Server Agent | Jobs
    2. Create a new Job.
    3. Select Steps and click New Step
    4. Change the job type to SQL Server Integration Services Package.
    Following error occurs:
    TITLE: Microsoft SQL Server Management Studio
    The type initializer for '<Module>' threw an exception. (SqlManagerUI)
    ADDITIONAL INFORMATION:
    The C++ module failed to load.
     (DTEParseMgd)
    Index was outside the bounds of the array. (DTEParseMgd)
    I also find if I take an existing job with SSIS package steps and attempt to edit those steps the same message appears. This issue happens on both my servers as they have been configured almost identically. This doesn't occur when selecting any other job
    type.
    I've also tried installing cumulative update 8 in a hope that this may fix it but with no success.
    As my entire environment is based around SQL Agents running SSIS i'm a little bit concerned, especially since I have some tight deadlines getting these servers running.
    I have found nothing relating to this issue. Any help greatly appreciated.
    Simon
    Below is the detailed error message:
    ===================================
    The type initializer for '<Module>' threw an exception. (SqlManagerUI)
    Program Location:
       at Microsoft.SqlServer.Management.SqlManagerUI.DTSJobSubSystemDefinition.Microsoft.SqlServer.Management.SqlManagerUI.IJobStepPropertiesControl.Load(JobStepData data)
       at Microsoft.SqlServer.Management.SqlManagerUI.JobStepProperties.UpdateJobStep()
       at Microsoft.SqlServer.Management.SqlManagerUI.JobStepProperties.typeList_SelectedIndexChanged(Object sender, EventArgs e)
       at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
       at System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value)
       at System.Windows.Forms.ComboBox.set_SelectedItem(Object value)
       at Microsoft.SqlServer.Management.SqlManagerUI.JobStepProperties.InitializeStepCombo()
       at Microsoft.SqlServer.Management.SqlManagerUI.JobStepProperties.InitializeData()
       at Microsoft.SqlServer.Management.SqlManagerUI.JobStepProperties.OnInitialization()
       at Microsoft.SqlServer.Management.SqlMgmt.ViewSwitcherControlsManager.SetView(Int32 index, TreeNode node)
       at Microsoft.SqlServer.Management.SqlMgmt.ViewSwitcherControlsManager.SelectCurrentNode()
       at Microsoft.SqlServer.Management.SqlMgmt.ViewSwitcherControlsManager.InitializeUI(ViewSwitcherTreeView treeView, ISqlControlCollection viewsHolder, Panel rightPane)
       at Microsoft.SqlServer.Management.SqlMgmt.LaunchForm.InitializeForm(XmlDocument doc, IServiceProvider provider, ISqlControlCollection control)
       at Microsoft.SqlServer.Management.SqlMgmt.LaunchForm..ctor(ISqlControlCollection control, IServiceProvider provider)
       at Microsoft.SqlServer.Management.SqlManagerUI.JobSteps.editJobStep_Click(Object sender, EventArgs e)
       at System.Windows.Forms.Control.OnClick(EventArgs e)
       at System.Windows.Forms.Button.OnClick(EventArgs e)
       at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
       at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.ButtonBase.WndProc(Message& m)
       at System.Windows.Forms.Button.WndProc(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
       at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
       at System.Windows.Forms.Application.RunDialog(Form form)
       at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
       at System.Windows.Forms.Form.ShowDialog()
       at Microsoft.SqlServer.Management.SqlMgmt.RunningFormsTable.RunningFormsTableImpl.ThreadStarter.StartThread()
    ===================================
    The C++ module failed to load.
     (DTEParseMgd)
    Program Location:
       at <CrtImplementationDetails>.LanguageSupport.Initialize(LanguageSupport* )
       at .cctor()
    ===================================
    Index was outside the bounds of the array. (DTEParseMgd)
    Program Location:
       at _getFiberPtrId()

    Hi,
    I hadn't installed CU3 however as a test i tried installing CU4 and this didn't help. Since my first emails i have more issues that have brought a complete hault to the upgrade project.
    If i double click on a package to run it manually I basically get the same issue. This means i have no way of running any packages except throught VS.
    I've also found that regardless of the order of the software installs it still fails. It's related to SP1 of SQL and SP4 of VS.
    I'm on Server 2012. When install in the following order SQL 2012, SQL SP1, VS2012, BIDS, VS SP4 i have no problem until VS SP4 is installed. If i install VS SP4 then BIDS it also fails at the last step. If i install all the VS and BIDS software first, then
    SQL then SQL SP1 it fails at the SQL SP1 step.
    This means i could actually install everything and either ignore the SQL SP1 or the VS SP4 and i'd be fine however this is not really a solution as i will never be able to patch the software and once live this is very dangerous.
    I am still surprised there is no obvious solution to this. I'm only installing MS software on a fresh box and only installing 5 pieces of software (including the SPs). I would have though if this was an issue others would have come across it too.
    Has anyone else installed all these components and got them working on the same OS. I believe early on in my testing i installed these in Windows Server 2008 and didn't have the issue.
    Regards.
    Simon.

  • I am using server and client systems when i am trying to open the browser in two or more machines it says that firefox is already running, i want to open the browser in all machines simeltaniously

    I am using server and clients machines in my office, here i want to open browsers in all systems simultaneously but i am unable open the browser, when i am trying to open the browser in the second machine it says that firefox is already open... pls. solve this problem
    Thank you

    You can't open one Profile more than once. You need a separate Profile for each browser on each PC that you open.
    https://support.mozilla.com/en-US/kb/Profiles

  • BPC 7.5 NW -- Data Manager Import Fails When Loading 40,000 Records?

    Hi Experts,
    Can't believe I'm posting this because the Data Manager component has always been one of the best parts of BPC.  But, since we got SP04 applied last week, every IMPORT process that I've run that has more than 40,000 records fails out.
    The result logs show that the CONVERT task completes just fine, but it doesn't really show the LOAD task.  ...Not exactly sure what's going on here.  So far I've also taken the following two steps to try for resolution:
    (1.)  Re-added the IMPORT package in Organize Package List from the Library to have a "fresh" version.  Didn't help.
    (2.)  In the "Modify Package" screens, there is a PACKAGESIZE parameter that is 40,0000 by default...  I've been able to locate that in BI using transaction RSA1 and have changed it to 10,000,000.  Saved it.  Tried it.  Didn't help either
    Has anyone seen this kind of behavior before?
    Thanks,
    Garrett

    Update -- This problem may now be resolved.
    I have been able to conduct test IMPORTs of 48,000, then 96,000 and then 1.7 million records.  All were fine.
    It turns out that that difference is that the text files were sorted by amount in the ones that failed.  They were sorted by GLAccount in column A for the ones that succeeded.
    Edit:  Yep, all files loaded normally when re-sorted by GLACCOUNT, etc. on the left-hand side.  Apparently, when you're doing a lot of records that might confuse the system or something
    Edited by: Garrett Tedeman on Nov 18, 2010 11:41 AM

  • Can't Backup using Enterprise Manager 10g

    Help -
    I am trying to use the backup option of Enterprise Manger 10g from the maintenance tab.
    I select Schedule Customized Backup but keep getting a connection error:
    Connection to host as user dbi/system failed: ERROR: Wrong password for user
    I am using the same login (system) and password as when I login to Enterprise Manager.
    What login do I need to use ? Or what could I be doing wrong?
    Thanks - jcsjcs

    I had the same problem.
    The user you supply under "Host Credentials" must be a windows user(domain\username) which must be a member of the local group ora_dba and must have the Right "Logon as a batch job". Go to Administrative Tools, Local security settings" and add this right. It is the best to give it also local administrator rights.
    Regards,
    Ivan

  • SQL Query Works in MS SQL Server 2008 but not when using Database Toolkit

    I have this SQL query:
    DECLARE @DataTypeTable TABLE (
    Name varchar(128),
    TypeID INT)
    --Add comma delimeted data type names to temp table
    INSERT INTO @DataTypeTable (Name)
    SELECT * FROM WhatWeShouldDoRead.func_Split(@DataTypeTrimmed,',')
    SELECT Name FROM @DataTypeTable
    Which takes a comma delimited string and returns the string as a table.  It works correctly in Microsoft SQL Server Management Studio.  When I run this as a stored procedure  I get back nothing.  There are no errors, SQL or otherwise.  I've verified that I am connected to the correct database and that the stored procedure is loaded by changing the no error string that is reported from this stored procedure (that code is not shown in the above example).  Has anyone seen this problem before, or have any experiance with SQL/Labview interfaces to tell me what I'm doing wrong?
    Thanks in advance. 
    Solved!
    Go to Solution.

    After doing some more research it appears that the database toolkit cannot interface with any table results from any type of temp table.  It may have to do with the fact that MS SQL 2008 stores temp tables in a seperate database (tempdb) and not the database you are currently connected to.  See this link for a good artical on temp tables:
    http://databases.aspfaq.com/database/should-i-use-a-temp-table-or-a-table-variable.html
    If possible,  I'd like a someone to prove me wrong, but for now will have to settle for exporting the contents of a temp table through a string.

  • Find Connection String used by SQL Server Management Studio

    I am having problems getting my VS C# .NET application to connect to a SQL Server Database, even though I can connect to it (on the same machine) using SQL Server Management Studio.
    Is there any way I can find the connection string that SQL Server Management Studio generates when it connects?

    Hi,
    As you have Visual Studio on your machine, I think we can also use the Visual Database Tools of Visual Studio to generate the connection string.
    Please:
    1. Create a new data connection to the SQL Server database in the
    Server Explorer of Visual Studio
    2. After the connection is established, right-click on the connection name and select
    Properties. There is an item called Connection String in the
    Properties window.
    Reference:
    How to: Add New Data Connections in Server Explorer/Database Explorer 
    http://msdn.microsoft.com/en-us/library/3d1wkhas.aspx
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.
    Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.

  • BPC backup and restore Q&A...

    Dear all:
    See below, and please share your knowledge!
    Situation
    We are in the phase of modifying existing structure. We would like to back up what's in the Production server, and restore onto Development Box and develop and test our modification there using the latest data we have.
    Data
    We have a production server, which SQL service and BPC service are running on separate physical server (as I was told), and a development box, which SQL and BPC are running together in one box.
    A_PRODUCTION is the App Set in the Production Server
    A_DEV is the App Set in the Development Box.
    Below are what I have done and failed:
    1. 
    a. I used "Server Manager" to back up A_PRODUCTION.
    b. I then copied and pasted the backup folder (in which has Web, File, SQL etc sub folders) to the Development Box.
    c. I used "Server Manager" to restore by selecting the backup folder. The Server Manager was able to allocate all the backup files and SQL db.
    d. My Web and File folders are OKed during restore, but my SQL restore failed with an error message.
    2.
    a. We tried to open SQL Server Management Studio, and manually restore the A_PRODUCTION SQL backup (*.BAK) to A_DEV of Development box.
    b. We received the error message, System.Data.SqlClient.SqlError: RESTORE detected an error on page (0:0) in database "A_PRODUCTION" as read from the backup set. (Microsoft.SqlServer.Smo).
    c. We went to option and checked "Overwrite existing database" and still failed to restore.
    3.
    a. I logged on to Development Box's BPC Web Admin, and tried to create an App Set that has the same name A_PRODUCTION as my live database in the Production Server.
    b. The App Set creation failed at OLAP service with an error message saying something about "SalesPerson" column was not found or something.
    c. I noticed that a database named A_PRODUCTION is created Development Box.
    d. I tried method 1 and 2 again to A_PRODUCTION of the Development Box and failed.
    Question
    What is wrong with my approach?
    I have referenced the document https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/20a26f50-4252-2a10-8c97-a2c7058cd804, and am confused why we have to backup the master database.
    Secondly, in the document, quoted "Restore Microsoft SQL Server 2005 Database(s): Restore the most recent database backup for APPSERVER, and each of the application set databases.
    (ApShell/ApShellExtra)", what is the difference between "the most recent database backup for APPSERVER", and "each of the application set databases"?
    At last, in the document, quoted "You must use an u2018Open File Agentu2019 to backup Data files that may be in use by the web server.", what does it mean by using an Open File Agent? Is it a type of agent in SQL backup service, or an agent in general that is able to back up open files?
    Thank you!

    Kranthi and Akim:
    Thanks for the reply...
    Kranthi: With BPC Admin ID, I did go back to *BPC Administration\Manage Security* and re-saved the configuration, and I did see the table update in *Database Engine\AppServer\tblAppSetAccess*. I could then grant my Windows ID rights to "everything", but was only able to access BPC Administration.
    Akim: Can you be more specific about delete/recreate orphaned users? Did you mean deleting/creating via SQL Analysis Services AppServer\tblAppSetAccess, or via BPC Administration\Manage Security? In addition, when you mentioned "reset permissions from the application itself", did you mean to modify Task, Member Access Profile, Team, and User, and re-save them again with the same settings?
    I am sorry that this thread has become longer than expected. Here are some updates:
    1. I have two Application Sets which my Windows ID can access: AppShell (default) and App_Dev
    2. I tried to create a new Application Set "App_Dev1" by copying from App_Dev (unchecked database,biz process flows, content library, and live reports). Then I logged in as BPC Admin and added my Windows ID to the System Admin Team, which was modified to have full access to everything. Again the same problem occured -- I could access App_Dev1's BPC Administration area but could not access BPC Excel; same error messages popped out.
    3. I tried to create a new  Application Set "AppShell1" by copying from AppShell (same unchecked everything). Then I logged in as BPC Admin and added my Windows ID to the System Admin Team, which was modified to be able to access everything. Same result as #2
    4. I tried to add myself to the System Admin Team of original AppShell, and I could open BPC Excel.
    My experiments so far concluded the followings:
    --No problem with App_Dev and AppShell in the Development Box
    --I could grant myself access to everything in any new Application Set, but only was able to access BPC Administration
    --BPC Admin ID and my Network Administrator (Domain Admin)'s Windows ID has no problem opening BPC Excel in any Application Set.
    What concerns me now is that even a copy from AppShell is not working as expected... My Network Administrator said it is not an easy process to reinstall BPC Development Server, but I think that's perhaps the only way to fix everything, if the root causes remain mysterious.
    If you have any insightful tip, please share with me as I have spent over a week and cannot progress further... Thank you!!!!
    Brian

  • Disks Not Displayed in Server Manager 2012 After Upgrade

    I have two identical IBM x3650 M3 servers with the M5014 RAID controller installed. The internal SAS drives are configured with three RAID 5 logical drives, basically a C:, D:, and E:. They also have an external eSATA drive with a Silicon Image eSATA
    card installed that is used for backup. Both servers were upgraded from Server 2008R2 to 2012R2. Both of the server's firmware was updated prior to the upgrade and are using the same versions.
    On the first server, all of the RAID controller's logical drives are displayed under Server Manger > File and Storage Services > Volumes > Disks. All of the volumes on these drives and the eSATA drive are displayed correctly under Server
    Manger > File and Storage Services > Volumes.
    On the second server, all of the volumes correctly displayed under Server Manger > File and Storage Services > Volumes. However, only the first logical drive is displayed under Server Manger > File and Storage Services > Volumes
    > Disks. The other two logical drives are not displayed. The drives show up correctly under Disk Management and Device Manager. All of the data and shares are accessable and the server functions like it did before the upgrade. While it doesn't seem
    critical at the moment, I would like to find out why the logical drives are not being displayed.

    Hi,
    Did you have a failover cluster with a highly available storage solution that uses LSI MegaRAID controllers and use Server Manager to manage the storage using the LSI SMI-S storage provider? If so, the associated physical disks may not appear correctly in Server
    Manager when you create storage pools or virtual disks from the storage pools. 
    To work around this issue, run the following Windows PowerShell cmdlet on all nodes, and then refresh the Server Manager UI: 
    Update-StorageProviderCache –DiscoveryLevel Full
    For more detailed information, please refer to the article below:
    Known Issues: File and Storage Services in Windows Server 2012
    http://social.technet.microsoft.com/wiki/contents/articles/13392.known-issues-file-and-storage-services-in-windows-server-2012.aspx
    Best Regards,
    Mandy 
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • OPatch fails when trying to update to 7252496 oci.dll copy fails

    I am new to Oracle and am trying to update using OPatch. the updates fails when trying to copy oci.dll.
    Here is my log, if anyone can point me in the right direction that would be awesome.
    Thanks
    SEVERE:OPatch invoked as follows: 'apply '
    INFO:
    Oracle Home : c:\oracle\ora102
    Central Inventory : C:\Program Files\Oracle\Inventory
    from : n/a
    OPatch version : 10.2.0.3.0
    OUI version : 10.2.0.2.0
    OUI location : c:\oracle\ora102\oui
    Log file location : c:\oracle\ora102\cfgtoollogs\opatch\opatch2008-08-18_08-24-00AM.log
    INFO:Starting ApplySession at Mon Aug 18 08:24:03 EDT 2008
    INFO:Starting Apply Session at Mon Aug 18 08:24:03 EDT 2008
    INFO:ApplySession applying interim patch '7252496' to OH 'c:\oracle\ora102'
    INFO:Starting to apply patch to local system at Mon Aug 18 08:24:03 EDT 2008
    INFO:OPatch detected ARU_ID/Platform_ID as 912
    INFO:ApplySession: Optional component(s) [ oracle.rdbms.dv, 10.2.0.3.0 ] , [ oracle.ntoledb.odp_net_2, 10.2.0.2.20 ] , [ oracle.oo4o, 10.2.0.2.20 ] , [ oracle.ntoramts, 10.2.0.3.0 ] , [ oracle.has.crs, 10.2.0.3.0 ] , [ oracle.ldap.esm, 10.2.0.1.0 ] , [ oracle.precomp.lang, 10.2.0.3.0 ] , [ oracle.isearch.is_common, 10.2.0.3.0 ] , [ oracle.rdbms.dv.oc4j, 10.2.0.3.0 ] , [ oracle.rdbms.ic, 10.2.0.3.0 ] not present in the Oracle Home or a higher version is found.
    INFO:
    Subset patches: 5556081, 5557962
    The fixes for Patch 5556081, 5557962 are included in the patch currently being installed (7252496). If you continue, they will be rolled back and the new patch (7252496) will be installed.
    INFO:
    OPatch detected non-cluster Oracle Home from the inventory and will patch the local system only.
    INFO:
    Please shutdown Oracle instances running out of this ORACLE_HOME on the local system.
    (Oracle Home = 'c:\oracle\ora102')
    INFO:Is the local system ready for patching?
    Do you want to proceed? y
    INFO:Start to wait for user-input at Mon Aug 18 08:24:06 EDT 2008
    INFO:Finish waiting for user-input at Mon Aug 18 08:27:01 EDT 2008
    INFO:User Responded with: Y
    INFO:Start saving patch at Mon Aug 18 08:27:01 EDT 2008
    INFO:Finish saving patch at Mon Aug 18 08:27:32 EDT 2008
    INFO:Start backing up system for restore at Mon Aug 18 08:27:32 EDT 2008
    INFO:Backing up files and inventory (not for auto-rollback) for the Oracle Home
    INFO:Backing up files affected by the patch '7252496' for restore. This might take a while...
    INFO:Finish backing up system for restore at Mon Aug 18 08:28:39 EDT 2008
    INFO:Backing up files affected by the patch '5556081' for restore. This might take a while...
    INFO:Backing up files affected by the patch '5557962' for restore. This might take a while...
    INFO:ApplySession rolling back interim patch '5556081' from OH 'c:\oracle\ora102'
    INFO:Start autoRollback of patch 5556081 at Mon Aug 18 08:28:44 EDT 2008
    INFO:Start the Rollback preScript at Mon Aug 18 08:28:44 EDT 2008
    INFO:Finish the Rollback preScript at Mon Aug 18 08:28:44 EDT 2008
    INFO:Start modifying the system at Mon Aug 18 08:28:44 EDT 2008
    INFO:
    Patching component oracle.sysman.console.db, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\sysman\admin\scripts\SecureGenKeystore.pm"
    INFO:Finish modifying the system at Mon Aug 18 08:28:44 EDT 2008
    INFO:RollbackSession removing interim patch '5556081' from inventory
    INFO:Start removing patch from inventory at Mon Aug 18 08:28:44 EDT 2008
    INFO:Finish removing patch from inventory at Mon Aug 18 08:28:48 EDT 2008
    INFO:Start the Rollback postScript at Mon Aug 18 08:28:48 EDT 2008
    INFO:Finish the Rollback postScript at Mon Aug 18 08:28:48 EDT 2008
    INFO:Finish autoRollback of patch 5556081 at Mon Aug 18 08:28:48 EDT 2008
    INFO:ApplySession rolling back interim patch '5557962' from OH 'c:\oracle\ora102'
    INFO:Start autoRollback of patch 5557962 at Mon Aug 18 08:28:48 EDT 2008
    INFO:Start the Rollback preScript at Mon Aug 18 08:28:48 EDT 2008
    INFO:Finish the Rollback preScript at Mon Aug 18 08:28:48 EDT 2008
    INFO:Start modifying the system at Mon Aug 18 08:28:48 EDT 2008
    INFO:
    Patching component oracle.sysman.console.db, 10.2.0.3.0...
    INFO:Updating jar file "c:\oracle\ora102\sysman\jlib\emCORE.jar" with "\sysman\jlib\emCORE.jar\oracle\sysman\eml\app\ContextInitFilter.class"
    INFO:Updating jar file "c:\oracle\ora102\sysman\jlib\emCORE.jar" with "\sysman\jlib\emCORE.jar\oracle\sysman\eml\jobs\JobsListBean.class"
    INFO:Updating jar file "c:\oracle\ora102\sysman\jlib\emCORE.jar" with "\sysman\jlib\emCORE.jar\oracle\sysman\eml\jobs\JobSql.class"
    INFO:Updating jar file "c:\oracle\ora102\sysman\jlib\emjsp.jar" with "\sysman\jlib\emjsp.jar\_jobs\_jobsList.class"
    INFO:Updating jar file "c:\oracle\ora102\sysman\jlib\emjsp.jar" with "\sysman\jlib\emjsp.jar\_jobs\_jobsList$__jsp_StaticText.class"
    INFO:Copying file to "c:\oracle\ora102\sysman\admin\emdrep\sql\core\latest\jobs\jobs_ui_pkgbody.sql"
    INFO:Copying file to "c:\oracle\ora102\sysman\admin\emdrep\sql\core\latest\jobs\jobs_ui_pkgdef.sql"
    INFO:Copying file to "c:\oracle\ora102\sysman\admin\emdrep\sql\core\latest\jobs\jobs_types.sql"
    INFO:Finish modifying the system at Mon Aug 18 08:29:26 EDT 2008
    INFO:RollbackSession removing interim patch '5557962' from inventory
    INFO:Start removing patch from inventory at Mon Aug 18 08:29:26 EDT 2008
    INFO:Finish removing patch from inventory at Mon Aug 18 08:29:28 EDT 2008
    INFO:Start the Rollback postScript at Mon Aug 18 08:29:28 EDT 2008
    INFO:Finish the Rollback postScript at Mon Aug 18 08:29:28 EDT 2008
    INFO:Finish autoRollback of patch 5557962 at Mon Aug 18 08:29:28 EDT 2008
    INFO:
    OPatch back to application of the patch '7252496' after auto-rollback.
    INFO:Start backing up system for rollback at Mon Aug 18 08:29:28 EDT 2008
    INFO:Backing up files affected by the patch '7252496' for rollback. This might take a while...
    INFO:Finish backing up system for rollback at Mon Aug 18 08:29:48 EDT 2008
    INFO:Start the Apply preScript at Mon Aug 18 08:29:48 EDT 2008
    INFO:Execution of 'cmd /C "C:\oracle\ora102\OPatch\7252496\custom\scripts\pre.bat" -apply 7252496 ':
    Return Code = 0
    INFO:Finish the Apply preScript at Mon Aug 18 08:29:49 EDT 2008
    INFO:Start modifying the system at Mon Aug 18 08:29:49 EDT 2008
    INFO:
    Patching component oracle.rdbms, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\view_recompile\recompile_precheck_jan2008cpu.sql"
    INFO:Start Copy Action at Mon Aug 18 08:29:49 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:29:49 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\view_recompile\view_recompile_jan2008cpu.sql"
    INFO:Start Copy Action at Mon Aug 18 08:29:49 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:29:49 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\mesg\oraus.msb"
    INFO:Start Copy Action at Mon Aug 18 08:29:49 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtbpw.plb"
    INFO:Start Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\xdbrelod.sql"
    INFO:Start Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\jlib\aqapi12.jar"
    INFO:Start Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\jlib\aqapi12_g.jar"
    INFO:Start Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\jlib\aqapi13.jar"
    INFO:Start Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\jlib\CDC.jar"
    INFO:Start Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\jlib\jmscommon.jar"
    INFO:Start Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtaqal.plb"
    INFO:Start Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtaw.plb"
    INFO:Start Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtxdb.plb"
    INFO:Start Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtxdb0.plb"
    INFO:Start Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtxdbp.plb"
    INFO:Start Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtesch.plb"
    INFO:Start Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\exfeapvs.plb"
    INFO:Start Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\exfsppvs.plb"
    INFO:Start Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtaq8x.plb"
    INFO:Start Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtaqad.plb"
    INFO:Start Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtaqds.plb"
    INFO:Start Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtaqip.plb"
    INFO:Start Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\jlib\aqapi13_g.jar"
    INFO:Start Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\oracle.exe"
    INFO:Start Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:10 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\oracle.sym"
    INFO:Start Copy Action at Mon Aug 18 08:30:10 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\PATCH25\catcpu.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\PATCH25\catcpu_delta.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\PATCH25\catnowrr.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\PATCH25\catnowrrc.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\PATCH25\emcpu.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\PATCH25\dvcpu.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\PATCH25\sdocpu.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\PATCH25\dvcpu_delta.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\PATCH25\olscpu_delta.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\PATCH25\ordcpu_delta.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\PATCH25\sdocpu_delta.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\PATCH25\xdbcpu_delta.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\PATCH25\sdocpu_rollback.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\PATCH25\olscpu.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\PATCH25\ordcpu.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\PATCH25\xdbcpu.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\PATCH25\rulcpu.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\PATCH25\imcpu.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\PATCH25\ctxcpu.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\PATCH25\amdcpu.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\PATCH25\catcpu_rollback.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\PATCH25\wkcpu.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\PATCH25\wkcpu_rollback.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\xml\xsl\kucoment.xsl"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\xml\xsl\kuidxwrk.xsl"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\xml\xsl\kutable.xsl"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtpexp.plb"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtbstr.plb"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtbobg.plb"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtbadd.plb"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtbmas.plb"
    INFO:Start Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtbrpc.plb"
    INFO:Start Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtbrrq.plb"
    INFO:Start Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtbsqu.plb"
    INFO:Start Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtbut4.plb"
    INFO:Start Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtofln.plb"
    INFO:Start Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtgen.plb"
    INFO:Start Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\a0801070.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\a0900010.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\a0902000.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\c0801070.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\c0902000.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\c1001000.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\catupgrd.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\e0902000.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\e1001000.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:
    Patching component oracle.sqlplus, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\bin\sqlplus.exe"
    INFO:Start Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:
    Patching component oracle.rdbms.rman, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\bin\rman.exe"
    INFO:Start Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:15 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\recover.bsq"
    INFO:Start Copy Action at Mon Aug 18 08:30:15 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:15 EDT 2008
    INFO:
    Patching component oracle.rdbms.lbac, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtlbac.plb"
    INFO:Start Copy Action at Mon Aug 18 08:30:15 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:15 EDT 2008
    INFO:
    Patching component oracle.ntoledb.odp_net, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\bin\OraOps10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:15 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:15 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\ODP.NET\bin\1.x\Oracle.DataAccess.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:15 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:16 EDT 2008
    INFO:
    Patching component oracle.ntoledb, 10.2.0.2.20...
    INFO:Copying file to "c:\oracle\ora102\bin\OraOLEDBrst10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:16 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:16 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\OraOLEDBgmr10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:16 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:16 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\OraOLEDB10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:16 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:16 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\OraOLEDBpus10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:16 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:16 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\OraOLEDB10us.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:16 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:17 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\OraOLEDBrfc10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:17 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:17 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\OraOLEDBrmc10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:17 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:17 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\OraOLEDButl10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:17 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:17 EDT 2008
    INFO:
    Patching component oracle.rdbms.rsf, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\bin\orapls10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:17 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:18 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\orapls10.sym"
    INFO:Start Copy Action at Mon Aug 18 08:30:18 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:18 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\lib\orapls10.lib"
    INFO:Start Copy Action at Mon Aug 18 08:30:18 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:18 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\orageneric10.sym"
    INFO:Start Copy Action at Mon Aug 18 08:30:18 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:19 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\oraclient10.sym"
    INFO:Start Copy Action at Mon Aug 18 08:30:19 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:19 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\oracommon10.sym"
    INFO:Start Copy Action at Mon Aug 18 08:30:19 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:19 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\orageneric10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:19 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:21 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\oracommon10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:21 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:22 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\oraclient10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:22 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:22 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\orarat10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:22 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:22 EDT 2008
    INFO:
    Patching component oracle.rdbms.util, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\bin\sqlldr.exe"
    INFO:Start Copy Action at Mon Aug 18 08:30:23 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:23 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\exp.exe"
    INFO:Start Copy Action at Mon Aug 18 08:30:23 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:23 EDT 2008
    INFO:
    Patching component oracle.rdbms.oci, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\oci\lib\msvc\vc71\oraocci10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:23 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:23 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\oci\lib\msvc\vc7\oraocci10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:23 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:24 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\oci\lib\msvc\oraocci10.lib"
    INFO:Start Copy Action at Mon Aug 18 08:30:24 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:24 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\oci\lib\msvc\vc71\oraocci10.lib"
    INFO:Start Copy Action at Mon Aug 18 08:30:24 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:24 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\oci\lib\msvc\vc7\oraocci10.lib"
    INFO:Start Copy Action at Mon Aug 18 08:30:24 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:24 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\oci\lib\msvc\vc7\oraocci10d.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:24 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:24 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\oci\lib\msvc\vc71\oraocci10d.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:24 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:24 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\oci\lib\msvc\vc71\oraocci10d.lib"
    INFO:Start Copy Action at Mon Aug 18 08:30:24 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:24 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\oci\lib\msvc\vc7\oraocci10d.lib"
    INFO:Start Copy Action at Mon Aug 18 08:30:24 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:24 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\oci\lib\msvc\oci.lib"
    INFO:Start Copy Action at Mon Aug 18 08:30:24 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:24 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\oci\include\occiObjects.h"
    INFO:Start Copy Action at Mon Aug 18 08:30:24 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:24 EDT 2008
    INFO:
    Patching component oracle.rdbms.rsf.ic, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\bin\oci.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:25 EDT 2008
    INFO:Stack Description: java.lang.RuntimeException: c:\oracle\ora102\bin\oci.dll (The process cannot access the file because it is being used by another process)
    INFO:StackTrace: java.io.FileOutputStream.open(Native Method)
    INFO:StackTrace: java.io.FileOutputStream.<init>(FileOutputStream.java:179)
    INFO:StackTrace: java.io.FileOutputStream.<init>(FileOutputStream.java:131)
    INFO:StackTrace: oracle.opatch.SystemCall.copyFile(SystemCall.java:556)
    INFO:StackTrace: oracle.opatch.CopyAction.apply(CopyAction.java:1489)
    INFO:StackTrace: oracle.opatch.ApplySession.modifySystem(ApplySession.java:931)
    INFO:StackTrace: oracle.opatch.ApplySession.apply(ApplySession.java:711)
    INFO:StackTrace: oracle.opatch.ApplySession.processLocal(ApplySession.java:4150)
    INFO:StackTrace: oracle.opatch.ApplySession.process(ApplySession.java:4722)
    INFO:StackTrace: oracle.opatch.OPatchSession.main(OPatchSession.java:1113)
    INFO:StackTrace: oracle.opatch.OPatch.main(OPatch.java:516)
    INFO:Copying file to "c:\oracle\ora102\bin\ociw32.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:25 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:25 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\oraocci10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:25 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:25 EDT 2008
    INFO:
    Patching component oracle.network.rsf, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\bin\oran10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:25 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:25 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\oran10.sym"
    INFO:Start Copy Action at Mon Aug 18 08:30:25 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:26 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\cmgw.exe"
    INFO:Start Copy Action at Mon Aug 18 08:30:26 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:26 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\oranl10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:26 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:26 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\oranldap10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:26 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:26 EDT 2008
    INFO:
    Patching component oracle.network.rsf.ic, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\bin\orannzsbb10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:26 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:27 EDT 2008
    INFO:
    Patching component oracle.odbc.ic, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\bin\sqora32.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:27 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:27 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\sqresus.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:27 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:27 EDT 2008
    INFO:
    Patching component oracle.odbc, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\odbc\mesg\oraodbcus.msb"
    INFO:Start Copy Action at Mon Aug 18 08:30:27 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:27 EDT 2008
    INFO:
    Patching component oracle.has.rsf, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\orahasgen10.sym"
    INFO:Start Copy Action at Mon Aug 18 08:30:27 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:27 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\orahasgen10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:27 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:27 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\oraocr10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:28 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:28 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\oraocr10.sym"
    INFO:Start Copy Action at Mon Aug 18 08:30:28 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:28 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\oraocrb10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:28 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:28 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\oraocrb10.sym"
    INFO:Start Copy Action at Mon Aug 18 08:30:28 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:28 EDT 2008
    INFO:
    Patching component oracle.xdk.rsf, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\lib\oraxml10.lib"
    INFO:Start Copy Action at Mon Aug 18 08:30:28 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:28 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\oraxml10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:28 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:29 EDT 2008
    INFO:
    Patching component oracle.xdk, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\xdk\demo\cpp\new\SAXSampleGen.cpp"
    INFO:Start Copy Action at Mon Aug 18 08:30:29 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:29 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\xdk\include\xmlotn.hpp"
    INFO:Start Copy Action at Mon Aug 18 08:30:29 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:29 EDT 2008
    INFO:
    Patching component oracle.javavm.client, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\bin\orajox10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:29 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:30 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\lib\orajox10.lib"
    INFO:Start Copy Action at Mon Aug 18 08:30:30 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:30 EDT 2008
    INFO:
    Patching component oracle.oracore.rsf, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\oracore\zoneinfo\readme.txt"
    INFO:Start Copy Action at Mon Aug 18 08:30:30 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:30 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\oracore\zoneinfo\timezlrg.dat"
    INFO:Start Copy Action at Mon Aug 18 08:30:30 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:30 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\oracore\zoneinfo\timezone.dat"
    INFO:Start Copy Action at Mon Aug 18 08:30:30 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:30 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\oracore10.sym"
    INFO:Start Copy Action at Mon Aug 18 08:30:30 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:30 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\oracore10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:30 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\lib\oracore10.lib"
    INFO:Start Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:
    Patching component oracle.ctx, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\ctx\admin\u1002000.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\ctx\admin\ctxobj.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\ctx\admin\d1002000.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\ctx\admin\drvdml.plb"
    INFO:Start Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\ctx\admin\drvdoc.plb"
    INFO:Start Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\ctx\admin\driload.plb"
    INFO:Start Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\ctx\admin\drixmd.pkh"
    INFO:Start Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\ctx\admin\drixmd.plb"
    INFO:Start Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\ctx\admin\drvddl.plb"
    INFO:Start Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\ctx\mesg\drgus.msb"
    INFO:Start Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\ctx\mesg\drgus.msg"
    INFO:Start Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\ctxload.exe"
    INFO:Start Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\ctxhx.exe"
    INFO:Start Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\ctxkbtc.exe"
    INFO:Start Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\ctxlc.exe"
    INFO:Start Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\kvxwpsa.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:
    Patching component oracle.assistants.server, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\assistants\dbua\jlib\dbma.jar"
    INFO:Start Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\assistants\dbua\doc\help\migrationApplication_Express_Identification.html"
    INFO:Start Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\assistants\dbua\doc\help\migrationDatabase_File_Locations.html"
    INFO:Start Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\assistants\dbua\doc\help\migrationMove_Database_Files.html"
    INFO:Start Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\assistants\dbua\doc\help\migrationMultiplex_Redo_Logs.html"
    INFO:Start Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\assistants\dbua\doc\help\migrationRecovery_Configuration.html"
    INFO:Start Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\assistants\dbua\doc\help\migrationRename_Database.html"
    INFO:Start Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\assistants\dbua\doc\help\DBMA.map"
    INFO:Start Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\assistants\dbca\jlib\dbca.jar"
    INFO:Start Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:
    Patching component oracle.assistants.acf, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\assistants\jlib\assistantsCommon.jar"
    INFO:Start Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:33 EDT 2008
    INFO:
    Patching component oracle.dbjava.rsf, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\jdbc\lib\classes12.jar"
    INFO:Start Copy Action at Mon Aug 18 08:30:33 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:33 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\jdbc\lib\classes12.zip"
    INFO:Start Copy Action at Mon Aug 18 08:30:33 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:33 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\jdbc\lib\classes12dms.jar"
    INFO:Start Copy Action at Mon Aug 18 08:30:33 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:33 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\jdbc\lib\ojdbc14.jar"
    INFO:Start Copy Action at Mon Aug 18 08:30:33 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:33 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\jdbc\lib\ojdbc14dms.jar"
    INFO:Start Copy Action at Mon Aug 18 08:30:33 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:33 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\ocijdbc10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:33 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:33 EDT 2008
    INFO:
    Patching component oracle.sysman.bsln, 10.2.0.3.0...
    INFO:Updating jar file "c:\oracle\ora102\sysman\jlib\emCORE.jar" with "\sysman\jlib\emCORE.jar\oracle\sysman\emSDK\svlt\RedirectServlet.class"
    INFO:Start Jar Action at Mon Aug 18 08:30:33 EDT 2008
    INFO:Start Jar Action part I, command c:\oracle\ora102\jdk\bin\jar.exe -xf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\emSDK\svlt\RedirectServlet.class at Mon Aug 18 08:30:33 EDT 2008
    INFO:Finish Jar Action part I, command c:\oracle\ora102\jdk\bin\jar.exe -xf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\emSDK\svlt\RedirectServlet.class at Mon Aug 18 08:30:34 EDT 2008
    INFO:Start Jar Action part II, copy file C:\oracle\ora102\OPatch\7252496\files\sysman\jlib\emCORE.jar\oracle\sysman\emSDK\svlt\RedirectServlet.class to c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\sysman\jlib\oracle\sysman\emSDK\svlt\RedirectServlet.class at Mon Aug 18 08:30:34 EDT 2008
    INFO:Finish Jar Action part II, copy file C:\oracle\ora102\OPatch\7252496\files\sysman\jlib\emCORE.jar\oracle\sysman\emSDK\svlt\RedirectServlet.class to c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\sysman\jlib\oracle\sysman\emSDK\svlt\RedirectServlet.class at Mon Aug 18 08:30:34 EDT 2008
    INFO:Start Jar Action part III, command c:\oracle\ora102\jdk\bin\jar.exe -uf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\emSDK\svlt\RedirectServlet.class at Mon Aug 18 08:30:34 EDT 2008
    INFO:Finish Jar Action part III, command c:\oracle\ora102\jdk\bin\jar.exe -uf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\emSDK\svlt\RedirectServlet.class at Mon Aug 18 08:30:37 EDT 2008
    INFO:Finish Jar Action at Mon Aug 18 08:30:37 EDT 2008
    INFO:Updating jar file "c:\oracle\ora102\sysman\jlib\emCORE.jar" with "\sysman\jlib\emCORE.jar\oracle\sysman\emSDK\chart\EmChartBean.class"
    INFO:Start Jar Action at Mon Aug 18 08:30:38 EDT 2008
    INFO:Start Jar Action part I, command c:\oracle\ora102\jdk\bin\jar.exe -xf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\emSDK\chart\EmChartBean.class at Mon Aug 18 08:30:38 EDT 2008
    INFO:Finish Jar Action part I, command c:\oracle\ora102\jdk\bin\jar.exe -xf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\emSDK\chart\EmChartBean.class at Mon Aug 18 08:30:39 EDT 2008
    INFO:Start Jar Action part II, copy file C:\oracle\ora102\OPatch\7252496\files\sysman\jlib\emCORE.jar\oracle\sysman\emSDK\chart\EmChartBean.class to c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\sysman\jlib\oracle\sysman\emSDK\chart\EmChartBean.class at Mon Aug 18 08:30:39 EDT 2008
    INFO:Finish Jar Action part II, copy file C:\oracle\ora102\OPatch\7252496\files\sysman\jlib\emCORE.jar\oracle\sysman\emSDK\chart\EmChartBean.class to c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\sysman\jlib\oracle\sysman\emSDK\chart\EmChartBean.class at Mon Aug 18 08:30:39 EDT 2008
    INFO:Start Jar Action part III, command c:\oracle\ora102\jdk\bin\jar.exe -uf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\emSDK\chart\EmChartBean.class at Mon Aug 18 08:30:39 EDT 2008
    INFO:Finish Jar Action part III, command c:\oracle\ora102\jdk\bin\jar.exe -uf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\emSDK\chart\EmChartBean.class at Mon Aug 18 08:30:42 EDT 2008
    INFO:Finish Jar Action at Mon Aug 18 08:30:42 EDT 2008
    INFO:Updating jar file "c:\oracle\ora102\sysman\jlib\emCORE.jar" with "\sysman\jlib\emCORE.jar\oracle\sysman\emSDK\sec\auth\Login.class"
    INFO:Start Jar Action at Mon Aug 18 08:30:43 EDT 2008
    INFO:Start Jar Action part I, command c:\oracle\ora102\jdk\bin\jar.exe -xf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\emSDK\sec\auth\Login.class at Mon Aug 18 08:30:43 EDT 2008
    INFO:Finish Jar Action part I, command c:\oracle\ora102\jdk\bin\jar.exe -xf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\emSDK\sec\auth\Login.class at Mon Aug 18 08:30:44 EDT 2008
    INFO:Start Jar Action part II, copy file C:\oracle\ora102\OPatch\7252496\files\sysman\jlib\emCORE.jar\oracle\sysman\emSDK\sec\auth\Login.class to c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\sysman\jlib\oracle\sysman\emSDK\sec\auth\Login.class at Mon Aug 18 08:30:44 EDT 2008
    INFO:Finish Jar Action part II, copy file C:\oracle\ora102\OPatch\7252496\files\sysman\jlib\emCORE.jar\oracle\sysman\emSDK\sec\auth\Login.class to c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\sysman\jlib\oracle\sysman\emSDK\sec\auth\Login.class at Mon Aug 18 08:30:44 EDT 2008
    INFO:Start Jar Action part III, command c:\oracle\ora102\jdk\bin\jar.exe -uf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\emSDK\sec\auth\Login.class at Mon Aug 18 08:30:44 EDT 2008
    INFO:Finish Jar Action part III, command c:\oracle\ora102\jdk\bin\jar.exe -uf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\emSDK\sec\auth\Login.class at Mon Aug 18 08:30:47 EDT 2008
    INFO:Finish Jar Action at Mon Aug 18 08:30:47 EDT 2008
    INFO:Updating jar file "c:\oracle\ora102\sysman\jlib\emCORE.jar" with "\sysman\jlib\emCORE.jar\oracle\sysman\eml\ecm\track\hc\HCUIUtil.class"
    INFO:Start Jar Action at Mon Aug 18 08:30:48 EDT 2008
    INFO:Start Jar Action part I, command c:\oracle\ora102\jdk\bin\jar.exe -xf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\eml\ecm\track\hc\HCUIUtil.class at Mon Aug 18 08:30:48 EDT 2008
    INFO:Finish Jar Action part I, command c:\oracle\ora102\jdk\bin\jar.exe -xf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\eml\ecm\track\hc\HCUIUtil.class at Mon Aug 18 08:30:49 EDT 2008
    INFO:Start Jar Action part II, copy file C:\oracle\ora102\OPatch\7252496\files\sysman\jlib\emCORE.jar\oracle\sysman\eml\ecm\track\hc\HCUIUtil.class to c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\sysman\jlib\oracle\sysman\eml\ecm\track\hc\HCUIUtil.class at Mon Aug 18 08:30:49 EDT 2008
    INFO:Finish Jar Action part II, copy file C:\oracle\ora102\OPatch\7252496\files\sysman\jlib\emCORE.jar\oracle\sysman\eml\ecm\track\hc\HCUIUtil.class to c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\sysman\jlib\oracle\sysman\eml\ecm\track\hc\HCUIUtil.class at Mon Aug 18 08:30:49 EDT 2008
    INFO:Start Jar Action part III, command c:\oracle\ora102\jdk\bin\jar.exe -uf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\eml\ecm\track\hc\HCUIUtil.class at Mon Aug 18 08:30:49 EDT 2008
    INFO:Finish Jar Action part III, command c:\oracle\ora102\jdk\bin\jar.exe -uf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\eml\ecm\track\hc\HCUIUtil.class at Mon Aug 18 08:30:52 EDT 2008
    INFO:Finish Jar Action at Mon Aug 18 08:30:53 EDT 2008
    INFO:Updating jar file "c:\oracle\ora102\sysman\jlib\emCORE.jar" with "\sysman\jlib\emCORE.jar\oracle\sysman\eml\app\ContextInitFilter.class"
    INFO:Start Jar Action at Mon Aug 18 08:30:53 EDT 2008
    INFO:Start Jar Action part I, command c:\oracle\ora102\jdk\bin\jar.exe -xf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\eml\app\ContextInitFilter.class at Mon Aug 18 08:30:53 EDT 2008
    INFO:Finish Jar Action part I, command c:\oracle\ora102\jdk\bin\jar.exe -xf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\eml\app\ContextInitFilter.class at Mon Aug 18 08:30:54 EDT 2008
    INFO:Start Jar Action part II, copy file C:\oracle\ora102\OPatch\7252496\files\sysman\jlib\emCORE.jar\oracle\sysman\eml\app\ContextInitFilter.class to c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\sysman\jlib\oracle\sysman\eml\app\ContextInitFilter.class at Mon Aug 18 08:30:54 EDT 2008
    INFO:Finish Jar Action part II, copy file C:\oracle\ora102\OPatch\7252496\files\sysman\jlib\emCORE.jar\oracle\sysman\eml\app\ContextInitFilter.class to c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\sysman\jlib\oracle\sysman\eml\app\ContextInitFilter.class at Mon Aug 18 08:30:54 EDT 2008
    INFO:Start Jar Action part III, command c:\oracle\ora102\jdk\bin\jar.exe -uf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\eml\app\ContextInitFilter.class at Mon Aug 18 08:30:54 EDT 2008
    INFO:Finish Jar Action part III, command c:\oracle\ora102\jdk\bin\jar.exe -uf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\eml\app\ContextInitFilter.class at Mon Aug 18 08:30:58 EDT 2008
    INFO:Finish Jar Action at Mon Aug 18 08:30:58 EDT 2008
    INFO:Updating jar file "c:\oracle\ora102\sysman\jlib\emCORE.jar" with "\sysman\jlib\emCORE.jar\oracle\sysman\eml\jobs\JobSql.class"
    INFO:Start Jar Action at Mon Aug 18 08:30:58 EDT 2008
    INFO:Start Jar Action part I, command c:\oracle\ora102\jdk\bin\jar.exe -xf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\eml\jobs\JobSql.class at Mon Aug 18 08:30:58 EDT 2008
    INFO:Finish Jar Action part I, command c:\oracle\ora102\jdk\bin\jar.exe -xf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\eml\jobs\JobSql.class at Mon Aug 18 08:30:59 EDT 2008
    INFO:Start Jar Action part II, copy file C:\oracle\ora102\OPatch\7252496\files\sysman\jlib\emCORE.jar\oracle\sysman\eml\jobs\JobSql.class to c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\sysman\jlib\oracle\sysman\eml\jobs\JobSql.class at Mon Aug 18 08:30:59 EDT 2008
    INFO:Finish Jar Action part II, copy file C:\oracle\ora102\OPatch\7252496\files\sysman\jlib\emCORE.jar\oracle\sysman\eml\jobs\JobSql.class to c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\sysman\jlib\oracle\sysman\eml\jobs\JobSql.class at Mon Aug 18 08:30:59 EDT 2008
    INFO:Start Jar Action part III, command c:\oracle\ora102\jdk\bin\jar.exe -uf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\eml\jobs\JobSql.class at Mon Aug 18 08:30:59 EDT 2008
    INFO:Finish Jar Action part III, command c:\oracle\ora102\jdk\bin\jar.exe -uf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\eml\jobs\JobSql.class at Mon Aug 18 08:31:02 EDT 2008
    INFO:Finish Jar Action at Mon Aug 18 08:31:03 EDT 2008
    INFO:Updating jar file "c:\oracle\ora102\sysman\jlib\emCORE.jar" with "\sysman\jlib\emCORE.jar\oracle\sysman\eml\jobs\JobsListBean.class"
    INFO:Start Jar Action at Mon Aug 18 08:31:03 EDT 2008
    INFO:Start Jar Action part I, command c:\oracle\ora102\jdk\bin\jar.exe -xf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\eml\jobs\JobsListBean.class at Mon Aug 18 08:31:03 EDT 2008
    INFO:Finish Jar Action part I, command c:\oracle\ora102\jdk\bin\jar.exe -xf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\eml\jobs\JobsListBean.class at Mon Aug 18 08:31:04 EDT 2008
    INFO:Start Jar Action part II, copy file C:\oracle\ora102\OPatch\7252496\files\sysman\jlib\emCORE.jar\oracle\sysman\eml\jobs\JobsListBean.class to c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\sysman\jlib\oracle\sysman\eml\jobs\JobsListBean.class at Mon Aug 18 08:31:04 EDT 2008
    INFO:Finish Jar Action part II, copy file C:\oracle\ora102\OPatch\7252496\files\sysman\jlib\emCORE.jar\oracle\sysman\eml\jobs\JobsListBean.class to c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\sysman\jlib\oracle\sysman\eml\jobs\JobsListBean.class at Mon Aug 18 08:31:04 EDT 2008
    INFO:Start Jar Action part III, command c:\oracle\ora102\jdk\bin\jar.exe -uf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\eml\jobs\JobsListBean.class at Mon Aug 18 08:31:04 EDT 2008
    INFO:Finish Jar Action part III, command c:\oracle\ora102\jdk\bin\jar.exe -uf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\eml\jobs\JobsListBean.class at Mon Aug 18 08:31:08 EDT 2008
    INFO:Finish Jar Action at Mon Aug 18 08:31:08 EDT 2008
    INFO:
    Patching component oracle.sysman.repository.db, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\sysman\jlib\emDB.jar"
    INFO:Start Copy Action at Mon Aug 18 08:31:08 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:09 EDT 2008
    INFO:
    Patching component oracle.oraolap.api, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\olap\api\lib\awxml.jar"
    INFO:Start Copy Action at Mon Aug 18 08:31:09 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:09 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\olap\api\lib\olap_api.jar"
    INFO:Start Copy Action at Mon Aug 18 08:31:09 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:09 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\olap\api\lib\olap_api_spl.jar"
    INFO:Start Copy Action at Mon Aug 18 08:31:09 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:09 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\olap\api\doc\olap_api_doc.jar"
    INFO:Start Copy Action at Mon Aug 18 08:31:09 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:09 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\olap\api\doc\olap_awxml_doc.jar"
    INFO:Start Copy Action at Mon Aug 18 08:31:09 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:09 EDT 2008
    INFO:
    Patching component oracle.sysman.repository.core, 10.2.0.3.0a...
    INFO:Copying file to "c:\oracle\ora102\sysman\admin\emdrep\sql\core\latest\jobs\jobs_types.sql"
    INFO:Start Copy Action at Mon Aug 18 08:31:09 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:09 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\sysman\admin\emdrep\sql\core\latest\jobs\jobs_ui_pkgdef.sql"
    INFO:Start Copy Action at Mon Aug 18 08:31:09 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:09 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\sysman\admin\emdrep\sql\core\latest\jobs\jobs_ui_pkgbody.sql"
    INFO:Start Copy Action at Mon Aug 18 08:31:09 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:09 EDT 2008
    INFO:
    Patching component oracle.oraolap, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\bin\oraolapapi10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:31:09 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:11 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\olap\admin\xumuts.plb"
    INFO:Start Copy Action at Mon Aug 18 08:31:11 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:11 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\olap\admin\prvtawx.plb"
    INFO:Start Copy Action at Mon Aug 18 08:31:11 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:11 EDT 2008
    INFO:
    Patching component oracle.sysman.agent.db, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\bin\oranmemso.dll"
    INFO:Start Copy Action at Mon Aug 18 08:31:11 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:12 EDT 2008
    INFO:
    Patching component oracle.sysman.agent.core, 10.2.0.3.0a...
    INFO:Copying file to "c:\oracle\ora102\bin\nmo.exe"
    INFO:Start Copy Action at Mon Aug 18 08:31:12 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:12 EDT 2008
    INFO:
    Patching component oracle.nlsrtl.rsf, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\bin\oranls10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:31:12 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\oranls10.sym"
    INFO:Start Copy Action at Mon Aug 18 08:31:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\jlib\orai18n.jar"
    INFO:Start Copy Action at Mon Aug 18 08:31:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:13 EDT 2008
    INFO:
    Patching component oracle.has.common, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\jlib\srvm.jar"
    INFO:Start Copy Action at Mon Aug 18 08:31:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\ocssd.exe"
    INFO:Start Copy Action at Mon Aug 18 08:31:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\ocssd.sym"
    INFO:Start Copy Action at Mon Aug 18 08:31:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:13 EDT 2008
    INFO:
    Patching component oracle.sysman.console.db, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\oc4j\j2ee\oc4j_applications\applications\em\em.war"
    INFO:Start Copy Action at Mon Aug 18 08:31:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\oc4j\j2ee\oc4j_applications\applications\em\em\WEB-INF\xsls\kucoment.xsl"
    INFO:Start Copy Action at Mon Aug 18 08:31:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\oc4j\j2ee\oc4j_applications\applications\em\em\WEB-INF\xsls\kuidxwrk.xsl"
    INFO:Start Copy Action at Mon Aug 18 08:31:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:14 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\oc4j\j2ee\oc4j_applications\applications\em\em\logon.uix"
    INFO:Start Copy Action at Mon Aug 18 08:31:14 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:14 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\sysman\jlib\emjsp.jar"
    INFO:Start Copy Action at Mon Aug 18 08:31:14 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:
    Patching component oracle.sysman.common.core, 10.2.0.3.0a...
    INFO:Copying file to "c:\oracle\ora102\sysman\admin\scripts\SecureGenKeystore.pm"
    INFO:Start Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:
    Patching component oracle.ldap.rsf, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\bin\oraldapclnt10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:
    Patching component oracle.rdbms.dbscripts, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\a1001000.sql"
    INFO:Start Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\c1002000.sql"
    INFO:Start Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\catpstr.sql"
    INFO:Start Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\catproc.sql"
    INFO:Start Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\catcap.sql"
    INFO:Start Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\catmeta.sql"
    INFO:Start Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\catsch.sql"
    INFO:Start Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtmeti.plb"
    INFO:Start Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtlms.plb"
    INFO:Start Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvthlut.plb"
    INFO:Start Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtblut.plb"
    INFO:Start Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\rulimpvs.plb"
    INFO:Start Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\dbmspbt.sql"
    INFO:Start Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\dbmsxmld.sql"
    INFO:Start Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\dbmsxslp.sql"
    INFO:Start Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtpbt.plb"
    INFO:Start Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\tracetab.sql"
    INFO:Start Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtxslp.plb"
    INFO:Start Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtxmld.plb"
    INFO:Start Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\xdbxepatch.sql"
    INFO:Start Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtutil.plb"
    INFO:Start Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtstat.plb"
    INFO:Start Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtstas.plb"
    INFO:Start Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtbcap.plb"
    INFO:Start Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Copying file to "c:\ora

    Try updating your version of OPatch. You appear to be using OPatch version 10.2.0.3.0 and the readme for patch 7252496 states you should be using OPatch 10.2.0.3.4 or later. You can download it from Oracle MetaLink with patch 6880880.
    Also make sure all the Oracle services are stopped and also make sure you stop the Distributed Transaction Coordinator service if it is running.

  • Windows Server 2008 Server Manager - The WinRM Client Cannot Process the Request.

    Hello,
    I have recently purchased a Dedicated Server, and I have installed Windows Server 2008 R2. I want to use Server Manager because I don't really have that much experience with command line commands, so I wanted to use server manager, I can remotely connect
    to my server but when I use Server Manager I get the error "The WinRM Client Cannot Process the Request, if the authentication scheme is different from Kerberos..." I haven't set up a domain between my PC and the Dedi, as I do not know how/or know
    if this is applicable in this situation.
    Thanks for your time!
    Bill Gates Mate

    Hi,
    If you are using the non-domain management method, please refer the following article to add the trust host.
    The related article:
    Remoting Week: Non-Domain Remoting
    http://blogs.technet.com/b/heyscriptingguy/archive/2013/11/29/remoting-week-non-domain-remoting.aspx
    More third party article:
    The WinRM client cannot process the request. If the authentication scheme is different
    http://technico.qnownow.com/the-winrm-client-cannot-process-the-request-if-the-authentication-scheme-is-different/
    I’m glad to be of help to you!
    *** This response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites;
    therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure
    that you completely understand the risk before retrieving any software from the Internet. ***
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Approval Process in SSHR using Approval Management

    Could any one suggest for the below mentioned issue ?
    I have set up the approval process using approval management. But when I tried to test the approval process in both the ways ('Create a test transaction' and 'View a real transaction's approval process), I am receiving different error messages.
    1. if I test by using 'View a real transaction's approval process'
    receiving the error message saying "ORA-20001: The attribute TRANSACTION_REQUESTOR_PERSON_ID probably has an invalid query string. The attribute caused the following exception:
    -972
    ORA-00972: identifier is too long"
    2. if I test by using 'create a test creation' receiving error message as "ORA-20001: Casey Browning (Browning, Doctor Casey) lacks a supervisor, so OAM cannot complete the chain of authority for the transaction"
    What am i missing in the setups ?
    which way is the recommended way to test the process ?
    Your response is more appreciated.
    Regards
    Jhansi

    For you to test Approvals, you have to setup a number of things;
    1. Supervisor Hierarchy (If using that as hierarchy)
    2. Job Levels (If using Job-level approvals)
    3. New rules for SSHR functions.
    The getApprStartingPointPersonId function returns the starting point person ID for the transaction in the HR_API_TRANSACTIONS table. It uses that to traverse the supervisor hierarchy based on the approval.
    Hope this helps.

  • ColdFusion 8 Web Server Config tool fails

    The Web Server Configuration tool has worked in the past on
    my dev server under Sun ONE Java System Server, but it fails when I
    try to start the tool. The message returned is:
    exception in thread main java.lang.unsatisfiedlinkerror:
    sun.awt.windows.wcanvaspeer
    I've Googled this message and see that a few others have
    encountered the same issue, but did not see any resolution. Any
    help would be greatly appreciated.

    I am having this same problem. I have uninstalled Windows
    Defender and disabled Windows Firewall and no matter what I do, the
    wsconfig utility does not find any servers on localhost. I do get
    the Add/Exit buttons, but when I click Add, I don't get anything.
    I've modified C:/CFusionMX7/runtime/lib/security.properties
    to include:
    jrun.trusted.hosts=localhost,127.0.0.1
    Which jndi.properties should I look at?
    C:\CFusionMX7\runtime\lib\client\CLIENT-INF or
    C:\CFusionMX7\runtime\servers\coldfusion\SERVER-INF
    Should either of these files be modified?
    Restarting Coldfusion has not made a difference.

  • [BPC 7.0 SP3] Issue to restore a backup using the server manager

    Hello,
    I'm faced with a contraignant issue. I'm trying to restore a previous back up done with the server manager but I get the following error message at the "fileDB" step :
    "Cannot find the Appset or cannot copy files" with a red cross "FileDB : Fail
    I checked the fileDB folder, no files in use by another process.
    I also tried to run a full optimize before running a new back-up, but the restore still failled.
    Has someone already been faced with this problem ?
    Kind regards,
    Lionel

    Thank you Petar for this reply.
    In the file DB I have just a temp file in each subfolder related to the applications, so yes it empty.
    So, I understand that you suggest to use the FileDB of the apshell in place of the second's, right ?
    On the other hand, I'm not sure to understand well when you talk about "blank copy". Do you mean I just have to create an empty folder and make a zip archive ?
    If so, do I have to create the subfolders and the temp files before making the archive ?
    Besides, what is the usefulness of these temp files located in each subfolders ?
    Thank you again for your very useful help.
    Lionel

  • Fatal error when trying to backup SharePoint server (Failed to set request to pause search application)

    I have powershell script that is used to backup SharePoint server. It was working correctly until last week. I found this error message indicate that search application cannot be paused. I don't know what happen and what should I do to solve this issue.
    Please help me find solution for this.
    [20/1/2557 18:53:53] FatalError: Object Search Service Application failed in event OnBackup. For more information, see the spbackup.log or sprestore.log file located in the backup directory.
    InvalidOperationException: Failed to set request to pause search application

    Hi,
    According to your post, my understanding is that you got an error when you backup your SharePoint Server.
    You can do the steps below, then check whether it works.
    Look for any One-time timer job  for Backup/Restore and delete it (From Central Administration > Monitoring > Review Job Definitions)
    Clear the timer cache following the below link:
    http://blogs.msdn.com/b/jamesway/archive/2011/05/23/sharepoint-2010-clearing-the-configuration-cache.aspx
    Run the below command from the SharePoint Management Shell:
    $ssa = Get-SPEnterpriseSearchServiceApplication –Identity <SearchServiceApplicationName>
    Suspend-SPEnterpriseSearchServiceApplication -Identity $ssa
    Once the above steps are completed successfully start the full farm backup from the Central Administration > Backup and Restore > Farm Backup
    Once backup is completed run the below command to resume the SSA
    $ssa = Get-SPEnterpriseSearchServiceApplication –Identity <SearchServiceApplicationName>
    Resume-SPEnterpriseSearchServiceApplication -Identity $ssa
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

Maybe you are looking for