IMP and 10gXE

I have a series of questions about IMP in 10gXE.
1. If I export the Entire Database when I import it will it import tables, indexes, applications flows etc?
2. If I export the Entire Database and I import in on a PC that has already other users and their own tables, indexes triggers etc. what happens to them?
3. If I export the User what gets exported exactly? tables, indexes, triggers, sequences, procedures, synonyms, applications?
4. Same questions fro exporting tables?
Thanks

Please consult the Utilities Manual for your version.
Please do not ask here to abstract a manual.
Please do not ask volunteers to do your work.
Sybrand Bakker
Senior Oracle DBA

Similar Messages

  • Why exactly is a JSF IMP and a API, what is the difference?

    Why exactly is a JSF IMP and a API, what is the difference?
    I understand that JavaServer Faces technology is a framework for building user interfaces for web applications with a set of APIs for UI components and a custom tag library for expressing a JavaServer Faces interface within a JSP page.
    But, why is there a jsf-impl.jar and a jsf-api.jar?
    A clarification would be appreciated.
    Thanks,

    CowKing: Thank you.
    In a discussion, when a developer refers to RI, they mean the jsf-api.jar only?
    I don't need the jsf-impl.jar in my compile class path nor in my SJSAS 8.2 domain library directory either?
    Thanks,
    --Todd                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Imp and Oracle 8i LITE

    iH:
    There was another post on this topic, but the answer was vague.
    I have an Oracle 8 database dump file (a DMP). I would like to import (a subset of) this dump file into my Oracle 8i LITE database.
    Is this possible? I don't have access right now to an Oracle8(i) server, so I can't use the Oracle 8 Navigator to cut and paste the data that I need from the dump file ...
    When I run imp80.exe (which was installed by the Oracle Lite installer) I get the message:
    IMP-00003: ORACLE error 942 encountered
    OCA-30034: table not found
    [POL-5130] table or view not found
    IMP-00021: operating system error - error code (dec 2, hex 0x2)
    IMP-00023: Import views not installed, please notify your DBA
    IMP-00000: Import terminated unsuccessfully
    So is imp80.exe supported by Oracle LITE or not?
    Aaron
    [email protected]
    null

    Before you can import/export, you need to run the SQL catexp.sql from the $ORACLE_HOME/rdbms/admin directory.

  • Imp and Exp Command

    Hi,
    Pls explain me the concept of Imp/Exp command and the parameters assocoiated with it?If u can tell me online practicals for Import/Export command?
    Regards
    sudhir

    At 8:03, you "wanna learn" about tablespaces and datafiles.
    At 8:11 you want the concept of Imp/Exp explained to you.
    At 8:10 you "wanna learn" the concept of Roll Back Segmenst [sic]
    And at 8:12 you "wanna learn" all about SQL*Loader
    Not bad for nine minutes of complete thoughtlessness, I suppose.
    If you "wanna learn" all about Oracle, download the software, install it, start playing with it, and come back with some serious questions that show a modicum of thought, effort, persistence and care. Paying some attention to the usual rules of grammar and spelling might be an idea, too.
    You'll find installations documented at http://www.dizwell.com/prod/node/695#installation, and then you can work your way through some concepts at http://www.dizwell.com/prod/node/263 and then you can start doing some basic fiddling at http://www.dizwell.com/prod/node/695#basics and once you've worked your way through that lot, you should be in a position to make sensible use of the stuff over at http://tahiti.oracle.com.
    And after you've had a good read of the official Concepts book there, then you can come back here to ask specific questions and reasonably expect to get meaningful replies.

  • 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>

  • Imp and exp on diff version

    hi
    i have found problem in exp and imp in diff version of oracle
    i have take exp in (Oracle8i Enterprise Edition Release 8.1.6.0.0) with no error
    but when i imp this dmp on oracle personal edition
    (8.1.5.0.0)
    then it will gives error
    is it possible to takes import data from higher to lower version.
    thanks in advance.

    Oracle does not allow to import data from higher version to lower version directly but you can do it if you take catexp.sql file from your older version and run that file in the Oracle Server where you have your higher version.
    that file is found :
    <ORACLE_HOME>/rdbms/admin
    after you make the import you have to restablish your higher Oracle Server running catexp.sql beloged to that Oracle Server.
    Joel P�rez

  • Info about imp and exp

    Hi everyone
    I need you to test If the work I will do is right or not .
    in general:-
    I want to take full export from database 10g
    and I want to import it in oracle database 7.3.2
    in details:-
    I will execute catexp7 on database 10g and after that I will take full export
    and import the exported file on database 7.3.2.
    If it is not right please could you correct me.
    bye.

    Hi,
    Try with exp/imp.Are you facing any problem .Study the below link:
    http://download.oracle.com/docs/cd/B10501_01/server.920/a96652/ch01.htm
    Best regards,
    Rafi.
    http://rafioracledba.blogspot.com/

  • Is there anyway to use imp and rename a tablespace during import? Sort of what remap_tablespace for datapump import does?

    I have a dump file from a 9i Oracle database with tablespace USERDEL_DATA but my database in 11g has tablespace USER_DEL_DATA. I don't want to name the tablespace what it is called in the 9i database because the naming convention is not consistent with what I have been naming the tablespaces. There needs to be a '_' between USER and DEL.
    The problem I have is that, each time I try importing to 11g database, some tables that probably have USERDEL_DATA as their default tablespace in the 9i database would not import into the 11g database. Is there any parameter (I haven't found one yet) using native import (i.e. imp) to remap_tablespace? I know with impdp, I would be able to remap tablespace easily but this dump file is from a 9i database and impdp would not work on it. Please help.
    Thank you for your assistance.

    The old exp/imp utilities have a tablespace transport mode, sort of like the end goal, but maybe not quite exactly.
    >> tables that probably have USERDEL_DATA as their default tablespace
    That's not quite accurate, users have a default tablespace, used for table creation when a tablespace isn't specified in the DDL.
    What we've done when an export file has tablespaces that disagree with the tablespace names in the import target, go ahead and create the disagreeable tablepspace, and set the target schema(s) user(s) to have zero quota on the "bad" named tablespace. The IGNORE=Y imp setting will end up putting the tables into the user default tablespace, as long as the user(s) haven't picked up the unlimited tablespace system privilege somehow/somewhere.
    So when import is done, just drop the bad tablespace [including contents and datafiles]; and Problem Solved.
    >> the naming convention is not consistent
    Not seeing a problem there. Its got a name, tablespace(s) have to have one. Don't care what its called, just do have to know about it for backup/recovery, that would be the critical bit..

  • CUCM, IMP and CUC upgrade from version 9.1.1 (on VMWare) to version 10.5 (on VMWare)

    Hello,
    I have to perform a Refresh Upgrade to 10.5 for a client who has the following UC apps on a virtual environment:
    CUCM version 9.1.1
    IM and Presence version 9.1.1
    CUC (Unity Connection)  version 9.1.1
    A. I see on the CUC Upgrade document below:
    http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/connection/10x/upgrade/guide/10xcucrugx.pdf
    P.39 --> Change Guest Operating System after CUC Upgrade to Red Hat Enterprise Linux 6 (64-bit). But nothing about the Network Adapter.
    B. I see on the CUCM 10.0 Upgrade Guide:
    http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucm/upgrade/10_0_1/CUCM_BK_U4214F9D_00_upgrade-guide-cucm-100.pdf
    Page. 44:
    Step 3: Change the configuration of the VM as needed (Guest OS, ...) Step 4: Modify the Network Adapter to use VMXNET 3 Adapter type as steps before the CUCM upgrade.
    My questions would be:
    1. Do I need to change the Network Adapter for CUC as well? If yes, should this be done before upgrade or after?
    2. What would be the implication of not changing the Network Adapter from "Flexible" to VMXNET3?

    Hi csrlime,
    Not sure about future issues by remaining on the flexible adapter but best practice suggests going with what the OVA requires.  I performed a refresh upgrade from 8.5 to 10.5 in a virtualized environment.  For CUCM and CUC I changed the Network Adapter before beginning the upgrade.  The steps I took to make the network adapter change were:
    1.  Download a copy of the vmx file from the server(s) you are upgrading to your local machine.
    2.  Create a back up of that file incase you need to restore it in the future.  From cmd prompt in the same folder as the download .vmx.  copy "<virtual_machine_name>.vmx"
    then run the following from you cmd prompt
    copy "virtual_machine_namet.vmx" temp_file.vmx
    findstr /V /R "^ethernet0.virutalDev.*" temp_file.vmx > "virtual_machine_name.vmx"
    echo ethernet0.virtualDev = "vmxnet3" >> "virtual_machine_name.vmx"
    Upload the edited vmx file to your the datastore which will replace the current.   Then remove the vm from inventory and then add it back.  Check your setting and the network adapter should be changed to vmxnet3 now. 
    Steps are from the Read Me file as an option to change it.  I don't why you can't make this change during a maint window.

  • PAYMENT ADVICE  ---  Very Imp and Very Urgent

    Hi experts
    We have and incoming EDI 820 coming from bank. We convert this EDI 820 to IDOC and generate an PAYMENT ADVICE.
    Once the Payment advice is generated, how to clear the open customer invoices.
    Please let me know the tcode for Automatic clearing of Payment advice ?
    Please let me know the configuration part inorder to do to clear the customer open items using the PAYMENT ADVICE.
    Please consider this as very important. Help in this regard is highly highly appreciated and rewarded with points immediately.
    Thanks
    Rajanikanth

    Hi experts
    I have a problem with EDI and IDOC.
    We have an incoming EDI 820 coming from bank. We convert this EDI 820 to an IDOC and generate a PAYMENT ADVICE.
    Once the Payment advice is generated, I need to know how to clear the open customer invoices using the payment advice.
    Please let me know the tcode for Automatic clearing using Payment advice ?
    Please let me know the configuration part inorder to clear the customer open items using the PAYMENT ADVICE.
    Please consider this as very important. Help in this regard is highly highly appreciated and rewarded with points immediately.
    Thanks
    Rajanikanth

  • Oracle9i Enterprise Edition Release 9.2.0.7.0 - Imp. and data conv. problem

    hello,
    I have problem with importing and conversion of external data. I have data like example below:
    --------1--------2--------3--------4--------5--------6--------7----
    0000SLOVAC IMPORTYSGA SIVACYS 0509720070227
    25112007022706881952VF7FCKFVC28871406 00ACESIEUR10100000é00000000071049é
    Data in bold are numbers with last character that is calculated like the example below.
    First number format is S9(2)V999999 -> 0100000é le signe est sur l'avant dernier octet C(+) D(-)
    Example 1, en hexa :
    0100000é => +01,000000
    FFFFFFFC S99V999999
    01000000
    Second number format is S9(13)V99 -> 00000000071049é
    Example 2, en hexa
    00000000071049é
    FFFFFFFFFFFFFFC
    000000000710490 => +0000000007104,90
    S9999999999999V99
    other example:
    example 00ACESIEUR10100000é00000000087498I
    en hexa:
    00000000087498I
    FFFFFFFFFFFFFFC
    000000000874989 => +0000000008749,89
    S9999999999999V99
    I need help with creating a function that will transform from "00000000087498I" to real number like "+0000000008749,89", but I really don't know how to do that.
    Can anyone help me with my problem or explain to me how to do that?
    Thanks for your time and best regards

    No it is not so simple. This "le signe est sur l'avant dernier octet" means that the sign is last character in number.
    The sign "é" and "I" are just in my example and they are somehow calculated but I don't know how?
    If I take my example there is field with format S9(13)V99 and with value 00000000071049é (and with last sign "é") and I think the last sign is somehow calculated from number. And then from this value I get the number.
    00000000071049é
    FFFFFFFFFFFFFFC
    000000000710490 => +0000000007104,90
    S9999999999999V99
    Everything I try, calculating from binary to hex, or anything other, I don't get the result or the last sign and I wonder if there is some function in PL/SQL that I can use to get the result I want?
    Or if you have some idea how to help me to get from "00000000071049é" to "+0000000007104,90" from example above?
    Here are some other examples, just for help:
    000000204592D
    000000183882D
    000000139441C
    000000182979H
    000000083361F
    000000083361F
    000000083361F
    000000059033F
    000000066273E
    000000069011G
    000000102615B
    000000092362F
    000000138215‚
    000000138215‚
    000000138215‚
    000000138215‚
    000000106760C
    000000106760C
    000000106760C
    000000115024A
    000000115024A
    000000115024A
    000000115024A
    000000115024A
    000000088149B
    000000084459I

  • Reg: please Imp  and urgentcreating pdf templates

    Hi friends
    my data is in pdf but i need to prepare my templates also in pdf is there any plug-in between BI publisher and pdf.please help me, i tried downloading the adobe acrobat pro x converted my pdf to rtf but the problem is when i drop the data into the fields the data is not placing properly.So is there any other option.This is urgent I am looking forward for all your suggestion.
    Thanks & Regards

    Hi guys, THank you for the quick response.. I'm able to map the fields in my pdf template and successfully viewed my report. However, I need to have some repeating fields based on the number of rows from my query. I used the rep_fields syntax but the BI Publisher Template viewer is throwing me this error "FO Formatting failed." Any idea guys? below is the syntax and sample data template xml...
    rep_fields syntax:
    <?rep_field="BODY_START"?>
    <?rep_field="T1_Gn"?>
    <?rep_field="BODY_END"?>
    data template to be uploaded:
    <dataTemplate name="bill" defaultPackage="">
         <properties>
              <property name="db_fetch_size" value="20"/>
         </properties>
         <parameters>
              <parameter name="P_BILL_ID" datatype="character"/>
         </parameters>
         <dataQuery>
              <sqlStatement name="BILL_SEQ_Q">
                        <![CDATA[          
                   SELECT      bsegCalc.calc_amt calc_amt,
                                       bsegCalc.bill_sq bill_sq
                        FROM ci_bseg_calc_ln  bsegCalc, ci_bseg cbseg
                        WHERE cbseg.bill_id = P_BILL_ID
                        AND   bsegCalc.bseg_id = cbseg.bseg_id
                        ORDER BY bill_sq
                        ]]>
              </sqlStatement>
         </dataQuery>
         <dataStructure>
              <group name="BILL_SEG" source="BILL_SEQ_Q">               
                        <element name="CALC_AMT" value="CALC_AMT"/>
                        <element name="BILL_SQ" value="BILL_SQ"/>
              </group>
         </dataStructure>
    </dataTemplate>

  • Why do we need IMP and Exchange servers integration?

    According to this document, Microsoft Exchange integration with Cisco Unified Presence allows users to incorporate their calendar/meeting status in Microsoft Outlook into their availability status on Cisco Unified Presence.
    http://www.cisco.com/en/US/docs/voice_ip_comm/cups/8_6/english/integration_notes/exchange/guide/exchintintro.html
    I haven't configured WebDAV nor EWS on my IMP server so far. But I can get the "In a Meeting" status on Jabber Windows whenever I add an appoinment through Ms. Outlook or OWA. When I deleted the event, the presence changed to "Available".

    So that you can see meeting presence for non-outlook users.
    Chris
    Sent from Cisco Technical Support iPhone App

  • Exp/imp and storage clause

    Is it possible to make an export of the database with the exp tool, but without the storage clause for tables and indexes?
    My develop database is 2GB big, and when i make an export without data and import it in a clean production environment without data, the datafiles are also 2GB big.
    The export parameter compress=Y/N doesn't matter.
    Thanks

    gert-jan, your post is unclear on by 2G big you mean the physical datafile size or the amount of space allocated within the tablespaces?
    If you are allowing the import to create the tablespaces then they are going to have the same size as defined in test.
    The compress=y/n option should make a difference in that the default compress=y would cause a larger value be written to the export file for the initial extent.
    But an important question is how were the import database target tablespaces defined: dictionary or locally managed, uniform or auto-allocate.
    If the tables were created with too large of allocations I would generate alter table move commands with storage clauses to resize the objects on the target. Then I would rebuild the indexes with storage clauses to do the same. You can change the initial extent size on a move/rebuild operation.
    The version of Oracle is always important because Oracle has been known to change feature behavior and parameter default values with release changes.
    HTH -- Mark D Powell --

  • IMP and IMPDP

    Hi,
    Whats is the counterpart of imp rows=n in impdp? I tried to "impdb hellp=y" but I can not see "rows" parameter anymore :(
    Thanks a lot

    CONTENT=METADATA_ONLY
    For a list of parameter mappings from old IMP to IMPDP see:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14215/dp_import.htm#i1006538

Maybe you are looking for

  • How do I delete or hide purchases from the App Store on my iPad?

    I can't seem to delete certain things in my App Store purchase that I want gone

  • How to debug FM configured in ABAP-PI port ?

    Hi All, Is there any way we can debug the FM configured in port of type ABAP-PI for an outbound IDOC? I tried update and system debugging also. But control is not stopping. Is the FM called in BACKGROUND mode or as RFC? You inputs are highly appricia

  • Loading as2 swf files into as2

    i had load my swf file with as2 and i like to add controls like play pause stop time slider for its pls help me with some examples ........................

  • Appstore won't accept my apple id password

    I have a iPhone 4 and i just update to the latest iOS, but when i tried to download an app from the AppStore its keep asking me the password and wont accept it. When i tried to download it from a mac computer, it installed perfectly into my iPhone. T

  • Numbers 08 help needed.

    I have and excel sheet, with 12 tables in it. All the tables are identical in every way. What I'm trying to do is have all tables accessed, and make a change on table 1 and have that change, change all the remaining 11 tables. Is this possible?