EXP Issues with 9.2.0.3 upgrade from 9.2.0.1

We've been experiencing something weird with 9.2.0.3 on Windows that we were not experiencing with 9.2.0.1. When trying to export any database, we are unable to perform a full database export. Individual table exports work, but full exports fail.
To reproduce we did the following:
*Install Oracle 9.2.0.1 on a clean system. Do not create a database yet.
*Install the updated Oracle installer
*Install the 9.2.0.3 patch
*Create a general purpose database using DBCA.
Now, if you try and run export as sys, it will fail because the export views are not available. Note: on a 9.2.0.1 default database this used to not be the case.
Next run the CATEXP.SQL script to create the export views, etc.
Then when we run export we still get errors and export fails (sample log below). Anyone have any ideas or solutions?
D:\temp>exp
Export: Release 9.2.0.3.0 - Production on Wed Jun 4 11:46:03 2003
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Username: system
Password:
Connected to: Oracle9i Enterprise Edition Release 9.2.0.3.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.3.0 - Production
Enter array fetch buffer size: 4096 >
Export file: EXPDAT.DMP > test.dmp
(1)E(ntire database), (2)U(sers), or (3)T(ables): (2)U >
Export grants (yes/no): yes >
Export table data (yes/no): yes >
Compress extents (yes/no): yes >
Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
server uses AL32UTF8 character set (possible charset conversion)
About to export specified users ...
User to be exported: (RETURN to quit) > scott
User to be exported: (RETURN to quit) >
. exporting pre-schema procedural objects and actions
. exporting foreign function library names for user SCOTT
. exporting PUBLIC type synonyms
. exporting private type synonyms
. exporting object type definitions for user SCOTT
About to export SCOTT's objects ...
. exporting database links
. exporting sequence numbers
. exporting cluster definitions
EXP-00056: ORACLE error 31600 encountered
ORA-31600: invalid input value EMIT_SCHEMA for parameter NAME in function SET_TR
ANSFORM_PARAM
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 105
ORA-06512: at "SYS.DBMS_METADATA_INT", line 3926
ORA-06512: at "SYS.DBMS_METADATA_INT", line 4050
ORA-06512: at "SYS.DBMS_METADATA", line 836
ORA-06512: at line 1
EXP-00000: Export terminated unsuccessfully
D:\temp>

Hi Rochard
Try running
catalog.sql, catproc.sql and catpatch.sql. I think that should solve your problem.
It looks like even the new database created should be run with catpatch.sql after you upgrade you sfotware from your base version 9.2.0.1
thanks
devi

Similar Messages

  • Issue with shared pool size while upgrading from 10.2.0.4 to 11.2.0.2

    Hi Team,
    Below is my issue
    I am running dbua as part of the upgrade from 10.2.0.4 to 11.2.0.2. Its almost 59% and nothing is happening on the instance. The logs directory contian the below
    -bash-3.00$ ls -ltr
    total 280
    -rw-r----- 1 ora8014 ems8014 3662 Oct 16 08:58 upgrade.xml
    -rw-r----- 1 ora8014 ems8014 1127 Oct 16 09:00 Upgrade_Directive.log
    -rw-r----- 1 ora8014 ems8014 7452 Oct 16 09:00 mapfile.txt
    -rw-r----- 1 ora8014 ems8014 297 Oct 16 09:04 SpaceUsage.txt
    -rw-r----- 1 ora8014 ems8014 9803 Oct 16 09:04 PreUpgradeResults.html
    -rw-r----- 1 ora8014 ems8014 1572 Oct 16 09:06 PreUpgrade.log
    -rw-r----- 1 ora8014 ems8014 2850 Oct 16 09:06 Oracle_Text.log
    -rw-r----- 1 ora8014 ems8014 157816 Oct 16 09:09 trace.log
    -rw-r----- 1 ora8014 ems8014 71368 Oct 16 09:09 sqls.log
    -rw-r----- 1 ora8014 ems8014 339 Oct 16 09:09 Oracle_Server.log
    -bash-3.00$ date
    Sat Oct 16 22:54:27 PDT 2010
    -bash-3.00$ pwd
    /slot/ems8014/oracle/app/ora8014/cfgtoollogs/dbua/ebs11i10/upgrade1
    It seems its almost more 12 hrs nothing has happened. When I check the oracle_server.log it has the error
    -bash-3.00$ tail Oracle_Server.log
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    select count(*) from v$instance
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    ORA-00371: not enough shared pool memory, should be atleast 424463564 bytes
    Hence I started the Db in 10g oracle home to check and below is the details.
    SQL> select * from V$SGAINFO;
    NAME BYTES RES
    Fixed SGA Size 1267908 No
    Redo Buffers 11313152 No
    Buffer Cache Size 614400000 Yes
    Shared Pool Size 301989888 Yes
    Large Pool Size 8388608 Yes
    Java Pool Size 67108864 Yes
    Streams Pool Size 50331648 Yes
    Granule Size 4194304 No
    Maximum SGA Size 1056964608 No
    Startup overhead in Shared Pool 188743680 No
    Free SGA Memory Available 0
    11 rows selected.
    I tried to increase the space of shared pool as below
    SQL> ALTER SYSTEM SET shared_pool_size ='301M' SCOPE=MEMORY SID='ebs11i10';
    ALTER SYSTEM SET shared_pool_size ='301M' SCOPE=MEMORY SID='ebs11i10'
    ERROR at line 1:
    ORA-02097: parameter cannot be modified because specified value is invalid
    ORA-04033: Insufficient memory to grow pool
    I am stuck and cant proceed further. Could you please help me on this issue so that I overcome this and proceed further.
    Thanks
    Shyam.

    These are the logs. Could you please let me know which one you want.
    -bash-3.00$ pwd
    /slot/ems8014/oracle/app/ora8014/cfgtoollogs/dbua/ebs11i10/upgrade1
    -bash-3.00$ ls -ltr
    total 280
    -rw-r----- 1 ora8014 ems8014 3662 Oct 16 08:58 upgrade.xml
    -rw-r----- 1 ora8014 ems8014 1127 Oct 16 09:00 Upgrade_Directive.log
    -rw-r----- 1 ora8014 ems8014 7452 Oct 16 09:00 mapfile.txt
    -rw-r----- 1 ora8014 ems8014 297 Oct 16 09:04 SpaceUsage.txt
    -rw-r----- 1 ora8014 ems8014 9803 Oct 16 09:04 PreUpgradeResults.html
    -rw-r----- 1 ora8014 ems8014 1572 Oct 16 09:06 PreUpgrade.log
    -rw-r----- 1 ora8014 ems8014 2850 Oct 16 09:06 Oracle_Text.log
    -rw-r----- 1 ora8014 ems8014 157816 Oct 16 09:09 trace.log
    -rw-r----- 1 ora8014 ems8014 71368 Oct 16 09:09 sqls.log
    -rw-r----- 1 ora8014 ems8014 339 Oct 16 09:09 Oracle_Server.log

  • I just restored my 13" MBP i5 at the apple store to the newest version of Lion after issues with a previous Time Machine backup from Snow Leopard- this time I created a new account and just ported files and folders, and now MS Office doesn't work. Help?

    I just restored my 13" MBP i5 at the apple store to the newest version of Lion after issues with a previous Time Machine backup from Snow Leopard- this time I created a new account and just ported files and folders, and now MS Office doesn't work.
    ^^ that's the main problem. Here's the full history.
    I bought a new 13" i5 MBP, early 2011 edition. I had an old white Macbook 2.14 ghz core2duo on Snow Leopard. I attempted to port over my time machine backup, but encountered problems in that my User was inaccessible from the new computer after the import finished, and I had to go in and change the root password, etc, and for some reason or another, I couldn't install any programs at all from that administrator's account. By "couldn't" I mean I could install them, but upon installation they would never boot. So, I took it to the apple store and did a clean install from the most up to date Lion OSX. Then, I created a brand new admin account, instead of trying to import the old one, and things seemed great. Then, I just imported my old files from the TM backup, but not any system settings, permissions, or user data. Just my Docs, pics, vids, apps, and itunes stuff.
    Here's where things get weird again. I imported this stuff under the name "old", but all of these folders have a red negative sign on them, marking them as restricted. So, from my main admin account, I cannot even peruse these folders. Since I didn't import user data, I can't sign in to the "old" account to change permissions. I already tried to change the permissions from system preferences, but that didn't change anything. And now, for whatever reason, of all the apps that were imported then, MS Office is the only set of apps that does not work. When I click on it, it just says there was a problem and asks if I'd like to send a report to apple. I tried reinstalling it to no avail. I'm an English student, so i really need access to Word. Can anyone help? The Apple store is a major detour for me and would like to fix this issue myself.

    Most likely you have Office 2004 which are PPC-only applications and will not work in Lion. Upgrade to Office 2011. Other alternatives are:
    Apple's iWork suite (Pages, Numbers, and Keynote.)
    Open Office (Office 2007-like suite compatible with OS X.)
    NeoOffice (similar to Open Office.)
    LibreOffice (a new direction for the Open Office suite.)

  • I have an IAMc 4.1 with intel core duo.  Upgraded from tiger to snow leopard but cannot get safari to run in 64 bit.  Is this because my older IMac won't support 64 bit?

    I have an IAMc 4.1 with intel core duo.  Upgraded from tiger to snow leopard but cannot get safari to run in 64 bit.  Is this because my older IMac won't support 64 bit?

    Hi,
    the Intel Core Duo processor is a 32-bit only processor and not capable of 64-bit.
    Only the Core 2 Duo and later processors are capable of 64-bit.
    Sorry
    Stefan

  • Hi am having issues with getting the list of users from the Active Director

    Hi am having issues with getting the list of users from the Active Directory, can anyone help me with this!

    Hi Jason,
    Try this:
    1.  In Ultiboard select Tools>>Netlist Editor>>Pins, press the Delete button
    2.  Select all nets in the Select the Net to Delete dialog and then press the Delete button.  This will clear all nets in the layout, don't worry all traces, parts are still on the design.
    3.  Go to Multisim and select Transfer>>Forward annotate to Ultiboard.    This will add all nets that you removed back and it should fix the pin problem
    Tien P.
    National Instruments

  • Is anyone else having issues with their mail , where the reply from the person you just contacted contains very old emails from a different contact ?

    Is anyone else having issues with their mail , where the reply from the person you just contacted contains very old emails from a different contact ?

    I mean that I sent an email to a contact of mine yesterday. His reply contained a stream of very old emails I had received in 2009 from a totally different contact all together !! The reply email was in my inbox as being from the original person I sent the email to. This is starting to happen more regularly now , so is a problem !

  • Any known issues with SCOM 2007 R2 after upgrading to SP2 for SQL 2008 R2 ?

    Are there any known or reported issues in SCOM 2007 R2 after installing SP2 for SQL server 2008 R2 ?  Currently running RTM version of SQL Server 2008 R2.

    Hi There,
    As a testing purpose long time back i did this. I did this step by step
    I installed SCOM 2007R2 with SQL server 2008 with SP1 initially.
    Then upgraded to 2008 SP2.
    Then upgraded to 2008 SP3
    Then upgraded to 2008 R2.
    Then upgraded to 2008 R2 SP1
    Finally to SP2
    I dint find any issue.
    I just kept on adding service packs upon each other. Except for upgradation to 2008 to 2008 r2 i used the installation media then the SP1 & SP2 files. to upgrade to service packs.
    If you want to go to directly SP2 i would suggest you install SP1 and then install SP2.
    Every thing is fine in the LAB equipment i tried this.
    Gautam.75801

  • Issue with excel email attachment after upgrade

    Hi ,
    We have recently upgraded from ECC 5.0 non-unicode to ECC 6.0 unicode version.
    An existing program converts the data in an internal table into HTML code and then sends this as an email attachment(XLS format) using the FM SO_NEW_DOCUMENT_ATT_SEND_API1.
    Now if the mail attachment is sent from the non-unicode system , excel converts the HTML code and shows the data perfectly but when i open the mail attachment from the unicode system, the HTML code sits in a cell of the excel and therefore data is not visible.If i wish to see the data, i will have to cut the data from the cell and paste it .
    I anticipate that this is because of some issue with the unicode.
    Your inputs towards the issue resolution are highly appreciated.
    Thanks,
    Avanish Joshi

    I found the note 1151258 and as mentioned in it, i used the BCS class for sending excel attachments and it worked.
    My sincere apologies for not replying to those who posted queries to this question.
    Thanks.

  • TS4363 Issues with the Exchange mail after upgrade to the lion x

    I can access my emails of my job in my iphone 5 and in my tablet. In the pass I used to access it by my macbook pro, but after updated to the IOS X, I got issues with the Exchange in the mac.

    Found the answer here: https://discussions.apple.com/thread/4138783

  • Leopard not working with HP Scanner/Printer after upgrading from Tiger?

    Anyone had a similar issue: I can not longer scan things with my HP All in one since the upgrade to Leopard. Is this a coincidence or is there a problem I need to fix. Grateful for any helpful advise, Floor

    van D wrote:
    Anyone had a similar issue: I can not longer scan things with my HP All in one since the upgrade to Leopard. Is this a coincidence or is there a problem I need to fix. Grateful for any helpful advise, Floor
    Unfortunately HP is slow in updating software for Leopard compatibility. If you search this forum you will find some solutions for your problem.
    First, check HP's website for the latest software.
    I believe that uninstalling your current HP software and either reinstalling it or installing more recent software usually solves the problem.
    There was also an issue with Canon scanners.
    Here are a few links to look at:
    http://h10025.www1.hp.com/ewfrf/wc/genericDocument?docname=c01234231&cc=us&dlc=e n&lc=en&jumpid=regR1002USEN
    http://forums.macworld.com/message/605773
    http://forums.macosxhints.com/showthread.php?t=80579
    I personally gave up with HP a while ago, while still using PCs. I switched to Epson and both my Epson printers and my Epson scanner work fine with all my computers, PC and Mac. That was my solution.

  • Opatch error with IBM AIX6.1 when upgrade from r12.1.1 to r12.1.2

    I'm running E-Business Suite (Oracle Financials AR, AP and GL modules only) r12.1.1 on AIX 6.1. I clean install r12.1.1 from rapidwiz. I'm running one Apps tier and one database tier.
    Now I perform the upgrade to r12.1.2, and I plan the route to be:
    1. Use opatch to apply Database Preparation Path E for DB 11.1.0.7 (ID: 761570.1)
    * 7211965
    * 7330434
    * 7486407
    * 7627743
    * 7639602
    * 7684818
    * 8199107
    * 8639653
    * 8940108
    * 9026927
    * 9066130
    2. Use AutoPatch to apply R12.AD.B.DELTA.2 Patch 8502056
    3. Use AutoPatch to apply Release 12.1.2 Patch 7303033
    4. Use AutoPatch to apply post-R12.1.2's Database Preparation Path E: 5880762.
    5. Use AutoPatch to apply the latest consolidated online help Patch 7303032
    6. Use AutoPatch to apply Workflow Interoperability Patch 8291541
    Questions:
    1. Do I cover all things needed for upgrading from R12.1.1 to R12.1.2, or I have missed or overdone anything?
    2. When I now do the upgrade step 1, which needs to run opatch on Database tier, it says as below:
    orapth@HK01SO90003:7211965 > opatch apply
    Invoking OPatch 11.1.0.6.2
    Oracle Interim Patch Installer version 11.1.0.6.2
    Copyright (c) 2007, Oracle Corporation. All rights reserved.
    Oracle Home : /u01/app/oracle/db/erppth/product/11.1.0
    Central Inventory : /etc/oraInventory/ebs
    from : /etc/oraInst.loc
    OPatch version : 11.1.0.6.2
    OUI version : 11.1.0.7.0
    OUI location : /u01/app/oracle/db/erppth/product/11.1.0/oui
    Log file location : /u01/app/oracle/db/erppth/product/11.1.0/cfgtoollogs/opatch/opatch2010-06-03_21-08-18PM.log
    Unhandled exception
    Type=Segmentation error vmState=0x00000000
    J9Generic_Signal_Number=00000004 Signal_Number=0000000b Error_Value=00000000 Signal_Code=00000033
    Handler1=09001000A04C1C78 Handler2=09001000A04D4538
    R0=000000000000013C R1=0FFFFFFFFFFFE050 R2=0000000111C7FD48 R3=0000000000000400
    R4=0700000000342C40 R5=0000000111855668 R6=00000000000009F8 R7=000000000588800E
    R8=0000000005888008 R9=00000001119CE4C8 R10=0000000111C7F800 R11=0900000003EB3C38
    R12=0900000004379694 R13=000000011000D720 R14=00000001119CE4C8 R15=0000000110098E00
    R16=0000000110E7CD70 R17=0000000111B72E80 R18=09001000A04C53B0 R19=0000000000000002
    R20=0000000111C7F968 R21=00000001119CE5D0 R22=0000000110098E80 R23=0000000000000000
    R24=09001000A04F1A50 R25=09001000A04F13C8 R26=07000000003A36F8 R27=00000001100109B0
    R28=0000000000000000 R29=09001000A04BBC98 R30=0FFFFFFFFFFFE5E0 R31=0700000000342C40
    IAR=0900000003EB3C38 LR=0000000110662D38 MSR=A00000000000D032 CTR=0900000003EB3C38
    CR=2258544B20000004 FPSCR=8200400000000000 XER=2000000482004000
    FPR0 4032000000000000 (f: 0.000000, d: 1.800000e+01)
    FPR1 3ff0000000000000 (f: 0.000000, d: 1.000000e+00)
    FPR2 4033000000000000 (f: 0.000000, d: 1.900000e+01)
    FPR3 3fee666660000000 (f: 1610612736.000000, d: 9.500000e-01)
    FPR4 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR5 4530000000000000 (f: 0.000000, d: 1.934281e+25)
    FPR6 3fb9999999999999 (f: 2576980480.000000, d: 1.000000e-01)
    FPR7 3c63333333333333 (f: 858993472.000000, d: 8.326673e-18)
    FPR8 0000000082024000 (f: 2181185536.000000, d: 1.077649e-314)
    FPR9 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR10 4330000000000000 (f: 0.000000, d: 4.503600e+15)
    FPR11 4026000000000000 (f: 0.000000, d: 1.100000e+01)
    FPR12 3fe8000000000000 (f: 0.000000, d: 7.500000e-01)
    FPR13 4020800000000000 (f: 0.000000, d: 8.250000e+00)
    FPR14 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR15 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR16 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR17 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR18 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR19 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR20 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR21 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR22 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR23 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR24 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR25 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR26 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR27 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR28 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR29 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR30 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR31 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    Module=/u01/app/oracle/db/erppth/product/11.1.0/jdk/jre/bin/libj9jit23.so
    Module_base_address=0900000003E89000
    Target=2_30_20070131_11312_BHdSMr (AIX 6.1)
    CPU=ppc64 (4 logical CPUs) (0x300000000 RAM)
    JVMDUMP006I Processing Dump Event "gpf", detail "" - Please Wait.
    JVMDUMP007I JVM Requesting System Dump using '/u02/oradata/staging/r12.1.2/DBPathE/7211965/core.20100603.210818.14745612.dmp'
    JVMDUMP010I System Dump written to /u02/oradata/staging/r12.1.2/DBPathE/7211965/core.20100603.210818.14745612.dmp
    JVMDUMP007I JVM Requesting Snap Dump using '/u02/oradata/staging/r12.1.2/DBPathE/7211965/Snap0001.20100603.210818.14745612.trc'
    JVMDUMP010I Snap Dump written to /u02/oradata/staging/r12.1.2/DBPathE/7211965/Snap0001.20100603.210818.14745612.trc
    JVMDUMP007I JVM Requesting Java Dump using '/u02/oradata/staging/r12.1.2/DBPathE/7211965/javacore.20100603.210818.14745612.txt'
    JVMDUMP012E Error in Java Dump: /u02/oradata/staging/r12.1.2/DBPathE/7211965/javacore.20100603.210818.14745612.txt
    JVMDUMP013I Processed Dump Event "gpf", detail "".
    OPatch failed with error code 160
    I also experience this when I run:
    opatch lsinventory
    Please help to solve this problem. Is it also OUI problem? I have tried to upgrade opatch version, and it still cannot solve the problem.
    I once tried patch 9216848, it makes the opatch work, but later when I finished installing this patch, I cannot see the forms as it says "magic number problem". Also the adworker always hangs when I do upgrade on R12.1.2 Patch 7303033. So I dun think it is a solution.

    Hi
    a. cannot open forms with FRM-92101 error code as it says "magic number" issuePlease post the complete error message.Error log of ora/10.1.3/j2ee/forms/forms_default_group_1/application.log
    10/06/02 21:03:03.552 formsweb: 10.1.3.4.0 Started
    10/06/02 21:08:06.396 formsweb: ListenerServlet init()
    10/06/02 21:08:07.781 formsweb: Forms session <1> aborted: runtime process failed during startup with errors exec(): 0509-036 Cannot load program /u01/app/oracle/as/erpdev/product/10.1.2/bin/frmweb because of the following errors:
         0509-150 Dependent module /u01/app/oracle/as/erpdev/product/10.1.2/jdk/jre/bin/classic/libjvm.a could not be loaded.
         0509-103 The module has an invalid magic number.
    10/06/02 21:08:07.784 formsweb: Forms session <1> exception stack trace:
    oracle.forms.engine.RunformException: Forms session <1> failed during startup: no response from runtime process
         at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
         at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
         at oracle.forms.servlet.RunformSession.dataToRunform(Unknown Source)
         at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:735)
    10/06/02 22:02:03.689 formsweb: Forms session <2> aborted: runtime process failed during startup with errors exec(): 0509-036 Cannot load program /u01/app/oracle/as/erpdev/product/10.1.2/bin/frmweb because of the following errors:
         0509-150 Dependent module /u01/app/oracle/as/erpdev/product/10.1.2/jdk/jre/bin/classic/libjvm.a could not be loaded.
         0509-103 The module has an invalid magic number.
    10/06/02 22:02:03.689 formsweb: Forms session <2> exception stack trace:
    oracle.forms.engine.RunformException: Forms session <2> failed during startup: no response from runtime process
         at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
         at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
         at oracle.forms.servlet.RunformSession.dataToRunform(Unknown Source)
         at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:735)
    b. getting hanged in adworkers when compiling objects in applying 7303033 patchAny errors in the workers log files?One of the Adworker log:
    The adpatch is hanged because some of its adworkers get this fault:
    Start time for file is: Thu Jun 03 2010 10:49:29
    JDBC connect string from AD_APPS_JDBC_URL is
    (DESCRIPTION=(ADDRESS_LIST=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS=(PROTOCOL=tcp)(HOST=HK01SO90003.hkg.mizuho-sc.com)(PORT=1527)))(CONNECT_DATA=(SERVICE_NAME=pth)))
    adjava oracle.apps.ad.worker.AdJavaWorker "(DESCRIPTION=(ADDRESS_LIST=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS=(PROTOCOL=tcp)(HOST=HK01SO90003.hkg.mizuho-sc.com)(PORT=1527)))(CONNECT_DATA=(SERVICE_NAME=pth)))" APPS ***** thin 8 /u01/app/oracle/as/erppth/appl/admin/adUtilMapNew.txt
    Copyright (c) 2002 Oracle Corporation
    Redwood Shores, California, USA
    AD Java
    Version 12.0.0
    NOTE: You may not use this utility for custom development
    unless you have written permission from Oracle Corporation.
    Reading product information from file...
    Reading language and territory information from file...
    Reading language information from applUS.txt ...
    Temporarily resetting CLASSPATH to:
    "/u01/app/oracle/as/erppth/appl/ad/12.0.0/java/adjava.zip:/u01/app/oracle/as/erppth/product/10.1.3/appsutil/jdk/lib/dt.jar:/u01/app/oracle/as/erppth/product/10.1.3/appsutil/jdk/lib/tools.jar:/u01/app/oracle/as/erppth/product/10.1.3/appsutil/jdk/jre/lib/rt.jar:/u01/app/oracle/as/erppth/comn/java/lib/appsborg.zip:/u01/app/oracle/as/erppth/product/10.1.2/forms/java:/u01/app/oracle/as/erppth/product/10.1.2/forms/java/frmall.jar:/u01/app/oracle/as/erppth/product/10.1.2/jlib/ewt3.jar:/u01/app/oracle/as/erppth/product/10.1.2/j2ee/OC4J_BI_Forms/applications/formsapp/formsweb/WEB-INF/lib/frmsrv.jar:/u01/app/oracle/as/erppth/comn/java/classes"
    Calling /u01/app/oracle/as/erppth/product/10.1.3/appsutil/jdk/jre/bin/java ...
    Exception in thread "main" java.sql.SQLRecoverableException: Io exception: There is no process to read data written to a pipe.
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:101)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:199)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:263)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:521)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:418)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:510)
         at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:203)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:33)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:510)
         at java.sql.DriverManager.getConnection(Unknown Source)
         at java.sql.DriverManager.getConnection(Unknown Source)
         at oracle.apps.ad.worker.AdJavaWorker.getAppsConnection(AdJavaWorker.java:1041)
         at oracle.apps.ad.worker.AdJavaWorker.main(AdJavaWorker.java:276)
    Caused by: java.net.SocketException: There is no process to read data written to a pipe.
         at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:103)
         at java.net.SocketOutputStream.write(SocketOutputStream.java:147)
         at oracle.net.ns.DataPacket.send(DataPacket.java:150)
         at oracle.net.ns.NetOutputStream.flush(NetOutputStream.java:180)
         at oracle.net.ns.NetInputStream.getNextPacket(NetInputStream.java:169)
         at oracle.net.ns.NetInputStream.read(NetInputStream.java:117)
         at oracle.net.ns.NetInputStream.read(NetInputStream.java:92)
         at oracle.net.ns.NetInputStream.read(NetInputStream.java:77)
         at oracle.jdbc.driver.T4CMAREngine.unmarshalUB1(T4CMAREngine.java:1034)
         at oracle.jdbc.driver.T4CMAREngine.unmarshalSB1(T4CMAREngine.java:1010)
         at oracle.jdbc.driver.T4CTTIoauthenticate.receiveOauth(T4CTTIoauthenticate.java:760)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:368)
         ... 8 more
    BTW, I'd like to ask where's my Database Initialiation File? I find init.ora and init<SID>.ora in $ORACLE_HOME/dbs in DB Tier, but I cannot find the lines -- pgamax_size. Which file I should edit and what things should I add / remove /edit?
    pgamax_size is a hidden parameter (why you need to set this one?).
    The PGAMAX_SIZE hidden parameter
    http://dba-blog.blogspot.com/2005/08/pgamaxsize-hidden-parameter.html
    I want to set the Database Initialiation File because in Database Preparation Guidelines (ID: 761570.1), it says that:
    1. Before performing any Applications upgrade or maintenance operations, customers must add the following to the database intialization file to disable fast validation for PL/SQL recompilations:
    disablefast_validate=TRUE
    The line should be commented out during the normal operation of the Applications system.
    2. Customers using Oracle iRecruitment on Oracle Database 11gR1 must add the following line to their database initialization file::
    event="31151 trace name context forever, level 0x100"
    Setting this event provides a fix for the issue reported in bug 6952870.
    3. If you encounter the error:
    ORA-04030: out of process memory when trying to allocate 822904 bytes (pga heap, kco buffer)
    ORA-07445: exception encountered: core dump [dbgtfdFileWrite()+48]
    set the pgamax_size initialization parameter to a larger value as follows: pgamax_size=104857600
    and restart your database.
    I wonder where I can modify these three parameters (which file to edit, and whether it is append / delete / modify values). Or I do not need to do these three points, or even I do not need to go through Database Preparation Guidelines (ID: 761570.1) because my database is 10.3.4 already?
    Thanks!

  • Can I sync my iCloud calendar with Outlook 365?  I upgraded from Office 2010 and now it doesn't sync.

    I upgraded from Outlook 2010, and now it doesn't update in Outlook 365.  Thinking I can't do it, and it's a pity, cause I want it all to integrate on phone and on desktop.  I'm running Windows 7 and Office 365.  The iCloud app works fine with Internet Explorer, but I can't get the calendar to update.  Any suggestions?

    Can't I just set up Exchange as one of my calendars in ical?
    Only if you're running Snow Leopard and your employer will allow access (different than iPhone/mobile device access, so most likely not), but not needed - keep reading.
    Is it really true that I have to choose between syncing Exchange with work server OR syncing iCal with personal Macbook?
    No. It was true, but with the v3.0 software that changed - you can now sync your Exchange contacts and calendar over the air, and your Address Book and iCal via iTunes over the docking cable.
    What is the best work around for this?
    None needed. When you set up the exchange account, and choose to turn on syncing of contacts and calendars, you will be prompted to remove all other data, or keep it on the iPhone. Choose the keep option. Note that in that case, your personal data will not be uploaded to the Exchange server - the iPhone keeps them separate (although you can choose to view them in a merged fashion).
    I have this set up on my phone (Exchange calendar along side personal and other calendars from iCal). Same for contacts. Works great.

  • Printing Issues with HP D145 and multiple users from G5

    Hi - I've a HP D145 All-In-One connected via USB to a G5 (as described below). The machine has multiple accounts on for different members of my family. The printer is directly connected to the G5 via USB connection but is shared with other Macs. Printing has become increasingly difficult, and we now have the following problems:
    1. Printing will only work from the administrators account.
    2. Printing periodically (daily, generally after a few hours of use) stops from the administrators account
    Solutions tried:
    a. Check set up for the non-administrators accounts....Looks OK for printing
    b. When printing stops - I've tried repairing the permissions with the Disk Utility. This no longer works.
    c. Run Printer Setup Repair (with option to repair all user accounts) - Works for the administrators account providing the computer and printer are restarted, otherwise no effect.
    d. Reinstalling the software - No effect
    It’s beginning to look like I need to replace this printer with one that works.
    You can help me in two ways - how to solve the printer problems, or alternatively suggest a colour All-in-One printer that can work with multiple accounts and does not have the problems mentioned above.
    Many thanks in advance,
    Regards,
    Melvyn

    Below I've copied the fix HP proposed and some additional information that they have sent me.
    1. The proposed fix that we could not make work:
    Hello Melvyn,
    Thank you for contacting HP Total Care.
    Simply reinstalling the software will not be enough to solve the
    problem. Try these steps to resolve the issue at hand:
    From the Administrator account:
    Double-click on the Macintosh Hard Disk.
    Open Applications.
    Click and drag Hewlett Packard Folder to the trash.
    Close all windows.
    Double-click on the Macintosh Hard Disk.
    Open the Applications folder.
    Open the Utilities folder.
    Double-click on Process Viewer/Activity Monitor
    If Activity Monitor does not appear:
    Choose Monitor in the toolbar across the top.
    Check Show Activity Monitor.
    Ensure the Activity Monitor shows "All Processes", instead of "My
    Processes".
    Single-click and quit each of the applications starting with HP, using
    the Stop Sign that says "Quit Process" beneath it.
    Close Activity Monitor.
    Double-click Macintosh Hard Disk.
    Open the Library folder.
    Open the Preferences folder.
    Click and drag either HP AIO Preferences or Hewlett Packard Preferences
    to the trash.
    Remove the HP Registry file.
    Go back to the Library folder.
    Open the Printers folder.
    Remove the HP folder
    Double click Macintosh Hard Disk.
    Open the Users folder.
    Choose the User logged into.
    Open the Library folder.
    Open the Preferences folder.
    Click and drag either HP AIO Preferences or Hewlett Packard Preferences
    to the trash.
    Click and drag files beginning with com.hp to the trash.
    Click and drag files beginning with HP to the trash.
    Double-click the Macintosh Hard Disk.
    Open the Applications folder.
    Open the Utilities folder.
    Double-click Printer Setup Utility.
    Delete any HP All-In-One printers listed (click the printer name to
    highlight it, then click the Delete button on the printer list)
    Repeat process for all HP All-In-One Printers.
    Remove HP Director/Image Zone from dock by dragging to the trash.
    Restart the Macintosh.
    Empty the Trash.
    From each user account:
    Double click Macintosh Hard Disk.
    Open the Users folder.
    Choose the User logged into.
    Open the Library folder.
    Open the Preferences folder.
    Click and drag either HP AIO Preferences or Hewlett Packard Preferences
    to the trash.
    Click and drag files beginning with com.hp to the trash.
    Click and drag files beginning with HP to the trash.
    Double-click the Macintosh Hard Disk.
    Open the Applications folder.
    Open the Utilities folder.
    Double-click Printer Setup Utility.
    Delete any HP All-In-One printers listed (click the printer name to
    highlight it, then click the Delete button on the printer list)
    Repeat process for all HP All-In-One Printers.
    Remove HP Director/Image Zone from dock by dragging to the trash.
    Restart the Macintosh.
    Empty the Trash.
    From the Administrator account:
    Download and install the latest software for this product. You can
    obtain this software from the following link:
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?lc=en&cc=us⟨=en&os=219& product=64992&dlc=en&softwareitem=oj-35225-1
    From each user account:
    Double-click the Macintosh Hard Disk.
    Open the Applications folder.
    Open the Utilities folder.
    Double-click Printer Setup Utility.
    Click Add, ensure you are in the Default Browser.
    Select the HP All-In-One Printer.
    Click Add at the bottom-right corner of the screen.
    Set this printer as the default.
    You should now be able to print from all accounts.
    Sincerely,
    2. The reasons why it may not have worked:
    We need to be sure that you are fully logging out of one account and
    then back into the next. The fast user switching feature of the Mac OS
    can create problems with our printer drivers. For this reason, fast user
    switching is not supported by HP.
    The other issue we may be running into would be the Mac OS itself. Over
    the past few months the Mac OS has gone through several updates. When
    the 10.4.4 version was released it created some issues with our existing
    software. An updated version of our software has been developed which
    works well with 10.4.4 and higher, but it is not available for this
    printer.
    It may be that as each new OS update is installed on your computers that
    the issue becomes worse. If you are running the Mac OS 10.4.3 or lower
    then the version 7.3.1 of our software should work fine. If it is 10.4.4
    or higher there will be some issues as the new OS versions do not seem
    to like the older drivers.
    I would have to recommend retrying the full uninstall the Derek had
    outlined. This time however, just install the downloaded 7.3.1 software
    from our web site for the D145. Once it has been installed we need to
    test it fully without adding the scanjet software. I am hoping that
    without both version of our software installed it may work better.
    This should resolve the issue. If you need further assistance, please
    reply to this message and we will be happy to assist you further.
    3. The repsonse to questions on switching and OS X 10.4.4
    You are correct, since you are running the 10.4.4 I cannot guarantee
    that the older software version will allow full functionality. It should
    allow for printing and as long as you avoid the fast user switching,
    when trying to print, it should keep working well.
    I understand the convenience of fast user switching but you will have to
    log completely out of one user, and then log properly into the next
    before you can expect the printer to function.
    I would still recommend trying the steps I had outlined as it really is
    the only thing you can do that may work.
    G5, 2 GHz dual processor, 2Gb RAM, 500GB Hard disk   Mac OS X (10.4.3)   Clarification of the issues from HP

  • Issues with nested for loops - saving images from a camera

    Hi all,
    I've written a vi. to capture a specific number of images ('Image No') and save these images, outputted to a folder of my choice.  Each image is identified sequentially.  However, I wish to do a number of iterations ('Run') of this capture sequence, such that the filename of each image would be 'Filename (Run)_(Image No).png', e.g. run 5, image 10 would be 'Filename 5_10.png'.  I have tried a nested for loop for this but I receive an error 'Asynchronous I/O operation in progress' (I've attached a printscreen).
    Can anyone assist me in solving this problem? I preiously posted this in machine Vision but got no response (http://forums.ni.com/t5/Machine-Vision/Capturing-image-sequences-issues-with-nested-for-loops/m-p/19...).  Please find attached my vi.
    Kindest regards and thanks,
    Miika
    Solved!
    Go to Solution.
    Attachments:
    Labview problem.jpg ‏3841 KB
    Image sequence save to file.vi ‏48 KB

    Miika,
    the problem is not the filenam, but the name of the folder (AHHHHH!). You try to create the same folder in the outer for loop over and over again.... (it is the error message above the '======', not below )
    Norbert
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • Issue with opening .PDF files after recalling from Symantec Enterprise Vault

    Good Morning,
    I am having issues with opening PDF files that have been recalled from Symantec Enterprise Vault and some of the files are anywhere from 3-4 years old.  Some files open, while others return the error: Adobe Reader could not open filename.pdf because it is not a supported file type or might have been damaged.  It is inconsistent as to which files it occurs with.  I am not ready to believe that I have that many corrupt files out there.  I am opening them on a Windows 7 Enterprise SP1 x64 desktop. Adobe 10.1.7. I have already configured the registry setting for bValidateBytesBeforeHeader that I found in another article to no avail.
    The files are on a network share, but I also tried copying them to my local desktop and still received the error.
    I have seen other posts regarding this error, but do not see a definitive solution and am hoping that in recent days someone has come up with a solution.
    Thank You
    Brian Dougherty

    Not supported file type can (but not always) mean the PDF was created with an old enough version of Acrobat, that it isn't comaptible with reader X or XI.
    Might have been damaged is pretty cut and dried in its meaning and interpretation.
    There's a known issue with Mac OS and Safari Browser "breaking" PDFs as they download, but it's not so common for Windows. Since these are files you already had, it would be even less applicable.
    You can try downloading an older version of Reader to check if it's a compatibility issue, but you'd have to uninstall the latest to do it and it'd be a lot of bother if they still don't open. It would also mean they are "broken" and cannot be repaired, that I know of.

Maybe you are looking for

  • Display NCLOB in FORMS 10g

    Hi, I have an NCLOB field in a table that I have to DISPLAY in FORMS 10g. I think a have to use the to_CLOB function to be able to display the content correctly. Can somebody tell me if this is the right way to do it. If so, at what point (which leve

  • How to format external drive as NTFS?

    I have a lot of files on my mac, and my external drive is formatted in FAT32. I can't put files larger the 4 GB on there. How can I format the drive as NTFS? All help appreciated!

  • SAP HCM in ECC 6.0

    Hello Gurus, We are having 4.7 system where HR,Finance is running.Our Client needs the functionlity of ECC 6.0 for HCM module.Currently there are interested to implement ECC where they will be using only HR module & the finace will be there in the ex

  • Need help with video card

    Hello guys,   My Radeon 9500 pro was having some major problems, so I just sent it in to be returned, and ordered an G4Ti4200-VTD8X. The only problem is when I took the Radeon 9500 pro out, I forgot to unistall the drivers, So wouldn't that screw it

  • Hide and show portlets

    Hello all, I have created two forms and two reports and added them in a page as 4 portlets like this... FORM1                    REPORT1              FORM2(Hidden)        REPORT2(Hidden)  ---------------------------------------------------------By de