10g import of 8.1.6 export file

We are having problems importing to 10g from an 8.1.6 export.
We are getting the following error.
IMP-00037: character set marker unknown
Has anyone tried to import to 10g from 8.1.6?
Thanks,
Bryan Thomas

UTF8/us7ascii for the 8.1.6 database and WE8MSWIN1252 character set and AL16UTF16 NCHAR character set for the 10g database.
Thanks,
Bryan

Similar Messages

  • There is no ability with an iPad mini to find a file menu in Safari to import bookmarks from other browsers' export files

    New iPad mini and trying to copy across a lot of my core user data from my PC environment with the intention of becoming fully Mac'ised.  Have managed to sync calendars with iTunes, but this latter programme frequently hangs up on my old XP computer.  I would really like to import my extensive Google Chrome bookmarks to save time and duplication, but most threads on here and elsewhere seem to suggest using the file/import menu in Safari - which doesn't appear to exist on the iPad mini. (does it on the full iPad)?  It seems gradually more apparent that you do not get the full functionality of these core apps on the mini - is this true?  this is frustrating, because this is not clear from any of the promotional blurb by Apple that there was this scaling down of functionality for the mini.

    JAD2014 wrote:
    Thanks, it seems using Chrome on the iPad may be the simplest work around, but that means not using my shiny new apple stuff :-(
    You're still using your shiniy new iPad.
    My experience has been that most of Apple's built in apps are basic. They meet the needs of many people but not everyone. That's why there's the App Store!
    Chrome is my browser of choice on my MacBook Air, too.
    Best of luck.

  • IMP-00009: abnormal end of export file

    When I try to import my dump file i receive this error IMP-00009: abnormal end of export file even if my buffer is set to 2000000000.
    Any help would be great.
    Regards

    The export file is probably from an aborted Export session. Better retry the export and then import it again, if possible.
    If not possible, report this as an Import bug and submit the export file that caused this error to Oracle Support Services.
    Thanks and Best Regards,
    -aijaz

  • Export file with the project separated into the different tracks

    I have created a project consisting of about 18 imported tracks (bought from Itunes). Is it possible to have the imported components separated in the export file from GarageBand so it would be possible to jump between them?

    Hi
    I wil suggest mapping the path based on a common location is the best way and then map the same logically in the Upload method
    If you are using Citrix then it becomes all the more easy to have a commmon location
    Rgds
    Dheeraj

  • Importing Oracle 10g export file to Oracle 9i

    We have an export file from a 10g database and wanting to import them to 9i database. Is this possible?

    Assuming that they have both 10g and 9i database, there is no reasom why they can't use the 9i export and import utilities to load the data.
    If the dump file came from a 3rd party's database to whcih they don't have access, then obviously they won't be able to load the file into a 9i database.

  • Export from 10g import to 9i

    Hi All,
    what I need is - I want to export the 10g data and import the same to 9i database.
    I know that if we take the export using the 9i binaries ( client or db) we should able to do that, but I don't want to keep the 9i binaries only for this job.
    Is there any other way to take the export from 10g and import the same dump in 9i?
    Thanks

    Yes.. I don't want to do that also..over the network it would be slow.
    See I checked this..looks like 7i and 8i there is one script to do the same, is anything like that exist for 9i and 10g as well.
    ==================
    Different versions of the import utility are upwards compatible. This means that one can take an export file created from an old export version, and import it using a later version of the import utility. This is quite an effective way of upgrading a database from one release of Oracle to the next.
    Oracle also ships some previous catexpX.sql scripts that can be executed as user SYS enabling older imp/exp versions to work (for backwards compatibility). For example, one can run $ORACLE_HOME/rdbms/admin/catexp7.sql on an Oracle 8 database to allow the Oracle 7.3 exp/imp utilities to run against an Oracle 8 database.
    ================
    Thanks

  • Import utility IMP-00009: abnormal end of export file.

    IMP-00009: abnormal end of export file.
    I have received a 34 GB dmp file exported using exp utility 9.2. and i am importing it into 10.2.0.1.0
    1) Not sure wheher its exported from Unix or windows.. how to make out?
    2)I imported using ...BIN>imp user1/pwd FILE=C:\exp.dmp
    SHOW=y fromuser=user2 touser=user1 ROWS=Y IGNORE=y GRANTS=y Constraints=
    y log=C:\exp.log
    Note my login user and my to user are same and i have grant DBA to user1.
    3)When i import, after an hour+ it terminates saying abruprt end of export file.
    4)I am not aware of the command used for export whether its FULL DB or only user etc.... how to find out? from show = y i selected 1 username and used it as from user.
    5)This file was sent to me through a FTP server from where i downloaded.
    Plz help i need to import urgently, what should i be doing?

    I also read that FULL=Y is not supported when i import 9i dmp into 10g dmp. Is it true?False
    It is an export of the Backup it seems. What difference does it make if we export from DB Backup and export from DB itself?There is nothing called export of a backup.The dump is created by an oracle binary called EXPORT.
    You can execute this command against an oracle database
    exp username/pwd@hoststring file=c:\oracle\bk\test.dmp fully=y....and so on

  • Import from export files problem

    Hi,
    I am a new user. I installed oracle 10g. I took an export one schema and I want to import back. But when I put "import to export files" , it says "the page cannot be displayed." and I installed another machine, it says same thing. What am I do wrong?

    Did you try to run export/import from commands? or some kinda GUI tool?
    If you use import/export, you can find them from Oracle syntax.
    http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14215/toc.htm

  • How can I auto export a PDF File using the "Smallest File Size" preset and set the Exported File Name based on information from an Imported PDF?

    Greetings all,
    I am trying to create a script to automate a PDF export process for my company for inDesign. I’m fairly new to inDesign itself and have no previous experience with javascript, although I did take C++ in high school and have found it helpful in putting this code together.
    We have an inDesign template file and then use the Multi-page PDF importer script to import PDF files. We then have to export two version of each file that we import, then delete the imported file and all of the pages to reset the template. This has to be done for nearly 1000 pdf files each month and is quite tedious. I’m working on automating the process as much as possible. I’ve managed to piece together code that will cleanup the file much quicker and am now trying to automate the PDF exports themselves.
    The files are sent to us as “TRUGLY#####_Client” and need to be exported as “POP#####_Client_Date-Range_North/South.pdf”
    For example, TRUGLY12345_Client needs to be exported as POP12345_Client_Mar01-Mar31_North and POP12345_Client_Mar01-Mar31_South.
    There are two templates built into the template file for the north and south file that are toggled easily via layer visibility switches. I need to get a code that can ideally read the #s from the imported Trugly file as well as the Client and input those into variables to use when exporting. The date range is found in the same place in the top right of each pdf file. I am not sure if this can be read somehow or if it will have to be input manually. I can put North or South into the file name based on which template layer is visible.
    I am not sure how to go about doing this. I did find the following code for exporting to PDF with preset but it requires me to select a preset and then type the full file name. How can I set it to automatically use the “Smallest File Size” preset without prompting me to choose and then automatically input some or preferably all of the file name automatically? (If the entire filename is possible then I don’t even want a prompt to appear so it will be fully automated!)
    PDF Export Code (Originally from here: Simple PDF Export with Preset selection | IndiSnip [InDesign® Snippets]):
    var myPresets = app.pdfExportPresets.everyItem().name;
    myPresets.unshift("- Select Preset -");
    var myWin = new Window('dialog', 'PDF Export Presets');
    myWin.orientation = 'row';
    with(myWin){
        myWin.sText = add('statictext', undefined, 'Select PDF Export preset:');
        myWin.myPDFExport = add('dropdownlist',undefined,undefined,{items:myPresets});
        myWin.myPDFExport.selection = 0;
        myWin.btnOK = add('button', undefined, 'OK');
    myWin.center();
    var myWindow = myWin.show();
    if(myWindow == true && myWin.myPDFExport.selection.index != 0){
        var myPreset = app.pdfExportPresets.item(String(myWin.myPDFExport.selection));
        myFile = File(File.saveDialog("Save file with preset: " + myPreset.name,"PDF files: *.pdf"));
        if(myFile != null){
            app.activeDocument.exportFile(ExportFormat.PDF_TYPE, myFile, false, myPreset);
        }else{
            alert("No File selected");
    }else{
        alert("No PDF Preset selected");
    So far my code does the following:
    1) Runs the Multi-Page PDF Import Script
    2) Runs PDF Export Script Above
    3) Toggles the Template
    4) Runs #2 Again
    5) Deletes the imported PDF and all pages and toggles template again.
    It’s close and much better than the original process which was almost 100% manual but I’d like to remove the Preset prompt from the PDF script and have it automatically select the “Smallest File Size” preset. and then if there’s a way to have it auto-fill in the file name so no user input is required at all other than selecting each file to import. (If there’s a way to setup a batch action for the multi-import script that would be even better!)
    Thanks in advance and if there’s anything else I can provide that would help please let me know! Even a nudge in the right direction will be a big help!

    If you hold down the option key, it will typically show the location. Or you can often hit option-return on the file and it will reveal the file in the Finder, instead of opening it.
    Final option is to open it, and just option-click the filename in the toolbar of Preview and it should show you the location.
    It's probably an attachment to an email you've received. If you have Mail set to cache emails and their attachments it'll be stashed in a subdirectory of ~/Library/Mail. Which is fine.

  • Schema Import failed :IMP-00008: unrecognized statement in the export file:

    Hi ,
    I was running a database schema import from a database DMP file.
    I encountered the following error in the log file that was getting generated :
    IMP-00008: unrecognized statement in the export file:
    All the tables got copied except for one. Now what I have thought of is to import that one table again after taking an export from the prod schema.
    But what about the functions,triggers,procedures ?? How do i bring all of them in the schema ?
    If reimporting the schema again the only option ?
    Thanks
    Kk

    Hello,
    In this order:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14215/exp_imp.htm#i1023988
    Table Objects: Order of Import
    Table objects are imported as they are read from the export file. The export file contains objects in the following order:
    1. Type definitions
    2. Table definitions
    3.Table data
    4.Table indexes
    5. Integrity constraints, views, procedures, and triggers
    6. Bitmap, function-based, and domain indexes
    The order of import is as follows: new tables are created, data is imported and indexes are built, triggers are imported, integrity constraints are enabled on the new tables, and any bitmap, function-based, and/or domain indexes are built. This sequence prevents data from being rejected due to the order in which tables are imported. This sequence also prevents redundant triggers from firing twice on the same data (once when it is originally inserted and again during the import).
    For example, if the emp table has a referential integrity constraint on the dept table and the emp table is imported first, all emp rows that reference departments that have not yet been imported into dept would be rejected if the constraints were enabled.
    When data is imported into existing tables, however, the order of import can still produce referential integrity failures. In the situation just given, if the emp table already existed and referential integrity constraints were in force, many rows could be rejected.
    A similar situation occurs when a referential integrity constraint on a table references itself. For example, if scott's manager in the emp table is drake, and drake's row has not yet been loaded, scott's row will fail, even though it would be valid at the end of the import.

  • IMPORT a VIEW from an export dump file

    I'm trying to import a view from an export dump file. In using the Import Utility, do I use the TABLE parameter and give the View name ie: TABLES=view1
    null

    Only I want to do is import ONE view from an export dmp file that contains hundereds of table, many views and procedures. I do not want to reimport everything from the export file.

  • I want to make a schedular which read xml files from a folder ,import in Indesign template then export as a pdf....

    i want to make a schedular probably in Coldfusion or using javascript ,  which read xml files from a folder ,import in Indesign template then export as a pdf....

    I don't think you understand: I want to open Dreamweaver and build a brand new site, then when I am done I want to host the dreamweaver site on the Business Catalyst platform. I dont want to use anything in BC to build the site, I just want to use the hosting platform. I do not want to import a BC site into dreamweaver or anything like that. I just want to use BC the same way I would use godaddy, or uhost or any other hosting provider. Based on your response you said that "of course its possible to build a BC site in Dreamweaver" I dont want to build a BC site, I want to build a Dreamweaver site and host it on the BC platform. Like I said before it doesnt seem like this is possible. As of now we can only build a new site in MUSE and integrate it into BC without using a BC template. Can you understand what I am saying. I DONT WANT TO USE A BC TEMPLATE, I WANT NOTHING TO DO WITH BC WHILE I AM BUILDING THE SITE WITH DREAMWEAVER, JUST LIKE MUSE DOES.

  • Error when IMPORT using INDEXFILE  IMP-00009: abnormal end of export file

    Hi,
    I met the following error while I am doing IMPORT (creating ddl using INDEXFILE option) as.
    imp system/oracle@hpfw9i file='F:\C2Prop\ProdDump20051109.dmp' fromuser=FWORKSADM touser=FWORKSADM indexfile=ddlfile.sql log=st-imp.log
    . . skipping table "FWDEFECTCOMPONENT_PN21"
    . . skipping table "FWDEFECTCOMPONENT_PN22"
    . . skipping table "FWDEFECTCOMPONENT_PN23"
    . . skipping table "FWDEFECTCOMPONENT_PN24"
    . . skipping table "FWDEFECTCOMPONENT_PN25"
    . . skipping table "FWDEFECTCOMPONENT_PN26"
    . . skipping table "FWEQPATTRIBUTE"
    . . skipping table "FWEQPATTRIBUTEHISTORY"
    IMP-00009: abnormal end of export file
    Import terminated successfully with warnings.
    Have you ever experienced the following error message when you imported the db..?
    Also I could see the import was not done successfully when I compared my ddlfileold.sql which is already done using this same dump file
    My actions to make ddlfile
    - I have tried three times to make ddlfile but I failed all and met the same error message.
    try 1 : using 9210 version
    try 2 : using 9206 version
    try 3 : using 9206 version at other machine.
    I need your advice and help.
    Thanks,
    Riaz.

    This means the export dump file is corrupted.
    In UNIX see this command to see whether the dump file is complete
    $ tail expdat.dmp
    It should have EXIT in the last line.

  • Import export file from hands-on training session

    I have download the required files from the Forms hands-on training session and want to install the database. After a succesfull ftp upload of the export file (binary method) to a HP-UX system, I import the file as indicated in section 7 of the installation instructions.
    I then receive several kind of the following messages:
    Import: Release 8.0.5.0.0 - Production on Mon Aug 14 19:38:29 2000
    (c) Copyright 1998 Oracle Corporation. All rights reserved.
    Connected to: Oracle8 Enterprise Edition Release 8.0.5.0.0 - Production
    PL/SQL Release 8.0.5.0.0 - Production
    Export file created by EXPORT:V08.01.05 via conventional path
    IMP-00008: unrecognized statement in the export file:
    AD 6U
    IMP-00008: unrecognized statement in the export file:
    %G6BYI2m"<9lza`k)@Q'UQIf5{$>8@?`c=@
    IMP-00008: unrecognized statement in the export file:
    9
    IMP-00008: unrecognized statement in the export file:
    Kz`
    IMP-00008: unrecognized statement in the export file:
    Is it because of the import against a 8.0.5 database or is perhaps the export file corrupt?
    I hope you can help me.
    Best regards,
    Erika van der Aar
    E-mail: [email protected]

    Hi,
    Please go through the below blog:
    How to Export/Import and activate .sca files in SAP Composition Environment - CE local development
    Hope this helps!!!
    BR,
    Anurag

  • Importing said to be 'a nonvalid exported file'

    I have bought a movie on-line and when I tried to import it to iTunes it said, to be exact...'The file ... cannot be imported because it does not appear to be a valid exported file.' I am not sure how I'm supposed to import it because of this.
    Thanks to all whom help with my problem!

    If using Acrobat XI you can actually go to Tools >click on Combine. and add those pages they would be attached internally to the PDF.
    Only Acrobat is finally set up to combine files not PDF within a a PDF.  This will make the PDF rather large depending upon the size of the other files.

Maybe you are looking for

  • Xcelsious Engage 2008 Compatibility with BO XI 3.1 SP3 Integration kit

    Hi Experts, I have installed BO XI R3.1 SP3,Crystal Reports 2008 SP3,Live Office,SAP GUI ,Xcelsius Engage 2008. 1)I want to install BO XI R3.1 SP3 Integration tool kit for SAP Solutions.Can you please tell me that above installed Xcelsius release is

  • Error: Error writing stream: Could not find prefix for namespace:

    Hi all, I am getting this error while doing topdownAssemble using WSA. The error seems as if the name space definitions do not have proper prefixs, but I have prefixes for all the name spaces. Any idea what else might be causing the problem ? Thanks,

  • RFC call from NW studio

    hi all,     There is an error when I use SAP Connectivity from NW studio.     1.I can see all the function listed.     2.I choose one function (such as "BAPI_SALESORDER_GETLIST")and then clicked "finish" button.     3.the error box jumped out "<objek

  • JAI(Java Advanced Imaging) Problem with splitting TIFF images

    Hi I am getting problem with height when I use this program to split TIFF images ImageDecoder decImage = ImageCodec.createImageDecoder("tiff", inStr, null); Then it creates RenderedImage page by page and encodes them to file: String outFileName = "";

  • No size history for SQL Database in dbacockpit for new system

    Hello, we have installed a new ERP 6.0 System on Windows with SQL Server 2005 (3 month ago) Now we haven´t any data in datbase size historie in the dbacockpit. The message is: No size history.  Check the DB Collector status. We checked already the st