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';

Tags: Database

Similar Questions

  • 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

  • How to export the database and import the database using sql developer

    Hello

    I need to export the database to a server and import it on another server db using the export function of database under the Tools menu in SQLl developer. How to import it? This is for Oracle database 10g.

    Thank you

    Hello

    I think it generates the file .sql containing all the objects that you are exported. Then you can simply open the target database file and run as a script. Also, there is another forum for sqldeveloper related issues.

    Concerning

  • export the database by expdp

    HI experts
    I have a question about expdp
    I created a directory/opt/app/oracle/backup of sqlplus, but after that I can't display the directory is not command line exist. How can I view the contents of this directory?
    When I try to expdp kennam/kennam007@kennam directory = dmpdir dumpfile = kennam.dmp, it gives errors such as
    ORA-39002:?
    ORA-39070:?.
    ORA-29283:?
    ORA-06512:? 'SYS. UTL_FILE", line 488
    ORA-29283:?
    any expert knows how to fix this problem and where is the problem?
    Thank you very much

    SQL > create or replace directory dmpdir as ' / opt/app/oracle/backup ';
    Created directory.
    SQL > grant read, write on directory dmpdir to kennam;
    Grant succeeded.
    SQL > exit
    Disconnected from the database to Oracle 11 g Enterprise Edition Release 11.1.0.6.0 - Production
    With partitioning, OLAP, Data Mining and Real Application Testing options
    [oracle@localhost ~] $ expdp directory dumpfile = kennam.dmp dmpdir = kennam/kennam007@kennam

    Export: Release 11.1.0.6.0 - Production on Tuesday, September 23, 2008 12:16:50

    Copyright (c) 2003, 2007, Oracle. All rights reserved.

    Connected to: Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    With partitioning, OLAP, Data Mining and Real Application Testing options
    ORA-39002:?
    ORA-39070:?.
    ORA-29283:?
    ORA-06512:? 'SYS. UTL_FILE", line 488
    ORA-29283:?

    Published by: devotee on Sep 23, 2008 12:29

    The physical directory ' / opt/app/oracle/backup "must exist on the database server with the permissions granted to the oracle account.

  • Need a little help. Script to export the single document for different types of files.

    Hey guys, I'm new to scripting. have looked everywhere but cannot find an answer to this, I'm sure it's pretty simple


    At work we export logos all the time in a few different formats for the clients.
    I looked in the script as a way to automate the process.

    So far, I thought a little script to export my Illustrator formats document... now I need to be able to export this document even outside as a res low and high PNG, low and high res JPEG, EPS, PDF and TIFF etc.
    I have scripts to do all these separately but just need to know how to put it all in a single script I can do all at once

    Here is an example of my two different scripts to export PNG. I just need to know how string together so I can add all of the formats without breaking it.

    function savePNG() {}
    var destFolder = Folder.selectDialog ("select the folder to export the PNG files to :');")
    If {(destFolder)
    If (app.documents.length > 0) {}
    var Nomdoc = app.activeDocument.name.match(/^.*[^.ai]/i);
    var destFile = new file (destFolder + ' /' + Nomdoc + "-HR.png");
    if(destFile == null) {return ;}
    var doc = app.activeDocument;
    var artRect = doc.artboards [0] .artboardRect;
    var exportOptions = new ImageCaptureOptions;
    exportOptions.resolution = 300;
    exportOptions.antiAliasing = true;
    exportOptions.transparency = true;
    doc.imageCapture (destFile, artRect, exportOptions);
    }
    }
    }
    savePNG();

    and here is the version low resolution

    function savePNG() {}
    var destFolder = Folder.selectDialog ("select the folder to export the PNG files to :');")
    If {(destFolder)
    If (app.documents.length > 0) {}
    var Nomdoc = app.activeDocument.name.match(/^.*[^.ai]/i);
    var destFile = new file (destFolder + ' /' + Nomdoc + "-LR.png");
    if(destFile == null) {return ;}
    var doc = app.activeDocument;
    var artRect = doc.artboards [0] .artboardRect;
    var exportOptions = new ImageCaptureOptions;
    exportOptions.resolution = 72;
    exportOptions.antiAliasing = true;
    exportOptions.transparency = true;
    doc.imageCapture (destFile, artRect, exportOptions);
    }
    }
    }
    savePNG();

    Thanks for any advice you can give!
    Eli

    Oh, you want to perform two functions, one after another at the same time? then just name with different names and perform one function after another, if all files will be saved in the same folder, the argument selectDialog move method on each of your functions to don't do only once.

    function savePNG_HR(){
        var destFolder = Folder.selectDialog('Select the folder to export the PNG files to:');
        if (destFolder) {
            if(app.documents.length > 0){
                var docName = app.activeDocument.name.match(/^.*[^.ai]/i);
                var destFile = new File(destFolder + '/' + docName + " - HR.png");
                if(destFile == null){return;}
                var doc = app.activeDocument;
                var artRect = doc.artboards[0].artboardRect;
                var exportOptions = new ImageCaptureOptions;
                exportOptions.resolution = 300;
                exportOptions.antiAliasing = true;
                exportOptions.transparency = true;
                doc.imageCapture(destFile, artRect, exportOptions);
            }
        }
    }
    
    function savePNG_LR(){
        var destFolder = Folder.selectDialog('Select the folder to export the PNG files to:');
        if (destFolder) {
            if(app.documents.length > 0){
                var docName = app.activeDocument.name.match(/^.*[^.ai]/i);
                var destFile = new File(destFolder + '/' + docName + " - LR.png");
                if(destFile == null){return;}
                var doc = app.activeDocument;
                var artRect = doc.artboards[0].artboardRect;
                var exportOptions = new ImageCaptureOptions;
                exportOptions.resolution = 72;
                exportOptions.antiAliasing = true;
                exportOptions.transparency = true;
                doc.imageCapture(destFile, artRect, exportOptions);
            }
        }
    }
    savePNG_HR();
    savePNG_LR();
    
  • Help check out MGADiag, bought the new retail version of Windows 7 Pro, but he does not accept the activation key.

    Hello

    I just build a new complete PC and decides to get Windows 7 Pro for it. It cost me £179 on amazon from a seller who has good reviews.

    All looks well and many of such security features mentioned on this site:

    http://www.Microsoft.com/en-us/howtotell/software.aspx#packaging

    Are in place (change holograms that you change the view, etc.). However when I enter the product key, I get this message:

    "Code:

    0xC004C008

    Description:

    The activation server determined that the specified product key cannot be used. »

    I tried to go there several times, checking the caps lock etc.. The version says ' origin: Ireland ' on the insignia case of authenticity and the seller told me that before I bought it and it would work as a version of the United Kingdom's retail. The additional complication is I am currently based in France (where I tried to activate it since), but as an English speaker needed an English language version of Windows.

    I have run the MGADiag.exe and this is the output:

    Diagnostic report (1.9.0027.0):
    -----------------------------------------
    Validation of Windows data-->

    Validation code: 0
    Validation caching Code online: n/a, hr = 0xc004f012
    Windows product key: *-* - 3JFJD - CCDF2-FG2FM
    Windows product key hash: ISQ35i4q42ikuqdQBUxMHE34lYY =
    Windows product ID: 00371-178-3035863-85174
    Windows product ID type: 5
    Windows license type: retail
    The Windows OS version: 6.1.7601.2.00010100.1.0.048
    ID: {8E129A9F-9F41-4731-9844-7C30E786DAAC} (1)
    Admin: Yes
    TestCab: 0x0
    LegitcheckControl ActiveX: N/a, hr = 0 x 80070002
    Signed by: n/a, hr = 0 x 80070002
    Product name: Windows 7 Professional
    Architecture: 0 x 00000009
    Build lab: 7601.win7sp1_gdr.140303 - 2144
    TTS error:
    Validation of diagnosis:
    Resolution state: n/a

    Given Vista WgaER-->
    ThreatID (s): n/a, hr = 0 x 80070002
    Version: N/a, hr = 0 x 80070002

    Windows XP Notifications data-->
    Cached result: n/a, hr = 0 x 80070002
    File: No.
    Version: N/a, hr = 0 x 80070002
    WgaTray.exe signed by: n/a, hr = 0 x 80070002
    WgaLogon.dll signed by: n/a, hr = 0 x 80070002

    OGA Notifications data-->
    Cached result: n/a, hr = 0 x 80070002
    Version: N/a, hr = 0 x 80070002
    OGAExec.exe signed by: n/a, hr = 0 x 80070002
    OGAAddin.dll signed by: n/a, hr = 0 x 80070002

    OGA data-->
    Office status: 109 n/a
    OGA Version: N/a, 0 x 80070002
    Signed by: n/a, hr = 0 x 80070002
    Office Diagnostics: 025D1FF3-364-80041010_025D1FF3-229-80041010_025D1FF3-230-1_025D1FF3-517-80040154_025D1FF3-237-80040154_025D1FF3-238-2_025D1FF3-244-80070002_025D1FF3-258-3

    Data browser-->
    Proxy settings: N/A
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Win32)
    Default browser: E:\Program Files\Pale Moon\palemoon.exe
    Download signed ActiveX controls: fast
    Download unsigned ActiveX controls: disabled
    Run ActiveX controls and plug-ins: allowed
    Initialize and script ActiveX controls not marked as safe: disabled
    Allow the Internet Explorer Webbrowser control scripts: disabled
    Active scripting: allowed
    Recognized ActiveX controls safe for scripting: allowed

    Analysis of file data-->

    Other data-->
    Office details: {8E129A9F-9F41-4731-9844-7C30E786DAAC}1.9.0027.06.1.7601.2.00010100.1.0.048x 64*-*-*-*-FG2FM00371-178-3035863-851745S-1-5-21-1057973280-206651885-4209766832Gigabyte Technology Co., Ltd.. Power O.E.M. American Megatrends Inc.. F4 20130603000000.000000 + 000BBF33407018400FE08090409GMT Standard Time(GMT+00:00)03109

    Content Spsys.log: 0 x 80070002

    License data-->
    The software licensing service version: 6.1.7601.17514

    Name: Windows 7 Professional edition
    Description: operating system Windows - Windows (r) 7, retail channel
    Activation ID: e838d943-63ed-4a0b-9fb1-47152908acc9
    ID of the application: 55c92734-d682-4d71-983e-d6ec3f16059f
    Extended PID: 00371-00170-178-303586-00-2057-7601.0000-2312014
    Installation ID: 012672003725001920553945525285701895526734611280842880
    Processor certificate URL: http://go.microsoft.com/fwlink/?LinkID=88338
    The machine certificate URL: http://go.microsoft.com/fwlink/?LinkID=88339
    Use license URL: http://go.microsoft.com/fwlink/?LinkID=88341
    Product key certificate URL: http://go.microsoft.com/fwlink/?LinkID=88340
    Partial product key: FG2FM
    License status: initial grace period
    Time remaining: 41820 minute (s) on (29 day (s))
    Remaining Windows rearm count: 3
    Trust time: 19/08/2014-18:43:31

    Windows Activation Technologies-->
    HrOffline: 0x00000000
    HrOnline: n/a
    Beyond: 0 x 0000000000000000
    Event time stamp: n/a
    ActiveX: Registered, Version: 7.1.7600.16395
    The admin service: recorded, Version: 7.1.7600.16395
    Output beyond bitmask:

    --> HWID data
    Current HWID hash: MAAAAAEAAQABAAEAAAACAAAAAwABAAEAln0clqxHcu5monJWumUQtzoC7tclw5Zj

    Activation 1.0 data OEM-->
    N/A

    Activation 2.0 data OEM-->
    BIOS valid for OA 2.0: Yes, but no SLIC table
    Windows marker version: N/A
    OEMID and OEMTableID consistent: n/a
    BIOS information:
    ACPI Table name OEMID value OEMTableID value
    ALASKA APIC HAS M I
    FACP ALASKA A M I
    HPET ALASKA A M I
    ALASKA MCFG A M I
    SSDT SataRe SataTabl
    SSDT SataRe SataTabl
    SSDT SataRe SataTabl
    LAURENCE INTEL SNB

    ----------------------------------------

    I so I spent £179 on a version false? Any help is greatly appreciated.

    Zak

    A little update just for your information. 2 days and 5 calls later (I needed to technical management, through the population of Activation - no direct number so sometimes the transferred call didn't work!) I now have a version of Windows active :) work

    However the question turns out to be that my legitimate version (package and all disks of good mine) and it's legitimate keys used did not match exactly.

    The unused key was for a version of Windows 7 Edition product update Home Premium to Windows 7 Pro, so that's why it did not work on the new facility I was trying.

    I contacted the seller amazon to let them know about this problem as it is possible that there is a lot that is perhaps not entirely legitimate.

    Once again thanks to the MVP here and people I talked on the phone before this is resolved, I suspect that this could become a problem growing with Windows 7, as people are not super keen on 8 and 7 is a solid BONE with a little support left? So even if you pay a rate of 'good' for your Windows 7 disks, be aware that you can not get exactly what you expected, and maybe it would be nice if MS has always sold direct to counter this kind of question?

    Thanks again to both for your advice, MVP

    Yours sincerely,

    Zak.

  • export the database to a different server

    Hello Guru:

    I would like to empty at any database in my SID to a different server.
    Please let me know how to achieve this.


    Thanks in advance.

    Salvation;

    1. you can go with the option of database clone for your question:
    Database duplication

    See also:
    How to make a copy of a database that is open to the Duplication of another Machine [ID 224274.1]

    2. If you want to use datapump to see:
    http://asktom.Oracle.com/pls/asktom/f?p=100:11:0:P11_QUESTION_ID:1463976400346989259

    Respect of
    HELIOS

  • Export the database of health app

    I'm dim? And why not an iPad app (I know others have asked) and a Sierra application for data management. The whole point of iOS and OS X is their connectivity... common apple

    The health App is on the iPhone for reasons of confidentiality, it only save your data if you encrypt the backup on iTunes for example.

    I know it might be cool to check health on the Mac or iPad. If Apple isn't that people will say, it's not sure, anyone can know if I have diabetes or other stuff... I think it will stay like that.

  • startup of the database under linux

    Hello
    I did something wrong
    1 - immediate shu
    2 - create pfile from spfile; have problem!
    database startup error 3 - try

    error: 10.2.0.1 control file not compatable with 10.2.0.0 I did something on controlfiles

    but this problem edit the file /u01/app/oracle/product/10.2.0/dbs/init.ora

    1. setting uncommeted compatible to = 10.2.0.1
    2-start pfile=/u01/app/oracle/product/10.2.0/dbs/init.ora

    database started good

    When I try normal databases start not work must use pfile = init.ora
    How can resolve normal startup

    Hello
    Don't know what you were doing,
    Try to do this:

    1 stop immediately;
    2. start pfile=/u01/app/oracle/product/10.2.0/dbs/init.ora.
    3. create spfile from pfile=/u01/app/oracle/product/10.2.0/dbs/init.ora;
    4. immediate cessation;
    5. starting;

    Ref: http://docs.oracle.com/cd/B19306_01/server.102/b14200/statements_6016.htm

    HTH

    Published by: rajkeshav on April 30, 2012 03:12

  • How export/import the database from the Tools menu in sql developer.

    Hello

    I need to export the database to a server and import it on another server db using the export function of database under the Tools menu in SQL developer. How to import it? This is for Oracle database 10g.

    Thank you

    Hello

    You can do it, but I do not recommend because sqldeveloper could eat all the memory of the system to analyze the script. Now the question is do you have also opted for storage option when you export, if yes make sure that similar tablespace exists or available in env b. Also if you want to use the generated sqldeveloper file you can run this file from sqlplus session

    sqlplus newuser/password
    sqlplus > @myexport.sql

    But my advice or suggestion or recommendation to be, you should consider using export/import or datapump but the decision is yours. Hope this helps

    Concerning

  • The "database" query export to Excel?

    Hello world

    Hope everything goes well...

    We place our requests in the disco. Database.

    Is there a way to export the database to a different file as Excel.

    IOW, is the disco. Table of available database to report offshore?

    Pls advise, thank you, sandra

    Hello

    The list of workbooks can be found in the EUL5_DOCUMENTS table in your EUL. You can map this table in the EUL and then export the list of workbooks in Excel.

    Rod West

  • Export of database Session Bean (J2EE 1.4)

    Hello people,

    I try to implement a download of large files for end users, the data are extracted from a database.

    Configuration and Description of the problem:
    ----------------------------------------

    A J2EE 1.4 stateless Session Bean record-wise reads data from a large database table, generates a string of each record and adds the string in a text output for the download stream. The steps involved are (in pseudocode):

    For each record in the database table:
    1.) apply business logic to record data (formatting of numeric values, etc.)
    2.) Accumulate record data in a single string.
    3 writing string.) to an OutputStream

    When finished: download a file over HTTP to the end user.

    The processed data are very large (resulting text file will be 200-1500 MB), I think go with water courses is a feasible solution. An attempt at the interface of Bean Session would be:

    public OutputStream exportDb() {...}

    My problem is: inside the exportDb method, I implémenterai the algorithm described above, but this means that the whole issue will take place in the memory object (in the OutputStream). The download will be executed by a ServletOutputStream. How can I export the database table one recording by the other without implementing the logic of all its activities in a Servlet? The only way I can think is a variant of the Session Bean method that takes the ID of the record that must be treated as a parameter and executes the method in a loop in some servlet code:

    ....
    Somewhere in the Servlet
    OS = getServletOutputStream;

    for (int i = 1; i < nrOfRecords; ++ I) {}
    OS. Write (exportDb (i));
    }

    Is there else any solution "clean"?

    Assuming that you are working with a local ejb, you pass the OutputStream in the method, for example "exportDb (OutputStream out)" and move the outputstream servlet directly to the ejb. If you use a remote ejb, things get more complicated (I wrote a library for broadcasting remotely over rmi, called rmiio, that you can use if you are working with a remote ejb).

  • export of database don't know where global

    Hi, when I paste in the sql after where clause in global where to export the database of sqldeveloper, it exports all data in the database instead of the query I'm looking for. When I run the same query in an interactive way, it returns the expected results. Pls advise

    Thank you

    I found it, I have to watch hit enter after entering sql and before clicking next. But I don't think I should have.

  • How to export the Indesign to Format XML using JavaScript document

    Hi all...

    Can someone help me, how to export the indesign document to XML Format using JavaScript...

    Thanks in advance...

    doc.exportFile ( ExportFormat.XML, File(Folder.desktop+"/doc.xml" )
    
  • export to database

    If I export the database for backup, he recorded the .dmp file on default location in "C:\Documents and Settings\nom". If I want to change this location how to change that?

    If your dmp file in C:\Documents and Settings\user\TEST.dmp
    You can copy it to D:\DUMPS\TEST.dmp and use this file with IMP like

      imp user/password file='D:\DUMPS\TEST.DMP' 
    

    Concerning
    Mr. Mahir Quluzade

Maybe you are looking for