Export the dmp

I'm traing to export a database from my computer.
I opened the comand prompt, I write user/password@database = full exp there file = exptest.dmp, export to start and crashed.
What is screen printing.

If my eyes are always with me, I see you are trying to use a 9.2.0.1 export utility against a 11.1.0.7.0 database, which according to the Metalink interoperability matrix, is taken in charge, but patches are available in Extended Support.

So if it is all for practice, I recommend instead use Oracle XE on your local machine.

Tags: Database

Similar Questions

  • Unable to export the dmp OEM file

    Hello

    I use OEM for daily backup jobs and export dump files. However, jobs began to fail recently. The error log:

    error detected in 600 background processes
    [ORA-00600: internal error code, arguments: [kmgss_activate_granule_1], [], [], [], [], [], []]

    Can someone help me interpret the above error and advise how I can solve this problem? I tried searching the net but can't find any useful information.

    Thank you.

    Can someone help me interpret the above error and advise how I can solve this problem?

    All ORA-00600 should be put in a Service request to http://metalink.oracle.com

  • Remove information from STORAGE of the dmp

    Hello

    I have a problem with a dmp file created on Oracle 10.2.0.3.0. I did this export to create a development/test database.

    For export, I used the following option:

    file = mydmp.dmp
    log = mydmp.log
    lines = n
    owner = myowner
    Compress = n
    your comments = 10000
    Statistics = none

    The problem I have, is that this export contains all the "STORAGE" of my production database options. I want to remove this information because the two databases do not have the same disk space. Two databases have the same version of oracle, but the first database is 20 times greater than the second.

    This is why I would like to know how can I remove the 'STORAGE' options by editing the dmp or add an option on the export.

    Thank you.
    Kind regards.
    Guillaume.

    Use transform = storage: n

    Nicolas.

    Of course, it's an impdp option, but since you are in 10g, why not use dump export?
    Published by: Gasparotto N January 27, 2012 14:05

  • Tool to manage data in the DMP file

    Friends,

    We currently have this process:

    -Export production data using expdp
    -gzip .dmp file and move it via ftp to test servers
    -import data on the test servers

    We are trying to create a process where we can remove all the "sensitive data" test, because our data is highly confidential.
    So, we have already designed a procedure that can remove these data after the import.

    BUT my question is: there is some King of oracle tool which can allow us to modify the data in the dmp file, even before you start the import operation?


    Approx. (Test and Production): Oracle 10 g 2 running under Linux

    Thank you

    You can protect your sensitive data after importation in the test environment using datamasking grid control functions.

    Another solution, I've used sometimes is create the trigger for insertion in the test environment a sensitive but important data change is slower.

    HTH
    Antonio NAVARRO

  • Export the database from another pc - problem EXP-00056

    Hi all,

    I have a pc (called PC1) with installed Oracle11gR2. I want to export the database from another pc (called PC2) which is connect with PC1 with a LAN.
    I have connected PC2 to PC1 so:
    $ ssh oracle@IP_of_PC1

    and as the user oracle, I tried export then:
    index of the_user/the_pass exp = y subsidies forced is y = y line is my_dump.dmp log = my_log.log

    but he said to me:
    Export: Release 11.2.0.1.0 - Production on Tue 7 Sep 14:44:13 2010

    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    EXP-00056: ORACLE error 1034
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 error: 2: no such file or directory
    EXP-00005: all authorized logon attempts failed
    EXP-00000: export completed unsuccessfully

    Why it does not work?

    Thank you much in advance.

    Run this and show me where exactly you run

    index italia/italia@dbSID exp = y subsidies forced is y = y line is dump070910italia.dmp

  • HELP ME OUT to export the database of linux OS

    Hello Sir/mam

    I have problem with the export data from the database on the Linux operating system. I'm using oracle 11g. I used the work in the windows platform. So when I'm launching the export query under XP there is no problem. This query
    unpack the entire table. But when I run this same query on the Linux environment it exports only the table that have data output. These table that have no value cannot export this query on the Linux environment. I use this query to export "exp userid = ABC/tushar full = file is = oraclebackup/oraclebackupJUNE17.dmp.

    Please give me some ideas to export the table data base on the Linux system.

    Thank you.

    [email protected] wrote:
    Thank you very much, Mr.

    You are welcome

    Its working fine.

    Then close the thread by scoring, he said. Read Forums etiquette / Reward Points - http://forums.oracle.com/forums/ann.jspa?annID=718

    I want this .dmp file that I created
    How do I find the .dmp file.

    If you have used the following settings:

    directory= backup_dir dumpfile= oraclebackupJUNE21.dmp
    

    Then get the directory entry for the directory - view DBA_DIRECTORIES backup_dir object and get your file in this directory

    select directory_path from dba_directories where directory_name='BACKUP_DIR';
    
  • export of dmp + compress (using hose)

    Hello

    can you help me correct the procedure?
    I need to compress the dmp on the fly file to save space.
    ---
    #! / bin/ksh
    export ORACLE_HOME=/u01/app/oracle/product/11.1.0/db_1
    export PIPE = exp.pipe
    RM $PIPE
    mknod $PIPE p
    gzip-c < $PIPE > exp.dmp.gz &
    $ORACLE_HOME/bin/expdp system/oracle@DB11G DUMPFILE = $PIPE LOGFILE = exp_pipe.log = INCLUDE NOKRWW = TABLE SCHEMAS
    ---

    the error I get now is:
    ---
    Connected to: Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - Production
    With partitioning, OLAP, Data Mining and Real Application Testing options
    ORA-39001: invalid argument value
    ORA-39000: bad dump file specification
    ORA-31641: failed to create the dump file ' / u01/app/oracle/admin/DB11G/dpdump/exp.pipe '.
    ORA-27038: created file already exists
    Additional information: 1
    ---

    Unlike the classic export the datapump isn't is no longer in charge of piping, use the COMPRESSION parameter instead:

    http://download.Oracle.com/docs/CD/B28359_01/server.111/b28319/dp_export.htm#BABCAJHC

    Werner

  • Publish the .dmp file importing

    Hi all

    I have problems to import a recently exported schema (.dmp file). Here is the exp, imp utility version numbers and the database.

    Version numbers
    Exp: 9.2.0.1
    IMP: 9.2.0.1
    Database: 10.2.0.3

    Import process hangs. The V$ SESSION_WAIT view indicates that the process is pending (see V$ SESSION_WAIT results below).
    Therefore, I killed the process, allowed tracing "ALTER SYSTEM SET SQL_TRACE = TRUE", re-directed the import and down TKPROF. The output seems to give no indication of why the process imp is waiting. Anyone has any suggestions/ideas as to what's causing this problem or how fix?

    __V$ SESSION_WAIT__
    SID: 125
    SEQ: #135
    EVENT: SQL * Net more data from client
    P1TEXT: driver id
    P1: 1413697536
    P1: RAW0000000054435000
    P2TEXT: #bytes
    P2: 1
    P2: RAW0000000000000001
    P3TEXT: P30P3RAW00
    WAIT_CLASS_ID: 2000153315
    WAIT_CLASS: #7
    WAIT_CLASS: network
    WAIT_TIME: 0
    SECONDS_IN_WAIT: 1084
    STATUS: PENDING

    Import Parfile
    FILE = file1.dmp
    JOURNAL = file1.log
    FULL = Y
    GRANTS = N
    IGNORE = Y
    INDEX = N

    When you import the dump file, you must use the same version of the utility imp as a base. If your database 10.2.0.3 you use 10.2.0.3 imp version 9.2.0.1 not

  • How to export the list of devices in the Profile Manager?

    Hello

    is there a way to export the list of devices in the Profile Manager on a mini mac running OS Server 5.3?

    Thank you

    How to export data from device in the Profile Manager

    How to export a list of devices and their info?

  • I need to export the address book in unicode csv files. When?

    My address book contains Chinese and Korean names. Their special characters get lost when I export the address book to a CSV files to import them from Open Office.

    It is true that Chinese and Korean characters are not maintained when you use the export into csv format, but I tried an example with the option provided by MoreFunctionsForAddressBook and it seems to work fine.

    Select an address book in the address book, then make a right click, MFFAB/Export/as csv (.csv).

  • To export the project to the slide show

    It seems like if I can't export my project of photo album in a slideshow of pictures, because I used to do in iPhoto. Does anyone have a solution to this problem?

    photo album project

    Do you mean that you have created a Photo Book?

    There is no way to create a slide show from a book directly project in the Photos.

    However, you could save your book as a PDF file and then export the pages in the PDF file of the file as JPEG images.

    Now import the JPEGs as new photos to Photos, make a record of them and show them as a slideshow.

  • When I export the address book from Thunderbird, the file is saved is empty and has no data

    The exported file is empty

    "Address book".
    Select an address book - not "all address books.
    Tools > export
    choose where to back up
    Give an appropriate file name
    Save as for example: comma separated.csv

    Export each address book individually.

    If you try to export the option "All address books" like comma separated.csv to read for example: Excel, you'll find it of empty and will offer a read-only mode. You can also discover you can not remove this file until what you close Thunderbirds "Address book" window.

  • Is it possible to export the address book and map then only custom export fields are exported?

    In Outlook, I can export my contacts but before export ends I can map the fields you wish to export. For example I can export my contacts but only to export the name last name and email address.

    Is it possible to do this with Thunderbird? I can't only to export the complete address book, it contains fields I have not filled and do not want to export.

    Thank you.

    Currently, there is no function to select specific address book fields when you export a mailing list or address book to a .csv file.

    However, after you open the .csv file in Excel or OpenOffice.org Calc, it's simple to highlight more columns, right-click and select delete, and then save the file. Just tried it myself and completed the changing/deleting columns etc. in less than 10 seconds. Thus, it is not difficult and extremely fast.

    I know this isn't what you prefer, but it works very easily, is easy to learn.

  • How to export a subdirectory of my address book without exporting the full address book?

    I use subdirectories (contact groups) in my address book for different groups of contacts. I need to move a group to a different mail client, but when you use the export function, it doesn't seem to be a way to select a single group. The export function exports the entire address group without taking into account my groups of void. Is there a way to get around this?

    Yes, by selecting the addresses before clicking on tools seems to do the trick

  • I am running 10.1.1 version. Is it possible to export the video at 30 frames per second instead of 60 frames per second?

    I am running 10.1.1 version. Is it possible to export the video at 30 frames per second instead of 60 frames per second?

    Yes.  The frame rate (and resolution) of a project is determined by the first clip set a new timeline for the project.  So put a clip known 30 fps (with the resolution you want) in a new project timeline then copy everything from your existing project in the new project.  You can then remove the first clip if you wish.

    Geoff.

Maybe you are looking for

  • problems after windows update fingerprint reader

    After installing the recent updates to XP (I think that service pk 3) my Microsoft Fingerprint Reader is no longer works.i done a system restore to get it working again, but now I need the help of updates

  • How can I add external speakers to touchsmart 520

    I have a HP touchsmart 520 windows 7 64 bit.   I just need to know how to add Logitech 6 speaker system to my PC

  • Toppled 3-in-1 Travel Kit... worth it?

    Nothing like waiting until the last minute for Christmas presents... I wanted to get the travel kit to go with the "rocket" for my gf... Best Buy has it for 30.00... Amazon has it for 19.99... but by reading the reviews... they say it's hard to keep

  • GODMODE in Windows vista 64-bit

    Currently, I've been on one Web site says that by entering a code in a file name it would make my ui look better that I did which is curious and all and now my computer has a pop up that rpet Explorer windows to stop work after restarting windows Exp

  • Problem with updates! Microsoft files won't open!

    My HP just installed automatic updates and then I couldn't access my Microsoft Office files! I went back to the point files and its fine, but I'm afraid to leave my computer to install updates again! What is going on! What should I do? (FYI - I have