Use of INCTYPE in exp

Hi All,
Could you please let me know the exact use of the INCTYPE in exp.
Thanks
USR0072

It specifies the type of incremental export. it can be COMPLETE, CUMULATIVE, and INCREMENTAL.
Handle:         USR0072
Status Level:      Newbie
Registered:      Aug 13, 2009
Total Posts:      44
Total Questions:      30 (28 unresolved)
Name      Rangaraj
Location      Chennai
Occupation      Oracle DBA
Why so many unanswered questions ? almost 100%

Similar Messages

  • Using xpath.evaluate(): xpath exp with multiple namespaces

    Hi,
    I have to evaluate a xpath expression with parent node and child node having different namespaces. Like : env:parent/mig:child.
    I have set the namespacecontext for the child node[i.e., for the prefix 'mig'.]
    But am getting this error :
    javax.xml.transform.TransformerException: Prefix must resolve to a namespace: env
    How can I set the namespace context for both the parent and child nodes? Or is there are any other way of doing it?
    I cant use //mig:child as the requirement needs the whole xpath expression [env:parent/mig:child] to be given as input for the xpath.evaluate() method.
    Here's the code :
    File file = new File("D:\\Backup\\XMLs\\test.xml");
    Document xmlDocument = builder.parse(file);
    XPath xpathEvaluator = XPathFactory.newInstance().newXPath();
    xpathEvaluator.setNamespaceContext(new NamespaceContextProvider("env", "http://xmlns.oracle.com/apps/account/1.0"));
    NodeList nodeList =
    (NodeList)xpathEvaluator.evaluate("/env:parent/mig:child", xmlDocument,
    XPathConstants.NODESET);
    xpathEvaluator.setNamespaceContext(new NamespaceContextProvider("mig", "http://xmlns.oracle.com/apps/account/1.0"));
    Thanks in advance.

    If you want, I can help you tomorrow. Call me at my nieuwegein office or mail me at marco[dot]gralike[at]amis[dot]nl
    I have some time tomorrow, so I can help you with this. My next presentation for UKOUG will be on XML indexes strategies anyway...
    In the meantime and/or also have a look at:
    XML Howto's (http://www.liberidu.com/blog/?page_id=441) specifically:
    XML Indexing
    * Unstructured XMLIndex (part 1) – The Concepts (http://www.liberidu.com/blog/?p=228)
    * Unstructured XMLIndex (Part 2) – XMLIndex Path Subsetting (http://www.liberidu.com/blog/?p=242)
    * Unstructured XMLIndex (Part 3) – XMLIndex Syntax Dissected (http://www.liberidu.com/blog/?p=259)
    * Unstructured XMLIndex Performance and Fuzzy XPath Searches (http://www.liberidu.com/blog/?p=310)
    * Structured XMLIndex (Part 1) – Rules of Numb (http://www.liberidu.com/blog/?p=1791)
    * Structured XMLIndex (Part 2) – Howto build a structured XMLIndex (http://www.liberidu.com/blog/?p=1798)
    * Structured XMLIndex (Part 3) – Building Multiple XMLIndex Structures (http://www.liberidu.com/blog/?p=1805)
    The posts were based on Index for XML with Repeated Elements maybe that is a bit better to read than on my notepad on the internet (aka blog)
    Edited by: Marco Gralike on Oct 28, 2010 7:51 PM

  • Problem in using query parameter in exp(9.2)

    Hi Folks,
    I'm not able to take export from a table with query option on a Solaris machine. here is my parameter file which has query parameter in it. I'm also posting error message.
    file=utf_exp_raw_citation.dmp
    log=utf_exp_raw_citation.log
    owner=utf8admin
    statistics=none
    tables=raw_citation
    query=\"where nvl(source,'AAA') in ('EMC','HMD','HSR','KIE','NASA','PIP','AAA')"\
    rows=y
    Error:-*
    $ exp utf8admin/[email protected] parfile=exp_raw_citation_07_01_2011_new.dat
    LRM-00116: syntax error at ')' following 'AAA'
    LRM-00113: error when processing file 'exp_raw_citation_07_01_2011_new.dat'
    EXP-00019: failed to process parameters, type 'EXP HELP=Y' for help
    EXP-00000: Export terminated unsuccessfully
    Please help me in this.
    regards
    Krishna Prasad Donepudi

    I suggest you utilize a parameter file to avoid the shell messing with metacharacters on command line

  • Can i use impdo while dump file was creeated using exp

    hi,
       I am using oracle 10g database I want to use impdp but my dump file was created using exp utility so can I use impdp now?
    regards

    Hi,
    >>kindly tell me how can I replace existing user from new dump user using imp utility
    You mean the user which used to take the Exp/import right?
    if yes, You do not need to drop/replace this, you just need to add/grant read,write privilege on directory. you can check this:http://www.oracle-base.com/articles/10g/oracle-data-pump-10g.php
    HTH

  • "exp" with Oracle 11.1 client and 10.2 instance gives "MAXSIZE" error

    My company has a lot of customers running lots of versions (and combinations of versions) of Oracle, so I like to come up with commands that will usually work for all of them. I recently installed Oracle 11.1.0.6 client on my PC, and this happened when connecting to a 10.2.0.3 database on an AIX machine:
    C:\temp>exp mfour/mfour@testdb tables=(bill_period_loc) file=bpl.exp
    Export: Release 11.1.0.6.0 - Production on Thu Jun 5 08:25:14 2008
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition
          Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    Export done in WE8MSWIN1252 character set and
          AL16UTF16 NCHAR character set
    server uses WE8ISO8859P1 character set (possible charset conversion)
    About to export specified tables via Conventional Path ...
    . . exporting table                BILL_PERIOD_LOC
    EXP-00008: ORACLE error 904 encountered
    ORA-00904: "MAXSIZE": invalid identifier
    EXP-00008: ORACLE error 942 encountered
    ORA-00942: table or view does not exist
    EXP-00024: Export views not installed, please notify your DBA
    EXP-00000: Export terminated unsuccessfully
    C:\temp>In the past I've had good results when using newer clients to exp/imp on older instances. Is there a switch or something to get this to work?

    Although it may work (sometimes), using newer export versions against older database versions is neither recommended nor supported. So use the same export version as the target database.
    Werner

  • SYSTEM HANGS WHILE RUNNING EXP COMMAND IN ORACLE 10G

    WHEN WE ARE RUNNING THE EXP (EXPORT) COMMAND IN ORACLE 10G
    TO TAKE THE BACKUP IT GETS HANGED FOR A LONG TIME AND THEN IN THE LOG FILE WE FIND THE FOLLOWING ERROR MESSAGE.
    SOMETIMES AFTER RESTARTING THE SERVER WE ARE ABLE TO RUN THE EXP COMMAND.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    About to export specified users ...
    . exporting pre-schema procedural objects and actions
    . exporting foreign function library names for user MANHAR
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting object type definitions for user MANHAR
    About to export MANHAR's objects ...
    . exporting database links
    . exporting sequence numbers
    . exporting cluster definitions
    *********************************** AT THIS POINT THE SYSTEM HANGS FOR A LONG TIME.
    EXP-00056: ORACLE error 24324 encountered
    ORA-24324: service handle not initialized
    EXP-00056: ORACLE error 24324 encountered
    ORA-24324: service handle not initialized
    EXP-00000: Export terminated unsuccessfully
    THE EXP COMMAND THAT WE USE IS AS FOLLOWS:
    EXP MANHAR/MANHAR FILE=F:\BACKUP\MANHAR.DMP LOG=F:\BACKUP\MANHAR.LOG BUFFER=1000000 GRANTS=Y CONSTRAINTS=Y
    WE ARE RUNNING THE EXP COMMAND ON THE SERVER ITSELF.
    THE SERVER OPERATING SYSTEM IS WINDOWS 2003 SERVER.
    Kindly give us a solution at the earliest.

    You should ask Oracle support for help. There's only one entry for this error stack (Bug 3361288 - Export of XMLSCHEMA may fail with ORA-24324 in UTF8), but it should have been fixed for your DB version and , as far as I can see, you don't have a Unicode database.
    Werner

  • What should i do to resolve  the EXP-00003 error?

    . . exporting table LINKACTIVITY 0 rows exported
    . . exporting table ML_ADDRESS_TYPE 0 rows exported
    . . exporting table ML_MAIL_ATTACHMENT 328 rows exported
    . . exporting table ML_MAIL_DETAIL
    EXP-00003: no storage definition found for segment(25, 35)
    . . exporting table US_WORK_ORDERS 84 rows exported
    . exporting stored procedures
    . exporting operators
    . exporting referential integrity constraints
    . exporting triggers
    . exporting indextypes
    . exporting bitmap, functional and extensible indexes
    . exporting posttables actions
    . exporting materialized views
    . exporting snapshot logs
    . exporting job queues
    . exporting refresh groups and children
    . exporting dimensions
    . exporting post-schema procedural objects and actions
    . exporting statistics
    Export terminated successfully with warnings.

    Normally, you can use a lower version to export. That is not best practice
    but people do it.
    For example , the DBA does a full client install of 9.2.0.1 on his Windows
    desktop and uses that to run exp against a 9.2.0.x database on a Unix/Linux
    server. People do that. Although that is not the proper thing to do.
    Also, if you need to export from one version and import into a lower version,
    you do need to use the exp utility of the lower version.
    However, in this particular case, the Notes I mentioned identify this as a bug
    which is a regression after the 9.2.0.5 patchset fixed another issue with
    dba_segments. So, now you have to use 9.2.0.5 or higher as your exp utility.
    It is, of course, always best to run exp from the same ORACLE_HOME as
    the database. But best practices aren't always practiced in the real world !

  • Problem with EXP 10.1.0.3.0

    I have problem with EXP in Oracle (linux Fedora 3). I used command as oracle:
    exp userid=user/pass@server file=/tmp/dmp.dmp
    and I got message.
    Export: Release 10.1.0.3.0 - Production on Fri Mar 4 10:13:40 2005
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    Connected to: Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.0.0 - Production
    EXP-00056: ORACLE error 942 encountered
    ORA-00942: table or view does not exist
    EXP-00000: Export terminated unsuccessfully
    Witch tables or views does not exist ? Does export from oracle 10g clinet work with 8.1.7 database ?
    I used expcat.sql from rdbms.

    From 10.1.0 to 8.1.7 => Use the EXPORT 8.1.7 to export the data from the
    10.1.0 database and IMPORT 8.1.7 to import the
    data into the 8.1.7 database.more info on the imp/exp matrix :
    http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=132904.1

  • Direct export (exp.exe) support for  japanese Multibyte and DoubleByte

    Hi,
    We are working on data export methods. We are trying to use oracle direct export (exp.exe) on command line using DBCS username and password. but we could not able to succeed in connecting.
    in japanese we create a user "DBCS" and try to connect using exp.exe, however is not connecting using the below command.
    C:\app\Administrator\product\11.2.0\dbhome_1\bin\exp.exe "D B C S"/PASSWORD.
    Could you please tell me how can i use this command to connect to direct export and run the command successfully.
    This is very very urgent, request you to reply me ASAP.
    Thank you for your help and support!!
    Regards,
    Ashok
    Edited by: user4568775 on Feb 19, 2013 1:20 AM

    This is very very urgent, request you to reply me ASAP.First of all urgent questions are best directed to oracle support. I also answer to urgent questions but only from my coworkers and customers; however I get paid for that mostly....It also helps to post in the correct forum (one of these: https://forums.oracle.com/forums/category.jspa?categoryID=18), and be sure to add version infos as well as platform versions.
    And for starters it doesn't hurt to look into the documentation:
    http://docs.oracle.com/cd/E11882_01/server.112/e22490/original_export.htm#BABBHCIE
    also have a look here:
    http://docs.oracle.com/cd/E11882_01/server.112/e22490/part_dp.htm#i436481
    you can see the parameters with a short description using
    exp help=YEScheers

  • Full database exp/imp  between RAC  and single database

    Hi Experts,
    we have a RAC database oracle 10GR2 with 4 node in linux. i try to duplicate rac database into single instance window database.
    there are same version both database. during importing, I need to create 4 undo tablespace to keep imp processing.
    How to keep one undo tablespace in single instance database?
    any experience of exp/imp RAC database into single instance database to share with me?
    Thanks
    Jim
    Edited by: user589812 on Nov 13, 2009 10:35 AM

    JIm,
    I also want to know can we add the exclude=tablespace on the impdp command for full database exp/imp?You can't use exclude=tablespace on exp/imp. It is for datapump expdp/impdp only.
    I am very insteresting in your recommadition.
    But for a full database impdp, how to exclude a table during full database imp? May I have a example for this case?
    I used a expdp for full database exp. but I got a exp error in expdp log as ORA-31679: Table data object "SALE"."TOAD_PLAN_TABLE" has long columns, and longs can not >be loaded/unloaded using a network linkHaving long columns in a table means that it can't be exported/imported over a network link. To exclude this, you can use the exclude expression:
    expdp user/password exclude=TABLE:"= 'SALES'" ...
    This will exclude all tables named sales. If you have that table in schema scott and then in schema blake, it will exclude both of them. The error that you are getting is not a fatal error, but that table will not be exported/imported.
    the final message as
    Master table "SYSTEM"."SYS_EXPORT_FULL_01" successfully loaded/unloaded
    Dump file set for SYSTEM.SYS_EXPORT_FULL_01 is:
    F:\ORACLEBACKUP\SALEFULL091113.DMP
    Job "SYSTEM"."SYS_EXPORT_FULL_01" completed with 1 error(s) at 16:50:26Yes, the fact that it did not export one table does not make the job fail, it will continue on exporting all other objects.
    . I drop database that gerenated a expdp dump file.
    and recreate blank database and then impdp again.
    But I got lots of error as
    ORA-39151: Table "SYSMAN"."MGMT_ARU_OUI_COMPONENTS" exists. All dependent metadata and data will be skipped due to table_exists_action of skip
    ORA-39151: Table "SYSMAN"."MGMT_BUG_ADVISORY" exists. All dependent metadata and data will be skipped due to table_exists_action of skip
    ......ORA-31684: Object type TYPE_BODY:"SYSMAN"."MGMT_THRESHOLD" already exists
    ORA-39111: Dependent object type TRIGGER:"SYSMAN"."SEV_ANNOTATION_INSERT_TR" skipped, base object type VIEW:"SYSMAN"."MGMT_SEVERITY_ANNOTATION" >already exists
    and last line as
    Job "SYSTEM"."SYS_IMPORT_FULL_01" completed with 2581 error(s) at 11:54:57Yes, even though you think you have an empty database, if you have installed any apps or anything, it may create tables that could exist in your dumpfile. If you know that you want the tables from the dumpfile and not the existing ones in the database, then you can use this on the impdp command:
    impdp user/password table_exists_action=replace ...
    If a table that is being imported exists, DataPump will detect this, drop the table, then create the table. Then all of the dependent objects will be created. If you don't then the table and all of it's dependent objects will be skipped, (which is the default).
    There are 4 options with table_exists_action
    replace - I described above
    skip - default, means skip the table and dependent objects like indexes, index statistics, table statistics, etc
    append - keep the existing table and append the data to it, but skip dependent objects
    truncate - truncate the existing table and add the data from the dumpfile, but skip dependent objects.
    Hope this helps.
    Dean

  • Import database using 10g imp utility.

    Hi,
    I have database on my local drive that is kind of old. I need to replace it with the one from the server.
    I created oesexport.dmp file using the following command:
    exp ledger/xxxxxx FILE='oesexport.dmp' OWNER=LEDGER
    oesexport.dmp file contains everything that belongs to LEDGER : tables, sequences, views, etc.
    Now I need to import database to my local drive. If I use the following statement:
    imp ledger/xxxxxx file=oesexport.dmp fromuser=ledger
    the procedure will not replace tables, sequences, views with the new ones from the server with the same names because it will try to recreate existing tables, sequences, views, etc. in my local database and they already exist there. I will get error messages. The procedure will only add the stuff from server to my local database that does not exist on my local. Since I need to replace tables/sequences/views, etc if they exist on my local and add new stuff if does not exist on my local, HOW SHOULD I MODIFY THE IMP STATAMENT?
    Thanks. Lev.

    Yes, of couse, I can drop the whole ledger scema and use and the imp procedure I specified and it will work just fine, but I heard the the new 10g import utility will allow replacemet (if they exist in the database) and addition (if they do not exist in the database) of Oralce objects without dropping the objects belonging to the user.
    Therefore my qustion was how should I change my IMP procedure to make it work.
    Lev.

  • EXP or EXPDP for a specific Schema

    I know how to exp a schema using it's userid :
    exp scott/tiger file=emp.dmp log=emp.log
    But if I want to exp SCOTT using the SYS login, how would be the command? I did not found the relevant switch/parameter of the command.

    Use this command:
    exp sys/<whatever the password is> file=emp.dmp log=emp.log owner=SCOTT;
    it would throw a warning saying that sys has to be used as sysdba and would ask you for the username and password.
    username: / as sysdba
    this would work..
    Edited by: shivu on Aug 11, 2010 11:07 PM
    Edited by: shivu on Aug 11, 2010 11:12 PM

  • Improvements to imp and exp utilities

    Hello all:
    Does 10g release 2 address the issue surrounding the inability for exp and/or imp to handle blob datatypes? We have a database the uses a couple of blob columns and each time (using Oracle 9i) I exp my tables and try to imp them, the blob columns are not created.

    workaround is to create the table with the blob column first and then run the import with ignore=y.
    to generate the blob table script use
    imp file=<filename> indexfile=c:\temp\create_table.sql tables=<blob table>

  • EXP-00003 error.

    HI,
    M getting error as
    Exp-0003 - no storage definition for the segment(number,number)
    how can i resolve the error while export
    what is th reason for this.

    Hi,
    Please specify
    1. Oracle database version.
    2. Export utility version
    When you use old version of exp to export tables with LOB column from Oracle 9.2.0.5 or higher version, you will get an error "EXP-00003 : no storage definition found for segment .....", actually this is an Oracle bug, you could temporary get it resolved by replace a view "exu9tne", as following:
    Before exporting, run the following SQL under sys:
    CREATE OR REPLACE VIEW exu9tne (
    tsno, fileno, blockno, length) AS
    SELECT ts#, segfile#, segblock#, length
    FROM sys.uet$
    WHERE ext# = 1
    UNION ALL
    SELECT * FROM SYS.EXU9TNEB
    After exporting, run the following to restore the view definition according to Metalink Notes.
    CREATE OR REPLACE VIEW exu9tne (
    tsno, fileno, blockno, length) AS
    SELECT ts#, segfile#, segblock#, length
    FROM sys.uet$
    WHERE ext# = 1
    Regards,
    Navneet
    Edited by: Navneet on Oct 7, 2008 9:43 PM

  • Want to export database not user. i am using oracle 8i and developer 6i.

    i am using oracle 8i and developer 6i. i have created a button(when_button_pressed) on d2k with this command mentioned below. it is working only for user objects but i need to export database. how can i do this?
    declare
         com varchar2(100);
    begin
    host('exp tAJCO/tAJCO@tajco file=D:\dump\tajco.dmp');
    if
         not form_success then
         message('Export failed.');
    else
         message('Export successful');
    end if;
    end;
    please help me.....
    thanks
    mostafiz

    mostafiz,
    To Export entirel database, use the statement
         Host('EXP tAJCO/tAJCO@tajco FILE=D:\dump\tajco.dmp FULL=YES DIRECT=Y',NO_SCREEN);
    Regards,
    Manu.

Maybe you are looking for

  • Application Server ABAP - What's New in SAP NetWeaver 7.4 (Release Notes) - SAP Library

    To add a comment, please log in or register on the top of this page and choose Reply. Please write your comment in English. You can also go back to the SAP help page.

  • Parallax scrolling bug for tablet version

    Hello, I have a problem with the tablet version I´m doing for a site, actually this site: www.novaconcepto.com I used the parallax to stick the menu to the top. Everything works fine in the desktop version and even in the tablet version if I just scr

  • Trying to make the checklist add up

    I am designing a prototype of a learning style which has 12 question and 5 checkboxs and a user will only need to check two out the 5 checkboxs, and then it add up the results of how many A, B, C, D or E's that was checked i dont know how i'm goin to

  • Planning horizon and scheduling horizon

    hi gurus what is the difference beween planning horizon and scheduling horizon and how it will effect on production planning/MRP pls give me a detailed answer Faisal

  • EMC got stuck in "refresh: in progress" and shows blank pane...plz help

    I finally succeeded in installing Exchange 2010 beta on my 2008R2 build 7000 VMware server without an error...but when I launch the EMC and choose any menu on the left side(for example, mailbox, client access, hub transport etc....) it seems like try