Imp triggers fails

hello
during a project to migrate a database from 9.0 on win server 2003 to 10g r2 on AIX 5.2, i used export/import with the followinf steps:
-create a database 10gR2 on the destination server , with the same name as the original database
-create tablespaces on the 10gR2 database like all the ones that existed on the 9.0 database
then i copied the export file from the 9.0 database to a cd and copy the file to the 10gR2 server
then i imported the dmp file, at the end i got a message confirming that import was terminated successfully with warning.
later i did a comparaison at schema level between the databases,everything was ok except abt 1500 trigger in a schema named "sales"
i did another import using fromuser touser options
also i got a message confirming that import was terminated successfully with warning.
but still the triggers within this schema were not exported;
any help is really really appreciated
also a way to pull out the DDL from the 9.0 database of the 1500 trigger
would be a great alternative
thanks gurus

thanks for kind help
another question
lets say that there is a table named "A" on database "alfa" that has 150 records
and the same tabe exist on another database "beta" named also "A" but with 200 record
both tables have te same owners on the 2 databases;
if i export the 200 record table and import it into the 150 record table ,would they be synchronized means 200 by 200 records in both tables?
or the import wont import rows cause the table alredy exist ?
thanks

Similar Messages

  • IMP-00002: failed to open

    the file 26-06-07.dmp is available in the directory but imp utility is unable to recognize. Any help will be appreciated. thanks & best regards
    -bash-3.00$ dir
    26-06-07.DMP dbv genksms impdp nls_lang.sh osh tnslsnr
    adapters dgmgrl gennfgt kgmgr ons ott tnsping
    agtctl dumpsga gennttab kgpmon oracle rman trcldr
    createdb.sh exp grdcscan loadpsp oracle_env.csh sbttest trcroute
    ctxkbtc expdp hsalloci lsnrctl oracle_env.sh sqlldr tstshm
    ctxlc extjob hsdepxa lxchknlb oradism sqlplus unzip
    ctxload extproc hsodbc mapsga oraenv sysresv wrap
    cursize fmputl hsots maxmem orapwd tg4pwd zip
    dbfsize fmputlhp imp nid osdbagrp tkprof
    -bash-3.00$ imp
    Import: Release 10.2.0.1.0 - Production on Sun Jul 8 16:51:52 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Username: username
    Password: password
    Connected to: Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    Import file: expdat.dmp > 26-06-07
    IMP-00002: failed to open 26-06-07.dmp for read

    In your directory listing the extenion of the file is in CAPS, but looks like you are not including the extension DMP in caps when it prompts for file name. Try giving the exact file name 26-06-07.DMP.
    HTH
    Thanks
    Chandra Pabba

  • IMP 00022  failed to process parameters, type IMP HELP=Y for help TOAD

    Hallo!I am totally new to Toad.I would like to import data in csv format with 2,000,000 rows into an Oracle 11gR2 table.The database is hosted on HP-UX Itanium.I am using Toad 9.6.0.27 running on Windows 7 Professional.
    I have followed the instructions below to achieve this
    1.     Open DBA→Sql Loader Wizard
    2.     Choose "build a new control file". Next.
    3.     Click "Add". Choose your comma-delimited or tab-delimited file. Next.
    4.     Click "Add". Choose your table.
    5.     If you are loading a comma-delimited file, type a comma in the "all fields delimited by" combo box. If you are loading a tab-delimited file, select "TAB" from the "all fields delimited by" combo box. Next.
    6.     Choose a "load method" noting the following:
         TRUNCATE will erase whatever is in the table before loading.
         INSERT will insert data if table is empty but will return an error if table has any data in it.
         APPEND will insert data without deleting any existing data. You might get duplicates this way but it's a good method if you're trying to get that last line that somehow got munged for some reason or another.
    7.     If your file has column headers in its first row, type a 1 in the skip box. Next.
    8.     Type a control file name in the control file name box. Next.
    9.     Choose either "execute now" to load the data now or "just build the control file" to build the .ctl file. Once you have the ctl file theoretically you don't even need TOAD, as you could just use sqlloader on any machine that has sqlloader and can connect to the database. But why would you want to. :) I choose execute now.
    I have loaded SQL*Loader into Toad as below as I have Oracle 10g Developer installed on my machine
    Go to View - Options - Executables. Insert path to SQL*Loader utility (and any other you need/use), for example " C:\DevSuiteHome_2\BIN\imp.exe".
    Unfortunately,when I choose execute now,I get the errors below
    LRM-00101: unknown parameter name 'control'
    IMP-00022: failed to process parameters, type 'IMP HELP=Y' for help
    IMP-00000: Import terminated unsuccessfully
    How can I resolve this?Thanks.

    Thanks Hemant.I have selected the sqlldr file from <ORACLE_HOME>/bin from an Oracle 11gR2 installation in my client machine.However when I run the SQL*Loader from Toad,the error below appears
    SQL*Loader-500:
    Unable to open file (C:\ORACLE RESOURCES\charles csv excel files\CATM_CHECK_LEAVES_UPLOAD_BR009.dat)
    SQL*Loader-553: file not found
    SQL*Loader-509: System error: The system cannot find the file specified.
    SQL*Loader-2026: the load was aborted because SQL Loader cannot continue.
    I am trying to load a .csv file into Oracle.Why is it asking for a .dat file?
    Please help.

  • The imp utility fails to import triggers

    After making a complet export of a user of Oracle 10g Database, data, procedures and triggers, when trying to import the user to a other database ,with the imp utility, all go fine except the triggers and some procedures. ¿Why? Because ,in anyway, the imp or the exp utility, I dont know, append the character '"' at the end of the lines.
    I think that maybe it can be by the NLS, because the imp utility say me, 'the export was done in USS7ASC and ALFT16.. and the import is weiso8859...'. But I dont know.
    ¿Any Help?.
    Thanks in advanced.

    Hi,
    . . importing partition "BERICHTSWERTE":"BRW IMP-00058: ORACLE error 1502 encountered
    ORA-01502: index 'ODS.BRW_PK' or partition of such index is in unusable state
    Import terminated successfully with warnings
    It seems u have some indexes on this partitioned which got disabled becuase of your above DDL .
    The solution would be to DROP the specified index, or REBUILD the specified index, or REBUILD the unusable index partition.

  • IMP-00017: failed with ORACLE error 942 (SYS.DBMS_REPUTIL.SYNC_UP_REP)

    Hi,
    I am trying to exp a table from an oracle 9i db to an oracle 11g db.
    exp USERID=user1/pass1@db9i TABLES=test FILE=test.dmp ROWS="y" statistics="none" GRANTS="n" INDEXES="n" TRIGGERS="n" CONSTRAINTS="n"
    While trying to import i get an error
    *"IMP-00017: following statement failed with ORACLE error 942:*
    *"BEGIN SYS.DBMS_REPUTIL.SYNC_UP_REP('CYGENT_ADMIN','AGENT_ROOT_MAP'); END;"*
    _when i do_
    imp USERID=user2/pass2@db11g TABLES=test FILE=test.dmp FROMUSER=user1 TOUSER=user2 SHOW=Y
    the last line i see is
    *"BEGIN SYS.DBMS_REPUTIL.SYNC_UP_REP('CYGENT_ADMIN','AGENT_ROOT_MAP'); END;"*
    _Question_
    What do i need to do so that the last line (SYNC_UP_REP) is not included in the export dump.
    Have tried searching for this but without much luck.
    Appreciate the help.

    Explain your usage of Advanced Replication capabilities. Where, what, and why.

  • IMP got failed.

    Hi All,
    Souce 10.2.0.1.0
    Target 10.2.0.4.0
    We are using thre dump files in .z format. Now, Wr are trying to full import, whicl doing this, it got failed with following errors.
    [NYDTEQP1]oracle@dteqp1 $ tail -f nohup.out
    "  -- ROBJ REVISIT: should only contain the null image, and not version#"
    "  null_vector     RAW(2000)"
    IMP-00061: Warning: Object type "SYSTEM"."REPCAT$_OBJECT_NULL_VECTOR" already exists with a different identifier
    . importing BACITEQ's objects into BACITEQ
    "ALTER SESSION SET CURRENT_SCHEMA= "BACITEQ""
    IMP-00003: ORACLE error 1435 encountered
    ORA-01435: user does not exist
    IMP-00000: Import terminated unsuccessfully
    25944 Broken Pipe
    ^C[1] +  Done(1)                 nohup sh imp.sh &
    --------- IMP LOG-----------
    mknod imp_pipe  p
    uncompress < exp.dteq.par01.09-02-09.Z > imp_pipe &
    imp / file=imp_pipe buffer=10000000 full=y  log=imp_par01_030909.log  feedback=10000
    I have checked the user does exist in dump file. I would appriciate, if you guys offer some assistence to me.
    If any furthur information is requied please let me know.hare krishna

    Amit Beheria wrote:
    >
    ]> "ALTER SESSION SET CURRENT_SCHEMA= "BACITEQ""
    IMP-00003: ORACLE error 1435 encountered
    ORA-01435: user does not exist
    I would start by verifying whether user BACITEQ exists.
    If that did not help, I would look at other messages in the output and follow up on those messages.

  • Event triggering fails to start the next process chain

    Hi
    I have two process chains A & B
    At the end of process chain A i am triggerring the an event which is the start condition for process chain B.( periodic )
    Now when i debug my process chain A , i see the event is triggered successfully but inspite of that the next process chain does not start.
    Does anyone faced similar problem? Its little urgent. Any clue would be useful.
    Regards
    Purva

    HI,
    In addition to the above comment also see if you have given the event name correctly and try to see if you can run the PC by triggering the event manually (Tcode: SM64)
    Assign points if helpful.
    Rgds,
    Kalyan

  • Imp dmp file in oracle 10g on linux

    i have oracle 10g on linux now i want to imp the dmp file to db.
    i put the file in /mnt/erp/file.dmp folder.
    i log in as oracle user and ....
    and start the imp the file as
    imp user/password file=/mnt/erp/file.dmp
    but it giver error faile to open the file for read.....
    what is the problem.....
    is there any privillage issue???????????
    helped with full syntax...and steps...

    i copy the dmp file in /mnt/erp folder as root user.
    i am going to imp it as oracle user.
    sir i don't know about dmp group.
    i past the error i got..
    [oracle@lnxdb erp]$ imp
    Import: Release 10.2.0.1.0 - Production on Wed Oct 10 08:09:37 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Username: FS_10oct2012
    Password:
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 -
    Production
    With the Partitioning, OLAP and Data Mining options
    Import file: expdat.dmp > FR_10_10_2012.dmp
    IMP-00002: failed to open FR_10_10_2012.dmp for read

  • Import tablespace failed due to different release version for 10g

    I try to exp tablespaces from 10.2.0.2 (Enterprise Edition, UNIX) to our test server 10.2.0.1 (express eidtion, linux) with transportable tablespace, when import the tablespaces, get the following error:
    Export file created by EXPORT:V10.02.01 via conventional path
    About to import transportable tablespace(s) metadata...
    import done in AL32UTF8 character set and AL16UTF16 NCHAR character set
    import server uses WE8MSWIN1252 character set (possible charset conversion)
    export client uses US7ASCII character set (possible charset conversion)
    export server uses UTF8 NCHAR character set (possible ncharset conversion)
    . importing SYS's objects into SYS
    . importing SYS's objects into SYS
    IMP-00017: following statement failed with ORACLE error 721:
    "BEGIN sys.dbms_plugts.checkCompType('COMPATSG','10.2.0.2.0'); END;"
    IMP-00003: ORACLE error 721 encountered
    ORA-00721: changes by release 10.2.0.2.0 cannot be used by release 10.2.0.1.0
    ORA-06512: at "SYS.DBMS_PLUGTS", line 2004
    ORA-06512: at line 1
    IMP-00000: Import terminated unsuccessfully
    I have done the transportable tablespace between 2 test servers before, which are both on the 10.2.0.1. It's done sucessfully at the same target server (LINUX, XE edition). So this is the 1st time I get into this problem. Does anyone know that I can have the express edition upgrade/apply patches so that it will be on 10.2.0.2? Or is there anything I can try to import the tablespace from 10.2.0.2 to 10.2.0.1?
    Thanks,
    Hongmei

    Due to no patchset for XE edition, I try to import the tablespace to another LINUX server with EE edition, which is 10.2.0.2, I thought I should be ok for this time. But I get the same error again. I have applied the patches set for 10.2.0.2, and I have followed all steps in the poststeps. Do I miss somthing? Why it still mention it's 10.2.0.1. Thanks for your help. I attached the output here:
    Import: Release 10.2.0.2.0 - Production on Mon Jul 21 09:20:57 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    IMP-00002: failed to open /tmp/3tbsp_exp.dmp for read
    Import file: expdat.dmp > /tmp/3tbsps_exp.dmp
    Export file created by EXPORT:V10.02.01 via conventional path
    About to import transportable tablespace(s) metadata...
    import done in US7ASCII character set and AL16UTF16 NCHAR character set
    import server uses WE8ISO8859P1 character set (possible charset conversion)
    export server uses UTF8 NCHAR character set (possible ncharset conversion)
    . importing SYS's objects into SYS
    . importing SYS's objects into SYS
    IMP-00017: following statement failed with ORACLE error 721:
    "BEGIN sys.dbms_plugts.checkCompType('COMPATSG','10.2.0.2.0'); END;"
    IMP-00003: ORACLE error 721 encountered
    ORA-00721: changes by release 10.2.0.2.0 cannot be used by release 10.2.0.1.0
    ORA-06512: at "SYS.DBMS_PLUGTS", line 2004
    ORA-06512: at line 1
    IMP-00000: Import terminated unsuccessfully
    Here is the imp -help output (top lines), it looks like the 10.2.0.2 version:
    $ imp -help
    Import: Release 10.2.0.2.0 - Production on Mon Jul 21 09:58:56 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.

  • J2EE fails to connect to the ABAP backend system

    We have J2EE 640 Sp16 Abap+Java. As we configured this node in high-availability, we applied note Oss 757692 to the J2EE.
    Anyway the J2EE does not come up.
    Into the std_server0.out we see the following:
      Service dbpool started. (1503 ms).
    May 25, 2006 3:44:09 PM         com.sap.security.core.persistence [SAPEngine_System_Thread[impl:5]_25] Fatal: User Management Engine
    (com.sap.security.core.persistence.datasource.imp.R3Persistence) failed to connect to the ABAP backend system. Check that connectio
    n data are correct and the backend system is available. Error message: "User not authorized (session closed)". Connection data (
    obtained from properties of UME service in section "ume.r3.connection.master.": "{
      passwd=********
      receiverid=master
      sysnr=00
      client=100
      poolmaxsize=10
      user=SAPJSF
      receiverid_guest=master
      ashost=sap3
      snc_mode=0
    We double checked the set6tings of note 757692 and all of them seems to be correct.
    We changed also the psw of SAPJSF in the ABAP stack and also in Global server configuration by mean of the configtool for the ume.r3.connection.master.psswd item
    Neverthless we continue to recive this error.
    What's wrong ?
    Regards

    Could it be because you tried to do this in an AS Java + AS ABAP installation? The note 757692 says quite distinctly, "This note covers the procedure for the j2ee engine only!" The statement does not make it clear if this note refers to only a standalone AS Java.
    My saying so is not very helpful, but the note also goes on to say, "Should you wish to change the host name of a server in a test !!! !!! system, you should do so only with the assistance of an SAP!!! !!! consultant.!!!

  • 1.5.4 p 2: Filtering triggers with more than one criteria does not return

    I just recently installed SQL Dev 1.5.4.59.40 updated to patch 2 using JDK 1.6.0_06.
    I did not migrate settings from a prior version but rather applied them manually.
    When applying a filter to the triggers node of a connection, a single filter works fine, or a multiline filter with a match criteria of all works fine, but when choosing Match Any with multiple (in my case 2) match criteria the filtered list of triggers fails to display in a reasonable amount of time.
    The same filter criteria works relatively quickly in SQL Dev 1.5.1.54.40.
    The connection in question has 2661 triggers that belong to it's schema.
    I don't percieve any lack of performance on Schemas with smaller numbers of triggers (~20 triggers)
    Also similar filter criteria work well on:
    <li> Tables: 1300
    <li> Packages: 41000
    <li> Views: 27000
    Edited by: Sentinel on Aug 12, 2009 10:53 AM

    Just to be sure it's still an issue, can you try that on the latest 1.5.5?
    K.

  • Re-trigger failed proxy message after certain time automatically in CRM

    Hi experts,
    Can anyone tell me if we can automate the process of re-triggering failed proxy messages in SAP CRM sxmb_moni, say after a certain period of time.
    Thanks
    Swapna .

    Hi Gigi,
    As stated in one of the blog (/people/sap.user72/blog/2005/11/29/xi-how-to-re-process-failed-xi-messages-automatically):
    For automatic qRfc failure recovery, Schedule the report RSQIWKEX to run periodically. This report enables automatically resets the queues.
    Also, refer the following threads for more information on this topic:
    Re-Process failed XI Messages Automatically
    /people/krishna.moorthyp/blog/2006/04/08/reconciliation-of-messages-in-bpm

  • Failed Asynchronous Messages still processing

    Hi,
    Scenario: Asynchronous
    QoS: EO
    SAP > PI > 3rd Party
    I have an almost 1500 failed messages in my SXI_MONITOR SAP PI with an error of 'No Receiver Determination'. I have already solved the issue and the future messages were successful. However, the 1500 failed messages are still being pushed/processed, which is taking up too much memory.
    How do you stop these failed messages in processing?
    Is there a way that when a failed message already fails, it would stop pushing/processing in SAP PI?
    thank you.

    Hi,
    I think your team mates or BASIS team might have already set a background job for re triggering failed messages in ABAP stack .
    If you don't want those messages then you can cancel those in SMQ2/SXMB_MONI.
    Regards
    Venkat

  • Imp Oracle 9i Solaris 9

    Hi All,
    I get an error when importing. Where did I go wrong.
    IMP-00030: failed to create file llfsllp.log for write
    IMP-00000: Import terminated unsuccessfully
    imp system/system fromuser='livesystem' touser='livesystem' file='\llfs\llp.dmp' log='\llfs\llp.log'
    Thanx.

    Hi..
    Check the file name and file system for the source of the error.
    Anand

  • Summary: Problem with export (maybe...terminated sucEE to XE issues exp/imp

    Summary: Problem with export (maybe...terminated successfully with warnings) and import (IMP-00022: failed to process parameters)
    I used PL/SQL developer to make a parameter file (initially I used it to export, then I just stole the file to try again). It contains 100 tables from a single schema.
    Export from prod DB using exp parfile=test.par: Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    server uses ZHS16GBK character set (possible charset conversion)
    About to export specified tables via Conventional Path ...
    . . exporting table     CONTRACT_INFO         12 rows exported
    EXP-00091: Exporting questionable statistics.
    'Export terminated successfully with warnings.' !!!I want to import into the cs2_user schema (same privileges as on the production DB) trying:impdp 'sys as sysdba'@danieldb schemas=cs2_user dumpfile=test01tables3.dmpThat gets the error: UDI-00014: invalid value for parameter, 'attach'
    I then thought maybe you have to use imp/exp or impdp/expdp instead of a combination (exp + impdp) so I tried: imp 'sys/admin as sysdba'@danieldb touser=cs2_party_owner file=test01tables4.dmpbut then I just get: IMP-00022: failed to process parameters
    Anyone see why its all failing? :s
    Mike

    you must input SID name into single-quotes like:
    C:\Tools\Oracle\product\10.2.0\db\NETWORK\ADMIN>expdp 'sys/manager@stb as sysdba'
    Export: Release 11.2.0.1.0 - Production on Thu Feb 9 13:46:16 2012
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    UDE-06550: operation generated ORACLE error 6550
    ORA-06550: line 1, column 11:
    PLS-00201: identifier 'SYS.DBMS_UTILITY' must be declared
    ORA-06550: line 1, column 11:
    PL/SQL: Statement ignored

Maybe you are looking for

  • New values not taken into account in MASS / XD99

    I am trying to use a background job to block Customers for Billing at month end. In MASS/XD99  I created a variant to update field KNVV-FAKSD (Sales Area Billing Block). But running the variant in background (using MASSBACK), it seems the new values

  • Cannot connect to internet

    After about a week of no use, I woke up my Macbook and I can no longer connect to the internet.  The Airport connects to the wireless router, but does not make it to the internet.  I have a Dell and iPad that are connecting okay, but the Macbook no l

  • How to find the folder (EBS_R12) in OEL 5 after copy/paste from Windows 7 ?

    Folks, Hello. I have just installed Oracle Linux 5 as Guest OS on the top of VMPlayer. Host OS is Windows 7. I downloaded Oracle E-Business Suite R12 from edelivery into Windows 7 in a folder(EBS_R12) on my LapTop screen. In order to install EBS R12

  • Backdrops with Sony DV Camcorder in iChat and Photo Booth

    Hello I have found the Backdrops will not work with my DV camcorder, I have seen on apple's iChat page that "Backdrop effects when using a DV camcorder require fixed focus, exposure, and white balance". How do I do that with my camcorder (or can it e

  • Mac: Adobe Application Manager pops up every time I use any Application

    I have a problem using Applications of Adobe Creative Cloud: Every time I click on any icon (Photoshop, Indesign) or on any file (pdf) the Adobe Application Manager pops up and asks me to extend my membership with Adobe Creative Cloud. The selected a