Import terminates with error Memory fault(coredump)

Hello All,
I am trying to import the data from 9.2.0.8 to 10.2.0.4 on HP UX 11i.
After some times i get error
Memory fault(coredump)
and import job gets disconnected. There are no other logs/ errors reported even at the db level nor at import job.
Request to help if some body knows about the cause.
Thank you,
Anil

Hi,
I'm also experiencing this error.
Some info on my databases
[EXP]
Version: 9.2.0.5.0 - 64bit Production
Character Set: US7ASCII
National Character Set: AL16UTF16
[IMP]
Version: 9.2.0.5.0 - 64bit Production
Character Set: US7ASCII
National Character Set: AL16UTF16
[Common]
Machine Type: HP-UX B.11.11
The import job terminates and leave a file named core which is sized to the amount i placed in the buffer. How do i proceed on this one? Thanks.

Similar Messages

  • Memory fault(coredump)

    Folks,
    I need some tips on Memory fault(coredump).
    What is meaning of this and explain in bit.
    i am getting below error and advive me where to check
    /path/ TRME_M.prog[22]: 22343 Memory fault(coredump)
    unable to open file "test.sql" Invalid option. Usage: CONNECT <username> [AS SYSDBA|SYSOPER]
    Thanks in advanced.
    Seetha.

    Hi;
    I need some tips on Memory fault(coredump).
    What is meaning of this and explain in bit.
    i am getting below error and advive me where to check
    /path/ TRME_M.prog[22]: 22343 Memory fault(coredump)
    unable to open file "test.sql" Invalid option. Usage: CONNECT <username> [AS SYSDBA|SYSOPER]What is your Db version? Please check below note:
    TECH: Getting a Stack Trace from a CORE file [ID 1812.1]
    If you can not get details i suggest use
    STACKX User Guide [ID 362791.1]
    Regard
    Helios

  • Import Schema with error

    When i try to import a schema from one oracle to another one (also 11g), it shows the following errors:
    Job 999 has been reopened at Wednesday, 12 October, 2011 16:05
    Restarting "SYS1"."999":
    Processing object type SCHEMA_EXPORT/USER
    ORA-39083: Object type USER failed to create with error:
    ORA-00959: tablespace 'HSS' does not exist
    Failing sql is:
    CREATE USER "HSS" IDENTIFIED BY VALUES 'S:EFC32883462E172BE4E973549229FAD75D854E3B6E24F44EB8830F6D09C9;F258BD7AE1E5E74B' DEFAULT TABLESPAC
    E "HSS" TEMPORARY TABLESPACE "TEMP"
    Processing object type SCHEMA_EXPORT/SYSTEM_GRANT
    ORA-39083: Object type SYSTEM_GRANT failed to create with error:
    ORA-01917: user or role 'HSS' does not exist
    Failing sql is:
    GRANT CREATE VIEW TO "HSS"
    Processing object type SCHEMA_EXPORT/DEFAULT_ROLE
    ORA-39083: Object type DEFAULT_ROLE failed to create with error:
    ORA-01918: user 'HSS' does not exist
    Failing sql is:
    ALTER USER "HSS" DEFAULT ROLE ALL
    Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
    ORA-39083: Object type PROCACT_SCHEMA failed to create with error:
    ORA-31625: Schema HSS is needed to import this object, but is unaccessible
    ORA-01435: user does not exist
    Failing sql is:
    BEGIN
    sys.dbms_logrep_imp.instantiate_schema(schema_name=>SYS_CON
    TEXT('USERENV','CURRENT_SCHEMA'), export_db_name=>'ORCL', inst_scn=>'1940096');COMMIT; END;
    ORA-39083: Object type TABLE:"HSS"."WKS_PROPERTY" failed to create with error:
    ORA-01918: user 'HSS' does not exist
    Failing sql is:
    CREATE TABLE "HSS"."WKS_PROPERTY" ("ID" NUMBER(10,0) NOT NULL ENABLE, "NAME" VARCHAR2(255 BYTE) NOT NULL ENABLE, "VAL" CLOB
    NOT NULL ENABLE, "ORD" NUMBER(10,0) NOT NULL ENABLE) SEGMENT CREATION DEFERRED PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING TABLESPACE "HSS" LOB ("VAL") STORE AS BASICFILE ( TABLESPACE "HSS" ENABLE STORAGE IN ROW CHUNK 8192 NOCACHE L
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX
    Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
    Processing object type SCHEMA_EXPORT/TABLE/COMMENT
    Processing object type SCHEMA_EXPORT/VIEW/VIEW
    ORA-39083: Object type VIEW failed to create with error:
    ORA-31625: Schema HSS is needed to import this object, but is unaccessible
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
    ORA-06512: at "SYS.KUPW$WORKER", line 6573
    ORA-44001: invalid schema
    Job "SYS1"."999" completed with 102 error(s) at 16:05:12
    Execution errors encountered.
    Job state: COMPLETED
    Can anyone give me a hand?
    Many thanks

    thanks after i create the tablespace in destination db the import can process but it still show some error
    Job 9 has been reopened at Wednesday, 12 October, 2011 17:46
    Restarting "SYS1"."9":
    Processing object type SCHEMA_EXPORT/USER
    ORA-31684: Object type USER:"HSS" already exists
    Processing object type SCHEMA_EXPORT/SYSTEM_GRANT
    Processing object type SCHEMA_EXPORT/ROLE_GRANT
    Processing object type SCHEMA_EXPORT/DEFAULT_ROLE
    Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
    Processing object type SCHEMA_EXPORT/SEQUENCE/SEQUENCE
    ORA-31684: Object type SEQUENCE:"HSS"."LCM-MIGRATION_ID-SEQ" already exists
    ORA-31684: Object type SEQUENCE:"HSS"."WKS_IDENTITY_SEQ" already exists
    ORA-31684: Object type SEQUENCE:"HSS"."ESS_FAILOVER_RESOURCE_SEQ" already exists
    ORA-31684: Object type SEQUENCE:"HSS"."ESS_FAILOVER_LEASE_OWNER_SEQ" already exists
    Processing object type SCHEMA_EXPORT/TABLE/TABLE
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    . . imported "HSS"."CSS_ROLE_LOCALES" 1.258 MB 5322 rows
    . . imported "HSS"."CSS_ROLE_MEMBERS" 43.88 KB 127 rows
    . . imported "HSS"."HSS_COMPONENT_FILES" 23.69 KB 13 rows
    . . imported "HSS"."CSS_GROUPS" 8.476 KB 1 rows
    . . imported "HSS"."CSS_IDENTITY" 6.484 KB 2 rows
    . . imported "HSS"."CSS_MEMBER_TYPE" 5.468 KB 3 rows
    . . imported "HSS"."CSS_PROVISIONING_INFO" 14.12 KB 18 rows
    . . imported "HSS"."CSS_ROLES" 42.69 KB 174 rows
    . . imported "HSS"."CSS_USERS" 10.63 KB 1 rows
    . . imported "HSS"."HSS_COMPONENT" 11.07 KB 57 rows
    . . imported "HSS"."HSS_COMPONENT_LINKS" 16.93 KB 134 rows
    . . imported "HSS"."HSS_COMPONENT_PROPERTY_VALUES" 38.67 KB 434 rows
    . . imported "HSS"."HSS_COMPONENT_TYPES" 10.01 KB 143 rows
    . . imported "HSS"."PRODUCT" 8 KB 13 rows
    . . imported "HSS"."QRTZ_LOCKS" 5.109 KB 5 rows
    . . imported "HSS"."SMA_AUDIT_AREA_DIM" 8.015 KB 28 rows
    . . imported "HSS"."SMA_CONFIG" 16.31 KB 116 rows
    . . imported "HSS"."SMA_FILTER_DIM" 15.40 KB 116 rows
    . . imported "HSS"."SMA_GLOBAL_CONFIG_MAP" 15.24 KB 116 rows
    . . imported "HSS"."SMA_GLOBAL_SETTING" 7.664 KB 1 rows
    . . imported "HSS"."SMA_TASK_DIM" 16.54 KB 116 rows
    . . imported "HSS"."CES_ACL_INFO" 0 KB 0 rows
    . . imported "HSS"."CES_APPS" 0 KB 0 rows
    . . imported "HSS"."CES_AUTO_PROCESS_TASK" 0 KB 0 rows
    . . imported "HSS"."CES_MESSAGES" 0 KB 0 rows
    . . imported "HSS"."CES_PARTICIPANT" 0 KB 0 rows
    . . imported "HSS"."CES_PARTICIPANT_EVENTS" 0 KB 0 rows
    . . imported "HSS"."CES_PROCESS_DEF" 0 KB 0 rows
    . . imported "HSS"."CES_PUSH_AUTO_PROCESS_TASK" 0 KB 0 rows
    . . imported "HSS"."CES_SYSTEM" 0 KB 0 rows
    . . imported "HSS"."CES_TASKS" 0 KB 0 rows
    . . imported "HSS"."CES_TASKS_RESULT" 0 KB 0 rows
    . . imported "HSS"."CES_USERS" 0 KB 0 rows
    . . imported "HSS"."CES_WF_INSTANCES" 0 KB 0 rows
    . . imported "HSS"."CSS_DELEGATED_LIST" 0 KB 0 rows
    . . imported "HSS"."CSS_DELEGATED_MEMBERS" 0 KB 0 rows
    . . imported "HSS"."CSS_GROUP_CACHE_DELTA" 0 KB 0 rows
    . . imported "HSS"."CSS_GROUP_MEMBERS" 0 KB 0 rows
    . . imported "HSS"."CSS_USER_PREFERENCES" 0 KB 0 rows
    . . imported "HSS"."ESS_CLUSTER_SERVER_MAPPING" 0 KB 0 rows
    . . imported "HSS"."ESS_FAILOVER_LEASE" 0 KB 0 rows
    . . imported "HSS"."ESS_FAILOVER_LEASE_OWNER" 0 KB 0 rows
    . . imported "HSS"."ESS_FAILOVER_RESOURCE" 0 KB 0 rows
    . . imported "HSS"."HDB_SCHEDULED_TASKS" 0 KB 0 rows
    . . imported "HSS"."HSS_COMPONENT_TIERS" 0 KB 0 rows
    . . imported "HSS"."LCM_MIGRATION" 0 KB 0 rows
    . . imported "HSS"."LCM_MIGRATION_TASK" 0 KB 0 rows
    . . imported "HSS"."LCM_MIGRATION_TASK_DETAILS" 0 KB 0 rows
    . . imported "HSS"."QRTZ_BLOB_TRIGGERS" 0 KB 0 rows
    . . imported "HSS"."QRTZ_CALENDARS" 0 KB 0 rows
    . . imported "HSS"."QRTZ_CRON_TRIGGERS" 0 KB 0 rows
    . . imported "HSS"."QRTZ_FIRED_TRIGGERS" 0 KB 0 rows
    . . imported "HSS"."QRTZ_JOB_DETAILS" 0 KB 0 rows
    . . imported "HSS"."QRTZ_JOB_LISTENERS" 0 KB 0 rows
    . . imported "HSS"."QRTZ_PAUSED_TRIGGER_GRPS" 0 KB 0 rows
    . . imported "HSS"."QRTZ_SCHEDULER_STATE" 0 KB 0 rows
    . . imported "HSS"."QRTZ_SIMPLE_TRIGGERS" 0 KB 0 rows
    . . imported "HSS"."QRTZ_TRIGGERS" 0 KB 0 rows
    . . imported "HSS"."QRTZ_TRIGGER_LISTENERS" 0 KB 0 rows
    . . imported "HSS"."SMA_APPLICATION_CONFIG_MAP" 0 KB 0 rows
    . . imported "HSS"."SMA_AUDIT_ATTRIBUTE_FACT" 0 KB 0 rows
    . . imported "HSS"."SMA_AUDIT_FACT" 0 KB 0 rows
    . . imported "HSS"."SMA_PROJECT_CONFIG_MAP" 0 KB 0 rows
    . . imported "HSS"."SMA_TEMP_LCM_IN" 0 KB 0 rows
    . . imported "HSS"."SMA_TEMP_USER_IN" 0 KB 0 rows
    . . imported "HSS"."WKS_GROUP" 0 KB 0 rows
    . . imported "HSS"."WKS_IDENTITY" 0 KB 0 rows
    . . imported "HSS"."WKS_IDENTITY_XREF" 0 KB 0 rows
    . . imported "HSS"."WKS_PROPERTY" 0 KB 0 rows
    . . imported "HSS"."WKS_ROLE" 0 KB 0 rows
    . . imported "HSS"."WKS_SUBJECT" 0 KB 0 rows
    . . imported "HSS"."WKS_USER" 0 KB 0 rows
    . . imported "HSS"."WKS_VERSION" 0 KB 0 rows
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX
    Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
    ORA-39083: Object type INDEX_STATISTICS failed to create with error:
    ORA-01403: no data found
    ORA-01403: no data found
    Failing sql is:
    DECLARE I_N VARCHAR2(60); I_O VARCHAR2(60); c DBMS_METADATA.T_VAR_COLL; df varchar2(21) := 'YYYY-MM-DD:HH24:MI:SS'
    ; BEGIN DELETE FROM "SYS"."IMPDP_STATS"; c(1) := 'TRIGGER_NAME'; c(2) := 'TRIGGER_GROUP'; DBMS_METADATA.GET_STAT_INDNAME('HSS','QRTZ_TRIGGERS',c,2,i_o,i_n); INSERT INTO "SYS"."IMPDP_STATS" (type,version,flags,c1,c2,c3,c5,n1,n2,n3,n4,n5,n6,n7,n8,n9,
    Processing object type SCHEMA_EXPORT/TABLE/COMMENT
    Processing object type SCHEMA_EXPORT/VIEW/VIEW
    ORA-31684: Object type VIEW:"HSS"."VW_APPLICATIONS" already exists
    ORA-31684: Object type VIEW:"HSS"."VW_APPLICATIONS_CLUSTER" already exists
    ORA-31684: Object type VIEW:"HSS"."ESS_FAILOVER_ACTIVE_NODE_VIEW" already exists
    Processing object type SCHEMA_EXPORT/VIEW/COMMENT
    ORA-39111: Dependent object type COMMENT skipped, base object type VIEW:"HSS"."VW_APPLICATIONS" already exists
    ORA-39111: Dependent object type COMMENT skipped, base object type VIEW:"HSS"."VW_APPLICATIONS" already exists
    ORA-39111: Dependent object type COMMENT skipped, base object type VIEW:"HSS"."VW_APPLICATIONS" already exists
    ORA-39111: Dependent object type COMMENT skipped, base object type VIEW:"HSS"."VW_APPLICATIONS" already exists
    ORA-39111: Dependent object type COMMENT skipped, base object type VIEW:"HSS"."VW_APPLICATIONS" already exists
    ORA-39111: Dependent object type COMMENT skipped, base object type VIEW:"HSS"."VW_APPLICATIONS" already exists
    ORA-39111: Dependent object type COMMENT skipped, base object type VIEW:"HSS"."VW_APPLICATIONS" already exists
    ORA-39111: Dependent object type COMMENT skipped, base object type VIEW:"HSS"."VW_APPLICATIONS" already exists
    ORA-39111: Dependent object type COMMENT skipped, base object type VIEW:"HSS"."VW_APPLICATIONS" already exists
    ORA-39111: Dependent object type COMMENT skipped, base object type VIEW:"HSS"."VW_APPLICATIONS" already exists
    ORA-39111: Dependent object type COMMENT skipped, base object type VIEW:"HSS"."VW_APPLICATIONS" already exists
    ORA-39111: Dependent object type COMMENT skipped, base object type VIEW:"HSS"."VW_APPLICATIONS" already exists
    ORA-39111: Dependent object type COMMENT skipped, base object type VIEW:"HSS"."VW_APPLICATIONS" already exists
    ORA-39111: Dependent object type COMMENT skipped, base object type VIEW:"HSS"."VW_APPLICATIONS" already exists
    Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/REF_CONSTRAINT
    Processing object type SCHEMA_EXPORT/TABLE/TRIGGER
    Processing object type SCHEMA_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
    Job "SYS1"."9" completed with 23 error(s) at 17:46:27
    Execution errors encountered.
    Job state: COMPLETED

  • JTECH import fails with error Dirty DC

    Hi guys,
    We are on NW2004 s SP 7. I am trying to import JTECH7P and the import is failing with error dirty Dcs.
    Can anyone tell me where the error is? Is it due to incompatible to JTECH patch with my NWDI and EP system.
    Can some one give me matrix of which SP and patch for source codes JTECH ESS MSS BUILD JEE are required for NW2004s J2EE SP 7.
    Can some one point me to a note similar to 761266. I think 761266 this note does not have NW2004s related etails
    appreciate any help.
    regards
    Sam

    Ufuk Altinkaynak schrieb:
    > Dave Parkes schrieb:
    >> Stored in an external storage area, or under the post office ?
    >>
    >
    > Hello Dave,
    >
    > when using post office storage error is C06A, when using an external
    > storage, the error is C06B.
    >
    > If you have any hints/ solution or can say something about the charge,
    > that would be a huge help
    >
    Updated Information,
    Just to be sure about the C06B error, i created an new Library with
    external storage, than i draged and droped an *.txt file into documents
    (no the funny part) imported without any erors into the default library
    (that one with post office storage, that had before C06A errors)
    No i can use the library (with postoffice storage) without any erros.
    The only change on that system, was to create an additional library with
    external storage
    As every good side has a bad side, this bad side is, that i cannot
    import any documents into the library with external storage, the error i
    receive is C06B
    I have no clue why creating an additional librarry has fixed the first
    error, but hopefully this makes sence for someone, and hopefully anyone
    can help on the second error / Problem:
    C06B Error while importing into a library with external storrage
    regards
    Ufuk Altinkaynak

  • Import failed with errors/warnings like   ORA-31684/ORA-39082

    Hello,
    While doing IMPDP actvity i am getting messages like ORA-31684: Object type PACKAGE_BODY:"APPS"."AZ_DELETE" already exists and ORA-39082: Object type PACKAGE_BODY:"APPS"."FND_DM_PRODUCTS_PKG" created with compilation warnings
    Complete Import log file, same messages were encountered like ORA-31684 and Ora-39082
    Can you please suggest.
    Thanks,
    DBA

    First of all mention your Oracle Version and Operating Systems
    ORA-39082 is a warning You can run utlrp.sql to recompile all the objects that fails and that script is present in Oracle_Home\rdbms\admin
    If these errors are less you can recompile every warning as :--
    SQL>alter package schema_name.package_name compile;

  • OpenLDAP doesn't start – it quits with error "Segmentation fault"

    I tried do set up and start the OpenLDAP server as it is delivered with my iMac and OS X Tiger 10.4.5.
    $ sudo /usr/libexec/slapd -d 255
    ...prints a lot of stuff (reading config file and core.schema) and then quits with:
    >>> dnNormalize: <cn=Subschema>
    => ldap_bv2dn(cn=Subschema,0)
    ldap_err2string
    <= ldap_bv2dn(cn=Subschema)=0 Success
    => ldap_dn2bv(272)
    ldap_err2string
    <= ldap_dn2bv(cn=subschema)=0 Success
    <<< dnNormalize: <cn=subschema>
    Segmentation fault
    Even "sudo /usr/libexec/slapd -V" ends with that error message:
    @(#) $OpenLDAP: slapd 2.2.19 $
    Segmentation fault
    Does anybody have a solution or at least the same problem?
    Thank you very much!
    nic
    iMac 20" Intel Core Duo 2,0 GHz   Mac OS X (10.4.5)   slapd 2.2.19

    I just discovered that I have this "issue" with my Macbook as well. Did you install openldap & berkley db with fink or by hand? Could you provide some details on how you managed to get this problem fixed?
    thanks in advance
    Macbook Pro   Mac OS X (10.4.6)  

  • Correlation of spot removal with high memory faulting.

    I dont know if the below task manager capture is readable as uploaded, but it shows LRs page faults while in the middle of high spot removal wait time. Specificaly "Page Fault Delta", but also note the large page fault total.  Notice there is no load on the CPU.  And notice how little physical memory LR is using when there are 12gb abailable.  According to this, the application spends all its time waiting on unneeded disk access. It is just sitting there churning on swap memory while its little blue circle spins.  I dont see how this can be anything but a design flaw of some sort or perhaps a compiler problem.   If so, this should be relatively easy to correct.

    I have an OCZ 120 GB RevoDrive on order for this very purpose.  This is a fast drive.  It will be the D: drive and not hold the OS so that it can be replaced easier since I expect it to wear out faster.   It will contain swapfile, catalog & RAW cache.  Both C: and D: will be SSD so there there should be no part of LR that relies on spinners.  After I get it installed I will report back my findings --probably next week.
    The image (+ edit steps) that causes the above condition is very reliable in doing so (as are others) , and I will test it with the new drive.  If it fixes the speed problem then I fully expect the task manager show the same page fault data, --if so that will represent a duplicatable bug with a finger pointing in the direction of the problem.
    During the spot removal delay there I see no, or very minimal processor activity.  According to my screen shot --it is simply waiting on I-O.  3.4 is better, but it appears to not have addressed the core problem, which seems architectural (I've seen the same problem with gradients as well).  If I had to guess, this looks like a loop or class of internal tables that are being needlessly forced to swap, only to be accessed shortly thereafter.
    Whatever it is, the following is unacceptable, and I can duplicate it at will:

  • Order Import failing with error "The specified subinventory is invalid to use, the profile option INV: Allow Expense to Asset Transfer is set to No. Change the profile option to Yes or choose a valid subinventory."

    Hi All,
    I am getting this error while importing an internal sales order.
    “The specified subinventory is invalid to use, the profile option INV: Allow Expense to Asset Transfer is set to No. Change the profile option to Yes or choose a valid subinventory.”
    I have tried to set mentioned profile as ‘Yes’. But still getting same error.
    Also, provided subinventory is present and active in given inventory organization.
    Please share if anybody encountered this before and have a solution.

    Hi 2878342
    Please refer the following metalink note, it should resolve your problem.
    Order Import Interface.Error Message Specified Subinventory Is Invalid To Use (Doc ID 406411.1)

  • Adobe Application Manager terminates with Error Code A12E1

    After downloading the new AAM from the Creative Cloud website and running it I get the following Error:
    The last lines of the log file look like this:
    Fri May 11 10:01:00 2012
    [INFO] OPM - Build Version - 6.0.309.0
    Fri May 11 10:01:00 2012
    [INFO] OPM - Logging Level verbosity Set  to 4
    Fri May 11 10:01:00 2012
    [INFO] OPM - Schema version and schema compatibility version are same or greater than current
    Fri May 11 10:01:00 2012
    [INFO] OPM - No Record found for the input fields
    Fri May 11 10:01:00 2012
    [INFO] OPM - Released OPM refrence successfully
    Fri May 11 10:01:25 2012
    [INFO] Setup - Build Version - 6.1.76.0
    Fri May 11 10:01:25 2012
    [INFO] Setup - Logging Level verbosity Set  to 4
    Fri May 11 10:01:25 2012
    [INFO] Setup - TimeLog: Bootstrapper Start
    Fri May 11 10:01:25 2012
    [INFO] Setup - Launch Path set to /Volumes/ASU
    Fri May 11 10:01:25 2012
    [INFO] Setup - Found 7 packages in setup manifest
    Fri May 11 10:01:55 2012
    [FATAL] Native-Utils - Error Failed to close all Non Deployment Workflows ...
    Fri May 11 10:01:55 2012
    [FATAL] Setup - Error closing notification workflows. Cannot Install.
    Fri May 11 10:01:55 2012
    [INFO] Setup - =================  Exiting Installer with Code: -3  =================
    I have killed all AAM* processes but always get the same error. Also downloaded multi times ... same effect.

    "5.saurabhGupta1403, 
    May 11, 2012 9:32 PM   in reply to Michael Carvin
    Report
    Try using the cleaner tool : http://www.adobe.com/support/contact/cscleanertool.html
    Clean only AAM from the system. It should solve the problem."
    This is what worked for me!

  • Rwcli60 terminate with errors

    Hi reports gurus,
    When run rwcli60 like this:
    rwcli60 userid=user/pass@db server=repser report=test.rdf destype=file desformat=PDF desname=test.pdf
    i receive the following errors:
    REP-0177: Error while running in remote server
    REP-0110: Unable to open file '/export/home1/orion/mod/rpt60/test.rdf'.
    REP-1070: Error while opening or saving a document.
    REP-0110: Unable to open file '/export/home1/orion/mod/rpt60/test.rdf'.
    I think that it isn't a problem of REPORT_PATH, because the REPORT_PATH variable contain already directory of test.rdf file.
    It seem strange for me. Any idea plz help.
    NB: I'm using reports 6i on sun solaris 9.Thx

    I don't that it's a problem of ORACLE_HOME.
    Can somone already receive this error and fix it.
    PLZ show me the way to fix this problem, it's very important.

  • Tp import fails with error "data files not transferred"

    Hi colleagues,
    I am working on transport requests. I had issued out the <i>tp addtobuffer SIDKxxxx <sid>  pf=TP_DOMAIN_SID.PFL </i> command for a number of transport requests at OS level; but when i then try to do <i>tp import SIDKxxxxx <sid> client= u18 pf=TP_DOMAIN_sid.PFL</i>, i get this error: "Data files are not transfered</b>" in the QAS system. Everything works fine in PROD though. What could be the reason for this. I can't get it done within the application either.
    Your responses appreciated.

    Hi,
    I guess you have individual transport directories. I f you have configured the Transport Domain and added the Other Two into the Domain and configured the Transport Route. You should be able to see the Some RFC Destinations in SM59.
    TMSADM@<SID>.<DOMAIN NAME>
    TMSSUP@<SID>.<DOMAIN NAME>
    Please check the Test connection. of all these RFC Destination. If these fail check if you have firewall issues between the system stopping the communication on Port 33<Instance No>.
    Thanks,
    Tanuj

  • Import fails with error unique constraint

    Hello,
    I try to import an APEX Application from Version 2.2 to APEX Version 2.0.
    I get the following error message:
    ORA-20001: GET_BLOCK-Fehler. ORA-20001: GET_STMT-Fehler. ORA-20001: Die Ausführung der Anweisung war nicht erfolgreich. ORA-00001: unique constraint (FLOWS_020000.WWV_FLOW_REGION_UPD_RPT_CI1) violated<pre>
    &lt;br&gt;begin&lt;br&gt; &lt;br&gt;---------------------------------------&lt;br&gt;-- ...updatable report columns for page 60&lt;br&gt;--&lt;br&gt; &lt;br&gt;begin&lt;b
    For the Import I chose the option "Auto Assign New Application ID".
    Has anyone an Idea, why the import fails?
    (Export from Version 2.2 and Import to a different Workspace in Version 2.2 is successful)
    Thank you for your responses,
    Carola

    Carola,
    I have no idea why this is happening. You may send the application export file (or the export file for page 60 only) to [email protected] and I will check it.
    Scott

  • Memory fault while using impdp

    I'm unable to import a database using impdp; as soon as I start the impdp cmd it errors out with a memory fault
    I was able to previously import 1 TB out of a total of 3 TB, and then got an error related to the new MEMORY_TARGET parameter, complaining about insufficient tmpfs.
    I resolved that error, and then after that I can't invoke impdp without the memory fault error as described below..
    $ nohup impdp "'/ as sysdba'" JOB_NAME=LANCE_FULL_01 parfile=auexpdp.dat &
    [1] 32118
    $ nohup: appending output to `nohup.out'
    [1] + Memory fault nohup impdp "'/ as sysdba'" JOB_NAME=LANCE_FULL_01 parfile=auexpdp.dat &
    $
    I also get the following error in the import log
    ORA-39012: Client detached before the job started.
    This is what my parfile looks like
    directory=dmpdir
    dumpfile=aexp1_%U.dmp,aexp2_%U.dmp,aexp3_%U.dmp,aexp4_%U.dmp
    parallel=8
    full=y
    exclude=SCHEMA:"='MDDATA'"
    exclude=SCHEMA:"='OLAPSYS'"
    exclude=SCHEMA:"='ORDSYS'"
    exclude=SCHEMA:"='DMSYS'"
    exclude=SCHEMA:"='OUTLN'"
    exclude=SCHEMA:"='ORDPLUGINS'"
    include=tablespace
    #transform=oid:n
    logfile=expdpapps.log
    trace=1FF0300
    Has anybody seen this type of error before ?
    Thanks

    Pl post details of OS and database versions
    >
    $ nohup impdp "'/ as sysdba'" JOB_NAME=LANCE_FULL_01 parfile=auexpdp.dat &
    >
    You should not use '/ as sysdba' for expdp/impdp - use SYSTEM account instead - see the first NOTE sections in these links
    http://docs.oracle.com/cd/E11882_01/server.112/e22490/dp_export.htm#i1012781
    http://docs.oracle.com/cd/E11882_01/server.112/e22490/dp_import.htm#i1012504
    HTH
    Srini

  • SOA server Memory fault

    Hi ,
    we got the following error from SOA server
    <Oct 1, 2013 11:46:12 PM EET> <Warning> <JTA> <BEA-110486> <Transaction BEA1-4D0912FE2D411AD3416B cannot complete commit processing because resource [FNViewDS_soadomain] is unavailable. The transaction will be abandoned after 54,201 seconds unless all resources acknowledge the commit decision.>
    <Oct 1, 2013 11:47:12 PM EET> <Warning> <JTA> <BEA-110486> <Transaction BEA1-23D6FEB4AD3C1AD3416B cannot complete commit processing because resource [FNViewDS_soadomain] is unavailable. The transaction will be abandoned after 57,467 seconds unless all resources acknowledge the commit decision.>
    <Oct 1, 2013 11:47:12 PM EET> <Warning> <JTA> <BEA-110486> <Transaction BEA1-4D0912FE2D411AD3416B cannot complete commit processing because resource [FNViewDS_soadomain] is unavailable. The transaction will be abandoned after 54,141 seconds unless all resources acknowledge the commit decision.>
    <Oct 1, 2013 11:48:12 PM EET> <Warning> <JTA> <BEA-110486> <Transaction BEA1-23D6FEB4AD3C1AD3416B cannot complete commit processing because resource [FNViewDS_soadomain] is unavailable. The transaction will be abandoned after 57,407 seconds unless all resources acknowledge the commit decision.>
    <Oct 1, 2013 11:48:12 PM EET> <Warning> <JTA> <BEA-110486> <Transaction BEA1-4D0912FE2D411AD3416B cannot complete commit processing because resource [FNViewDS_soadomain] is unavailable. The transaction will be abandoned after 54,081 seconds unless all resources acknowledge the commit decision.>
    /appserv/MW/user_projects/domains/soadomain/bin/startWebLogic.sh: line 179: 10673: Memory fault(coredump)
    after this memory fault server shutdown
    any one can help to find the root cause of that error
    Thanks

    hello, are you using the correct JDK version?
    if you are using SOA 11.1.1.5 or  11.1.1.6, to use JDK 1.6
    Verify your version with:
    $java -version

  • Import consuming so much memory, resulting in system hang

    I am having a dump file of around 13GB in size. When I try to import it, then import starts normally & after sometime the memory consumption of imp.exe increased dramatically. After import of few tables the import fails with following error:
    kgefec: fatal error 0
    kgepop: no error frame to pop to for error 22275
    Please note, the import always fails during importing a big (more then 1 GB) table(s) having CLOB columns which contains XML's.
    I am having 8 GB RAM. When import utility tries to import such big table, the memory consumption of imp.exe increased to 6.8 GB. After that system shows "system running low on memory" & asks to close some application i.e. windows explorer, SQL developer. Sytem hangs for for few minutes & then import fails with error specified above.

    >
    OS: Windows7 (64-bit OS)
    DB Version: 10gR2 (10.2.0.4)
    >
    Pl identify which version of Win 7. The only version of 10gR2 supported/certified on Win 7 Pro or higher is 10.2.0.5. No other version is certified/supported, so things may or may not work as advertised. See this related thread
    Re: Oracle for Windows 7
    You will need to install 10.2.0.5 as outlined in the above thread (assuming you are using Win 7 Pro or higher) or use a supported OS (if you need 10.2.0.4)
    HTH
    Srini

Maybe you are looking for

  • Broken folder icon but boots in safe mode

    I'm totally puzzled. When I boot the computer either from the HDD or my bootable back-up, i get the broken folder icon. But i can boot just fine in safe mode from the HDD - in fact, that's how i'm typing this message right now. I have turned off all

  • Unequal size of X, Y, Z axis for 3D graph

    Hi, I have different size of array in X, Y and Z axis. What graph should I use best? I tried using 3D surface graph but it consume all my memory. My data is X = 1 X 41 array Y = 1 X 32768 array Z = 41 X 32768 array/matrix Thanks a lot...

  • SATA II Issues with 2004 G5

    I'm replacing the original 250 GB Hard Drive in my Single 1.8 GHz G5 (Purchased in 2004). I've narrowed down my choice to a 250 GB Western Digital Caviar SE16 or 500 GB Maxtor MaxLine Pro, which are both SATA II . I wanted to know if either drive wou

  • How do I clear out cookies,  history.

    iMac continues to run slow (mainly Safari) and hangs up.

  • Include structure in smartform

    I am trying to define types in smartform Global->Types. 1---types: BEGIN OF tvbdpr1.         INCLUDE STRUCURE vbdpr.---- vbdpr is view       types: END OF tvbdpr1. it gives error: "." or "IF FOUND." expected after "STRUCURE". BUT when i define below