export / import exp / imp orders Oracle 10gXE on Ubuntu

I have 10gXE Oracle installed on 2.6.32 - 28-generic #55 - Ubuntu Linuxand I need help of soe on how to export / import the base with exp / imp orders. Orders appear to be installed on the directory * / usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin*, but I can't run them.

The error message I got =

No order found "exp", did you mean:
Command "xep" package "pvm-examples" (universe)
Command 'ex' package 'vim' (main)
Command 'ex' the package 'nvi' (universe)
Command 'ex' of the package "vim - nox" (universe)
Command 'ex' of the package "vim-gnome" (main)
Command 'ex' package 'vim-tiny"(main)
Command 'ex' of the package "vim - gtk" (universe)
Command "axp" package "axp" (universe)
Command "expr" package "coreutils" (main)
Command 'expn' package 'sendmail-base' (universe)
Command 'EPP' package 'e16"(universe)
Exp: command not found

Is there something I need to do?

Hello

You have not properly configured environment variables.
http://download.Oracle.com/docs/CD/B25329_01/doc/install.102/b25144/TOC.htm#BABDGCHH

And of course this sciprt little hiccup, so see
http://UbuntuForums.org/ShowPost.php?p=7838671&postcount=4

Kind regards
Jari

Tags: Database

Similar Questions

  • How to take partial dump using EXP/IMP in oracle only for the main tables

    Hi all

    select*from v$version;
    
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
    PL/SQL Release 10.2.0.1.0 - Production
    "CORE    10.2.0.1.0    Production"
    TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    

    I have about 500 huge data main tables in my database of pre production. I have an environment to test with the same structure of old masters. This test environment have already old copy of main tables production. I take the dump file from pre production environment with data from last week. old data from the main table are not necessary that these data are already available in my test environment. And also I don't need to take all the tables of pre production. only the main tables have to do with last week data.

    How can I take partial data masters pre prodcution database tables?  and how do I import only the new record in the test database.

    I use orders EXP and IMP. But I don't see the option to take partial data. Please advice.

    Hello

    For the first part of it - the paintings of masters just want to - use datapump with a request to just extract the tables - see example below (you're on v10, so it is possible)

    Oracle DBA Blog 2.0: expdp dynamic list of tables

    However - you should be able to get a list of master tables in a single select statement - is it possible?

    For the second part - are you able to qrite a query live each main table for you show the changed rows? If you can not write a query to do this, then you won't be able to use datapump to extract only changed lines.

    Normally I would just extract all the paintings of masters completely and refresh all...

    See you soon,.

    Rich

  • export/import of 9.2.0.1 11.2.0.2 64 bit and error IMP-00009

    Hello.

    I want to export/import two schemas of my former base 9i to a new 11 GR 2.

    I've done several times, but this time I am faced with an error that drives me crazy. I hope someone can tell me what I'm missing

    The scenario.
    Old machine: RedHat 8 with DB Oracle 9.2.0.1.

    New machine: 5.7 RHEL 64 bit with DB Oracle 11.2.0.2 64-bit.

    Yes, in the old machine, I export the users with a file parameter as follows:

    /Home/Oracle/exptmp/exp_parameters.par:

    file=/home/oracle/exptmp/NESE_20130829.dmp
    owner=nese
    compress=n
    grants=y
    indexes=y
    log=exp_NESE_20130829.log
    rows=y
    statistics=none
    
    
    

    And then.

    $ cd /home/oracle/exptmp/
    $ exp system/*******@resesdb parfile=exp_parameters.par
    
    Export: Release 9.2.0.1.0 - Production on Vie Ago 30 12:07:07 2013
    
    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    
    Conectado a: Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
    With the Partitioning and Oracle Data Mining options
    JServer Release 9.2.0.1.0 - Production
    Exportación realizada en el juego de caracteres WE8ISO8859P1 y el juego de caracteres NCHAR AL16UTF16
    
    Exportando los usuarios especificados ...
    [...]
    La exportación ha terminado correctamente y sin advertencias.
    
    Export: Release 9.2.0.1.0 - Production on Vie Ago 30 13:08:18 2013
    
    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    $
    

    I copy the dump file with SCP (scp, since it transfer files in binary mode only.) I also tried with SFTP but got the same result)

    $ scp NESE_20130829.dmp oracle@***.***.***.78:/home/oracle/imptmp/
    oracle@***.***.***.78's password:
    NESE_20130829.dmp  100% |*******************************************************************************************************|
    
    
    

    In the new machine:

    User "NESE" and tablespaces/data files needed have already been created.

    $ ls -la /home/oracle/imptmp/NESE_20130829.dmp
    -rwxr-xr-x 1 oracle oinstall 6196510720 ago 30 14:07 /home/oracle/imptmp/NESE_20130829.dmp
    
    
    

    I use a parameter for the import file.

    /Home/Oracle/imptmp/imp_parameters.par

    file=/home/oracle/imptmp/NESE_20130829.dmp
    fromuser=nese
    touser=nese
    commit=y
    grants=y
    ignore=y
    indexes=y
    log=import_nese_20130829.log
    rows=y
    
    
    

    But when I do the import, then:

    $ cd /home/oracle/imptmp/
    $ imp system/*******@seresdb file=imp_parameters.par
    
    
    Import: Release 11.2.0.2.0 - Production on Vie Ago 30 14:13:45 2013
    
    
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    
    
    Conectado a: Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    
    
    IMP-00009: abnormal end of export file
    IMP-00000: Import terminated unsuccessfully
    $
    
    
    

    And that's all. I don't know what else to do.

    MOS, there is hardly this error information, except if you transfer the file by FTP in ascii mode.

    There is something that I am missing?

    Any idea?

    Concerning

    OK, I found the problem. (less)

    I think this problem is the file system of the old machine.

    The old machine's file system is reiserfs. I have not found any note on the problems with reiserfs, but this is my conclusion, given that all the tests I did.

    This old machine had an NFS volume on a backup server, so I changed to this volume export dump file. Then I transferred the file via scp on the new computer, as I did before.

    Now import worked well. !

    I repeated the steps by changing the backup file to export to back reiserfs volume, only to ensure that I did not make other changes, scp the new machine, and failed to import. So, no doubt. It seems that reiserfs causes a kind of corruption of dump files when they are copied to another file system (but it's weird, because I run md5sum on the two file systems and the result is the same)

    I would like to do another test. So I'll write here the results to confirm and help other people with the same problem.

    Thank you all.

  • Oracle 11g R2 how to exp/imp

    Hello.. I use the oracle11.2 version. I'm trying to take a logical backup as "EXP" in the linux environment, but empty table failed...

    can u tell how to take this backup with empty tables...

    Thanks in advance

    Hello

    I'm trying to take a logical backup as "EXP" in the linux environment, but empty table failed

    This is due to a new feature of 11.2. By default, the DEFERRED_SEGMENT_CREATION parameter is set to TRUE, so that the Segments are only created when the first line is inserted:

    http://download.Oracle.com/docs/CD/E14072_01/server.112/e10820/initparams069.htm

    Please, use the Export/Import DATAPUMP instead of the Original Export/Import. The DATAPUMP handles better this new feature. You will have an example below:

    http://asktom.Oracle.com/pls/Apex/f?p=100:11:0:P11_QUESTION_ID:3014631100346711923

    You'll find the following tips to start with DATAPUMP link:

    http://www.Oracle-base.com/articles/10G/OracleDataPump10g.php

    Hope this helps.
    Best regards
    Jean Valentine

  • After the upgrade to IE 10, not able to download/export users excellent reports in Oracle EBS 12.0.6 forms order orgranizer

    After the upgrade to IE 10, not able to download/export users excellent reports in Oracle EBS 12.0.6 forms order orgranizer. It of something to do with the settings of internet explore, please advise to solve this problem.

    The new window opens and immediately disappears.

    Thanks for your replies.

    We can get the exported file now. In IE 10, all results export are saved temporarily in the download options, press Ctrl + J (view downloads) and save the results and open it.

  • Wise schema exp/imp or complete database exp/imp better in cross platform database 10g migration

    Hello

    When you perform a migration of database platform (big-endian to little endian) of 10 grams, which should be preferred to a database export import full or can do without schema using exp/imp?

    The data base is about 3 TB and a server Oracle ebs with many diagrams custom in it.

    Your suggestions are welcome.

    For EBS. export/import of individual schemas is not supported, because of the dependence between the different schemes of EBS - only complete export/import are supported.

    What are the exact versions of EBS and database?

  • Oracle 8i exporting because of the Chinese oracle 12 c

    Hi all

    I'll be very grateful if someone can give me some advice. I tested several days to discover the cause of the problem of displaying Chinese characters.


    Export version of the Oracle Server (Unix machine)

    Oracle8i Enterprise Edition Release 8.1.7.0.0

    Select DECODE ("parameter, 'NLS_CHARACTERSET', ' GAME of CHARACTERS",)
    "NLS_LANGUAGE', 'LANGUAGE',
    "NLS_TERRITORY', 'TERRITORY') name.
    value of v$ nls_parameters
    Setting WHERE IN ('NLS_CHARACTERSET", 'NLS_LANGUAGE',"NLS_TERRITORY")

    Value name
    American language
    American territory
    US7ASCII character

    the value of nls_lang = american_america.us7ascii in my machine

    I can correctly display traditional Chinese characters in sqlplus

    exp userAdm/pwd01@sampleDB FULL = Y LINE = sampleDB.dmp

    export success
    ---------------------------------------------

    Version of Oracle server Import
    64-bit Oracle Database release 12.1.0.1.0 12 c

    I create a new database on the import server (Windows 7)

    Value name
    American language
    American territory
    character ZNT16MSWIN95 <- cannot set us7ascii, because Oracle 12 c don't have that choose

    the value of nls_lang = american_america.us7ascii before import

    IMP userAdm/pwd01@sampleDB file = sampleDB.dmp log = sampleDB.log full = y

    import successfully

    However, when I set nls_lang = american_america.us7ascii in my machine

    I can't display traditional Chinese characters in sqlplus correctly

    Also tried after the language, always in vain

    Set nls_lang = CHINESE_TAIWAN TRADITIONAL. ZHT16MSWIN950
    Set nls_lang = AMERICAN_AMERICA. AL16UTF16
    Set nls_lang = american_america. ZHT16MSWIN950

    Can someone give me some advice?
    Thank you!

    V$ NLS_PARAMETERS also shows that the character of database defined then consulted NLS_DATABASE_PARAMETERS will not tell us more.

    What you have is a typical configuration of transmission. The binary codes of traditional Chinese characters are stored in the US7ASCII database, but are not recognized as such. These characters entered from Windows clients, which suggests that their real coding is ZHT16MSWIN950?

    You cannot directly export/import from the database of US7ASCII 8i to any other database that isn't US7ASCII as well without losing all character codes.

    Your choice:

    1. create the database of 12 c in the character set US7ASCII. You can do this by calling DBCA directly (not through Installer) and choose the Advanced installation mode. Then you can uncheck the box "Show only recommended character sets", and the US7ASCII will be available. You can also use the manual procedure that is heavy with the CREATE DATABASE statement. Once you have a database of the US7ASCII 12, you can export and import without data loss, condition NLS_LANG is set US7ASCII and continue running your application that you used to.

    This choice is conceptually the simplest, but you will continue running in an unsupported configuration, and you will certainly encounter problems sooner or later (usually sooner). I do not recommend this option.

    2. create the new database and export/import, as in option 1 above. However, before you run the application, move the character Unicode AL32UTF8 database defined using the Database for Unicode Migration Wizard, which comes with the database Oracle 12 c. Then, your database will be fit for deployment abroad. You may need to set up or change your application to work properly with the AL32UTF8 database. It is the most complex, but the most recommended option.

    3. create the new database and export/import, as in option 1 above. However, before running the application, migrate the database to the real character of your data set. This character set must be determined according to what applications/clients/platforms entered data in the 8i database. You make the migration using the Migration Wizard of database for Unicode and the csrepair script. Then you should be able to run your application without change, only after the NLS_LANG setting appropriate for your platform.

    Thank you

    Sergiusz

  • exp/imp only a few records in the table

    Hello
    Exp/imp few records in my table during the activity level exp/imp table is possible?
    If so, what setting should I be using
    For example,.
    I have 10000 records in my narration of the table "TEST_TB".
    I have the dump full exp for the table.
    But I want to just imp only 50000 records from the same table in another schema.
    How would it be possible?
    Please suggest me on this

    Kind regards
    Faiz

    Hello

    It seems not possible to limit the number of rows that is imported, but it is possible to limit the number of rows exported with the query parameter, found examples
    http://www.orafaq.com/wiki/Import_Export_FAQ
    http://docs.Oracle.com/CD/B28359_01/server.111/b28319/exp_imp.htm#autoId52

    HtH
    Johan

  • exp / imp question to support

    Hello @ all.
    It exist in some other forums tools exp and imp will be launched out of the product. Does anyone know if this is true and when it will arrive?
    Thank you very much.

    It has not been started, you can still use exp/imp in version 11 GR 2.

    In Oracle 10 g is a better tool called "Data Pump" for exports or imports

  • export, import of 11.2.0.1.0 10.2.0.4.0

    I'm trying to export, import of 10.2.0.4.0 11.2.0.1.0 by exp & imp Data Pump. I myself always and internal error (ORA-39006: internal error) and no more. I guess I can't export import between these versions...

    Have you had a similar case?

    In fact, I did the opposite and got this message...

    Export: Release 11.2.0.1.0 - Production Wed Feb 9 11:22:04 2011

    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    DEU-00018: customer data pump is incompatible with the version of database 10.2.0.4.0

    $
    $
    $


    Thank you

    Published by: user2931261 on February 9, 2011 12:08

    Hello

    For more details on the ORA-39006 can run DBMS_DATAPUMP. GET_STATUS.

    Another thing, as previously posted, you have to choose the right version of the utility Datapump.

    The following link can guide you in this choice:

    http://download.Oracle.com/docs/CD/E11882_01/server.112/e17222/expimp.htm#CHDDCIHD

    Hope this helps.
    Best regards
    Jean Valentine

  • 10g Full exp/imp using the sys user

    Hello

    I plan to do an export of complete data of data from a database to a different database created on another server/platform.
    Oracle version/patch level is the same 10.1.0.5.

    I also plan to use exp/imp instead of datapump, as I'm not sure how stable Datapump is in this version.

    I want to export and import as "/ as sysdba" because it pays a sys privileges for users of database application.

    file = filename log full filename.log = exp = y
    Full IMP = log y = filename ignore = there give = filename.dmp

    ignore = y, because the tablespaces wil lbe created in advance due to the disposal of the other file system.

    The above method is ok or it will cause me problems

    Thank you

    Hello

    exp/imp does not affect accounts system/sys. they are not at all affected.

    Concerning

  • 9i export/import - multiple exports running

    Hi all

    I have a Database 9i running on an AIX machine. I'm trying to export a few patterns.

    accidentally I ran after 2 minutes that I wasn't able to find the process with expdp (instead of exp).

    to my surprise, it doesn't show any error or any matter that the same dump file and logfile are reused

    normally that I know in datapump I can kill by going to prompt export orders, but don't know how I'd do the same thing with the traditional export/import.

    (1) if I kill it of operating system level. He will have to dump of origin file problem as I'm not sure of what process use the dump file to write data

    (2) why it did not any error when running it a second time as it normally gives an error in expdp to logfile if his re-employment.

    (3) is there a link where I can find a good post, containing information or export import tips

    Database: 9.2.0.6

    Machine: AIX

    Thank you

    H,

    Thus, if the main table would exist, then he doesn't average I export dump would be consistent? Even I don't see any errors recorded in the logfile anywhere.

    is there a manual way to perform a check consistency of my export dump file.

    1. I was little confused with the word and the context / term "Coherent"?  Can you specify what is consistent - from your view, so that I can try myself to provide information from my side.

    To be honest, if the export went very well, you would see then all problems.

    Export master table helping - complete/progress of the task (to track the progress of it). Is to contribute to the collection (* as scale all the objects he needs to go through the base on your export type)

    Since then, if dynamic if you want to join some tasks to the existing in progress/task, can he help you.

    -Pavan Kumar N

  • Accelerate exp/imp or expdp/impdp

    Hello

    Is it possible to speed up and exp/imp or expdp/impdp that already works? Is is possible to speed up a run RMAN backup or restore RMAN process?

    Kind regards

    007

    To accelerate a datapump export market and import you can attach to employment and increase the level of parallelism... impdp attach = job

    I don't know any way to speed up a running RMAN backup.

    To expedite an RMAN restore, you can kill the restoration and re - run using several channels.  The restoration should take up where he left off and can run faster with many channels.  It is relevant only if you have several items from backup.

  • exp/imp with sequential primary key table.

    Hello

    I have a general question about EXP/IMP a table with primary key sequence. I need exp rows in this table of 11g DB and their imp to 9i DB. This table is the same on 11g and 9i. Table 11g is updated daily. I want to import lines which are the only new records to 9i to expedite the process. As this main table of the key is sequential, I intend to export with where table_key > N, N is the max of last importing table_key and then proceed to import on this dump file. Don't you see any problem doing it this way?
    Your expertise is greatly appreciated!

    Hello

    I have no problem at all.
    If you do not forget to use the 9i export tool, then you should be OK
    Also a full table export and import with ignore = Yes will ignore the records that violate the primary key and import only new records.
    However, it is not a very clean way to do it.

    Success!
    FJFranken

  • Exp/Imp Transport_tablespace

    Dear Sir.
    Operating system EOL Oracle database 10.0.2.5g 5.

    We have two tablespace

    create tablespace datafile test1
    ' / u01/app/oracle/oradata/test101.dbf',
    ' / u01/app/oracle/oradata/test102.dbf';

    create tablespace datafile test2
    ' / u01/app/oracle/oradata/test201.dbf',
    ' / u01/app/oracle/oradata/test202.dbf';

    ALTER TABLESPACE READ ONLY test1;
    ALTER TABLESPACE READ ONLY test2;

    exp \"sys/pass as sysdba\ ' transport_tablespace = y datafiles='/u01/app/oracle/oradata/test101.dbf',
    ' / u01/app/oracle/oradata/test102.dbf',
    ' / u01/app/oracle/oradata/test201.dbf',
    "/ u01/app/oracle/oradata/test202.dbf" file = /u01/dmp/dmptts.dmp;

    DROP TABLESPACE including CONTENTS test1;
    DROP TABLESPACE including CONTENTS test2;

    IMP \"sys/pass as sysdba\ ' transport_tablespace = y datafiles='/u01/app/oracle/oradata/test101.dbf',
    ' / u01/app/oracle/oradata/test102.dbf',
    ' / u01/app/oracle/oradata/test201.dbf',
    ' / u01/app/oracle/oradata/test202.dbf'
    tablespaces = test1, test2
    file = /u01/dmp/dmptts.dmp;

    I got an error:
    IMP-00003: ORACLE ERROR encountered 1565
    ORA-01565: error in the identified file ' / u01/app/oracle/oradata/test201.dbf'

    My question can we import transport_tablespaces = y with two storage spaces and four data files?

    I got an error:
    IMP-00003: ORACLE ERROR encountered 1565
    ORA-01565: error in the identified file ' / u01/app/oracle/oradata/test201.dbf'

    My question can we import transport_tablespaces = y with two storage spaces and four data files?

    First check what the status of the data files.
    SQL > select file_name, dba_data_files online_status where name like '% test201% ';

    also

    $ ls - ltr /u01/app/oracle/oradata/test201.dbf

Maybe you are looking for

  • How can I activate "organize bookmarks" in my sidebar.

    This option has disappeared from my side bar a few weeks ago.

  • Response time of PCI-6602

    Dear users of the forum, I use a Counter/Timer OR PCI - 6602 for send TTL signals to another device in our laboratory. I send the signal every ~ 1-5 ms, but this time is not fixed (it depends on some other process that I do in my program of LabVIEW),

  • Computer locking

    Computer of my children stop by itself, when I restarted, I got this message: "warning!" Previous shutdown due to thermal event. Hit the F1 key to continue, or F2 to run the Setup utility. I opened, dusted it really well off (Opened up power supply a

  • Network Wifi Z3 blackBerry does not detect

    Hello My Blackberry Z3 does not detect any wifi networks. Whenever I have to restart my phone to connect to WIFI. Please solve this problem Thank you Naveen

  • BlackBerry 7290 Smartphone device software update

    I bought a new 7290 on ebay, which was originally set to Vodaphone.  I use Rogers Wireless in Canada, on a pay-as-you-go basis.  The phone has version 4.0.2.35 of the software, on the 18.0.138 platform.  I want to upgrade the software to version 4.1,