Oracle Dump file Import Error

Hello,
I need an urgent reply on this. Im trying to import a dump file which was created in Oracle 10.2 on an Xp system to Oracle 10.1 on Win2003 server. Pls find below the error encountered.
Regards
Kazeem
IMP-00008: unrecognized statement in the export file:
IMP-00017: following statement failed with ORACLE error 2248:
"ALTER SESSION SET PLSQL_OPTIMIZE_LEVEL = 1 NLS_LENGTH_SEMANTICS = 'BYTE' PL"
"SQL_CODE_TYPE = 'INTERPRETED' PLSQL_DEBUG = FALSE PLSQL_WARNINGS = 'DISABLE"
":ALL'PLSQL_CCFLAGS = ''"
IMP-00003: ORACLE error 2248 encountered
ORA-02248: invalid option for ALTER SESSION
IMP-00000: Import terminated unsuccessfully

Hello,
I need an urgent reply on this. Im trying to import aYou have already gotten valid answers in your first thread here:
Importing Oracle DB dump file
dump file which was created in Oracle 10.2 on an Xp
system to Oracle 10.1 on Win2003 server. Pls findYou cant. As already told, you need to redo the export with 10.1 exp utility against the 10.2 database. (so to produce a dump file that your 10.1 db understands)
IMP-00008: unrecognized statement in the export file:

Similar Messages

  • 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

  • I want to extract data from oracle dump file (.dmp) using oracle database or any other tools.

    There is import which provides me data as graphical way. But i need extract data in such a way so that i could able to use in my application.
    thanks,
    mohan

    This isn't a SQLDeveloper question. You will get better answers in the Database - General forum.
    Oracle dump files produced by the exp or expdp utilities are inproprietary formats which can only be read by the imp or impdp utilities respectively.
    The best way to get data out of a dump file is to import it into a database and then extract it to plain text files using SQL.
    Alternatively, leave it in the database and your application can access it there.
    The exp dump file is mostly plain text, but the format is not published so you could waste a lot of time figuring it out.

  • File Import Error - Adobe Media Encoder, help!

    I'm at a complete loss. AME worked very well for me for a long time and booting it up yesterday gave me a paralyzing error.
    Upon trying to import an MOV, MP4, and later a WMV, I received the following error:
    File Import Error
    The file C:\Users\tj\Desktop\New folder\SH_GS_PeekPlay_DEMO_720.mp4 could not be imported. Could not open source file. Please check that file exists with correct permissions.
    I've tried everything I can think of:
    1. Moved the file off the server and onto my desktop.
    2. Double checked file permissions (all of which I have)
    3. Uninstalled AE and Premiere to try to get rid of Media Encoder.
    4. Searched for a way to uninstall AME so I could put a fresh install (can't find how to do this)
    5. Manually updated AME
    6. Reboot (multiple times between these steps)
    7. Contact customer support - no help thus far.
    I'm running Windows 7 64bit with Adobe CC and AME 7.0.1.58

    Tried that as well.
    To rule everything out, I had the files placed:
    1. On company internal server
    2. External Harddrive connected through Firewire
    3. Internal Hard Drive (with OS)
    4. Internal secondary Hard Drive (data only)
    5. On Desktop (technically 1st internal drive)
    I have since fixed this by uninstalling every single Adobe application (including Flash and Air) and redownloading and installing each.

  • I have a problem to  extract data from oracle dump file (.dmp) using oracle database or any other tools.

    There is IMP utility which provides me data as graphical way. But i need extract data in such a way so that i could able to use in my application.
    thanks,
    mohan

    Hi,
    EdStevens
    Actually I was using SQL Developer. Sorry for the wrong define question. Now the real problem is:
    I want to read or extract data in a txt file from Oracle Dump (.dmp) file without using Oracle sqlPlus or Oracle Database.
    No need to say that i am able to extract dump data using sqlPlus. But for that, there is a little burden to install oracle database
    or sql Developer.
    I also listen about Oracle Loader a little bit. Is it a tool for providing extraction of data from Oracle dump file.
    Thanks for your previous reply,
    And now waiting for your suggestion.
    thanks,
    mohan

  • ORACLE 10g : Datapump-Import : Error: unknown parameter name 'REMAP_TABLE'

    Hi,
    I am working on Oracle 10g. When executed import datapump script in the UNIX box with option “RMAP_TABLE” I received the error “unknown parameter name 'REMAP_TABLE' “Can you please give me solution for it?
    Scripts :-
    impdp eimsexp/xyz TABLES=EIMDBO.DIVISION DIRECTORY=DATAMART_DATA_PUMP_DIR DUMPFILE=expdp_DATAMART_tables_%u_$BATCH_ID.dmp LOGFILE=impdp_DATAMART_tables.log REMAP_TABLE=EIMDBO.DIVISION:EIM2DBO:YR2009_DIM_DIVISION
    Note :- The YR2009_DIM_DIVISION table is available in the target database. It is without partition table. The EIMDBO.DIVISION is partition table.
    Thanks,

    See your post here
    ORACLE 10g : Datapump-Import : Error: unknown parameter name 'REMAP_TABLE'
    Srini

  • Query on oracle dump file

    Hi All ,
    I have a question on Oracle Dump file . Is there a way to know how many objects got exported into the dump file during expdp . How do we know what are the objects which got exported and which dint get exported during a full export of a DB .
    Thanks.

    Hi All ,
    I guess i wasnt more elaborate ...
    yeah i understand that log file will give me details of objects exported . log files gives me the list of tables exported , but objects index, procedures, packages , synonyms , views are all done in a group , it just says exported indexes , it will not show me which indexes got exported right ? ... SO i want to know about each and every object which got exported .
    I hope i m clear now .
    Edited by: user8715306 on Feb 10, 2010 3:00 AM

  • CS6 File Import Error

    MAC PRO 2 x 2.93 GHz 6 Core
    12 GB 1333 MJZ DDR3 Ram
    Kona 3 card
    Quadro 4000 graphics card
    Video drive Apple XServe raid
    plus 2 TB G-raid & 3, 2 TB internal 7200 RPM drives
    OS 10.7.4
    CS6.0.1.31
    I have run into this "File Import Error"  several times since installing the PP update and the new AJA drivers for CS6.
    The message tells me that the file is an unsupported format or that it's damaged.  These files will open if I keep trying and they'll also open in QT player and in After Effects and eventually in PP.
    Also when I open an existing project I consistently get a dialogue box: 
    "The scratch disks are write protected or unavailable.  To open this project, the scratch disks will be set to your documents folder.  Would you like to continue?
    second dialogue appears
    "The project could not be loaded.  It may be damaged or contain outdated elements.
    Then another:
    "Video filter missing
    AE_A7D2C2A2-6AB7-4551-84A6-45830F6ADF3C"
    If I try the project a coupl.e of times it will usually open, showing the first and third dialogue box, but not the second saying that it is damaged.
    Of course none of the scrazttch disks are locked.
    Problem #3
    All day yesterday could not render any clips or timeline.  Today I repaired permissions and seem to now be ble to render.
    Problem #4
    Sent the unrendered timeline to Media encoder, hoping the Media Encoder would be able to render and it just locked up with no encode.
    I deleted the files and now Media encoder seems to be working.
    Something very Hinkey going on.  Anyone have any ideas or solutions to prevent this from happening in the future.
    Thanks...Jim Watt

    Problem 1: What sort of file(s) are you trying to import when you get the error?
    Problem 2: Was the previous scartch disk setting pointing to a drive that is not available on your current system? If so, open the project then change the scratch disk manually to whiver drive/directory you want... Or just accept the default.
    Problem 3: Glad that worked... doesn't that negate probelm 4?
    Problem 4: Timeline rendering and rendering at export are two different things. They are not directly related, so an export will not render the timelien for you. You did the right thing by deleteing your existing preview files. That's always a good thing to do after upgrading old projects to current versions. Plus, it saves a lot of storage space if you do that whenever you're 'done' with a project.

  • File Import Error for mpeg-1?

    When attempting to add mpeg1 files to render queue, AME 5.0.1.0 displays a messagebox "File Import Error" "Error while decompressing the source file".
    These mpeg1s are direct from my Sony DSC-N2 point-&-shoot. GSpot identifies them as mpeg1 video codec & 32khz,64kbs,mono layer2 audio. VirtualDub has no problem with these files.
    Any ideas?  I'd upload them here but as uncompressed mpeg1s they're 41 & 19MB.

    Hi Peter,
    Thanks for posting the clip. I tested it and was able to reproduce your results.  In Adobe Media Encoder 5.0.1, installed as part of CS5 Design Premium on Windows 7 64-bit with QuickTime 7.6.9, encoding the file to F4V (or FLV or H.264) was very very slow.  It looks like AME is duplicating every frame many times over, which was confirmed when I stopped the encode and examined the partial file.
    The problem did not occur, however, on a similar computer with CS5 Production Premium installed.
    The reason, if I understand the inner workings of AME well (which I like to think that I do), has to do with which codecs are installed with AME, which is dependent on which Adobe products you have installed.  Only Production Premium, After Effects, and Premiere Pro include the MPEG codecs necessary for AME to decode MPEG files natively.  Design Premium, Flash, or any other Adobe product that installs AME do not install the MPEG codecs.
    In theory, AME shouldn't be able to read your MPEG file at all.  But when QuickTime is installed AME has a rule that allows it to ask QuickTime if it can decode certain types of files if AME can't decode them natively.  In this case, yes, QuickTime can read this MPEG file.  So it's actually QuickTime that is decoding the file for AME, and then AME takes those frames and encodes them to the output format.  If you didn't have QuickTime installed, AME would just produce an error when you tried to open the file.  (I confirmed this by uninstalling QuickTime; this is also why your previous bad QuickTime install was generating the error you first posted about.)
    The problem here seems to be that QuickTime and AME aren't talking together very well.  Either AME isn't requesting the frames correctly, or QuickTime isn't handing over the frames correctly.
    The best workaround for you will be to use a different program to transcode your MPEG files to a different format.  Either directly to F4V, or to an intermediate format (QuickTime, AVI, other) that you can then import into AME so it can properly transcode it.
    Or you can take Jim's suggestion and shoot with a camera that produces files that are more friendly to editing.  MPEG files are notoriously difficult to decode efficiently for editing, and the wide variety of implementations of the MPEG guidelines makes it nearly impossible for editing programs to be compatible with every single device that can write MPEG files.
    I do have some good news: this problem has already been resolved for a future release of AME; my test of an internal build did not reproduce the problem.
    -=TimK
    -=Adobe After Effects and Adobe Media Encoder QE

  • Compress large oracle dump file

    Hi all,
    I need to bring a large export dump file across the network which takes very long time. Is there any way with in Oracle 10g that I can compress this large dump files.
    Thanks in Advance.

    You can use any compress tools to zip your dump file. gzip, bzip etc.
    Oracle dump file usually yield pretty good compress ratio. most time close to 90%

  • Error during dump file Import  from 11g DB into XE database

    Hi ,
    I have a dump file exported from a 11g database. First i imported this dump file into another 11gdb test database and it worked fine.
    Later i tried to import it into an XE database. But import completed with error message as shown below. This error message appeared only for few tables.
    IMP-00015: following statement failed because the object already exists:
    Note - I created a new schema in XE database and tried to import the dump into this schema. So there is no chance for the object to exist before the import operation.
    Does anyone have any idea why import in XE fails? Is there any limitation/restriction in XE?
    FYI - All the tables that failed to import contains LOB data in it. Is LOB datatype is not supported in XE? Does this cause the problem during import?
    Regards,
    Ashok Kumar.G

    Going from 11g to XE(10g) is problematic for two reasons 1st - 11g exports not necessarily compatible with an earlier version and 2nd I have found that in some cases 11g exports can have problems when importing back into another 11g(11.1.0.7) instance due to stack overruns whereas an 10g export to 11g normally works fine..
    ./bob h.

  • Dmp file import error

    Hi
    My Oracle version is , oracle 9i , i wanted to import a dump file which has taken by same version of oracle.when i executed the imp command for that dump file , i'm getting following error message.
    Export file created by EXPORT:V09.02.00 via conventional path
    import done in UTF8 character set and UTF8 NCHAR character set
    import server uses AL32UTF8 character set (possible charset conversion)
    export client uses US7ASCII character set (possible charset conversion)
    export server uses AL16UTF16 NCHAR character set (possible ncharset conversion)
    IMP-00017: following statement failed with ORACLE error 4068:
    "BEGIN "
    "sys.dbms_logrep_imp.instantiate_schema(schema_name=>'Hotels', export_db_na"
    "me=>'Hotels.US.ORACLE.COM', inst_scn=>'1363425837');"
    "COMMIT; END;"
    IMP-00003: ORACLE error 4068 encountered
    ORA-04068: existing state of packages has been discarded
    ORA-04063: package body "SYS.DBMS_LOGREP_UTIL" has errors
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at "SYS.DBMS_LOGREP_IMP", line 271
    How can i solve this ? can some body help me plz ?
    Thank you
    Luke
    Edited by: user2975888 on Jul 10, 2009 7:36 AM

    Hi
    Sorry for delayed reply with results.
    SQL> select count(*) from dba_objects where status like '%INVALID%';
    COUNT(*)
    29
    OWNER OBJECT_NAME OBJECT_TYPE
    SYS DBA_LOGSTDBY_LOG VIEW
    SYS DBA_LOGSTDBY_PROGRESS VIEW
    SYS DBMS_ASYNCRPC_PUSH PACKAGE BODY
    SYS DBMS_CAPTURE_ADM_INTERNAL PACKAGE BODY
    SYS DBMS_CAPTURE_PROCESS PACKAGE BODY
    SYS DBMS_DEFER_QUERY PACKAGE BODY
    SYS DBMS_DEFER_SYS PACKAGE BODY
    SYS DBMS_DEFER_SYS_PART1 PACKAGE BODY
    SYS DBMS_INTERNAL_LOGSTDBY PACKAGE BODY
    SYS DBMS_LOGMNR_D PACKAGE BODY
    SYS DBMS_LOGMNR_FFVTOLOGMNRT PROCEDURE
    SYS DBMS_LOGMNR_INTERNAL PACKAGE BODY
    SYS DBMS_LOGMNR_LOGREP_DICT PACKAGE BODY
    SYS DBMS_LOGMNR_OCTOLOGMNRT PROCEDURE
    SYS DBMS_LOGMNR_SESSION PACKAGE BODY
    SYS DBMS_LOGREP_UTIL PACKAGE BODY
    SYS DBMS_LOGSTDBY PACKAGE BODY
    SYS DBMS_REPCAT_MAS PACKAGE BODY
    SYS DBMS_REPCAT_SNA_UTL PACKAGE BODY
    SYS DBMS_REPCAT_UTL PACKAGE BODY
    SYS DBMS_SNAPSHOT PACKAGE BODY
    SYS DBMS_STREAMS_ADM_UTL PACKAGE BODY
    SYS LOGMNR_DICT_CACHE PACKAGE BODY
    SYS LOGMNR_GTLO3 PROCEDURE
    SYS LOGMNR_KRVRDA_TEST_APPLY PROCEDURE
    SYS LOGMNR_KRVRDLUID3 PROCEDURE
    SYS LOGMNR_KRVRDREPDICT3 PROCEDURE
    GATEWAY AB_TRIGGER TRIGGER
    GATEWAY APPLETINFO_TRIGGER TRIGGER
    29 rows selected
    This is the error  i'm getting when i'm importing the dmp file .
    Import: Release 9.2.0.7.0 - Production on Sat Jul 11 18:48:37 2009
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to: Oracle9i Enterprise Edition Release 9.2.0.7.0 - Production
    With the Partitioning option
    JServer Release 9.2.0.7.0 - Production
    Export file created by EXPORT:V09.02.00 via conventional path
    import done in UTF8 character set and UTF8 NCHAR character set
    import server uses AL32UTF8 character set (possible charset conversion)
    export client uses US7ASCII character set (possible charset conversion)
    export server uses AL16UTF16 NCHAR character set (possible ncharset conversion)
    IMP-00017: following statement failed with ORACLE error 4068:
    "BEGIN "
    "sys.dbms_logrep_imp.instantiate_schema(schema_name=>'GATEWAY', export_db_na"
    "me=>'GATEWAY.US.ORACLE.COM', inst_scn=>'1363425837');"
    "COMMIT; END;"
    IMP-00003: ORACLE error 4068 encountered
    ORA-04068: existing state of packages has been discarded
    ORA-04063: package body "SYS.DBMS_LOGREP_UTIL" has errors
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at "SYS.DBMS_LOGREP_IMP", line 271
    ORA-06512: at line 2
    Thanks
    Luke

  • Oracle dump file format

    My client gave a dmp file exported by emp. Export environment is Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit Production. Redhat 5.5.
    However, when I try to import it under win7. Imp.exe throws those erros.
    IMP-00010: not a valid export file, header failed verification
    IMP-00000: Import terminated unsuccessfully
    I checked the first line of dump file under notepad++. It is not something like TEXPORT:V10.02.01. But totally unreadable characters.
    Can I judge the dump file is corrupted by the first line is not something like TEXPORT?
    Regards,
    zlf

    There could be problem in regard to how the dump file was copied, for instance converted as text vs. binary. However closing this thread and posting the question in the database export/import forum at Export/Import/SQL Loader & External Tables might be the best idea.

  • Oracle dump file

    Hi all,
    I have tried do a full export in oracle 10g2 in server A then follow by a full import do another 10g2 in server B successfully.
    But when i insert a row the10g2 server A and do a full export, follow by bringing the dump file to the database in server B and do full import again using the dump file. I found out that the row inserted does not reflect in the database in server B. Is there any way i can do so that the inserted row can be reflected in serverB?
    imp username/password file=dump.dmp full=y log=import.log
    Thanks
    cheng

    thanks hemant,
    ignore=y will ignore the prensence of the table. I tried it out, apprantly it run slowly than i do the inital full import.
    Other than ignore=y, is there other way of append the data?
    Regarding this: To be safe you could either
    a. TRUNCATE all the tables in the target "B" database
    OR
    b. DROP all the tables in the target "B" database (or drop the whole schema)
    before you begin the import.
    Sorry i quite new to Oracle database.
    b.) there a command to drop the whole schema? so that i can do a full import.
    a.) Honestly, i also do not know what is truncate, maybe i can go find out from google.
    Regarding this: NOTE : Since you are copying specific schemas, you don't need to be using the FULL=Y option but OWNER= in the Export and, optionally, FROMUSER=, TOUSER= in the Import.
    So instead of of a full export/import. i should do sth like this.
    exp username/password file=dump.dmp log=export.log owner=username
    imp username/password file=dump.dmp log=import.log fromuser=username, touser=username
    eventhough the username is the same for both the database?

  • Lightroom 4 and 4.1beta video file import error/failure

    Findin that Lightroom 4 and 4.1 are not importing video/movie files.  Without exception every attempt made has resulted in an error.
    In many cases just the first frame gets imported and converted to a low grade jpg image.
    The same files import cleanly in to Aperture 3.x without difficulty.
    Software glitch?  Or my brain cramp?

    i too have a mpg file hat will not import in 4.1 RC.
    i think it should import fine?!
    Format                           : MPEG-PS
    File size                        : 605 MiB
    Duration                         : 4min 25s
    Overall bit rate                 : 19,1 Mbps
    Video
    ID                               : 224 (0xE0)
    Format                           : MPEG Video
    Format version                   : Version 2
    Format profile                   : Main@High 1440
    Format settings, BVOP            : Ja
    Format settings, Matrix          : üblich
    Format settings, GOP             : M=3, N=12
    Duration                         : 4min 25s
    Bit rate mode                    : variabel
    Bit rate                         : 18,5 Mbps
    Width                            : 1 280 Pixel
    Height                           : 720 Pixel
    Display aspect ratio             : 16:9
    Frame rate                       : 24,000 FPS
    Color space                      : YUV
    Chroma subsampling               : 4:2:0
    Bit depth                        : 8 bits
    Scan type                        : progressiv
    Bits/(Pixel*Frame)               : 0.836
    Stream size                      : 581 MiB (96%)
    Audio
    ID                               : 192 (0xC0)
    Format                           : MPEG Audio
    Format version                   : Version 1
    Format profile                   : Layer 2
    Duration                         : 4min 25s
    Bit rate mode                    : konstant
    Bit rate                         : 384 Kbps
    Channel(s)                       : 2 Kanäle
    Sampling rate                    : 48,0 KHz
    Video delay                      : -83ms
    Stream size                      : 12,1 MiB (2%)

Maybe you are looking for

  • I've tried every solution available but my Safari still crashes. Help.

    Hey all, I'm sorry I don't know where else to post this. Please direct me if I'm on the wrong thread. I've recently updated the softwares on my Mac and so on. I've reinstall Flash. I've deleted the com.apple.safari.plist files but my safari browser s

  • PDF from Word 2007 ends up with scrambled Chinese characters

    I have a problem with PDF files when converted from a Word 2007 document that includes Traditional Chinese characters and I hope someone might be able to help or point me in the right direction. After converting it to PDF via "Create PDF" from the Ac

  • Idoc to idoc xml specification example

    Hi,    I am a ABAP developer and have received a requirement for Writing Interface Specification. The requirement is as follows: There are 3 outbound master data idocs MATMAS,DEBMAS & BATMAS which need to be sent from SAP (client) to XI to Warehouse.

  • Unusual temp??

    The other day after I installed my new RAM in my system, I got one of my settings wrong in my BIOS. I had to clear the BIOS and I reset things back to the way they were before. After booting up I noticed a temputure change where my CPU had been at an

  • Adobe Illustrator CS5 quit unexpectedly after upgrade OS X mountian lion

    Adobe Illustrator CS5 quit unexpectedly. I'm upgraded to Mac OS X 10.8.1. Now I can't open Adobe Illustrator CS5. I've tried by turning off Java 32 and 64 of Java Preferences.app in Utilities. Does anyone know how to solve this? I've included a text