Mexico Electronic Accounting Oracle 11i

AS part of 2014 Mexican tax reform, Federal Tax Code (FTC) included a requirement for taxpayers to file accounting information with the tax authorities on a monthly basis.
In simple terms, we need to provide Chart of Accounts, Trial Balance and Information related to journal entries every month or on demand. In Oracle R12 there seems a solution but we are still in Oracle 11i and needed to know if Oracle support this requirement. Appreciate if someone can let us know.
thanks
Adil

Hi Adil,
Currently there is no 11i patch for this new functionality.
The following enhancement requests have been raised requesting this change in functionality.
For R12 - Bug:19247085 - ELECTRONIC ACOUNTING RULES (01/07/2014) - MEXICO
For R11i - Bug:19306692 - BACKPORT FOR R11 CUSTOMERS FOR - ER 19247085 _NEW MEXICO LEGISLATION REQUEST
Regards,
Cheryl

Similar Messages

  • Mexico Electronic Accounting - SAT Chart of Accounts

    We have applied the patch 19584714 in our test instance.  However, the SAT Chart of Account structure is not appearing.  If we have to define this, where will be get the "Segment" details.  Also, the Segment values.
    I would appreciate if we can get more detail on the Mapping than the one find in 1918417.1. 
    It is not clear, whether we have to map accounts only or summary and roll-up as well.   What do we map to the SAT Group codes and in first place what are group codes ? If we don't have any summary or roll-up, do we still need to map them.
    Thanks
    Venkat

    Hi Venkat, you have to complete setup steps manually for new SAT COA structure also you need to upload segment values.
    This is a new structure definition for Key Flexfield "Accounting Flexfield", I recommed you can get support from someone that has completed similar setups previously.
    Thanks

  • Accounts Receivable Reconciliation - Oracle 11i

    I am sorry this is long but I am trying to be detailed!
    I am trying to help one of my users reconcile AR for Banking purposes. Oracle offers a very nice way to do this with the AR Reconciliation Report (ARXRECON.rdf). The problem we have is that we need to differentiate from Domestic and Export customers as the bank considers Export transactions as “High risk” and will not allow those transactions to be considered as a factor in our ability to borrow.
    This report does not do this. The report is based off of built in procedures and thus I can’t/don’t know how to modify. The solution I have devised is to reproduce the report using queries as Oracle as detailed how the report works (below). The first step is to come up with the exact numbers Oracle details in the report and then once I have the SQL to do that I can make modifications to only pick up Domestic or Export customers.
    ***Quote***
    THE AR RECONCILAITION REPORT
    The AR Reconciliation Report shows the summary amounts of various AR
    reports, that are used to reconcile your AR.
    AR is reconciled when the "Aging on the beginning of the Period" + "The
    Total Activity in the Period" is equal to the "Aging on the end of the
    Period".
    The Total Activity in a period is calculated as follows:
    Transaction Register for the Period
    (-) Applied Receipts Register for the Period
    (-) Un-Applied Receipts Register for the Period
    (+) Adjustments Register for the Period
    (-) Invoice Exceptions for the Period
    (+) Rounding Differences for the Period (*)
    (+) Credit Memo gain/loss for the Period(*)
    (*) These can occur only in the case of foreign currency transactions.
    ***End Quote***
    I have had no issues in writing SQL statements for the Items which make up the period activity. However I cannot seem to get the “Beginning” / “Ending” Balances.
    The documentation details the following on how they derive the beginning and ending balances is here:
    ***Quote***
    Beginning and Ending Balance:
    To get the beginning and ending balances the report uses the same procedure. The As of Date for the Beginning period is GL Date Low-1 where as the As Of date for the Ending balance is GL Date High.
    The report selects all transactions from AR_PAYMENTS_SCHEDULES_ALL table which are not receipts and have a GL Date equal to or less than the As Of date, AND a GL Date Closed which is greater than the As Of date.
    For all records returned which are not credit memos, the report calculates and sums up all the receipt and credit memo applications which have a GL date of greater than the As Of date from the AR_RECEIVABLE_APPLICATIONS_ALL table. This total is termed as Accounted_Amount_Applied_To.
    For all credit memos, the report calculates and sums up all the applications which have a GL date of greater than the AS Of date from the AR_RECEIVABLE_APPLICATIONS_ALL table. This is called the Accounted_Amount_Applied_From.
    Any approved adjustments tied to these transactions are also calculated
    and summed up that have a GL date of greater than the As Of date.
    The report also sums up the Accounted Amount Due Remaining for all
    transactions.
    The final value the report calculates to get the Beginning/Ending Balance is the sum of all Unapplied, On-Account and Unidentified Receipts which were closed after the As Of date.
    The Beginning and Ending balance is calculated using the following
    equation:
    Beginning/Ending Amount = Sum of all Accounted Amount Due Remaining
    + sum of Accounted_Amount_Applied_To
    - sum of Accounted_Amount_Applied_From
    - sum of all approved adjustements
    + ( - sum of all unapplied receipts)
    ***End Quote***
    I am a novice when it comes to understanding the database structure of Oracle 11i and the above details are a little spotty on where and what fields are being summed up. So far I have written these (again note that I am trying to tie to the report…adding the functionality to select Domestic verses Export will come later and is not an issue) SQL statements which should give me an individual number for each part for which I can do calculations with to get the actual balance:
    --AR Beginning Balance Queries
    --Sum ACCTD_AMOUNT_DUE_REMAINING
    Select Sum(AR_PAYMENT_SCHEDULES_ALL.ACCTD_AMOUNT_DUE_REMAINING) as ACCTD_AMOUNT_DUE_REMAINING
    From AR_PAYMENT_SCHEDULES_ALL
    Where AR_PAYMENT_SCHEDULES_ALL.GL_DATE <= :date1
    and AR_PAYMENT_SCHEDULES_ALL.GL_DATE_CLOSED > :date1
    and AR_PAYMENT_SCHEDULES_ALL.org_id = :org
    -- Sum ACCTD_AMOUNT_APPLIED_TO
    Select Sum(AR_RECEIVABLE_APPLICATIONS_ALL.ACCTD_AMOUNT_APPLIED_TO) as ACCTD_AMOUNT_APPLIED_TO
    From AR_RECEIVABLE_APPLICATIONS_ALL
    Where AR_RECEIVABLE_APPLICATIONS_ALL.GL_DATE > :date1
    and AR_RECEIVABLE_APPLICATIONS_ALL.APPLICATION_TYPE <> 'CM'
    and org_id = :org
    --Sum ACCT_AMOUNT_APPLIED_FROM
    Select Sum(AR_RECEIVABLE_APPLICATIONS_ALL.ACCTD_AMOUNT_APPLIED_FROM) as ACCTD_AMOUNT_APPLIED_FROM
    From AR_RECEIVABLE_APPLICATIONS_ALL
    Where AR_RECEIVABLE_APPLICATIONS_ALL.GL_DATE > :date1
    and AR_RECEIVABLE_APPLICATIONS_ALL.APPLICATION_TYPE = 'CM'
    and org_id = :org
    --AR Beginning Balance Queries (End)
    I am not sure how to calculate the “approved adjustments” or what they consider “unapplied receipts” can someone please help me? Also if you believe my above queries aren't pulling the correct totals please elaborate on that as well.
    Thanks in advance!

    I think you will get response faster if you go to the Oracle App. forum.
    http://forums.oracle.com/forums/categoryHome.jspa?categoryID=84
    Thanks

  • I am getting error while connecting to sqlplus by using apps account in 11i

    i am getting error while connecting to sqlplus by using apps account in 11i. Does anyone has similar error.
    [applmgr@appsc05t01 admin]$ sqlplus
    SQL*Plus: Release 8.0.6.0.0 - Production on Mon Sep 13 14:34:52 2010
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    Enter user-name: apps
    ERROR:
    ORA-12514: Message 12514 not found; product=RDBMS; facility=ORA
    Enter user-name:
    Thanks
    Rao

    yes.
    login as: gorantla
    [email protected]'s password:
    Last login: Mon Sep 13 14:39:23 2010 from glng3wy9g1.actuant.pri
    [gorantla@appsc05t01 ~]$ sudo su - applmgr
    [applmgr@appsc05t01 ~]$ ora_setup
    Available databases:
    x = ATUXX
    y = ATUYY
    z = ATUZZ
    Select database: \c
    y
    ORACLE_SID=ATUYY
    IAS_ORACLE_HOME=/apps/ATUYY/atuyyora/iAS
    ORACLE_HOME=/apps/ATUYY/atuyyora/8.0.6
    APPL_TOP=/apps/ATUYY/atuyyappl
    [applmgr@appsc05t01 ~]$
    [applmgr@appsc05t01 ~]$
    [applmgr@appsc05t01 ~]$
    [applmgr@appsc05t01 ~]$ tnsping ATUYY
    TNS Ping Utility for Linux: Version 8.0.6.3.0 - Production on 13-SEP-2010 15:42:32
    (c) Copyright 1997 Oracle Corporation. All rights reserved.
    Attempting to contact (ADDRESS=(PROTOCOL=tcp)(HOST=dbrac05t01-vip.actuant.pri)(PORT=1611))
    OK (0 msec)
    [applmgr@appsc05t01 ~]$ sqlplus
    SQL*Plus: Release 8.0.6.0.0 - Production on Mon Sep 13 15:42:40 2010
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    Enter user-name: apps
    ERROR:
    ORA-12514: Message 12514 not found; product=RDBMS; facility=ORA
    Enter user-name:
    Thanks
    Rao

  • New user to Oracle 11i who needs help on creation of new fixed asset class

    Hi all,
    I am new to my Company who is using Oracle 11i. And the Company has a new class of fixed asset and a GL code has been created. But there is no link between the Fixed Asset Manager and the GL code, i.e. depreciation is not linked, additions are not captured into "Cost register", no asset number was assigned in Oracle. Please help.
    Thanks,
    Simon

    Hi.
    No, Simon, it does not work that way.
    First, be sure that the distribution line has the flag "Track as Asset" checked.
    Second, the GL Account to be used on the distribution line must be the one defined, in the FA Asset Category, as the Asset Clearing Account.
    In FA, navigate to /Setup/Asset System/Asset Categories. Following, query a Category. There you can see which account has been used as the Asset Clearing Account.
    You can use as many Asset Clearing accounts as you which, but normally, all Categories share the same account.
    Now reverse the distribution line and cretae a new one with the correct account. Post it, run the Mass Additions Process and you will see the that the addition was created.
    Hope this helps.
    Octavio

  • About oracle 11i

    Hi everyone,
    I read about oracle 11i and got the impression that it is wonderful and can do vritually anything for business.
    I would like to try it, here are my questions, please help:
    1) Where can I download oracle 11i.
    2) What software do I need to make oracle 11i work.(I have oracle8i database on my linux)
    Thank you all

    Thanks hussein,
    I am going to apply COSTING 11.5.10.CU3 PATCH (8362391).
    Its readme has lots of pre-reqs patches:
    Prerequisite Updates
    This patch requires additional prerequisite patches to have been successfully
    applied to your system before it can be applied.  These prerequisite patches, as
    at the time that this patch was built, are listed below.  Please check Oracle
    Metalink to determine if any of these have been superseded
    5903765 - 11i.ATG_PF.H.RUP6
    7258620 - Oracle Inventory and Receiving (PO): Release 11.5.10, Rollup Patch 10
    6502082 - AD.I.6
    4635071 - This is the WIP Pre-requisite Patch (WIPPRP) for 11.5.10 customers.
    This includes multiple critical and recommended WIP code fixes as of Nov 2,
    2005. This patch is highly recommended for all 11.5.10 WIP customers.
    3219567 - Patch 11i.TXK.B Technology Stack Minipack B (also in 11.5.10)
    3264822 - Patch 11i.CAC.B
    3261254 - Patch 11i.ALR.G
    3036401 - Mini-Pack 11i.HZ.L
    3264818 - Patch 11i.UMX.H
    3263588 - Patch 11i.XDO.H
    3218526 - Patch 11i.BNE.D
    3384350 - Patch 11i.SCM_PF.J
    3263645 - Patch 11i.AK.G
    4206794 - Patch 11i.FRM.H
    3262486 - 11i.JTA.F
    3261243 - Patch 11i.EC.G
    2614213 - AME PATCH :DELIVERY OF GA AND RULE PRIORITY FUNCTIONALITY
    3262159 - Patch 11i.FND.H
    3412795 - ADSPLICE PATCH FOR XDO
    2819091 - Patch 11i.BNE.CWhile the Metalink Notes referencing to it has these pre-reqs only:
    CONSOLIDATED COSTING PATCH FOR 11.5.10.2 CUSTOMERS FOR BUGFIXES TILL 30-MAR-2009 [ID 816651.1]
        * Please apply following pre-requisite patches before applying this patch.
        Patch:5024341 - Inventory Interface fails for Internal Orders if the Receiving Organization's Accounting Period is Closed
        Patch:5647736 - WIP CONSOLIDATE ARU FOR BUGFIXES BETWEEN DATES 08-NOV-06 TO 12-DEC-06
        Patch:7258620 - Oracle Inventory and Receiving (PO): Release 11.5.10, Rollup Patch 10Which one should I follow?
    Thanks

  • Help regarding Oracle 11i

    hi,
    I m doing installation of oracle 11i on Red Hat Linux .
    Installation was successfull but when i started the appln i got the error as unable to start the discover gatekeeper process.
    I heard that after applying patch,resolves the below issue.So pls help by sending Patch 3170128 , i heard this patch solves the ( addisctl.sh start) problem.
    Thanks you in advance.
    Best Regards
    Vani

    Hi,
    Your questions :
    *1. how can we benefit most from Contract Purchase Agreements . what is it used for?*
    Ans : Contract Purchase Agreement (CPA) is basically an agreement of an organization with a Supplier. In CPA you can purchase from supplier but you don't mention what you are going to buy and when.
    You create contract purchase agreements with your suppliers to agree on specific terms and conditions without indicating the goods and services that you will be purchasing. You can later issue standard purchase orders referencing your contracts, and you can encumber these purchase orders if you use encumbrance accounting.
    *2. are there any accounting/ financial setup ?*
    Ans : No.
    *3. summarized setup sequence, please.*
    Ans : The major setup will be the Document type : Contract Purchase Agreement.
    *4. what are the interfaces or links to other purchase documents or modules ? we have Oracle Inventory, Oracle HRMS, General Ledger, Payables, cash Management, and Assets*
    Ans : Request you to refer the user guide for details how Purchasing is linked to other modules.
    Kind Regards,
    S.P DASH

  • Oracle 11i www ver IE abends

    I'm working with Oracle 11i, web version, and our accounting dept is having big problems with the Accounting app abending; Internet Explorer just "vaporizes" when certain funtionality is called upon. Has anyone ever seen this occur; is more information needed to come to any conclusions as to what might fix this problem? We are stuck with using IE version 7 because of other home grown apps which do not cooperate with IE8. Any suggestions at this point would be most welcomed since this is an intermittent, unpredictable problem. One day a specific PC will work fine, others days IE will just abend when any item in Oracle (web version) is selected. ANY AND ALL SUGGESTIONS MOST WELCOME!!!!!!!

    You are not posting your question on the right forum.
    Please repost your question on the appropriate one.
    Thanks
    Fred

  • Migrating menues from oracle 11i to R12

    Hi all,
    I have to migrate Menus from Oracle 11i to R12, this can be done using FND_LOAD, but we have to migrate it using API's. Please suggest me the API name and approach. Currently I am investigating on fnd_menus_pkg.load_row and fnd_menu_entries_pkg.load_row . Please let mw know if these are the correct API's to migrate Menus. Any help is appreciated.

    If the version of $FND_TOP/patch/115/import/afsload.lct and the table structure is identical on both instances, you may use FNDLOAD for your custom menus. However, I would not recommend using FNDLOAD or any API between different application releases.
    How To Download a Parent Menu and Submenus [ID 369421.1]
    Replicating Custom Menu [ID 839879.1]
    Thanks,
    Hussein

  • MX Electronic accounting - Set multiple UUID for single MIRO Document number

    Greetings everyone
    In my company already implemented the neccesary changes required by the new laws in MX Electronic Accounting inside the MIRO transaction (note 2093189), as well as the related notes requested for electronic accounting. Everything's working fine so far since right now we save the UUID field from CFDI XML file into an Invoice Document number. But now in my company request to save multiple CFDI invoices into a single Invoice document number. My approach seems to be simple because we only need to generate a new window to save the multiple UUID numbers and link the Invoice Document Number (BELNR), company code and fiscal period/year and UUID document into a Z custom table. But I have some questions that I'm not sure how will affect:
    How does affect the montly policies report that we need to send to the government (SAT).
    How do we need to handle the policies XML file in this type of scenarios
    Any of you have the same scenario?
    how do you handle this kind of scenarios?
    So far I read the following notes but I can't find a clue so far for this kind of scenario (Am I missing something?)
    (MX) Contabilidad Electrónica - RME 2014 Anexo 24
    Notes:
    http://service.sap.com/sap/support/notes/2041490
    http://service.sap.com/sap/support/notes/2093189
    http://service.sap.com/sap/support/notes/2042663
    Thanks in advance and best regards
    Lorenzo Martín Olmos

    Hi Shekhar
    Thanks a lot for you comments and I apologize for the late reply. As you point this is the most common scenario. In my case when the creditor is the Mexican Social Security Institute (IMSS), and after the payment, either IMSS and INFONAVIT (the governments institute for workers housing) generates different CFDI invoices.
    How do you currently handle this scenario?
    Thanks for your comments. Warm regards
    Lorenzo Martín Olmos

  • Error while running Oracle 11i OA page in JDeveloper 10g.

    Hi All,
    I have to do some customization in isupplier page. The page is working well in Oracle 11i instance. Now we are upgrading the Oracle 11i to R12. So I check out the entire project (i copied whole myprojects folder) and try to run the same project in Jdeveloper10g (I use proper jdeveloper patch). While compiling the project I got following error. Seems to be some class files are missing. But I don’t know how to fix it. Any help pls?
    •     Error(24,47): RowProvider not found in class oracle.jbo.server.ViewRowServiceImpl in class oracle.jbo.server.OAJboViewRowImpl in class oracle.apps.fnd.framework.server.OAViewRowImpl in class oracle.apps.pos.isp.server.NonPoInvSummaryVORowImpl
    •     Error(39,37): DataProcessorService not found in class oracle.jbo.server.ApplicationModuleServiceImpl in class oracle.jbo.server.OAJboApplicationModuleImpl in class oracle.apps.fnd.framework.server.OAApplicationModuleImpl in class oracle.apps.pos.isp.server.NonPoInvAMImpl
    •     Error(39,37): ServiceProvider not found in class oracle.jbo.server.ApplicationModuleServiceImpl in class oracle.jbo.server.OAJboApplicationModuleImpl in class oracle.apps.fnd.framework.server.OAApplicationModuleImpl in class oracle.apps.pos.isp.server.NonPoInvAMImpl
    •     Error(75,5): DataCriteria not found in class oracle.apps.pos.schema.server.NonPoInvLineExpert
    •     Error(49,12): method initQuery(java.lang.String, java.lang.String, java.lang.String) not found in class oracle.apps.pos.schema.server.NonPoInvNumUnqVVOImpl
    Thanks
    Chandra

    Chandra,
    May be you can ask Oracle to provide for the R12 patch for iSupplier Portal module. And then do the customizations/extensions therein.
    Regards
    Sumit

  • How to find out Oracle 11i Standard Objects

    Hi Gurus,
    There is a requirement from my client. My client is on 11i Oracle Applications. He has many customization. But somehow he failed to use naming convention and all during implementation. Now he wants us to write a program which can tell us how many custom database objects are created as a part of implementation.
    Hence in order to know this, first I need to find out what are the standard objects provided by Oracle for its 11i application so that I can write a program which will take difference (custom DB objects - standard Oracle 11i Object)  
    It will be great assistance if you let me know how to find out standard objects provided by Oracle for its 11i application?
    Looking forward to your reply.
    Thanks.
    -Sunil

    Moved to the EBS General Discussions forum
    There is no easy or programmatic way to determine the custom objects. All custom objects need to be documented and need to follow the recommended XX naming convention. If that has not been done, then someone will have to manually input each object name that is possibly custom at https://etrm.oracle.com which documents all seeded objects - if no match is found, it is most likely a custom object.
    HTH
    Srini

  • Problem in  Installation of oracle 11i

    Hi,
    I'm trying to install oracle 11i apps in windows server. I have done all prerequsite steps before starting intallation.
    In front end screen its saying
    compled unziping 81 of 114 at (71%)
    at one particular point the installation is not proceeding and its not writing any information in logs .
    Please let me know anyone has faced smiliar problem and how you rectified it.
    I'm hereby attaching logs
    Path Obtained by Instantiate FileD:\Stage11i\oraDB\Disk1& Disk number = 1
    Processing D:\Stage11i\oraDB\Disk1\db\driver\db920.drv file
    ================================================================
    Processing the contents of : Disk1
    Processing the driver file : D:\Stage11i\oraDB\Disk1\db\driver\Disk1.drv
    UNZIPPING THE DISK1 CONTENTS
    UNZIP used: UnZip 5.50 of 17 February 2002, by Info-ZIP. Maintained by C. Spieler. Send
    Unzip0 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh49_oem_webstage0.zip at C:\oracle\visdb\9.2.0\
    Unzip0
    .end std out.
    .end err out.
    Unzip0 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk1\db\stage\dboh49_oem_webstage0.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip1 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh48_oem_webstage0.zip at C:\oracle\visdb\9.2.0\
    Unzip1
    Unzip1 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk1\db\stage\dboh48_oem_webstage0.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip2 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh50_oem_webstage0.zip at C:\oracle\visdb\9.2.0\
    Unzip2
    .end std out.
    .end err out.
    Unzip2 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk1\db\stage\dboh50_oem_webstage0.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip3 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh49_oem_webstage.zip at C:\oracle\visdb\9.2.0\
    Unzip3
    .end std out.
    .end err out.
    Unzip3 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk1\db\stage\dboh49_oem_webstage.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip4 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh23_classes0.zip at C:\oracle\visdb\9.2.0\
    Unzip4
    .end std out.
    .end err out.
    Unzip4 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk1\db\stage\dboh23_classes0.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip7 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh47_oem_webstage.zip at C:\oracle\visdb\9.2.0\
    Unzip7
    .end std out.
    .end err out.
    Unzip7 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk1\db\stage\dboh47_oem_webstage.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip6 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh23_classes1.zip at C:\oracle\visdb\9.2.0\
    Unzip6
    .end std out.
    .end err out.
    Unzip6 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk1\db\stage\dboh23_classes1.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip9 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh69_sysman.zip at C:\oracle\visdb\9.2.0\
    Unzip9
    .end std out.
    .end err out.
    Unzip9 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk1\db\stage\dboh69_sysman.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip8 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh63_oui.zip at C:\oracle\visdb\9.2.0\
    Unzip8
    .end std out.
    .end err out.
    Unzip8 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk1\db\stage\dboh63_oui.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip11 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh13_appsutil.zip at C:\oracle\visdb\9.2.0\
    Unzip11
    .end std out.
    .end err out.
    Unzip11 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk1\db\stage\dboh13_appsutil.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip10 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh54_oem_webstage.zip at C:\oracle\visdb\9.2.0\
    Unzip10
    .end std out.
    .end err out.
    Unzip10 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk1\db\stage\dboh54_oem_webstage.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip5 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh48_oem_webstage.zip at C:\oracle\visdb\9.2.0\
    Unzip5
    .end std out.
    .end err out.
    Unzip5 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk1\db\stage\dboh48_oem_webstage.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip13 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh21_bin.zip at C:\oracle\visdb\9.2.0\
    Unzip13
    .end std out.
    .end err out.
    Unzip13 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk1\db\stage\dboh21_bin.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip16 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh3_.patch_storage.zip at C:\oracle\visdb\9.2.0\
    Unzip16
    .end std out.
    .end err out.
    Unzip16 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk1\db\stage\dboh3_.patch_storage.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip14 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh45_network.zip at C:\oracle\visdb\9.2.0\
    Unzip14
    .end std out.
    .end err out.
    Unzip14 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk1\db\stage\dboh45_network.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip12 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh51_oem_webstage0.zip at C:\oracle\visdb\9.2.0\
    Unzip12
    .end std out.
    .end err out.
    Unzip12 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk1\db\stage\dboh51_oem_webstage0.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip17 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh53_oem_webstage.zip at C:\oracle\visdb\9.2.0\
    Unzip17
    .end std out.
    .end err out.
    Unzip17 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk1\db\stage\dboh53_oem_webstage.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip19 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh23_classes.zip at C:\oracle\visdb\9.2.0\
    Unzip19
    .end std out.
    .end err out.
    Unzip19 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk1\db\stage\dboh23_classes.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip15 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh51_oem_webstage.zip at C:\oracle\visdb\9.2.0\
    Unzip15
    .end std out.
    .end err out.
    Unzip15 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk1\db\stage\dboh51_oem_webstage.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip18 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh11_.patch_storage.zip at C:\oracle\visdb\9.2.0\
    Unzip18
    .end std out.
    .end err out.
    Unzip18 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk1\db\stage\dboh11_.patch_storage.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip20 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh12_appsoui.zip at C:\oracle\visdb\9.2.0\
    Unzip20
    .end std out.
    .end err out.
    Unzip20 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk1\db\stage\dboh12_appsoui.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip22 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh22_classes.zip at C:\oracle\visdb\9.2.0\
    Unzip22
    .end std out.
    .end err out.
    Unzip22 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk1\db\stage\dboh22_classes.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip25 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh22_classes0.zip at C:\oracle\visdb\9.2.0\
    Unzip25
    .end std out.
    .end err out.
    Unzip25 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk1\db\stage\dboh22_classes0.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip21 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh54_oem_webstage0.zip at C:\oracle\visdb\9.2.0\
    Unzip21
    .end std out.
    .end err out.
    Unzip21 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk1\db\stage\dboh54_oem_webstage0.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip26 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh52_oem_webstage1.zip at C:\oracle\visdb\9.2.0\
    Unzip26
    .end std out.
    .end err out.
    Unzip26 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk1\db\stage\dboh52_oem_webstage1.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip27 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh1_.patch_storage.zip at C:\oracle\visdb\9.2.0\
    Unzip27
    .end std out.
    .end err out.
    Unzip27 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk1\db\stage\dboh1_.patch_storage.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip23 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh52_oem_webstage.zip at C:\oracle\visdb\9.2.0\
    Unzip23
    .end std out.
    .end err out.
    Unzip23 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk1\db\stage\dboh52_oem_webstage.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip24 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh29_demo.zip at C:\oracle\visdb\9.2.0\
    Unzip24
    .end std out.
    .end err out.
    Unzip24 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk1\db\stage\dboh29_demo.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip28 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh53_oem_webstage0.zip at C:\oracle\visdb\9.2.0\
    Unzip28
    .end std out.
    .end err out.
    Unzip28 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk1\db\stage\dboh53_oem_webstage0.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip29 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh46_oci.zip at C:\oracle\visdb\9.2.0\
    Unzip29
    .end std out.
    .end err out.
    Unzip29 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk1\db\stage\dboh46_oci.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip32 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh13_appsutil0.zip at C:\oracle\visdb\9.2.0\
    Unzip32
    .end std out.
    .end err out.
    Unzip32 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk1\db\stage\dboh13_appsutil0.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip33 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh62_ord.zip at C:\oracle\visdb\9.2.0\
    Unzip33
    .end std out.
    .end err out.
    Unzip33 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk1\db\stage\dboh62_ord.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip30 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh5_.patch_storage.zip at C:\oracle\visdb\9.2.0\
    Unzip30
    .end std out.
    .end err out.
    Unzip30 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk1\db\stage\dboh5_.patch_storage.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip34 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh22_classes1.zip at C:\oracle\visdb\9.2.0\
    Unzip34
    .end std out.
    .end err out.
    Unzip34 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk1\db\stage\dboh22_classes1.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip35 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh52_oem_webstage0.zip at C:\oracle\visdb\9.2.0\
    Unzip35
    .end std out.
    .end err out.
    Unzip35 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk1\db\stage\dboh52_oem_webstage0.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip36 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh65_rdbms.zip at C:\oracle\visdb\9.2.0\
    Unzip36
    .end std out.
    .end err out.
    Unzip36 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk1\db\stage\dboh65_rdbms.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip37 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh19_bin.zip at C:\oracle\visdb\9.2.0\
    Unzip37
    .end std out.
    .end err out.
    Unzip37 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk1\db\stage\dboh19_bin.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip38 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh42_jre.zip at C:\oracle\visdb\9.2.0\
    Unzip38
    .end std out.
    .end err out.
    Unzip38 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk1\db\stage\dboh42_jre.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip39 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh64_rdbms.zip at C:\oracle\visdb\9.2.0\
    Unzip39
    .end std out.
    .end err out.
    Unzip39 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk1\db\stage\dboh64_rdbms.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip41 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh32_javavm.zip at C:\oracle\visdb\9.2.0\
    Unzip41
    .end std out.
    .end err out.
    Unzip41 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk1\db\stage\dboh32_javavm.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip42 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh25_ctx.zip at C:\oracle\visdb\9.2.0\
    Unzip42
    .end std out.
    .end err out.
    Unzip42 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk1\db\stage\dboh25_ctx.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip43 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh20_bin0.zip at C:\oracle\visdb\9.2.0\
    Unzip43
    .end std out.
    .end err out.
    Unzip43 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk1\db\stage\dboh20_bin0.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip40 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh61_Omwb.zip at C:\oracle\visdb\9.2.0\
    Unzip40
    .end std out.
    .end err out.
    Unzip40 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk1\db\stage\dboh61_Omwb.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip31 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh50_oem_webstage.zip at C:\oracle\visdb\9.2.0\
    Unzip31
    .end std out.
    .end err out.
    Unzip31 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk1\db\stage\dboh50_oem_webstage.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip45 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh70_ultrasearch.zip at C:\oracle\visdb\9.2.0\
    Unzip45
    .end std out.
    .end err out.
    Unzip45 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk1\db\stage\dboh70_ultrasearch.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip46 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh7_.patch_storage.zip at C:\oracle\visdb\9.2.0\
    Unzip46
    .end std out.
    .end err out.
    Unzip46 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk1\db\stage\dboh7_.patch_storage.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip44 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh20_bin.zip at C:\oracle\visdb\9.2.0\
    Unzip44
    .end std out.
    .end err out.
    Unzip44 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk1\db\stage\dboh20_bin.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip47 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh27_ctx.zip at C:\oracle\visdb\9.2.0\
    Unzip48 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh24_classes.zip at C:\oracle\visdb\9.2.0\
    Unzip49 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh28_demo.zip at C:\oracle\visdb\9.2.0\
    Unzip50 - Start of native unzipping D:\Stage11i\oraDB\Disk1\db\stage\dboh36_javavm.zip at C:\oracle\visdb\9.2.0\
    AutoConfig is exiting with status 0
    Processing disk file : disk.label in D:\Stage11i\oraDB\Disk2
    Checking the content :disk.label
    All contents are valid.....
    =============================================================
    Processing the contents of : Disk2
    Processing the driver file : D:\Stage11i\oraDB\Disk2\db\driver\Disk2.drv
    UNZIPPING THE DISK2 CONTENTS
    Unzip51 - Start of native unzipping D:\Stage11i\oraDB\Disk2\db\stage\dboh16_assistants.zip at C:\oracle\visdb\9.2.0\
    Unzip51
    .end std out.
    .end err out.
    Unzip51 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk2\db\stage\dboh16_assistants.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip52 - Start of native unzipping D:\Stage11i\oraDB\Disk2\db\stage\dboh17_assistants.zip at C:\oracle\visdb\9.2.0\
    Unzip52
    .end std out.
    .end err out.
    Unzip52 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk2\db\stage\dboh17_assistants.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip55 - Start of native unzipping D:\Stage11i\oraDB\Disk2\db\stage\dboh14_assistants.zip at C:\oracle\visdb\9.2.0\
    Unzip55
    .end std out.
    .end err out.
    Unzip55 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk2\db\stage\dboh14_assistants.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip53 - Start of native unzipping D:\Stage11i\oraDB\Disk2\db\stage\dboh51_oem_webstage1.zip at C:\oracle\visdb\9.2.0\
    Unzip53
    .end std out.
    .end err out.
    Unzip53 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk2\db\stage\dboh51_oem_webstage1.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip56 - Start of native unzipping D:\Stage11i\oraDB\Disk2\db\stage\dboh4_.patch_storage.zip at C:\oracle\visdb\9.2.0\
    Unzip56
    .end std out.
    .end err out.
    Unzip56 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk2\db\stage\dboh4_.patch_storage.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip57 - Start of native unzipping D:\Stage11i\oraDB\Disk2\db\stage\dboh2_.patch_storage.zip at C:\oracle\visdb\9.2.0\
    Unzip57
    .end std out.
    .end err out.
    Unzip57 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk2\db\stage\dboh2_.patch_storage.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip54 - Start of native unzipping D:\Stage11i\oraDB\Disk2\db\stage\dboh50_oem_webstage1.zip at C:\oracle\visdb\9.2.0\
    Unzip54
    .end std out.
    .end err out.
    Unzip54 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk2\db\stage\dboh50_oem_webstage1.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip58 - Start of native unzipping D:\Stage11i\oraDB\Disk2\db\stage\dboh8_.patch_storage.zip at C:\oracle\visdb\9.2.0\
    Unzip58
    .end std out.
    .end err out.
    Unzip58 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk2\db\stage\dboh8_.patch_storage.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip59 - Start of native unzipping D:\Stage11i\oraDB\Disk2\db\stage\dboh6_.patch_storage.zip at C:\oracle\visdb\9.2.0\
    Unzip59
    .end std out.
    .end err out.
    Unzip59 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk2\db\stage\dboh6_.patch_storage.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip60 - Start of native unzipping D:\Stage11i\oraDB\Disk2\db\stage\dboh18_bin.zip at C:\oracle\visdb\9.2.0\
    Unzip60
    .end std out.
    .end err out.
    Unzip60 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk2\db\stage\dboh18_bin.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip61 - Start of native unzipping D:\Stage11i\oraDB\Disk2\db\stage\dboh0_.patch_storage.zip at C:\oracle\visdb\9.2.0\
    Unzip61
    .end std out.
    .end err out.
    Unzip61 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk2\db\stage\dboh0_.patch_storage.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip62 - Start of native unzipping D:\Stage11i\oraDB\Disk2\db\stage\dboh40_jlib.zip at C:\oracle\visdb\9.2.0\
    Unzip62
    .end std out.
    .end err out.
    Unzip62 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk2\db\stage\dboh40_jlib.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip64 - Start of native unzipping D:\Stage11i\oraDB\Disk2\db\stage\dboh26_ctx.zip at C:\oracle\visdb\9.2.0\
    Unzip64
    .end std out.
    .end err out.
    Unzip64 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk2\db\stage\dboh26_ctx.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip65 - Start of native unzipping D:\Stage11i\oraDB\Disk2\db\stage\dboh10_.patch_storage.zip at C:\oracle\visdb\9.2.0\
    Unzip65
    .end std out.
    .end err out.
    Unzip65 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk2\db\stage\dboh10_.patch_storage.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip67 - Start of native unzipping D:\Stage11i\oraDB\Disk2\db\stage\dboh65_rdbms0.zip at C:\oracle\visdb\9.2.0\
    Unzip67
    .end std out.
    .end err out.
    Unzip67 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk2\db\stage\dboh65_rdbms0.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip68 - Start of native unzipping D:\Stage11i\oraDB\Disk2\db\stage\dboh38_jlib.zip at C:\oracle\visdb\9.2.0\
    Unzip68
    .end std out.
    .end err out.
    Unzip68 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk2\db\stage\dboh38_jlib.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip70 - Start of native unzipping D:\Stage11i\oraDB\Disk2\db\stage\dboh57_olap.zip at C:\oracle\visdb\9.2.0\
    Unzip70
    .end std out.
    .end err out.
    Unzip70 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk2\db\stage\dboh57_olap.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip66 - Start of native unzipping D:\Stage11i\oraDB\Disk2\db\stage\dboh47_oem_webstage0.zip at C:\oracle\visdb\9.2.0\
    Unzip66
    .end std out.
    .end err out.
    Unzip66 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk2\db\stage\dboh47_oem_webstage0.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip71 - Start of native unzipping D:\Stage11i\oraDB\Disk2\db\stage\dboh45_network0.zip at C:\oracle\visdb\9.2.0\
    Unzip71
    .end std out.
    .end err out.
    Unzip71 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk2\db\stage\dboh45_network0.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip63 - Start of native unzipping D:\Stage11i\oraDB\Disk2\db\stage\dboh55_oem_webstage.zip at C:\oracle\visdb\9.2.0\
    Unzip63
    .end std out.
    .end err out.
    Unzip63 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk2\db\stage\dboh55_oem_webstage.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip69 - Start of native unzipping D:\Stage11i\oraDB\Disk2\db\stage\dboh66_rdbms.zip at C:\oracle\visdb\9.2.0\
    Unzip69
    .end std out.
    .end err out.
    Unzip69 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk2\db\stage\dboh66_rdbms.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip72 - Start of native unzipping D:\Stage11i\oraDB\Disk2\db\stage\dboh64_rdbms0.zip at C:\oracle\visdb\9.2.0\
    Unzip72
    .end std out.
    .end err out.
    Unzip72 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk2\db\stage\dboh64_rdbms0.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip76 - Start of native unzipping D:\Stage11i\oraDB\Disk2\db\stage\dboh52_oem_webstage2.zip at C:\oracle\visdb\9.2.0\
    Unzip76
    .end std out.
    .end err out.
    Unzip76 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk2\db\stage\dboh52_oem_webstage2.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip75 - Start of native unzipping D:\Stage11i\oraDB\Disk2\db\stage\dboh37_javavm.zip at C:\oracle\visdb\9.2.0\
    Unzip75
    .end std out.
    .end err out.
    Unzip75 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk2\db\stage\dboh37_javavm.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip74 - Start of native unzipping D:\Stage11i\oraDB\Disk2\db\stage\dboh29_demo0.zip at C:\oracle\visdb\9.2.0\
    Unzip74
    .end std out.
    .end err out.
    Unzip74 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk2\db\stage\dboh29_demo0.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip78 - Start of native unzipping D:\Stage11i\oraDB\Disk2\db\stage\dboh19_bin0.zip at C:\oracle\visdb\9.2.0\
    Unzip78
    .end std out.
    .end err out.
    Unzip78 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk2\db\stage\dboh19_bin0.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip73 - Start of native unzipping D:\Stage11i\oraDB\Disk2\db\stage\dboh21_bin0.zip at C:\oracle\visdb\9.2.0\
    Unzip73
    .end std out.
    .end err out.
    Unzip73 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk2\db\stage\dboh21_bin0.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip80 - Start of native unzipping D:\Stage11i\oraDB\Disk2\db\stage\dboh68_sysman.zip at C:\oracle\visdb\9.2.0\
    Unzip79 - Start of native unzipping D:\Stage11i\oraDB\Disk2\db\stage\dboh48_oem_webstage1.zip at C:\oracle\visdb\9.2.0\
    Unzip77 - Start of native unzipping D:\Stage11i\oraDB\Disk2\db\stage\dboh46_oci0.zip at C:\oracle\visdb\9.2.0\
    Unzip81 - Start of native unzipping D:\Stage11i\oraDB\Disk2\db\stage\dboh35_javavm.zip at C:\oracle\visdb\9.2.0\
    Unzip77
    .end std out.
    .end err out.
    Unzip77 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk2\db\stage\dboh46_oci0.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip81
    .end std out.
    .end err out.
    Unzip81 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk2\db\stage\dboh35_javavm.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip80
    .end std out.
    .end err out.
    Unzip80 - Completed native unzipping unzip -qn D:\Stage11i\oraDB\Disk2\db\stage\dboh68_sysman.zip -d C:\oracle\visdb\9.2.0\
    Thread exiting ..AutoConfig is exiting with status 0
    Processing disk file : disk.label in D:\Stage11i\oraDB\Disk3
    Checking the content :disk.label
    All contents are valid.....
    =============================================================
    Processing the contents of : Disk3
    Processing the driver file : D:\Stage11i\oraDB\Disk3\db\driver\Disk3.drv
    UNZIPPING THE DISK3 CONTENTS
    Not proceeding further.
    Regards

    It's rare to get apps assistance in the database forum. You might have better luck going to 'http://forums.oracle.com' and asking in the appropriate foum. Look for
    E-Business Suite
    Applications Technology
        * •  XML Publisher
        * •  Managing Oracle Applications
        * •  OA Framework
        * •  Install and Upgrade <-------
        * •  More...

  • Upgrade of oracle 11i database 9.2.0.6 to 9.2.0.8

    Hi ,
    I want upgrade oracle 11i applcation in to r12. for that 1st i need to upgrade my databse 9.2.0.6 to 9.2.0.8 then to 11.1 . iam using OEL5.1 os .IS it possibel to upgrade the database 9.2.0.6 to 9.2.0.8 on OEL5.1 .Kindly help this issue.

    Hi,
    According to the certification matrix, Oracle9i is not certified with OEL5. So, I am not sure how you managed to have 9.2.0.6 installed and running on this OS. There could be a workaround for ignore the OS pre-req. when running OUI, but I would suggest you log a SR to confirm this with Oracle support.
    Since you are upgrading to 9.2.0.8, please refer to (Note: 216550.1 - Oracle Applications Release 11i with Oracle9i Release 2 (9.2.0)) instead of the one referenced in my previous update (same section). Please note that you still need to apply patch 5035661.
    Thanks,
    Hussein

  • Login user id is invalid in oracle 11i apps 11.5.8 on windows 2003 server

    Dear All,
    I Installed oracle 11i apps 11.5.8 on windows server, when I try to start ie browser
    with user administrator and password, it is showing me, user id is invalid, try to login in again.
    and on the status bar down it is showing loginscript_logonsubmit().
    I can login with sql+ as apps/apps.
    Anybody can help me out.
    Thanks in advance,
    best regards,
    Ather Hussain
    [email protected]

    your problem is not very unusual... I also faced the similar situation cpl of times when Oracle was not able to continue the installation coz the Immediate Shutdown was failed. Actually During the installation, Oracle mounts/opens the database and shuts it down many times and few times, Oracle is unable to shutdown cleanly as some process is hanging or not responding.
    Piece of advise is that always use staging area to install Apps as it takes long time on Win2K (anything between 4-12 hrs) to install it and CDROM Access is lot slower than HDD. Also, it will prompt u every time to insert tbe CD. All this hassle can be bypassed by using the staging area. Read the Installation help document on how to create it.
    For failure reasons, look in ur installation log file which is created in the default Temp folder usually C:\documents and settings\USERNAME\local settings\temp for WinXP or C:\winnt\documents and settings\USERNAME\local settings\temp for Win2K.
    post or email me at [email protected] or [email protected] for further help/details.

Maybe you are looking for

  • How to set value in selectOnemenu using binding

    hi all. i have bind htmlSelectOneMenu. it contains some value. I want to set or display a value after a process. How to change value i have tried using setValue method of both binding property and value property of htmlSelectOneMenu. Same issue is wi

  • Report to get interfaces and corresponding communication channel details

    Hello Friends, I would like to develop a report, which can give me the details of interfaces in an XI environment, and their corresponding communication channel details like Server, Directory.... I know that IR and ID reside in Java stack. Here my qu

  • Why applets are not having constructors?

    hi, could anyone please explain ,why do we need to use init() method instead of constructor to initialize the applets.why applets are not having constructors?. thanks in advance Santhosh

  • Error in setDataSource()

    subreportClientDoc.getDatabaseController().setDataSource(resultSet_subReport, tableName_subReport , "resultTbSubReport"); While executing the above line, we are getting the below error message. com.crystaldecisions.sdk.occa.report.lib.ReportSDKExcept

  • Link To Download the documentation for Oracle Master Data Management

    Hi, I require to make a hierarchy for Processes in Master Data management. Where do you suggest will I get the user guides for all the Softwares in MDM.? Thanks, Aeron