Optimistic Locking fails when version field is part of a Aggregate

I'm trying to persist a Mapped Object using 9.0.3 Toplink.
The object uses optimistic locking while the Timestamp versioning field is part of an Aggreate Descriptor. This works well in the Workbench (does not complain).
Unfortunally it does not work whenever I use the UnitOfWork to register and commit the chances.
Sample code:
Object original;
UnitOfWork unitOfWork = ...          
Object clone =   unitOfWork.registerExistingObject(original);
clone.setBarcode("bliblalbu");
unitOfWork.commit();This throws an nasty OptimisticLockException, complaining about a missing versioning field:
LOCAL EXCEPTION STACK:
EXCEPTION [TOPLINK-5004] (TopLink - 9.0.3 (Build 423)): oracle.toplink.exceptions.OptimisticLockException
EXCEPTION DESCRIPTION: An attempt was made to update the object [BusinessObject:{id:12382902,shorttext:null,barcode:bliblablu,ownerLocation:null,IdEntryName:0,idCs:20579121}], but it has no version number in the identity map.
It may not have been read before the update was attempted.
CLASS> de.grob.wps.domain.model.BusinessObjectBO PK> [12382902]
     at oracle.toplink.exceptions.OptimisticLockException.noVersionNumberWhenUpdating(Unknown Source)
     at oracle.toplink.descriptors.VersionLockingPolicy.addLockValuesToTranslationRow(Unknown Source)
     at oracle.toplink.internal.queryframework.DatabaseQueryMechanism.updateObjectForWrite(Unknown Source)
     at oracle.toplink.queryframework.WriteObjectQuery.executeCommit(Unknown Source)
     at oracle.toplink.internal.queryframework.DatabaseQueryMechanism.executeWrite(Unknown Source)
     at oracle.toplink.queryframework.WriteObjectQuery.execute(Unknown Source)
     at oracle.toplink.queryframework.DatabaseQuery.execute(Unknown Source)
     at oracle.toplink.publicinterface.Session.internalExecuteQuery(Unknown Source)
     at oracle.toplink.publicinterface.UnitOfWork.internalExecuteQuery(Unknown Source)
     at oracle.toplink.publicinterface.Session.executeQuery(Unknown Source)
     at oracle.toplink.publicinterface.Session.executeQuery(Unknown Source)
     at oracle.toplink.internal.sessions.CommitManager.commitAllObjects(Unknown Source)
     at oracle.toplink.publicinterface.Session.writeAllObjects(Unknown Source)
     at oracle.toplink.publicinterface.UnitOfWork.commitToDatabase(Unknown Source)
     at oracle.toplink.publicinterface.UnitOfWork.commitRootUnitOfWork(Unknown Source)
     at oracle.toplink.publicinterface.UnitOfWork.commitAndResume(Unknown Source)
     at de.grob.wps.dwarf.domainstore.toplink.ToplinkTransaction.commit(ToplinkTransaction.java:60)
     at de.grob.wps.dwarf.domainstore.toplink.ToplinkPersistenceManager.commit(ToplinkPersistenceManager.java:396)
     at de.grob.wps.dwarf.domainstore.toplink.ToplinkPersistenceManagerTest.testPersistSerializableWithBusinessObjects(ToplinkPersistenceManagerTest.java:87)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at junit.framework.TestCase.runTest(TestCase.java:154)
     at junit.framework.TestCase.runBare(TestCase.java:127)
     at junit.framework.TestResult$1.protect(TestResult.java:106)
     at junit.framework.TestResult.runProtected(TestResult.java:124)
     at junit.framework.TestResult.run(TestResult.java:109)
     at junit.framework.TestCase.run(TestCase.java:118)
     at junit.framework.TestSuite.runTest(TestSuite.java:208)
     at junit.framework.TestSuite.run(TestSuite.java:203)
     at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:392)
     at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:276)
     at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:167)So what can I to fix this problem? BTW the Object I try to persists has been read from database and the IDE debugger shows what that the aggregate object contains java.sql.Timestamp instances.

Sorry guys. My debugger fooled me. The locking field wasn't initialized in the database. This caused the problem which is fixed now.
Thx anyway.
Bye
Toby

Similar Messages

  • Row lock issue when doubleclicking field

    hi all,
    i hav this confusing scenario on my oracle forms 6i.
    i have this field that can be enabled trough onmouse double click (with set item propert, update_allowed) that allows user 1 to update current data.
    when user 2 opens the same page where that field is located, and tries to edit that certain field, i encounter an error stating that user 2 could not access the field.
    my database returns a row lock contention.
    is there anyway that 2 users could be able to edit transactions simultaneously?
    thanks in advance

    oradba11 wrote:
    Hi,
    I am wokring on oracle 10.2.0.4 rac 2 node nistances on AIX.
    We have one table having multiple rows defilning jobs will be done by users ...the functionatily is that ..when even one user will pick on row (job) , one update
    statement will issue and it will update status column to 1 which menas job is allocatated , this means now this should not allocate to any other user ..
    but we are facing issue that once any user will pick that job , in applicatoin log files we can see that row gets lock and updates the status to 1 . but then also
    users connecting to other or some time same instance will get that job...means multiple users can pick same job .. even after already picked by other user ..
    Is this can be issue with rac configuration ... like when ever one user updates a row ..it will be in cache of one instance and when other user trys to again update
    2nd instance does not have that information and allows user connected to that instace to pick that job..like delay in block tranfer or cache fusion..
    is this can be issue with rac or it is purely application issue...
    any idea...In principle this is not possible - it's either an application error or a fundamental and catastrophic Oracle bug that people would have made a huge fuss about years ago (and I don't recall hearing such a fuss).
    Regards
    Jonathan Lewis

  • 10g Locks Up when selecting database field for optimistic locking

    As the subject says, when I attempt to select the database field for optimistic locking, JDeveloper locks up and I have to kill it with the task manager.
    Should I post problems with TopLink in 10g in this forum or the TopLink forum?

    I finally hit this StackOverflowError again. This happens sometimes when I select the Locking tab on a class where the locking field has already been selected. Here is the top of the stack trace:
    java.lang.StackOverflowError
         at java.util.TreeMap$KeyIterator.next(TreeMap.java:1047)
         at java.util.TreeMap.buildFromSorted(TreeMap.java:1588)
         at java.util.TreeMap.buildFromSorted(TreeMap.java:1534)
         at java.util.TreeMap.addAllForTreeSet(TreeMap.java:1492)
         at java.util.TreeSet.addAll(TreeSet.java:247)
         at java.util.TreeSet.<init>(TreeSet.java:138)
         at oracle.toplink.workbench.model.desc.MWClassDescriptor.getAssociatedTablesCopy(MWClassDescriptor.java:377)
         at oracle.toplink.workbench.model.desc.MWClassDescriptor.getSecondaryTablesCopy(MWClassDescriptor.java:698)
         at oracle.toplink.workbench.model.desc.MWClassDescriptor.hasMultipleTables(MWClassDescriptor.java:796)
         at oracle.toplink.workbench.ui.labels.DatabaseFieldLabel.isMultiTable(DatabaseFieldLabel.java:120)
         at oracle.toplink.workbench.ui.labels.DatabaseFieldLabel.installUI(DatabaseFieldLabel.java:93)
         at oracle.toplink.uitools.cell.BasicLabel.prepareLabel(BasicLabel.java:953)
         at oracle.toplink.uitools.cell.BasicLabel.getListCellRendererComponent(BasicLabel.java:611)
         at oracle.toplink.uitools.plaf.basic.BasicListChooserUI$RendererWrapper.getListCellRendererComponent(BasicListChooserUI.java:1104)
         at javax.swing.plaf.basic.BasicListUI.updateLayoutState(BasicListUI.java:1147)
         at javax.swing.plaf.basic.BasicListUI.maybeUpdateLayoutState(BasicListUI.java:1097)
         at javax.swing.plaf.basic.BasicListUI$ListSelectionHandler.valueChanged(BasicListUI.java:1465)
         at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:187)
         at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:167)
         at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:214)
         at javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:402)
         at javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:411)
         at javax.swing.DefaultListSelectionModel.setSelectionInterval(DefaultListSelectionModel.java:435)
         at javax.swing.JList.setSelectedIndex(JList.java:1730)
         at javax.swing.plaf.basic.BasicComboPopup.setListSelection(BasicComboPopup.java:998)
         at javax.swing.plaf.basic.BasicComboPopup.access$000(BasicComboPopup.java:43)
         at javax.swing.plaf.basic.BasicComboPopup$ItemHandler.itemStateChanged(BasicComboPopup.java:782)
         at javax.swing.JComboBox.fireItemStateChanged(JComboBox.java:1161)
         at javax.swing.JComboBox.selectedItemChanged(JComboBox.java:1218)
         at oracle.toplink.uitools.ComboBox.selectedItemChanged(ComboBox.java:512)
         at javax.swing.JComboBox.contentsChanged(JComboBox.java:1265)
         at javax.swing.AbstractListModel.fireContentsChanged(AbstractListModel.java:100)
         at oracle.toplink.uitools.plaf.basic.BasicListChooserUI$ComboBoxModel.fireContentsChanged(BasicListChooserUI.java:598)
         at oracle.toplink.uitools.plaf.basic.BasicListChooserUI$ListDataHandler.contentsChanged(BasicListChooserUI.java:842)
         at javax.swing.AbstractListModel.fireContentsChanged(AbstractListModel.java:100)
         at oracle.toplink.uitools.DefaultListModel.setSelectedItem(DefaultListModel.java:830)
         at oracle.toplink.uitools.DefaultListModel.removeAll(DefaultListModel.java:529)
         at oracle.toplink.uitools.DefaultListModel.replace(DefaultListModel.java:724)
         at oracle.toplink.uitools.ListChooser.setData(ListChooser.java:747)
         at oracle.toplink.workbench.ui.desc.DescriptorPropertiesLockingPage.populateOptimisticFieldChooser(DescriptorPropertiesLockingPage.java:333)
         at oracle.toplink.workbench.ui.desc.DescriptorPropertiesLockingPage.propertyChange(DescriptorPropertiesLockingPage.java:342)
         at oracle.toplink.workbench.tools.events.ChangeSupport.firePropertyChange(ChangeSupport.java:216)
         at oracle.toplink.workbench.tools.events.ChangeSupport.firePropertyChange(ChangeSupport.java:230)
         at oracle.toplink.workbench.tools.AbstractModel.firePropertyChange(AbstractModel.java:70)
         at oracle.toplink.workbench.model.desc.MWDescriptorLockingPolicy.setLockField(MWDescriptorLockingPolicy.java:117)
         at oracle.toplink.workbench.ui.desc.DescriptorPropertiesLockingPage$ActionHandler.actionPerformed(DescriptorPropertiesLockingPage.java:471)
         at oracle.toplink.uitools.Chooser.fireActionEvent(Chooser.java:305)
         at oracle.toplink.uitools.ListChooser$ListDataHandler.contentsChanged(ListChooser.java:1382)
         at javax.swing.AbstractListModel.fireContentsChanged(AbstractListModel.java:100)
         at oracle.toplink.uitools.DefaultListModel.setSelectedItem(DefaultListModel.java:830)
         at oracle.toplink.uitools.DefaultListModel.replace(DefaultListModel.java:732)
         at oracle.toplink.uitools.ListChooser.setData(ListChooser.java:747)
         at oracle.toplink.workbench.ui.desc.DescriptorPropertiesLockingPage.populateOptimisticFieldChooser(DescriptorPropertiesLockingPage.java:333)
         at oracle.toplink.workbench.ui.desc.DescriptorPropertiesLockingPage.propertyChange(DescriptorPropertiesLockingPage.java:342)
         at oracle.toplink.workbench.tools.events.ChangeSupport.firePropertyChange(ChangeSupport.java:216)
         at oracle.toplink.workbench.tools.events.ChangeSupport.firePropertyChange(ChangeSupport.java:230)
         at oracle.toplink.workbench.tools.AbstractModel.firePropertyChange(AbstractModel.java:70)
         at oracle.toplink.workbench.model.desc.MWDescriptorLockingPolicy.setLockField(MWDescriptorLockingPolicy.java:117)
         at oracle.toplink.workbench.ui.desc.DescriptorPropertiesLockingPage$ActionHandler.actionPerformed(DescriptorPropertiesLockingPage.java:471)
         at oracle.toplink.uitools.Chooser.fireActionEvent(Chooser.java:305)
         at oracle.toplink.uitools.ListChooser$ListDataHandler.contentsChanged(ListChooser.java:1382)
         at javax.swing.AbstractListModel.fireContentsChanged(AbstractListModel.java:100)
         at oracle.toplink.uitools.DefaultListModel.setSelectedItem(DefaultListModel.java:830)
         at oracle.toplink.uitools.DefaultListModel.replace(DefaultListModel.java:732)
         at oracle.toplink.uitools.ListChooser.setData(ListChooser.java:747)
         at oracle.toplink.workbench.ui.desc.DescriptorPropertiesLockingPage.populateOptimisticFieldChooser(DescriptorPropertiesLockingPage.java:333)
         at oracle.toplink.workbench.ui.desc.DescriptorPropertiesLockingPage.propertyChange(DescriptorPropertiesLockingPage.java:342)
         at oracle.toplink.workbench.tools.events.ChangeSupport.firePropertyChange(ChangeSupport.java:216)
         at oracle.toplink.workbench.tools.events.ChangeSupport.firePropertyChange(ChangeSupport.java:230)
         at oracle.toplink.workbench.tools.AbstractModel.firePropertyChange(AbstractModel.java:70)
         at oracle.toplink.workbench.model.desc.MWDescriptorLockingPolicy.setLockField(MWDescriptorLockingPolicy.java:117)
         at oracle.toplink.workbench.ui.desc.DescriptorPropertiesLockingPage$ActionHandler.actionPerformed(DescriptorPropertiesLockingPage.java:471)
         at oracle.toplink.uitools.Chooser.fireActionEvent(Chooser.java:305)
         at oracle.toplink.uitools.ListChooser$ListDataHandler.contentsChanged(ListChooser.java:1382)
         at javax.swing.AbstractListModel.fireContentsChanged(AbstractListModel.java:100)
    ...

  • WebI does not return failed when scheduling a report which only holds parti

    WebI does not return failed when scheduling a report which only holds partial results.
    We have scheduled reports which take some time to run. When they are scheduled they sometimes show successful even though the report only holds partial results. The only indication is when you open the report as webi report you see the warning that it holds partial results.
    When running the report manually, it works file.
    The issue is not in the no of rows in the universe settings because we this unselected. The issue is that it times out.
    The reason that it times out is that a lot of resources are used for loading and processing data when the report is scheduled. When running it manually, it works because at this time the serverload is less. the time in the universe is set to 10 min.
    The version we have is BOXIR2-SP4.
    Ok. Issue identified.
    The question is - why is the report successful when it holds partial results? If this is normal behavior, noone can really trust the scheduled reports, especially when you save it to excel and send it by mail.
    Is there a solution for this except increasing the allowed query time which would not solve the issu but only allow more reports to complete?
    Edited by: Karlgren Michael on Sep 17, 2009 1:22 PM

    Hi ,
    Currently this problem exists in XI R2. This feature will be part of thenext Service Pack i.e XI R2 SP6.
    This CER will be delivered from IDC Webi and BIP Platform as part of Jupiter Sp6.
    Problem Statement:
         Scheduled WebI Reports which are partially refreshed are distributed to the destinations for Users to View and make decisions. These users arenu2019t usually aware that these reports have u201CPARTIAL RESULTSu201D
    Recomended Solution:
        Allow the Schedule Creator / Modifier to set a parameter to stop the distribution of the u201CPARTIALLY REFRESHEDu201D WebI report.
    Thanks
    Salini

  • Hi, just started on photoshop 13. When i import a photo and open layers, next to the imported photo is an icon  indicating the  layer is partially locked. When i try to unlock  the image, the editing part of the screen disappears and is replaced by a tran

    Hi, just started on photoshop 13. When i import a photo and open layers, next to the imported photo is an icon  indicating the  layer is partially locked. When i try to unlock  the image, the editing part of the screen disappears and is replaced by a transparency. What am i doing wrong

    Good day!
    Just to make sure: You are talking about Photoshop 13 aka Photoshop CS6?
    Regards,
    Pfaffenbichler

  • Missing version field in response from server when accessing resource

    HY
    I have a problem to use the version option of the webstart. All files are included into a war file (created with jar cvf xx.war *). This file is in the webapps folder of the Tomcat 5. The jar files from the dev. kit (jnlp-servlet.jar, jaxp.jar, parser.jar are in the WEB-INF/lib folder).
    Every time I get the same message:
    Category: Download Error
    Missing version field in response from server when accessing resource: (http://localhost:8080/version/ademo.jar, 1.1)
    Do I need a aditional file or must Iwrite a servlet???
    Whats wrong
    my JNLP file
    <?xml version="1.0" encoding="utf-8"?>
    <!-- JNLP File fuer HJP3 WebStart Demo-Applikation -->
    <jnlp codebase="http://localhost:8080/version/" href="wstest.jnlp">
    <information>
    <title>HJP3 WebStart Demo Application</title>
    <vendor>Guido Krueger</vendor>
    <homepage href="http://www.javabuch.de"/>
    <description>HJP3 WebStart Demo Application</description>
    <icon href="wstest.gif"/>
    <offline-allowed/>
    </information>
    <information locale="de">
    <description>HJP3 WebStart Demo-Applikation</description>
    <offline-allowed/>
    </information>
    <security>
    <!-- <all-permissions/> //-->
    </security>
    <resources>
    <j2se version="1.4+"/>
    <jar href="ademo.jar" version="1.1"/>
    </resources>
    <application-desc main-class="Listing3813"/>
    </jnlp>
    my version.xml file
    <jnlp-versions>
    <resource>
    <pattern>
    <name>ademo.jar</name>
    <version-id>1.1</version-id>
    </pattern>
    <file>application.jar</file>
    </resource>
    </jnlp-versions>
    my web.xml file
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
         <servlet>
              <servlet-name>JnlpDownloadServlet</servlet-name>
              <servlet-class>com.sun.javaws.servlet.JnlpDownloadServlet</servlet-class>
         </servlet>
         <servlet-mapping>
              <servlet-name>JnlpDownloadServlet</servlet-name>
              <url-pattern>*.jnlp</url-pattern>
         </servlet-mapping>
    </web-app>

    The log file (jnlpdownloadservlet.log) would show the calls for the jar files if the servlet is called for the jar files (did you correct the url mapping ?). Here are a few lines from a log file
    JnlpDownloadServlet(4): Initializing
    JnlpDownloadServlet(3): Request: /maportal/wfe/wfeguiv.jnlp
    JnlpDownloadServlet(3): User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
    JnlpDownloadServlet(4): DownloadRequest[path=/wfe/wfeguiv.jnlp isPlatformRequest=false]
    JnlpDownloadServlet(4): Basic Protocol lookup
    JnlpDownloadServlet(4): JnlpResource: JnlpResource[WAR Path: /wfe/wfeguiv.jnlp lastModified=Tue Mar 23 17:06:56 CET 2004]]
    JnlpDownloadServlet(3): Resource returned: /wfe/wfeguiv.jnlp
    JnlpDownloadServlet(4): lastModified: 1080058016000 Tue Mar 23 17:06:56 CET 2004
    JnlpDownloadServlet(3): Request: /maportal/wfe/wfegui.gif
    JnlpDownloadServlet(3): User-Agent: JNLP/1.0.1 javaws/1.4.2_03 (b02) J2SE/1.4.2_03
    JnlpDownloadServlet(4): DownloadRequest[path=/wfe/wfegui.gif isPlatformRequest=false]
    JnlpDownloadServlet(3): Request: /maportal/wfe/wfegui.jar
    JnlpDownloadServlet(3): User-Agent: JNLP/1.0.1 javaws/1.4.2_03 (b02) J2SE/1.4.2_03
    JnlpDownloadServlet(4): DownloadRequest[path=/wfe/wfegui.jar isPlatformRequest=false]
    JnlpDownloadServlet(4): Basic Protocol lookup
    JnlpDownloadServlet(4): JnlpResource: JnlpResource[WAR Path: /wfe/wfegui.jar lastModified=Tue Mar 23 17:06:30 CET 2004]]
    JnlpDownloadServlet(3): Resource returned: /wfe/wfegui.jarYou should see all the resources (including jar files) being requested, and whether a specific version was requested or not (in above sample, not).
    I put my problems down to my application server (Orion) as other people seem to have this working. The deployment in Orion keeps the original timestamps of the jars, so I explicitly set the timestamps in my build so that the unchanged jars do not have to be downloaded all the time. This is not really a good solution, so maybe someone else can give further advice.
    Brendan

  • Attempted to create a slideshow (version 9.3) and get the dreaded twiling ball that will not go away; iphoto locked up when open.  how do I get rid of the ball.  Have forced quit seveal times and opens with the ball p

    Attempted to create a slideshow (version 9.3) and get the dreaded spinning ball that will not go away; iphoto locked up when open.  how do I get rid of the ball.  Have forced quit seveal times and opens with the spinning ball.

    Make a temporary, backup copy if you don't have a backup copy of the library (select the library and type Command+D) and  apply the two fixes below in order as needed:
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Since only one option can be run at a time start with Option #1, followed by #3 and then #4
    Launch iPhoto and try again.
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    Download iPhoto Library Manager and launch.
    Click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option
    In the next  window name the new library and select the location you want it to be placed.
    Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments but not books, calendars or slideshows. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    OT

  • I have an imac running 10.4.11 and i downloaded the update software from apple downloads and when i try to update to 10.5.1 it says open failed this version requires 10.5 what should i do?

    I have an imac running 10.4.11 and i downloaded the update software from apple downloads and when i try to update to 10.5.1 it says open failed this version requires 10.5 what should i do?

    You would have to purchase a retail Leopard installer DVD. Since they are difficult to find you may need to search on eBay, Amazon.com, and Google to find a suitable copy.
    If you have an Intel iMac, then you may want to consider upgrading to Snow Leopard which you can purchase at any Apple retailer for $29.00 versus the minimum price of $129.00 for Leopard.
    Leopard System requirements
    You must have a Macintosh computer with:
    an Intel processor or a PowerPC G4 (867 MHz or faster) or G5 processor
    a DVD drive >built-in FireWire
    at least 512 MB of RAM (additional RAM is recommended for development purposes)
    a built-in display or a display connected to an Apple-supplied video card supported by your computer
    at least 9 GB of disk space available, or 12 GB of disk space if you install the developer tools
    Snow Leopard General requirements
    Mac computer with an Intel processor
    1GB of memory
    5GB of available disk space
    DVD drive for installation
    Some features require a compatible Internet service provider; fees may apply.
    Some features require Apple’s MobileMe service; fees and terms apply.
    And, you could also upgrade to Lion by purchasing the Apple USB Lion flash drive installer for $69.00.
    Lion System Requirements
    Mac computer with an Intel Core 2 Duo, Core i3, Core i5, Core i7, or Xeon processor
    2GB of memory
    OS X v10.6.6 or later (v10.6.8 recommended)
    7GB of available space
    Some features require an Apple ID; terms apply.

  • Parts Requirement Create Order Error:Validation Failed for the field - Shipping Method DHL

    Trying to create Parts Requirement.
    Error message on clicking "Create Order" button: "Validation Failed for the field - Shipping Method DHL"
    Please suggest the Setup that needs to be done for this.

    Kinck
    The same script worked for me in vision (R12.1). You may have issues with your defaulting of a number of attributes that you are not passing in the API (like price list, line type and so on). You may want to check them.
    Thanks
    Nagamohan

  • Toplink Optimistic Locking not working with Session Bean facade.

    I am working on Oracle JDeveloper v 10.1.2 and connecting to an Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit
    The application is based on J2EE architecture and the technology stack uses Struts for presentation/controller framework, Stateless Session EJBs as session facade for custom business services, Simple java classes for the business services, Toplink implementation of DAO layer, Domain objects are mapped to database tables using Toplink Workbench that ships with JDeveloper. The transaction is managed by the session bean and hence the toplink session is configured to use external transaction controller and a named datasource as follows.
    <session xsi:type="server-session">
    <name>DBSession</name>
    <server-platform xsi:type="oc4j-1012-platform"/>
    <event-listener-classes/>
    <logging xsi:type="toplink-log">
    <log-level>fine</log-level>
    <file-name>D:/ToplinkLog.log</file-name>
    </logging>
    <primary-project xsi:type="xml">META-INF/toplink-descriptor.xml</primary-project>
    <login xsi:type="database-login">
    <platform-class>oracle.toplink.platform.database.oracle.Oracle10Platform</platform-class>
    <external-connection-pooling>true</external-connection-pooling>
    <external-transaction-controller>true</external-transaction-controller>
    <sequencing>
    <default-sequence xsi:type="native-sequence">
    <name>Native</name>
    <preallocation-size>1</preallocation-size>
    </default-sequence>
    </sequencing>
    <datasource>jdbc/ORADS</datasource>
    </login>
    </session>
    We intend to use Optimistic Locking based on Timestamp-version locking through an audit field "last_modification_date" of type java.sql.Timestamp. The corresponding database field is also of type Timestamp(6). We are not storing the version in cache.
    The problem we are facing is as follows.. we have an edit screen from where user can edit values for a domain object which are then persisted using Toplink...we expect Toplink to check the database record version (modification_date timestamp) before it applies the update. In DAO implementation, we register the object in a unitOfWork, then set the modified values, however we leave the modification_date (version field) unedited. Now when the application is running, on edit, an exception is thrown by the Session bean before ending the transaction.
    com.evermind.server.rmi.OrionRemoteException: Transaction was rolled back: Error in transaction: java.lang.NullPointerException
         at TrackingMediator_StatelessSessionBeanWrapper2.editOverheadExpenditure(TrackingMediator_StatelessSessionBeanWrapper2.java:1597)
         at com.enbridge.dsm.web.action.TrackingPortfolioAction.editOverheadExpenditure(TrackingPortfolioAction.java:264)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java)
         at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:278)
         at com.enbridge.dsm.web.shared.BaseAction.execute(BaseAction.java:90)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:465)
         at com.enbridge.dsm.web.shared.DSMPojoRequestProcessor.process(DSMPojoRequestProcessor.java:182)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1425)
         at com.sourcebeat.strutslive.common.SLActionServlet.process(SLActionServlet.java:44)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
         at com.enbridge.dsm.web.shared.security.SecurityFilter.doFilter(SecurityFilter.java:142)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:645)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:322)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
         Nested exception is:
    java.lang.NullPointerException
         at oracle.jdbc.driver.PhysicalConnection.commit(PhysicalConnection.java:1190)
         at com.evermind.sql.FilterConnection.commit(FilterConnection.java:209)
         at com.evermind.sql.DriverManagerXAConnection.commit(DriverManagerXAConnection.java:203)
         at com.evermind.server.TransactionEnlistment.commit(TransactionEnlistment.java:251)
         at com.evermind.server.ApplicationServerTransaction.singlePhaseCommit(ApplicationServerTransaction.java:745)
         at com.evermind.server.ApplicationServerTransaction.commit(ApplicationServerTransaction.java:690)
         at com.evermind.server.ApplicationServerTransaction.end(ApplicationServerTransaction.java:1035)
         at TrackingMediator_StatelessSessionBeanWrapper2.editOverheadExpenditure(TrackingMediator_StatelessSessionBeanWrapper2.java:1593)
         at com.enbridge.dsm.web.action.TrackingPortfolioAction.editOverheadExpenditure(TrackingPortfolioAction.java:264)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java)
         at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:278)
         at com.enbridge.dsm.web.shared.BaseAction.execute(BaseAction.java:90)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:465)
         at com.enbridge.dsm.web.shared.DSMPojoRequestProcessor.process(DSMPojoRequestProcessor.java:182)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1425)
         at com.sourcebeat.strutslive.common.SLActionServlet.process(SLActionServlet.java:44)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
         at com.enbridge.dsm.web.shared.security.SecurityFilter.doFilter(SecurityFilter.java:142)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:645)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:322)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    Note that the exception is thrown at the time when the session bean is about to commit the transaction. i.e. the DAO code did not throw any exception and was able to check the optimistic locking and submit the update transaction.
    I am not able to understand why is the the EJB throwing this weird error with Optimistic locking implementation. The application is working fine when the optimistic locking is disabled.
    I am facing another problem due to this problem... since the session bean throws this exception after exiting the bean implemented method, when trying to commit the transaction, I am not able to mark the session context to setRollbackOnly. Hence if I continue on to another transaction by navigating to another screen in the application, mysteriously the previous transaction gets committed!!... again... weird...

    I am using JDBC driver version 10.1.2.
    I saw this additional error message in JDeveloper console, which for some reason was not logged to my log4j log file... if it helps...
    06/09/22 18:32:10 Thr[thread 6]-TransactionEnlistment.TransactionEnlistment.Caught forgetandRollback XAException e null
    Here are the logs from my Toplink log file....
    [TopLink Info]: 2006.09.22 06:31:46.546--ServerSession(989)--Thread(Thread[HttpRequestHandler-86,5,main])--TopLink, version: Oracle TopLink - 10g Release 3 (10.1.3.0.0) (Build 060118)
    [TopLink Info]: 2006.09.22 06:31:46.578--ServerSession(989)--Thread(Thread[HttpRequestHandler-86,5,main])--Server: Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)
    [TopLink Config]: 2006.09.22 06:31:46.593--ServerSession(989)--Connection(991)--Thread(Thread[HttpRequestHandler-86,5,main])--connecting(DatabaseLogin(
         platform=>Oracle10Platform
         user name=> ""
         connector=>JNDIConnector datasource name=>jdbc/ORADS
    [TopLink Config]: 2006.09.22 06:31:47.484--ServerSession(989)--Connection(1432)--Thread(Thread[HttpRequestHandler-86,5,main])--Connected: jdbc:oracle:thin:@10.210.16.37:1521:orabld
         User: APP_USR
         Database: Oracle Version: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
         Driver: Oracle JDBC driver Version: 10.1.0.3.0
    [TopLink Config]: 2006.09.22 06:31:47.500--ServerSession(989)--Connection(1433)--Thread(Thread[HttpRequestHandler-86,5,main])--connecting(DatabaseLogin(
         platform=>Oracle10Platform
         user name=> ""
         connector=>JNDIConnector datasource name=>jdbc/ORADS
    [TopLink Config]: 2006.09.22 06:31:47.500--ServerSession(989)--Connection(1434)--Thread(Thread[HttpRequestHandler-86,5,main])--Connected: jdbc:oracle:thin:@10.210.16.37:1521:orabld
         User: APP_USR
         Database: Oracle Version: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
         Driver: Oracle JDBC driver Version: 10.1.0.3.0
    [TopLink Info]: 2006.09.22 06:31:47.671--ServerSession(989)--Thread(Thread[HttpRequestHandler-86,5,main])--DBSession login successful
    [TopLink Fine]: 2006.09.22 06:31:47.703--ServerSession(989)--Connection(1554)--Thread(Thread[HttpRequestHandler-86,5,main])--select * from user_role ur, app_resource ar, role_resource rr where rr.APP_RESOURCE_ID = ar.APP_RESOURCE_ID and rr.USER_ROLE_ID = ur.USER_ROLE_ID
    [TopLink Fine]: 2006.09.22 06:31:49.937--ServerSession(989)--Connection(10245)--Thread(Thread[HttpRequestHandler-86,5,main])--SELECT * FROM PROGRAM_SUB_CAT
    [TopLink Fine]: 2006.09.22 06:31:50.015--ServerSession(989)--Connection(10332)--Thread(Thread[HttpRequestHandler-86,5,main])--SELECT PROGRAM_ID, CREATED_BY_USERID FROM (SELECT CREATED_BY_USERID, ROWNUM PROGRAM_ID FROM (SELECT DISTINCT(CREATED_BY_USERID) CREATED_BY_USERID, 1 AS PROGRAM_ID FROM PROGRAM))
    (I only see my application specific queries after this... no exceptions or debug logs)... as I said before.. the application gives exception in the session bean at the time of commit, and there's no exception raised from Toplink code in DAO...

  • Optimistic Lock with Parent and Child relationships

    Hi,
    I just have a question regarding optimistic locking. We have a scenario
    where a parent object has many child objects. Both the parent and the
    child objects have a jdolockx column in the database/jdo file.
    It appears that whenever you add a new child to the parent the parent's
    optimistic lock counter is also updated.
    eg
    parent.getChildren().add(child);
    child.setParent(parent);
    Why does this occur? There is no change made to the database table for
    the parent, except for the jdolockx column. Is there something that I can
    do to stop the lock count from incrementing when I child is added?
    We have a scenario where we have many threads of execution wishing to add
    children to a single parent. The parent itself isnt modified but this
    operation fails due to the parent lock counter being incremented.
    Any help would be appreciated
    Thanks
    Luke

    There is state image indicator in Kodo 3 which has more locking options
    beyond a simple number:
    http://solarmetric.com/Software/Documentation/3.0.1/docs/ref_guide_mapping_versionind.html#state-image
    In addition, you can plug your own version indicator.
    Our default optimistic locking avoids the problem of users having no
    idea what is -actually- in the collection/set at any given time.
    Inconsistencies can occur at the datastore level (user 1 adds
    object a to collection, user 2 removes a, user 1 adds object b... which
    should actually be in the DB? {a,b} or or {a}? This is one of the
    many ways in which not tracking changes to a collection/set can be
    hazardous).
    On locking exceptions, errors could be handled in some appropriate
    function (i.e. refresh, re-apply changes if applicable/safe,
    and commit).
    Luke wrote:
    Hi,
    I just have a question regarding optimistic locking. We have a scenario
    where a parent object has many child objects. Both the parent and the
    child objects have a jdolockx column in the database/jdo file.
    It appears that whenever you add a new child to the parent the parent's
    optimistic lock counter is also updated.
    eg
    parent.getChildren().add(child);
    child.setParent(parent);
    Why does this occur? There is no change made to the database table for
    the parent, except for the jdolockx column. Is there something that I can
    do to stop the lock count from incrementing when I child is added?
    We have a scenario where we have many threads of execution wishing to add
    children to a single parent. The parent itself isnt modified but this
    operation fails due to the parent lock counter being incremented.
    Any help would be appreciated
    Thanks
    Luke
    Steve Kim
    [email protected]
    SolarMetric Inc.
    http://www.solarmetric.com

  • Access to optimistic lock revision number

    We have an existing schema that includes a REVISION column. The current JDBC
    code base increments the revision number each time an object is updated.
    Ideally I would like to use this same field for Kodo's optimistic locking
    mechanism and let Kodo manage the field. The problem is that we need
    (read-only) access to the revision value for other purposes. Is there a way
    to get this value? I'm okay with using a Kodo-specific API.
    Thanks,
    Tom

    Sadly, the mechanism for doing this isn't very well-documented, so here
    goes:
    import com.solarmetric.kodo.runtime.*;
    PersistenceManagerImpl pm = (PersistenceManagerImpl) pman;
    StateManagerImpl sm = pm.getState (persistentObject);
    Object version = sm.getVersion ();
    This object is a Number when used with our JDBC back-end.
    -Patrick
    On Sat, 02 Aug 2003 09:26:47 -0700, thomasrlandon wrote:
    We have an existing schema that includes a REVISION column. The current JDBC
    code base increments the revision number each time an object is updated.
    Ideally I would like to use this same field for Kodo's optimistic locking
    mechanism and let Kodo manage the field. The problem is that we need
    (read-only) access to the revision value for other purposes. Is there a way
    to get this value? I'm okay with using a Kodo-specific API.
    Thanks,
    Tom--
    Patrick Linskey
    SolarMetric Inc.

  • 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.

  • Error in Update Process for optimistic locking

    Hello,
    I tried to create a tabular form according to this How-To:
    http://www.oracle.com/technology/products/database/application_express/howtos/tabular_form.html
    which worked fine until I tried to implement the optimistic locking.
    I use the same update process:
    declare
    l_cks wwv_flow_global.vc_arr2;
    j pls_integer := 1;
    begin
    -- Get original MD5 checksum
    select wwv_flow_item.md5(job,mgr,hiredate,sal,comm,deptno) cks
    BULK COLLECT INTO
    l_cks
    from emp;
    -- Compare the original checksum, l_cks,
    -- with submitted checksum, htmldb_application.g_fcs.
    -- If they are different, raise an error.
    for i in 1..l_cks.count
    loop
    if htmldb_application.g_fcs(i) != l_cks(i) then
    rollback;
    raise_application_error(
              -20001,
         'Current version of data in database has changed '||
              'since user initiated update process.');
    return;
    end if;
    end loop;
    but as soon as I try to apply the changes in the update process I get an error message saying: PLS-00503: RETURN statement required for this return from function
    So, if i delete the row with the "return;" statement, I get no error anymore, but when I test the optimistic locking I get an error as soon as I try to update a row in the first place.
    What am I doing wrong?
    Johnny
    P.S. : I am using Apex 1.6

    Hi Ant, of course......here is the customized pl/sql block I use:
    declare
    l_cks wwv_flow_global.vc_arr2;
    j pls_integer := 1;
    begin
    -- Get original MD5 checksum
    select wwv_flow_item.md5(partition,desig) cks
    BULK COLLECT INTO
    l_cks
    from UNITS;
    -- Compare the original checksum, l_cks,
    -- with submitted checksum, htmldb_application.g_fcs.
    -- If they are different, raise an error.
    for i in 1..l_cks.count
    loop
    if htmldb_application.g_fcs(i) != l_cks(i) then
    rollback;
    raise_application_error(-20001,'Current version of data in database has changed ' || 'since user initiated update process.');
    -- return;
    end if;
    end loop;
    -- update UNITS
    for i in 1..htmldb_application.g_f08.count
    loop
    if htmldb_application.g_f08(i) is not null then
    update UNITS
    set report_id = :P2_REPORT_ID,
    partition = htmldb_application.g_f10(i),
    desig = htmldb_application.g_f11(i)
    where unit_id = htmldb_application.g_f08(i);
    else
    if htmldb_application.g_f10(i) is not null then
    insert into UNITS
    (report_id,
    partition,
    desig)
    values
    (:P2_REPORT_ID,
    htmldb_application.g_f10(i),
    htmldb_application.g_f11(i));
    end if;
    end if;
    end loop;
    end;
    Thanks
    Johnny

  • Unit test runs perfectly fine with NUnit but fails when run from TestExplorer

    Hello all,
    I have a TestProject, Harmony.Tests. In there, I have a method AddApplicationEvent()
    which calls another method Send(InvokeRequestMessage requestMessage) which calls a webservice (OperationHandlerBrokerWebService). 
    The code snippet looks like this. This is not the complete code but a part where we are calling the web service. It fails on the underlined Italic line of code.
    OperationHandlerBrokerWebService brokerService = new OperationHandlerBrokerWebService();
    brokerService.UseDefaultCredentials = true;
    brokerService.Url = address;
    brokerService.Timeout = timeoutInMilliseconds;
    byte[] serializedResponseMessage = brokerService.InvokeOperationHandler(serializedRequestMessage);
    The same test works and passed fine when I ran it with NUnit, but failed with following exception when I tried to run it from TestExplorer. 
    Test Name: AddApplicationEvent
    Test FullName: N4S.Harmony.Tests.CaseManagement.HarmonyFacadeTests.AddApplicationEvent
    Test Source: d:\TFS\TMW\Dev\TMWOnline\Harmony\N4S.Harmony.Tests\CaseManagement\HarmonyFacadeTests.cs : line 665
    Test Outcome: Failed
    Test Duration: 0:00:00.296
    Result Message:
    SetUp : Message returned System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentException: Invalid token for impersonation - it cannot be duplicated.
    at System.Security.Principal.WindowsIdentity.CreateFromToken(IntPtr userToken)
    at System.Security.Principal.WindowsIdentity..ctor(SerializationInfo info)
    at System.Security.Principal.WindowsIdentity..ctor(SerializationInfo info, StreamingContext context)
    --- End of inner exception stack trace ---
    at System.RuntimeMethodHandle._SerializationInvoke(Object target, SignatureStruct& declaringTypeSig, SerializationInfo info, StreamingContext context)
    at System.Reflection.RuntimeConstructorInfo.SerializationInvoke(Object target, SerializationInfo info, StreamingContext context)
    at System.Runtime.Serialization.ObjectManager.CompleteISerializableObject(Object obj, SerializationInfo info, StreamingContext context)
    at System.Runtime.Serialization.ObjectManager.FixupSpecialObject(ObjectHolder holder)
    at System.Runtime.Serialization.ObjectManager.DoFixups()
    at System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler handler, __BinaryParser serParser, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
    at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream, HeaderHandler handler, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
    at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream)
    at N4S.Forms.OperationHandlerBroker.AMessage.DeserializeMessage(Byte[] serializedMessage)
    at N4S.Forms.OperationHandlerBroker.WebServiceServer.BrokerService.InvokeOperationHandler(Byte[] serializedInvokeRequestMessage)
    --- End of inner exception stack trace ---
    expected: <0>
    but was: <1>
    Result StackTrace:
    at N4S.Harmony.Tests.TestHelper.InvokeOperation(OperationHandler handler, OperationHandlerInput input, Boolean expectedToWork) in d:\TFS\TMW\Dev\TMWOnline\Harmony\N4S.Harmony.Tests\TestHelper.cs:line 136
    at N4S.Harmony.Tests.TestHelper.LoginAsUser(String username, String password) in d:\TFS\TMW\Dev\TMWOnline\Harmony\N4S.Harmony.Tests\TestHelper.cs:line 394
    at N4S.Harmony.Tests.TestHelper.Login(TestUserName requestedUser) in d:\TFS\TMW\Dev\TMWOnline\Harmony\N4S.Harmony.Tests\TestHelper.cs:line 377
    at N4S.Harmony.Tests.TestHelper.LoginAsAdvisor() in d:\TFS\TMW\Dev\TMWOnline\Harmony\N4S.Harmony.Tests\TestHelper.cs:line 230
    at N4S.Harmony.Tests.CaseManagement.HarmonyFacadeTests.Login() in d:\TFS\TMW\Dev\TMWOnline\Harmony\N4S.Harmony.Tests\CaseManagement\HarmonyFacadeTests.cs:line 76
    at N4S.Harmony.Tests.CaseManagement.HarmonyFacadeTests.SetupTest() in d:\TFS\TMW\Dev\TMWOnline\Harmony\N4S.Harmony.Tests\CaseManagement\HarmonyFacadeTests.cs:line 67
    I am not sure what causing the issue. I checked the Credentials, Windows Identity during both the test run and there is no difference. Please advise !!
    Thanks,
    Deepak

    Hi Tina,
    Thanks for your reply. 
    I do have NUnit adapter installed. I even noticed that the test runs fine with NUnit GUI and also if I run it through Resharper Test Explorer window. 
    As you can see in the image above the same test is passed when I ran it from Resharper Unit Test Explorer window but fails when I ran it from Test Explorer window. I also captured the information on fiddler. 
    There was a significant difference in the Header Content length. Also under the User-Agent property the protocol versions are different. 
    Not sure why VSTest ExecutionEngine is picking a different version.
    The UnitTest in question is calling a webservice method which in turn calls a method from another referenced project. 
    Web Service class
    using System;
    using System.Web.Services;
    using N4S.Forms.OperationHandlerBroker.Server;
    using NLog;
    namespace N4S.Forms.OperationHandlerBroker.WebServiceServer
    /// <summary>
    /// The operaton-handler broker service.
    /// </summary>
    [WebService(Description = "The N4S Forms Operation-Handler Broker Web-Service.", Name = "OperationHandlerBrokerWebService",
    Namespace = "N4S.Forms.OperationHandlerBroker.WebServiceServer")]
    [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]
    public class BrokerService : WebService
    { /// <summary>
    /// Calls <see cref="HandleRequest"/>. Updates performance-counters.
    /// </summary>
    /// <param name="serializedInvokeRequestMessage">the binary-serialized <see cref="InvokeRequestMessage"/></param>
    /// <returns>the binary-serialized response message</returns>
    [WebMethod(BufferResponse = true, CacheDuration = 0, Description = "Invokes the requested operation-handler and returns a binary-serialized response-message.", EnableSession = false)]
    public byte[] InvokeOperationHandler(byte[] serializedInvokeRequestMessage)
    logger.Trace(Strings.TraceMethodEntered);
    PerformanceMonitor.RecordRequestStarted();
    InvokeRequestMessage requestMessage = (InvokeRequestMessage) AMessage.DeserializeMessage(serializedInvokeRequestMessage);
    InvokeResponseMessage responseMessage;
    try
    responseMessage = HandleRequest(requestMessage);
    PerformanceMonitor.RecordSuccessfulRequest();
    catch (Exception)
    PerformanceMonitor.RecordFailedRequest();
    throw;
    finally
    PerformanceMonitor.RecordRequestEnded();
    logger.Trace(Strings.TraceMethodExiting);
    return AMessage.SerializeMessage(responseMessage);
    UnitTest snippet
    OperationHandlerBrokerWebService brokerService = new OperationHandlerBrokerWebService();
    brokerService.UseDefaultCredentials = true;
    byte[] serializedResponseMessage = brokerService.InvokeOperationHandler(serializedRequestMessage);
    Please advise.
    Thanks,
    Deepak

Maybe you are looking for

  • Help with getting high quality DVDs from AVCHD footage

    Hello, I know enough about video editing with PE7 to be dangerous, and was hoping someone could help me out. My question is regarding getting the highest quality standard DVD from AVCHD footage. I have a Sony HDR-SR12 camcorder recording in AVCHD. I

  • F110 issue only when I enter parameters in Free Selection

    Hi, When I run F110 for a particular vendor by giving the Vendor number, the document for which I want to make the payment is getting picked along with 100 other documents. To prevent all documents from being picked in the proposal, if I specify only

  • After restoring my G4 iphone its stuck on the apple and white bar.

    I'v already restored it and restarted it 4 times. Still can't turn it on. PLEASE Help

  • When OCCI will support GCC 3.2.*

    I think a lots Oracle funs want know when Oracle will release OCCI to support GCC 3.2 or newer version GCC. I plan to estimate OCCI on GCC 3.2.* for Solaris and Linux to help us make decision when will deploy OCCI solution to our customers to resolve

  • Best practice : Starting a job ?

    Hi, I already use OWB 9.0.3.x. Each monday night, a script is started via crontab, it checks if a table has been updated (every 15 min), when this table has been updated, it "touch" a flag file in unix, then it starts our OWB packages (pls) via unix