Oracle .DMP file Which version

Hi,
Is there any way to find out which oracle version(oracle 10g or 9i) a .DMP file belongs to???
Regards,
Nagarjun.

C:\>imp system/oracle show=y full=y
Import: Release 10.1.0.2.0 - Production on Wed Sep 20 12:37:48 2006
Copyright (c) 1982, 2004, Oracle.  All rights reserved.
Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Produc
tion
With the Partitioning, OLAP and Data Mining options
Export file created by EXPORT:V10.01.00 via direct path
...Message was edited by:
user52

Similar Messages

  • How to import Oracle .dmp file

    Hi !
    1. I want to import oracle .dmp file in to mySql database.
    2. How it is possible.
    3. I am using oracle 10g database.
    Plz help me.
    Thanks in advance.
    Regards.

    Thanks for your kind reply.
    o.k leave mysql database.
    Just tell me how we can take text/flat file from Oracle tables throgh SQL * Plus environment using select command or other way.
    e.g. select * from emp;
    and then i make selection to all rows and press cont+c and save in notepad as text file.
    But some time with thousand records i can not make selection.
    Plz help me, the poper way to do this.
    Regards!

  • How to convert Oracle *.dmp files into something that SQL can read ?

    Is there a method I can use to convert Oracle *.dmp files into .txt files? .xls files or something??
    Any and all suggestions appreciated!
    Thanks,

    Hi
    you can't convert your .dmp file into text or xls file though you can see the contents of your .dmp file using parameter SHOW=Y in your import command. It will just show the contents of .dmp file and will not import the objects.
    Regards
    Ilyas
    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by ():
    Is there a method I can use to convert Oracle *.dmp files into .txt files? .xls files or something??
    Any and all suggestions appreciated!
    Thanks,<HR></BLOCKQUOTE>
    null

  • Oracle dmp file to import

    hi,
    I have a dmp file from another team. export log for that dmp file was deleted accidently.
    now i am planning to import the dmp file. but we don't know the (fromuser) to start import.
    Is their any way to get those details from dmp file ?

    hi,
    I have a dmp file from another team. export log for
    that dmp file was deleted accidently.
    now i am planning to import the dmp file. but we
    don't know the (fromuser) to start import.
    Is their any way to get those details from dmp file ?Hi,
    You can run the import as another (DBA) user with the SHOW=Y option. This will show you the contents of the export without actually importing. You'll see the schema that was exported in the output (if you use LOG=<file> in the import command it'll be easier to go back and see the output):
    [ora10g@oel51 ~]$ imp file=/tmp/jjc1.dmp log=/tmp/imp.log show=yes full=y
    Import: Release 10.2.0.3.0 - Production on Mon Jan 21 23:07:16 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Username: system
    Password:
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Export file created by EXPORT:V10.02.01 via conventional path
    Warning: [b]the objects were exported by JJC1, not by you
    import done in US7ASCII character set and AL16UTF16 NCHAR character set
    import server uses WE8ISO8859P1 character set (possible charset conversion)
    . [b]importing JJC1's objects into SYSTEM
    "BEGIN "
    Regards,
    Joseph

  • Oracle dmp file

    Hi I have a set of data in a dmp file. How can I import that into a oracle 11G enterprise server that is remote.
    I do not have admin access to the server but my account does have privileges to create delete and update tables.

    You can import it using import utility.
    You can get parameter using
    imp help=y
    Import: Release 10.2.0.1.0 - Production on Fri Aug 20 14:51:50 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    You can let Import prompt you for parameters by entering the IMP
    command followed by your username/password:
    Example: IMP SCOTT/TIGER
    Or, you can control how Import runs by entering the IMP command followed
    by various arguments. To specify parameters, you use keywords:
    Format: IMP KEYWORD=value or KEYWORD=(value1,value2,...,valueN)
    Example: IMP SCOTT/TIGER IGNORE=Y TABLES=(EMP,DEPT) FULL=N
    or TABLES=(T1:P1,T1:P2), if T1 is partitioned table
    USERID must be the first parameter on the command line.
    Keyword Description (Default) Keyword Description (Default)
    USERID username/password FULL import entire file (N)
    BUFFER size of data buffer FROMUSER list of owner usernames
    FILE input files (EXPDAT.DMP) TOUSER list of usernames
    SHOW just list file contents (N) TABLES list of table names
    IGNORE ignore create errors (N) RECORDLENGTH length of IO record
    GRANTS import grants (Y) INCTYPE incremental import type
    INDEXES import indexes (Y) COMMIT commit array insert (N)
    ROWS import data rows (Y) PARFILE parameter filename
    LOG log file of screen output CONSTRAINTS import constraints (Y)
    DESTROY overwrite tablespace data file (N)
    INDEXFILE write table/index info to specified file
    SKIP_UNUSABLE_INDEXES skip maintenance of unusable indexes (N)
    FEEDBACK display progress every x rows(0)
    TOID_NOVALIDATE skip validation of specified type ids
    FILESIZE maximum size of each dump file
    STATISTICS import precomputed statistics (always)
    RESUMABLE suspend when a space related error is encountered(N)
    RESUMABLE_NAME text string used to identify resumable statement
    RESUMABLE_TIMEOUT wait time for RESUMABLE
    COMPILE compile procedures, packages, and functions (Y)
    STREAMS_CONFIGURATION import streams general metadata (Y)
    STREAMS_INSTANTIATION import streams instantiation metadata (N)
    The following keywords only apply to transportable tablespaces
    TRANSPORT_TABLESPACE import transportable tablespace metadata (N)
    TABLESPACES tablespaces to be transported into database
    DATAFILES datafiles to be transported into database
    TTS_OWNERS users that own data in the transportable tablespace set
    Import terminated successfully without warnings.
    Regards
    Rajesh

  • Oracle DMP file import Error

    Dear all,
    i have file of file.dmp and want to import to my database on oracle, here i have user but when i am importing my file i get the bellow error
    imp file=file.dat  touser=user_one log=logfile.LOG data_only=Y
    no i get the eror of :
    IMP-00037: Character set marker unknown
    IMP-00000: Import terminated unsuccessfully
    i have my user and my user heve the rights of ...
    PRIVILEGE
    CREATE CLUSTER
    CREATE INDEXTYPE
    CREATE MATERIALIZED VIEW
    CREATE OPERATOR
    CREATE PROCEDURE
    CREATE SEQUENCE
    CREATE SESSION
    CREATE SYNONYM
    CREATE TABLE
    CREATE TRIGGER
    CREATE TYPE
    Where i have done mistak on my importing proccess
    regards

    HI,
    Did you transfer the file in binary mode?
    /*(IMP-00037: Character set marker unknown
    *Cause: The export file is corrupted.
    *Action: Try to obtain an uncorrupted version of the export file.
      If the export file is not corrupted, report this as an Import
      internal error and submit the export file to customer support.*/
    Or please check link: Oracle Tution and Other Stuff: Error - IMP-00037: Character set marker unknown / IMP-00000: Import terminated unsuccessf…
    forms: https://forums.oracle.com/message/734478
    Thank you

  • Oracle terminal file (Dutch version)

    Can someone telme where i can download the dutch version of Oracle Terminal Resource File?
    null

    C:\>imp system/oracle show=y full=y
    Import: Release 10.1.0.2.0 - Production on Wed Sep 20 12:37:48 2006
    Copyright (c) 1982, 2004, Oracle.  All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Produc
    tion
    With the Partitioning, OLAP and Data Mining options
    Export file created by EXPORT:V10.01.00 via direct path
    ...Message was edited by:
    user52

  • Oracle dmp files

    Hi guys,
    Is there any way of finding out the total number of/last file(s) for an oracle dump set?
    I have received a number of dump files and I do not know if it is a complete set.
    Thanks.
    Edited by: 903078 on Dec 18, 2011 6:49 PM

    903078 wrote:
    Hi guys,
    Is there any way of finding out the total number of/last file(s) for an oracle dump set?
    I have received a number of dump files and I do not know if it is a complete set.
    No, I don't think that there is any such way. But since you have received the files from some source, you can always ask them right?
    Aman....

  • Lexical error WRITING XML file: which version JDK ? PLUS other issues

    Dear people,
    (1) here at uni2(spain) we just cannot seem to pass the extraction
    phase for any of our 7 ND proyects.
    The iMT gives a lexical / token error when attemting to WRITE the XML
    file. (see FLUSH BELOW)
    (2) Also, what version of the Java-SDK are you using for the IMT ?
    After installing 1.3 the iMT crashes (javaw.exe). Had to put the
    javaw.exe file of JDK1.2.2 in the bin directory to make it work, but
    the lexical error mentioned above just REMAINS there.
    (3) is it nesecary to provide the JAVA source for alle proyect files
    in order to do a correct extraction of the process ? E.g. if I have a
    proyect with 20% dependencies of another poryect, I can manage to
    COMPILE within ND supplying to referenced .CLASS files, but maybe the
    imt needs to JAVA source for all files of the proyect ??
    (4) is the next version of the IMT availabe somewhere for downloading
    ? Has it been released yet ??
    Regards,
    dino flores
    SEE FLUSH of question (1) BELOW
    =======================================================
    Application extraction summary:
    Element [Application], Name [NuestrasOfertasApp], Status [Success]
    Element [Project], Name [NuestrasOfertas], Status [Success]
    Element [UserModule], Name [fun], Status [Success]
    Tool invocations completed in 8 seconds
    Done.
    com.iplanet.via.xml.java.parser.TokenMgrError: Lexical error at line
    748, column 19. Encountered: <EOF> after : ""
    at
    com.iplanet.via.xml.java.parser.JavaSourceParserTokenManager.getNextTo
    ken(JavaSourceParserTokenManager.java:1656)
    at
    com.iplanet.via.xml.java.parser.JavaSourceParser.jj_consume_token(Java
    SourceParser.java:9432)
    at
    com.iplanet.via.xml.java.parser.JavaSourceParser.ClassBody(JavaSourceP
    arser.java:607)
    at
    com.iplanet.via.xml.java.parser.JavaSourceParser.UnmodifiedClassDeclar
    ation(JavaSourceParser.java:499)
    at
    com.iplanet.via.xml.java.parser.JavaSourceParser.Class(JavaSourceParse
    r.java:413)
    at
    com.iplanet.via.xml.java.parser.JavaSourceParser.TypeDeclaration(JavaS
    ourceParser.java:368)
    at
    com.iplanet.via.xml.java.parser.JavaSourceParser.CompilationUnit(JavaS
    ourceParser.java:230)
    at
    com.iplanet.via.xml.java.parser.JavaSourceParser.parse(JavaSourceParse
    r.java:43)
    at
    com.iplanet.via.xml.java.JavaXmlDocument.attachJavaSource(JavaXmlDocum
    ent.java:574)
    at
    com.iplanet.moko.netdyn.extract.adapters.JavaFileXmlAdapter.writeParse
    dJava(JavaFileXmlAdapter.java:194)
    at
    com.iplanet.moko.netdyn.extract.adapters.JavaFileXmlAdapter.addAttribu
    tes(JavaFileXmlAdapter.java:98)
    at
    com.iplanet.moko.netdyn.extract.adapters.JavaFileXmlAdapter.extract(Ja
    vaFileXmlAdapter.java:58)
    at
    com.iplanet.moko.netdyn.extract.adapters.CSpProjectXmlAdapter.addUserM
    oduleElements(CSpProjectXmlAdapter.java:847)
    at
    com.iplanet.moko.netdyn.extract.adapters.CSpProjectXmlAdapter.addChild
    Elements(CSpProjectXmlAdapter.java:249)
    at
    com.iplanet.moko.netdyn.extract.adapters.CSpProjectXmlAdapter.extract(
    CSpProjectXmlAdapter.java:131)
    at
    com.iplanet.moko.netdyn.extract.PseudoCP.createProjectNode(PseudoCP.ja
    va:412)
    at
    com.iplanet.moko.netdyn.extract.PseudoCP.createProjectNodes(PseudoCP.j
    ava:383)
    at
    com.iplanet.moko.netdyn.extract.PseudoCP.extract(PseudoCP.java:210)
    at
    com.iplanet.moko.netdyn.extract.PseudoCP.extract(PseudoCP.java:169)
    at
    com.iplanet.moko.netdyn.tools.ExtractTool.invoke(ExtractTool.java:114)
    at
    com.iplanet.moko.tools.gui.ToolInvocationThread.run(ToolInvocationThre
    ad.java:110)

    I am having this same issue. Should I just uninstall and reinstall? Or do they need to give me special instructions?

  • How to Restore a data table from a 'dmp' file in a database of oracle ?

    Hello,
    I want just to restore one table belonging in a database. I Have the dmp file which I must restore.
    Then I am asking if it's possible to restore only a table not all the databse ? If Yes, What I mut do to realize it ?
    I need really helps .
    Regards.

    Can I assume dmp file you refer to is a file created by using oracle "exp" command. If that be the case you can use the imp command to populate/refresh/re-create that particular object only.
    check this link for the information about imp.
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14215/exp_imp.htm#sthref2517
    Regards
    Raj

  • How to convert the .dmp file into my oracle database

    There is a .dmp file which produced by the oracle for NT.
    How could I use this .dmp file to create my oracle for Linux
    database?
    Please help me to solve this problem.
    Thank you very much!
    The reply Email also send to [email protected] will be
    appreciated.
    null

    You will first need to create your database on your linux
    platform complete with all necessary tablespaces and datafiles.
    If you were going from unix to unix and each platfrom's datafile
    file structure was the same then only the system tablespace
    would need to be pre-created, import would have done the rest.
    However, you are going from nt to unix so the tablespace create
    statements will have invalid paths.
    So, list out the view dba_tablespaces. Create a starter
    database (system tablespace complete with installed options).
    The system tablespace should be the same (or bigger) at the one
    on the nt platform. Then create these same tablespaces on your
    linux platform. Once the database has been created complete with
    all tablespaces then use the import utility to populate your
    database.
    Done.
    Wan-rong Jih (guest) wrote:
    : There is a .dmp file which produced by the oracle for NT.
    : How could I use this .dmp file to create my oracle for Linux
    : database?
    : Please help me to solve this problem.
    : Thank you very much!
    : The reply Email also send to [email protected] will be
    : appreciated.
    null

  • Create a test DB from  the export DMP file

    Hi Gurus,
    I was able to create the DMP file by export and transfer it to the test machine. It is a Windows OS.
    Now in this machine I recently installed Oracle 11g. And I have this export *.DMP file in a dir.
    I need to import the DMP file which into this newly created database to give a test database in 11g.
    I also created the user for which the export is done.
    I need to know how to import the DMP file. I am new to this import-export business.
    Thanks
    Amitava.

    Hi,
    Use IMPDP:
    impdp username/password@dbname full=Y directory=<location of the dmp file> dumpfile=<dumpfile name> logfile=<logfile name to be created>
    Check the below link for more information:
    ORACLE-BASE - Oracle Data Pump (expdp and impdp) in Oracle Database 10g

  • How to make a dmp file for a table contains encrypted column/s?

    Hi All,
    I've created a table with encrypted columns using TDE (Wallet). When I tried to make a dmp file by this command:
    exp system/password file=<path>\ex.dmp owner=ex
    the command pormpt gives this error: Feature (COLUMN ENCRYPTION) of column EMP_SSN in table EX.EMPLOYEES is not supported. the table will not be exported.
    How to solve this problem?
    I want to make a dmp file which export data of encrypted column in an encrypted format not clear format. How?
    Note:
    there is a parameter: ENCRYPTED_COLUMNS_ONLY: Encrypted columns are written to the dump file set in encrypted format

    Start by reading the manual :-
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14215/dp_overview.htm#SUTIL100
    Or you can run in interactive mode :-
    [oracle@dev-oranode-221 ~]$ expdp
    Export: Release 11.2.0.1.0 - Production on Mon Nov 23 13:08:00 2009
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    Username: a
    Password:
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining, Oracle Database Vault
    and Real Application Testing options
    FLASHBACK automatically enabled to preserve database integrity.
    Starting "A"."SYS_EXPORT_SCHEMA_01":  a/********
    Estimate in progress using BLOCKS method...
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    Total estimation using BLOCKS method: 192 KB
    Processing object type SCHEMA_EXPORT/USER
    Processing object type SCHEMA_EXPORT/SYSTEM_GRANT
    Processing object type SCHEMA_EXPORT/ROLE_GRANT
    Processing object type SCHEMA_EXPORT/DEFAULT_ROLE
    Processing object type SCHEMA_EXPORT/TABLESPACE_QUOTA
    Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
    Processing object type SCHEMA_EXPORT/TABLE/TABLE
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX
    Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
    Processing object type SCHEMA_EXPORT/TABLE/COMMENT
    Processing object type SCHEMA_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
    Processing object type SCHEMA_EXPORT/TABLE/POST_TABLE_ACTION
    Processing object type SCHEMA_EXPORT/MATERIALIZED_VIEW
    Processing object type SCHEMA_EXPORT/TABLE/MATERIALIZED_VIEW_LOG
    Processing object type SCHEMA_EXPORT/POST_SCHEMA/PROCACT_SCHEMA
    . . exported "A"."EMP"                                   5.421 KB       1 rows
    . . exported "A"."EMP_MV"                                5.429 KB       1 rows
    . . exported "A"."TEST"                                  5.023 KB       1 rows
    . . exported "A"."MLOG$_EMP"                                 0 KB       0 rows
    . . exported "A"."SOURCE"                                    0 KB       0 rows
    Master table "A"."SYS_EXPORT_SCHEMA_01" successfully loaded/unloaded
    Dump file set for A.SYS_EXPORT_SCHEMA_01 is:
      /opt/oracle/product/admin/db1122/dpdump/expdat.dmp
    Job "A"."SYS_EXPORT_SCHEMA_01" successfully completed at 13:09:23

  • Oracle .dmp to SQL Server 2005

    I am trying to import an Oracle .dmp database into SQL Server 2005, what would you suggest as the fastest and easiest way to do this?  DTS/SSIS doesn't have an instant solution and the script I tried to use gave me an error...
    Msg 3241, Level 16, State 0, Line 1
    The media family on device '<DATABASE>' is incorrectly formed. SQL Server cannot process this media family.
    Msg 3013, Level 16, State 1, Line 1
    RESTORE DATABASE is terminating abnormally.
    I would like a GUI based way to do this if at all possible.  Thanks
    -Kyle

     JohnMCIC wrote:
    HI Suprotim,
    I am having the same problem. Could you explain in more detail how to import the Oracle .dmp file to SQL 2005. Thank you in advance.
    john
    I don't believe that the earlier responder was saying that SSIS could work with .DMP files. I think he was saying "use SSIS to transfer data from your Oracle database to SQL Server instead of trying to use .DMP files at all."

  • Can export OE to dmp file but cannot import OE to another User

    I login Oracle as SYS
    SQL> alter user oe account unlock;
    SQL> alter user oe identified by oe;
    SQL> create user myoe identified by myoe;
    SQL> grant connect,resource to myoe;
    SQL> connect myoe/myoe@ora9i
    I can export OE schema from OE to an Oracle dmp file called “C:\oe.dmp”
    In DOS Prompt, type the following:
    C:\>exp oe/oe@ora9i file='c:\oe.dmp'
    But import error when I type the following
    C:\>imp myoe/myoe@ora9i file=’c:\oe.dmp’ full=Y
    ORACLE error 2304 encountered
    Can any one help me?

    1. I export OE again using
    C:\>c:\oracle\ora92\bin\exp system/ora9i_manager@ora9i file='c:\oe.dmp' log='c:\oe.log' buffer=50000000 OWNER=OE CONSISTENT=Y
    2. I create a new user called "myoe"
    create user myoe identified by myoe
    default tablespace example
    temporary tablespace temp;
    grant connect,resource,dba to myoe;
    grant execute on sys.dbms_stats to myoe;
    grant create snapshot,unlimited tablespace,query rewrite to myoe;
    grant references on hr.countries to myoe;
    grant references on hr.employees to myoe;
    grant references on hr.locations to myoe;
    3. I import the dmp file using:
    C:\>c:\oracle\ora92\bin\imp system/ora9i_manager@ora9i file='c:\oe.dmp' log='c:\oe.log' buffer=50000000 fromuser=OE touser=MYOE
    4. The error log shows:
    Export file created by EXPORT:V09.02.00 via conventional path
    import done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    . importing OE's objects into MYOE
    IMP-00017: following statement failed with ORACLE error 2304:
    "CREATE TYPE "PHONE_LIST_TYP" TIMESTAMP '2002-05-12:18:02:39' OID '82A4AF6A4"
    "CD2656DE034080020E0EE3D' "
    " AS VARRAY(5) OF VARCHAR2(25);"
    IMP-00003: ORACLE error 2304 encountered
    ORA-02304: invalid object identifier literal
    IMP-00017: following statement failed with ORACLE error 2304:
    "CREATE TYPE "WAREHOUSE_TYP" TIMESTAMP '2002-05-12:18:06:56' OID '82A4AF6A4C"
    "D3656DE034080020E0EE3D' "
    " AS OBJECT"
    " ( warehouse_id NUMBER(3)"
    " , warehouse_name VARCHAR2(35)"
    " , location_id NUMBER(4)"
    IMP-00003: ORACLE error 2304 encountered
    ORA-02304: invalid object identifier literal
    IMP-00017: following statement failed with ORACLE error 2304:
    "CREATE TYPE "INVENTORY_TYP" TIMESTAMP '2002-05-12:18:06:57' OID '82A4AF6A4C"
    "D4656DE034080020E0EE3D' "
    " AS OBJECT"
    " ( product_id NUMBER(6)"
    " , warehouse warehouse_typ"
    " , quantity_on_hand NUMBER(8)"
    IMP-00003: ORACLE error 2304 encountered
    ORA-02304: invalid object identifier literal
    IMP-00017: following statement failed with ORACLE error 2304:
    "CREATE TYPE "INVENTORY_LIST_TYP" TIMESTAMP '2002-05-12:18:06:57' OID '82A4A"
    "F6A4CD5656DE034080020E0EE3D' "
    " AS TABLE OF inventory_typ;"
    IMP-00003: ORACLE error 2304 encountered
    ORA-02304: invalid object identifier literal
    IMP-00017: following statement failed with ORACLE error 2304:
    "CREATE TYPE "PRODUCT_INFORMATION_TYP" TIMESTAMP '2002-05-12:18:06:57' OID '"
    "82A4AF6A4CD6656DE034080020E0EE3D' "
    " AS OBJECT"
    " ( product_id NUMBER(6)"
    " , product_name VARCHAR2(50)"
    " , product_description VARCHAR2(2000)"
    " , category_id NUMBER(2)"
    " , weight_class NUMBER(1)"
    " , warranty_period INTERVAL YEAR(2) TO MONTH"
    " , supplier_id NUMBER(6)"
    " , product_status VARCHAR2(20)"
    " , list_price NUMBER(8,2)"
    " , min_price NUMBER(8,2)"
    " , catalog_url VARCHAR2(50)"
    " , inventory_list inventory_list_typ"
    IMP-00003: ORACLE error 2304 encountered
    ORA-02304: invalid object identifier literal
    IMP-00017: following statement failed with ORACLE error 2304:
    "CREATE TYPE "ORDER_ITEM_TYP" TIMESTAMP '2002-05-12:18:06:57' OID '82A4AF6A4"
    "CD7656DE034080020E0EE3D' "
    " AS OBJECT"
    " ( order_id NUMBER(12)"
    " , line_item_id NUMBER(3)"
    " , unit_price NUMBER(8,2)"
    " , quantity NUMBER(8)"
    " , product_ref REF product_information_typ"
    IMP-00003: ORACLE error 2304 encountered
    ORA-02304: invalid object identifier literal
    IMP-00017: following statement failed with ORACLE error 2304:
    "CREATE TYPE "ORDER_ITEM_LIST_TYP" TIMESTAMP '2002-05-12:18:06:57' OID '82A4"
    "AF6A4CD8656DE034080020E0EE3D' "
    " AS TABLE OF order_item_typ;"
    IMP-00003: ORACLE error 2304 encountered
    ORA-02304: invalid object identifier literal
    IMP-00017: following statement failed with ORACLE error 2304:
    "CREATE TYPE "PRODUCT_REF_LIST_TYP" TIMESTAMP '2002-05-12:18:06:59' OID '82A"
    "4AF6A4CDE656DE034080020E0EE3D' "
    " AS TABLE OF number(6);"
    IMP-00003: ORACLE error 2304 encountered
    ORA-02304: invalid object identifier literal
    IMP-00017: following statement failed with ORACLE error 2304:
    "CREATE TYPE "CUST_ADDRESS_TYP" TIMESTAMP '2002-05-12:18:02:38' OID '82A4AF6"
    "A4CD1656DE034080020E0EE3D' "
    " AS OBJECT"
    " ( street_address VARCHAR2(40)"
    " , postal_code VARCHAR2(10)"
    " , city VARCHAR2(30)"
    " , state_province VARCHAR2(10)"
    " , country_id CHAR(2)"
    IMP-00003: ORACLE error 2304 encountered
    ORA-02304: invalid object identifier literal
    IMP-00017: following statement failed with ORACLE error 2304:
    "CREATE TYPE "CUSTOMER_TYP" TIMESTAMP '2002-05-12:18:06:58' OID '82A4AF6A4CD"
    "9656DE034080020E0EE3D' "
    " AS OBJECT"
    " ( customer_id NUMBER(6)"
    " , cust_first_name VARCHAR2(20)"
    " , cust_last_name VARCHAR2(20)"
    " , cust_address cust_address_typ"
    " , phone_numbers phone_list_typ"
    " , nls_language VARCHAR2(3)"
    " , nls_territory VARCHAR2(30)"
    " , credit_limit NUMBER(9,2)"
    " , cust_email VARCHAR2(30)"
    " , cust_orders order_list_typ"
    "NOT FINAL;"
    IMP-00003: ORACLE error 2304 encountered
    ORA-02304: invalid object identifier literal
    IMP-00017: following statement failed with ORACLE error 2304:
    "CREATE TYPE "ORDER_TYP" TIMESTAMP '2002-05-12:18:06:58' OID '82A4AF6A4CDA65"
    "6DE034080020E0EE3D' "
    etc..
    HELP!

Maybe you are looking for

  • How to make a oval shape in java

    how to make an oval shape in java

  • Regd Sender  Communication channel

    Hi all, I have configured a sender communication channel for picking a file. Everything looks fine to me, but the file is not getting picked up. I checked in RWB for channel, channel is configured fine.its says  processing started, and processing fin

  • IBook problems

    I have a problem with my iBook similar to what someone else in a previous post had. Mine is a little different though. Here it is: I started my computer the other day, opened iTunes to find that a little over 2000 of the 2300 songs I had were gone. I

  • Ipad mini for apple employees?

    Does anyone know when the ipad mini will be available through the apple store employee purchase program?

  • BW in ECC 5.0 ?????????????

    Hello Gurus, I am working on ECC 5.0 R/3 systems. Now my company wants BW system. I want to know Whether BW is already in R/3 system or We have to install Netweaver Server and then add BW component. In short want to know how to install and configure