error exp

Hi all

11.2.0.1

What is the problem with my exp command? Thank you

C:\Users > tables HR/hr exp = header query =------"where \ trxdate = to_date\ (\'01\/15\/2014\',\'MM\/dd\/yyyy\'\) \"

Export: Release 11.2.0.1.0 - Production on Tue Mar 11 16:34:24 2014

Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.

Connected to: Oracle Database 11 g Enterprise Edition Release 11.2.0.1.0 - 64 bit Production

With partitioning, OLAP, Data Mining and Real Application Testing options

Export performed WE8MSWIN1252 and UTF8 NCHAR character set

Server uses the (possible character set conversion) US7ASCII character set

About to export specified tables by conventional means...

. . export of table header

EXP-00056: ORACLE 911 error encountered

ORA-00911: invalid character

Export completed successfully with warnings.

Cause

~~~~~

You probably experience these

EXP-00056: ORACLE 911 error encountered

ORA-00911: invalid character

error messages due to some errors of syntax in your specified condition where

by the REQUEST parameter.

The escape character ('-') should be used differently depending on your

platform.

Difficulty

~~~

Check the value assigned to your QUERY parameter.

On MS-Windows platforms, do not use the character escape (\) or forward

only the quotes ('), quotation marks (""), or before any arithmetic signs (<,>)

in where condition.

"Just put your QUERY parameter with either------' or with

«triple quotation marks «»»

For example:

To export a subset of the table emp scott equivalent to

SQL > SELECT * FROM emp WHERE job = 'SELLER' AND sal<>

On MS-Windows platforms, you can use one of the following syntaxes:

Either:

C:\ > exp scott/tiger tables = scott.emp

Query =------"WHERE job = 'SELLER' AND sal<>

leader = PartEmp.dump log = PartEmpExp.log

or

C:\ > exp scott/tiger tables = scott.emp

Query = "" "WHERE job = 'SELLER' AND sal<>

leader = PartEmp.dump log = PartEmpExp.log

Instead of following that used on most common Unix platforms:

tables = scott.emp scott/tiger exp $

Query =------"WHERE employment = \ 'SALESMAN\' AND sal\<>

leader = PartEmp.dump log = PartEmpExp.log

Note that the double quotes (""), single quotes ('), lower and upper (>)

that)<) are="" unix="" reserved="" characters="" and="" thus="" need="" to="" be="" escaped="" on="">

platforms.

Smit

Tags: Database

Similar Questions

  • Exp-00056: oracle 942 error

    I installed oracle 9i on windows 2000 Server and clients on other machines. The database name is admin I created the table in my own ora102 of connection on the client computer. Now I want to export the tables I created in my own login. I used the following command on the client computer to export tables
    exp file ora102/ora102@admin = c:\demo.dmp tables =(emp,dept)
    But it gives me error
    Exp-00056: oracle 942 error
    ORA-00942: table or view does not exist
    EXP-00000: export completed unsuccessfully

    I also run catexp.sql, catalog.sql, catproc.sql.
    But it still gives above problem

    Give me the solution.

    Although you finally believe me...
    can mark you your question as answered.
    Thanks and greetings

  • Upgrade installation MP 1.3.2 errors

    I try to install the 1.3.2 image of partition of maintenance on a blade of JOINT - 2 6500 so I can switch to 4.1. I tried two different servers (which work for updates of GIS). I pass the URL and pw and receive the "continuous updates the partition maintenance to 1.3.2 OK? I answer 'yes' and nothing happens for about five minutes, then:

    Use the FTP pro Windows 2 k server, I get the message "error; exp. timeout"on the sensor

    Using a HTTP Linux server, I get the message "error: failed connection" on the sensor

    The MD5 checksum on the images of server matches on CCO. I signed up with the service account and looked in .../var/updates and its subdirectories and don't see the MP file. DF says I have 15 GB of free, so space is not the problem.

    What I am doing wrong?

    / Chris Thomas, UCLA ATS

    On the FTP Linux server you might try starting tcpdump to monitor the connection between the sensor and the Linux FTP server ftp.

    You can see if the FTP server returns all the errors of the sensor as errors to invalid connection, or file not found errors.

    Worst case you can try:

    (1) create a service account

    (2) connection as service account

    (3) manually via ftp the file from the ftp server to the directory hoem of the service account on the sensor.

    (4) the standard cisco account connection

    (5) configure terminal

    (6) accept sensors own ssh key like a ssh server key: "ssh - key host 10.1.1.1".

    NOTE: Replace 10.1.1.1 with the ip address of your sensor.

    (7) now access you the file via the server of scp to probe for the upgrade or the copy command: scp:[email protected]/ * //filename

    Replace your service of johndoe account user name

    Replace the ip address of your sensor to 10.1.1.1

    Replace filename with the filename MP

  • deployed application projection screen

    Hello

    friends, I am new in the development of bb. Can someone solve my problem. My application runs successfully on the Simulator, but when I deployed it on my bb mobile it will be deployed successfully, but when I click on the application it showing me the Virgin screen.some time it blocks my mobile app .my is webservice application showing data on mobile screen

    my screen push application code is

    try {}
    System.out.println ("testing");
    pushScreen (new SimpleWebServiceScreen());
             
    } catch (Exception exp) {}
    System.out.println ("Error:" + exp.getMessage ());
    exp.printStackTrace ();
    }

    Please help me its urgent

    In the RIM API, there are class EventLogger.

    It allows to connect your app on real device LENGTH.

    To open the log events hold the Alt button on keyboard, and then click LGLG

  • 'expdb' is not recognized as an internal or external command

    I tried to run the command below and am getting the below error. exp/imp works fine, only expdb/impdb does not work

    D:\app\suremani\product\11.2.0\client_2\BIN > expdb FCSUPP1202/FCSUPP1202@FCUBSDEV
    Directory = DATA_PUMP_DIR leader = FCSUPP1202.dmp log = FCSUPP1202.log
    'expdb' is not recognized as an internal or external command
    operable program or batch file.

    Please help us.

    The utility is "expdp' not 'expdb.

    It may or may not have been installed in the client installation you have.

    Hemant K Collette

  • Inner nested table and cannot be exported

    Hello

    My environment:


    + Linux Red Hat 5.4 1 / 32 - Bit + company Oracle 10.2.0.4
    + Linux Red Hat 5.4 1 / 64 - Bit + company Oracle 11.2.0.2
    + Taste patterns scott, hr, oe, bi, pm...

    expdp system / * parfile = table.par

    where table.par contains:
    DIRECTORY=EXPDMP
    DUMPFILE=table.dmp
    LOGFILE=table.log
    TABLES=OE.ACTION_TABLE,OE.LINEITEM_TABLE
    I have the following errors:
    Export: Release 10.2.0.4.0 - Production on Monday, 16 May, 2011 15:46:01
    
    Copyright (c) 2003, 2007, Oracle.  All rights reserved.
    
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Starting "SYSTEM"."SYS_EXPORT_TABLE_01":  system/******** parfile=table.par
    Estimate in progress using BLOCKS method...
    Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
    Total estimation using BLOCKS method: 0 KB
    ORA-39165: Schema OE was not found.
    ORA-39166: Object LINEITEM_TABLE was not found.
    ORA-39166: Object ACTION_TABLE was not found.
    ORA-31655: no data or metadata objects selected for job
    Job "SYSTEM"."SYS_EXPORT_TABLE_01" completed with 4 error(s) at 15:46:15
    A test with the export of old, where him parfile:
    FILE=table.dmp
    LOG=table.log
    TABLES=OE.ACTION_TABLE,OE.LINEITEM_TABLE
    has shown the following errors:
    /home/oracle/EXPORT>cat table_cmd
    exp system/STRM  parfile=table.par
    /home/oracle/EXPORT>cat table.par
    FILE=table.dmp
    LOG=table.log
    TABLES=OE.ACTION_TABLE,OE.LINEITEM_TABLE
    /home/oracle/EXPORT>exp system/STRM  parfile=table.par
    
    Export: Release 10.2.0.4.0 - Production on Mon May 16 15:55:51 2011
    
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    
    
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Export done in US7ASCII character set and AL16UTF16 NCHAR character set
    server uses WE8ISO8859P1 character set (possible charset conversion)
    
    About to export specified tables via Conventional Path ...
    Current user changed to OE
    EXP-00064: ACTION_TABLE is an inner nested table and cannot be exported.
    EXP-00064: LINEITEM_TABLE is an inner nested table and cannot be exported.
    Export terminated successfully with warnings.
    /home/oracle/EXPORT>
    Anyone know the solution?

    Thanks for any help!

    concerning

    hqt200475

    Hello

    As far as I KNOW, it is not possible with parent segments

    Oracle error: EXP-00064: %s is an inner nested table and cannot be exported.
    Cause: An attempt was made to export an inner nested table without its parent table.
    Action: Export the parent of the nested table inside.

    -Pavan Kumar N

  • Restored coldbackup and trouble with tablespace TEMP

    Hi, I've successfully restored from a coldbackup on solaris. (oracle 9.2)
    I can connect to databases using toad, query the database, but when I try to take an export or something I got the error

    EXP-00056: ORACLE error 1157
    ORA-01157: cannot identify/lock data file 203 - see DBWR trace file
    ORA-01110: data file 203: ' / sun2int1/oracle92/app/oracle/product/9.2.1/oradata/TPRS/temp03.dbf'
    ORA-06512: at "SYS." DBMS_LOB", line 424
    ORA-06512: at "SYS." Dbms_metadata", line 1140
    ORA-06512: at line 1
    EXP-00000: export completed unsuccessfully


    When I did the restore, I simply rename the data files and redo logs.
    But I was not rename the TEMP data file, as you can rename it with a command 'alter database rename file... ". »
    That's the problem!

    I plan to create a new default temp. tablespace and simply do it by default and a drop. but it does not work!

    I tried to run:

    CREATE a TABLESPACE TEMPORARY TMP4 TEMPFILE ' / oracleAS/TPRS/oradata/TPRS/temp4.dbf' SIZE 5 M REUSE AUTOEXTEND ON NEXT 1 M MAXSIZE unlimited
    EXTENT MANAGEMENT UNIFORM LOCAL 1 M SIZE;

    create tablespace temp01 temporary tempfile ' / oracleAS/TPRS/oradata/TPRS/temp01.dbf' size 100M;

    but they all hang! I wait, but nothing happens! (and the alert log will not connect anything too)

    Finally, I tried to drop the default tablespace and I couldn't let it go as I thought. (ORA-12906: cannot remove the temporary tablespace default)
    )

    So, im stuck and I think I should RENAME the data file for the temporary tablespace. How can I do this?

    Published by: merope on June 9, 2009 11:32

    I just found this link:
    http://dbaforums.org/Oracle/lofiversion/index.php?t4552.html
    which is something talk no problem of tablespace temp cold backup restore. In the end, it's say that the OP got solution due to the existence of a DDL trigger or something like that.

    HTH
    Girish Sharma

  • Problem in the export using the QUERY functionality

    Problem in the export using the QUERY functionality


    I'm trying to export some rows in a table using the query functionality
    and I have some errors... I'm using the syntax is

    system@orcl QUERY = scott.emp expdp: '"WHERE emp_no = 123455" '
    DIRECTORY = data_pump_dir DUMPFILE = data_pump.dmp
    LOGFILE = data_pump_12345.log INDEX = n

    Can someone tell me please the problem with that statement

    I also tried to use the simple export

    exp file system@orcl = orcl_export.dmp log = orcl_export.log
    tables = Scott.EMP index = QUERY = n------"WHERE emp_no\ = 123455\"

    and this error

    EXP-00008: ORACLE error 904
    ORA-00904: identify invalid

    My os is Solaris
    Please let me know what the problem

    Hello

    Try to create parfile and use that, otherwise, you will need to escape each clause correctly to run exp or expdp successfully.

    test.par

    tables=emp
    query="WHERE emp_no=123455"
    
    or
    tables=myobjects
    query="WHERE owner='SYS'"
    
    $> exp username/password parfile=test.par
    
    Export: Release 10.2.0.1.0 - Production on Thu Mar 19 10:17:48 2009
    
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining Scoring Engine options
    Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    
    About to export specified tables via Conventional Path ...
    . . exporting table                      MYOBJECTS      22650 rows exported
    Export terminated successfully without warnings.
    

    Concerning

    Published by: OrionNet on March 19, 2009 10:21

  • How to export / save a schema remotely?

    Hello

    The project that I'm working, I have DBA role on the schema (we own the data and the schema). But I don't have access to the server as it is held by a 3rd party company.

    Is it possible to make a backup of a diagram that I can restore on my laptop to test the deployment scripts that will do a lot of DOF. I try SQL Developer 1.51.5440 (Tools Menu, Database Export or copy of the database). He finishes the job that partially some tables are missing due to violation of the FK, table/view not found. Maybe the SQL Developer process table in alphabetical order. If the reference table of table Z, then a is created first, it will fail the FK constraint.

    Anyway, so far I don't have 100% confidence SQL Developer functionality to export/copy a database. Maybe I didn't do the setting correctly, if there is no solution, I would appreaciate.

    Then I tried 9.7 Toad, using the Menu database, export, Export Utility Wizard): received the error
    EXP-00056:
    Error ORACLE 6401
    ORA-06401: NETCMN: invalid driver indicator
    EXP-00000: export completed unsuccessfully

    I have no idea what it meant. Maybe there is a solution. I hope that I violate the rules of the forum speaking of Toad. If so please forgive me in advance.

    My question is simple: provide I role DBA, how can I do a backup export, dump, (do not know what is good vocabulary of Oracle to call the entire backup of a schema + data) a scheme without having physical access to the database server?

    Thank you very much in advance for any help.

    It's certainly valid technical to run the export utility on your local system against a remote database.

    However, there are a few things to consider. Among them
    -If the database is large, you get a lot of data over a WAN to the host. This could be rather slow and may have implications on the side of billing if you are charged by the bandwidth used.
    -Since the database is going to be upward, you either get an inconsistent export (i.e. an export where there may be children without relatives and other inconsistencies lines) or you need to specify ACCORDING to = Y and ensure that the third party has set up a large enough UNDO tablespace (and a fairly large parameter UNDO_RETENTION, if necessary) to produce a consistent export.
    -Execution of export is a relatively expensive operation, so it can interfere with other activity on the database. According to the scale of the economic downturn, the DBA accommodation could well end up killing your session.

    You can watch with host generate export for you for hours digging and ask them to send it.

    Justin

  • I get the following error messages at startup: Windows Sidebar Settings.ini. is used by another system. Recorder warning: recorder! Initialize is not yet call... The log file can corruption exp. application failure did not start.

    Original title: opening of the pop ups

    I have Vista Home version.  When I connect, I get the pop - ups following:

    1.) _Windows sidebar Settings.ini. is used by another system.

    Recorder 2.) WARNING: Logger! Initialize is not yet call... The log file can corruption exp.

    3.) down the application did not start.

    Also: while I'm on the internet a pop - up occurs from time to time indicating: "Internet Explorer has stopped working".  Sometimes I get started, and sometimes I can just 'X' out and I'm always on.

    Hello

    1 how long have you been faced with this problem?
    2 did you recent hardware or software changes to your computer before this problem?

    I suggest you try the procedure below.

    Step 1: Try to perform the clean boot in order to solve startup error messages.

    From your computer by using a minimal set of drivers and startup programs so that you can determine if a background program is interfering with your game or program. This type of boot is known as a "clean boot".

    Follow the steps provide in the article below to perform the clean boot. http://support.Microsoft.com/kb/929135

    Step 2: I suggest you try the steps outlined in the article below to solve the problem of internet Explorer.
    http://support.Microsoft.com/kb/936213

    Thanks and greetings
    Umesh P - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.
    [If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message.] [Marking a post as answer, or relatively useful, you help others find the answer more quickly.]

  • EXP-00002: error writing export file EXP-00002: EXP-00000: export completed unsuccessfully

    Dear all,

    < code >

    . . export of table

    CDM_HIST_INFO_SERV_RES_DEF0 rows exported
    . . export of tableCDM_HIST_INFO_SLA0 rows exported
    . . export of tableCDM_HIST_INFO_WORKGROUP0 rows exported
    . . export of tableCDM_INCIDENT2SERVICES1040 lines exported
    . . export of tableCDM_INCIDENTS < code >

    EXP-00002: error in writing to the export file

    EXP-00002: error writing export fileerror closing export file /archive/weeklybkp/export/loc2/sd-04-Sep-08-55.dmp

    EXP-00000: export completed unsuccessfully

    I got the above error. It backs up only 2 GB after that the above error came. Please help me.

    Kind regards

    DB.

    the following link can help you.

    http://arjudba.blogspot.in/2009/12/export-fails-with-exp-00002-error-in.html

    The section of the solution.

  • Error EXPDP EXP-00068

    Hello

    Oracle 10.2.0.4.0 under Windows

    I receive the error message described

    EXP-00068: SYSAUX tablespace is offline.

    When I check the status of Tablespace, it is online and Datafile status is available.

    I found that the SYSAUX tablespace requires recovery.

    Select a.file #, b.SID, a.status
    v $ datafile a, v$ tablespace b
    where a.ts #= b.ts #.
    and b.name = 'SYSAUX';

    The SYSAUX data file display the State of recovery.
    Concerning
    KSG

    Published by: KSG on January 21, 2013 12:00
    (results)

    check error in the alert log file when this error to exp...

  • Ora exp error 12154 meeting using rhel 5.5 64bits, oracle 10 g 2

    Dear Sirs, Hello can somebody highlight which files I have to make corrections.

    I noticed that the work of sqlplus network very well where the machine local exp this error,

    Export: Release 10.2.0.5.0 - Production on sat 8 Jan 16:25:24 2011

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


    EXP-00056: ORACLE error 12154
    ORA-12154: TNS: could not resolve the connect identifier specified
    EXP-00000: export completed unsuccessfully

    Kind regards

    Hello

    ORA-12154: TNS: could not resolve the connect identifier specified

    This link can guide you:

    http://www.error-code.org.UK/view.asp?e=Oracle-ora-12154

    More, if you detail the exact declaration you run, he can help us.

    Do specify you ORACLE_SID before running the Export statement?

    Hope this helps.
    Best regards
    Jean Valentine

    Published by: Lubiez John Valentine's day January 8, 2011 14:50

  • exp-00011 error, please help me

    test the code examples, exp-00011 error, strange error
    SQL> SHOW USER;
    USER is "SHIZHO"
    
    SQL> CREATE TABLE SCHOOL(IDX NUMBER(4),CNAME VARCHAR2(20));
    
    Table created.
    
    SQL> INSERT INTO SCHOOL VALUES(1,'AA');
    
    1 row created.
    
    SQL> INSERT INTO SCHOOL VALUES(2,'BB');
    
    1 row created.
    
    SQL> INSERT INTO SCHOOL VALUES(3,'CC');
    
    1 row created.
    
    SQL> COMMIT;
    
    Commit complete.
    
    SQL> SELECT * FROM SCHOOL;
    
           IDX CNAME
    ---------- --------------------
             1 AA
             2 BB
             3 CC
    
    SQL> EXIT;
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    
    C:\>EXP shizho/shizho tables=school;
    
    Export: Release 11.1.0.7.0 - Production on Fri Oct 9 11:21:49 2009
    
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    
    
    Connected to: Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    
    About to export specified tables via Conventional Path ...
    EXP-00011: SHIZHO.SCHOOL; does not exist
    Export terminated successfully with warnings.
    
    C:\>sqlplus shizho/shizho
    
    SQL*Plus: Release 11.1.0.7.0 - Production on Fri Oct 9 11:22:15 2009
    
    Copyright (c) 1982, 2008, Oracle.  All rights reserved.
    
    
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    
    SQL> desc school;
     Name                                      Null?    Type
     ----------------------------------------- -------- ----------------------------
     IDX                                                NUMBER(4)
     CNAME                                              VARCHAR2(20)
    
    SQL> select table_name from user_tables where table_name='SCHOOL';
    
    TABLE_NAME
    ------------------------------
    SCHOOL
    
    SQL>

    Hello

    C:\>EXP shizho/shizho tables=school;
    

    Remove the ';' after the exp command. Otherwise it translate in

    EXP-00011: SHIZHO.SCHOOL; does not exist
    

    Have you noticed ';' before does not exist.

    Concerning
    Anurag Tibrewal

  • For Bruce Hagen Outlook exp. error: 0x800ccc15

    Re: message from the 11/12 I tried a new identity, sent a message in this new identity. Returned with the new error message: Ox800ccc19.

    Also to reset the IP stack. Followed the instructions correctly, and that did not fix my problem of not being able to receive or send messages in Outlook Express.  My page with your instructions has expired, so I have to start over with this message.  Thank you

    Re: message from the 11/12 I tried a new identity, sent a message in this new identity. Returned with the new error message: Ox800ccc19.

    Also to reset the IP stack. Followed the instructions correctly, and that did not fix my problem of not being able to receive or send messages in Outlook Express.  My page with your instructions has expired, so I have to start over with this message.  Thank you

    How your page could expire? It is right where you left it.
    http://social.answers.Microsoft.com/forums/en-us/xpnetwork/thread/bb06e972-3a4d-40b0-ac99-977d7ebd91c6/

    You can click on your name next to your avatar or My Threads to see your viewing history.

    What is the new full error message? Copy/paste in a response to your old thread so I don't have to go jump back. Thank you.

    Bruce Hagen
    MS - MVP October 1, 2004 ~ September 30, 2010
    Imperial Beach, CA

Maybe you are looking for