Export error from sqlplus 10.2.0.1.0

I'm trying to export using 10g exp utility into a 9i database but i have problems.
my command is:
exp userid=system/password file=/backup/my_exp_db.dmp log=/backup/my_exp_db.log full=yThe error is:
Export: Release 10.2.0.1.0 - Production on Mar Abr 20 10:52:52 2010
Copyright (c) 1982, 2005, Oracle.  All rights reserved.
EXP-00056: ORACLE error 6550 encountered
ORA-06550: line 1, column 41:
PLS-00302: component 'SET_NO_OUTLINES' must be declared
ORA-06550: line 1, column 15:
PL/SQL: Statement ignored
EXP-00000: Export terminated unsuccessfullyhow can i resolve this issue?

guif wrote:
I'm trying to export using 10g exp utility into a 9i database but i have problems.http://download.oracle.com/docs/cd/B19306_01/server.102/b14215/exp_imp.htm#i1013164
The version of the Export utility must be equal to the earliest version of the source or target database.
For example, to create an export file for an import into a later release database, use a version of the Export utility that is equal to the source database. Conversely, to create an export file for an import into an earlier release database, use a version of the Export utility that is equal to the version of the target database.>
how can i resolve this issue?Use the Exp version that came with the 9i database version.

Similar Messages

  • Export error from Rep. Object Navigator

    Hi
    I got an error CDI-22582 when I tried to export container or workarea from Rep. Object Navigator. Errlog.err file contains this:
    EXP-00056: ORACLE error 12154 encountered
    ORA-12154: TNS:could not resolve service name
    EXP-00000: Export terminated unsuccessfully
    Everything is OK with my TNS. I can successfully connect to Rep. DB from Designer or Enterprise Manager. I'm using:
    Designer6i v. 6.5.40.20.0 c.4.012
    Thanks.

    Nenad,
    There are various causes to this issue. The most common one is the following:
    When you connect to your repository, you use the TNSNAMES.ORA from the Designer Oracle Home.
    When you export from Designer, it can be (depending on the registry variables EXECUTE_EXPORT) that you use the export executable from another Oracle Home, what means it uses a different TNSNAMES.ORA
    Could you please check if it's the case?
    If it is, make the file tnsnames.ora in both Oracle Homes identical.
    If you have access to MetaLink, I would recommend you to have a look to Note 160378.1: Common causes of CDI-22582 during export/import in Designer 6i and 9i
    Hope this helps,
    Didier.

  • Lightroom - Export error from Admin account

    Lion 10.7.4 MacPro  -  I cannot export from Lightroom 4 in my main Admin account. Lightroom gives me an error message - When I create a new admin account I can export from LR4. It also works on my two laptops. Spent much time with Adobe and it was determined that it was an Apple issue. Can anyone help?
    Thanks,
    JT

    There's one thing you could try that might or might not have an effect. If it doesn't, I have no other suggestions.
    Repairing the permissions of a home folder in Lion is a complicated procedure. I don’t know of a simpler one that always works.
    Back up all data now. Before proceeding, you must be sure you can restore your system to its present state
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the page that opens.
    Drag or copy — do not type — the following line into the Terminal window, then press return:
    chmod -R -N ~
    The command will take a noticeable amount of time to run. When a new line ending in a dollar sign ($) appears below what you entered, it’s done. You may see a few error messages about an “invalid argument” while the command is running. You can ignore those. If you get an error message with the words “Permission denied,” enter this:
    sudo !!
    You'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up.
    Next, boot from your recovery partition by holding down the key combination command-R at startup. Release the keys when you see a gray screen with a spinning dial.
    When the recovery desktop appears, select Utilities ▹ Terminal from the menu bar.
    In the Terminal window, enter “resetpassword” (without the quotes) and press return. A Reset Password window opens. You’re not going to reset the password.
    Select your boot volume if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select  ▹ Restart from the menu bar.

  • Export error from enterprise manager

    Im getting this error when trying to do a table export from enterprise manager(oracle 10g statndard edition). There is a problem writing to the export files: ORA-39094: Parallel execution not supported in this database edition. I looked on line and places said to have parallelism to 1 but i think i already have that set.
    Export Type Tables
    Statistics type Estimate optimizer statistics when data is imported
    Parallelism 1
    Files to Export WRITABLE_DIRECTORY tables.DMP
    Log File WRITABLE_DIRECTORY EXPDAT.LOG

    Its trying to create a dump file, but file by that name already exists. Verify that name & path is correct.

  • FDMEE Export Errors

    Does anyone know how you can get a data dump of export errors from FDMEE aside from what is shown in the log within Process Details?
    That log only appears to show the first 101 errors.

    You can look at the physical log on the file system.
    If you click on "Process Details", it will show you the path to the log file at the top.

  • Error while exporting data from 9i

    When we try to export data from 9i db getting below error.
    Db version : Oracle 9i Enterprise Edition Release 9.2.0.5.0-64 bit
    cmd : exp user/pwd@db file=test_dmp.dmp tables=state
    Export utility: Release 11.1.0.6.0
    Error:
    EXP-00056: ORACLE error 6550 encountered
    ORA-06550: line 1, column 41:
    PLS-00302: component 'SET_NO_OUTLINES' must be
    ORA-06550: line 1, column 15:
    PL/SQL: Statement ignored
    EXP-00000: Export terminated unsuccessfully

    Hi,
    You must export with the 9i version of exp, and import in the 11g database (if that's what you want) with 11g imp.
    Regards,
    Mario Alcaide

  • Error while exporting data from sql server to excel

    Hi,
    I am trying to export data from sql server to excel.
    The query that I used is s follows
    INSERT INTO OPENROWSET( 'Microsoft.Jet.OLEDB.4.0', 'Excel 8.0;Database=C:\Folder1\abc.xls','select * from [Sheet1$A1:IV65000]')
    select 
    column1,column2.... from Table1
    I get the following error message while doing so..
    String or binary data would be truncated.
    The statement has been terminated.
    One of the column's holds data more than 225 characters.
    What is the way to correct this, i want the whole data of the colum in the excel sheet.

    I haven't had great luck with the INSERT INTO OPENROWSET method.  Can you try one of the many samples from one of these 3 links?
    http://www.excel-sql-server.com/excel-sql-server-import-export-using-vba.htm#Excel%20Data%20Export%20to%20SQL%20Server%20Test%20Code 
    http://www.mssqltips.com/sqlservertip/1540/insert-update-or-delete-data-in-sql-server-from-excel/
    https://www.simple-talk.com/sql/database-administration/getting-data-between-excel-and-sql-server-using-odbc--/
    Knowledge is the only thing that I can give you, and still retain, and we are both better off for it.

  • AME 2014 Export Error. Sequences not updating from Premiere.

    It seems that queuing sequences from Premiere Pro to AME via Ctrl+M is forever broken as that causes Premiere to hang and crash on the "Export Media" dialog box. This has been broken for several months. I have talked to developers with no resolution to this. Because of this, I now can only export projects by dragging sequences over to AME from Premiere. This has worked fine until a few days ago.
    What happens now is that AME gets part way through encoding a video and then hangs and fails encoding. I get the super helpful
    12/19/2014 03:25:14 PM : Encoding Failed
    Export Error
    Error compiling movie.
    Unknown error.
    I have created new sequences with the same media, removed 3rd party audio plugins, moved all the footage over to a different drive, tried to encoded to a different format like AVI, and I have tried setting the encode to save on several drives. It always fails at the same point. It seems hang and fail on clips that I created in AE, which are rendered using PhotoJPEG .MOV. I tried rendering the clip where AME fails using a different AVI container, but it ended up failing in the same spot.
    The strangest thing is that when I disable the clips in Premiere and dragged tried rendering, it hangs on the same clip as if it wasn't disabled! I have also deleted the clips from the timeline and they still show up in the preview window in AME and it hangs on them and then fails!
    Here are my system specs:
    Premiere Pro CC (up to date)
    Win 7 64bit (up to date)
    i7 970
    24GB Ram
    NVIDIA 470GTX (driver up to date)
    3 x 1.5TB internal
    4TB internal
    3TB internal
    12TB RAID 5 via USB 3.0
    USB 2.0 and 3.0 drives
    FireWire audio device (M-AUDIO FireWire1814)... although, I am not using it for playback. It is connected.
    Footage is from C100 H.264 .MTS, PhotoJPEG .MOV from AE, JPG Stills, simple titles made in Premiere Pro, color mattes, and .WAV audio clips
    All stock video effects and transitions.
    Thanks for your help.
    Mark Mapes
    Adobe Media Encoder (AME)

    I tried a re-install of PP and AME, moving all assets to another machine and encoding, enabling and disabling "Import sees natively" in AME, enabling and disabling Mercury in PP and AME, and I got the same result. AME fails encoding with a "error compiling movie" error. Same result when I tried to export from PP.
    The only thing that worked was re-rendering all the clips that I created in AE using a different codec (was MOV PhotoJPEG and I re-rendered to Lagarith AVI). This seemed to work. When it would fail in AME it would hang on a frame for several minutes before giving me the sheep sound. The original MOV PhotoJPEG clips from PP played fine in the sequences and in media players. No drama, no glitches.
    Not sure why AME wan't updating the sequences from PP. The fix for that was launching AME with Shift held down to clear preferences. Also I made sure I saved in PP before I dragged over to AME for encoding.
    Hopefully this will help someone else along their journey. Thanks for looking!

  • I just started a free trial of the Adobe XI product that allows me to create an editable PDF. I'm done creating the form and ready to export it. When I click Export PDF from the File menu, it says Adobe encountered an unexpected error. What am I doing wro

    I just started a free trial of the Adobe XI product that allows me to create an editable PDF. I'm done creating the form and ready to export it. When I click Export PDF from the File menu, it says Adobe encountered an unexpected error. What am I doing wrong?

    Good to know  — there is no such application as "Adobe XI".
    "Adobe" is the name of the company.
    "XI" is indicative of the use of either Acrobat XI or Reader XI.
    Neither Acrobat XI Pro (for which Adobe provides a free, fully functional 30-day trial) nor Adobe Reader XI (the free to download and use PDF viewer that Adobe provides) have  an "Export PDF" entry under "File".
    "Export PDF" only is present in Adobe Reader XI over on the right on the "Tools" panel.
    The "Tools" panel provides a way for a user of Adobe Reader XI to connect to various By Subscription online services (gotta pay eh).
    Export PDF is one of these. A subscription lets you send a PDF file to the online internet service (aka "cloud" service). The service then exports to a supported file format (Word / Excel / ...) and the user selects / directs where the output file is to be saved on the user's local machine.
    Of course to use any of the online subscription services one must have an active (paid up in full) subscription to the service.
    So ---- As described the puzzle pieces don't fit eh.
    What specific Adobe (the company) applications are you using?
    Acrobat XI Pro? Adobe Reader XI? Both? 
    Be well....

  • TS2865 when i export movie from final cut pro to quicktime , something happened. it says error quicktime -50. please help.

    when i export movie from final cut pro to quicktime , something happened. it says error quicktime -50. please help.
    i need to submit this movie for uni project tomorrow.
    any help/advice will help . thanks.

    According to Crash Analyzer
    -50 (QuickTime)
    This error occurs when there is corrupt or invalid media in your timeline. Check that the codec used by the file is recommended for use in your editing application.
    good luck

  • I export dump from oracle database 8.1.7 and try to import in 10.2.0. while import its prompt error

    I export dump from oracle database 8.1.7 and try to import in 10.2.0. while import its prompt error as follow
    8.1.7
    SQL> select * from nls_database_parameters where parameter like '%SET%';
    PARAMETER                      VALUE
    NLS_CHARACTERSET               US7ASCII
    NLS_NCHAR_CHARACTERSET         US7ASCII
    10.2.0
    SQL> select * from nls_database_parameters where parameter like '%SET%';
    PARAMETER                      VALUE
    NLS_NCHAR_CHARACTERSET         AL16UTF16
    NLS_CHARACTERSET               WE8MSWIN1252
    C:\Documents and Settings\Administrator>imp system/manager file=H:\CGlByte\cglby
    te_03-07-2013Wed.dmp fromuser=system touser=cglbyte ignore=y
    Import: Release 10.2.0.4.0 - Production on Thu Jul 4 16:11:49 2013
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Produc
    tion
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Export file created by EXPORT:V08.01.07 via conventional path
    import done in US7ASCII character set and AL16UTF16 NCHAR character set
    import server uses WE8MSWIN1252 character set (possible charset conversion)
    export client uses WE8ISO8859P1 character set (possible charset conversion)
    export server uses US7ASCII NCHAR character set (possible ncharset conversion)
    Import terminated successfully without warnings.
    Pl suggest remedy
    Regards,

    8.1.7
    AMERICAN_AMERICA.WE8ISO8859P1
    10.2.0
    AMERICAN_AMERICA.WE8MSWIN1252
    exp system/manager file=d:\cgl.dmp owner=cgl, even i set character set before export but no impact

  • Error loading 'ModelCom.dll': Missing export 'GetModuleHandleW' from 'KERNEL32

    Hallo zusammen,
    wir Arbeiten hier mit LV-RT (8.5) und ProveTech TA, von der Firma MBtech.
    Die Frima MBtech liefert dazu eine dll dür den Datenaustausch zwischen beiden Systemen.
    Seit dem Update der dll auf eine neuere Version bekommen wir immer folgende Fehlermeldung:
    Error loading 'ModelCom.dll': Missing export 'GetModuleHandleW' from 'KERNEL32.DLL'
    Meine Anfrage bei MBtech hat folgendes ergeben, vielleicht können sie mir diesbezüglich weiter helfen?
    Besten Dank schonmal im voraus!
    Anfrage:
    beim Update von ProveTech auf die Version 2009SE wurde auch eine neue ModelCom.DLL zur Verfügung gestellt. Diese verursacht jedoch immer einen Absturz des LabView-Realtime Betriebssystems.
    Fehlermeldung:
    Error loading 'ModelCom.dll': Missing export 'GetModuleHandleW' from 'KERNEL32.DLL'
    Wurden in der neuen ModelCom.DLL vielleicht neue Funktionen programmiert,
    die auf (von LabView-Realtime) nicht unterstützte Windows-API-Funktion zugreifen?
    MBTech:
    Die Untersuchung der Abhängigkeit zu GetModuleHandleW hat ergeben, dass
    diese Abhängigkeit seit der Verwendung des Visual C++ 2008 Compilers existiert (statt Visual C++ 2005).
    Zu welchen Visual C++ Compiler-Versionen ist LabVIEW-RT kompatibel?
    Bald kommt der Release von Visual C++ 2010.

    Hallo Manuel.W,
    bitte entschuldigen Sie, dass es etwas länger gedauert hat. 
    Grundsätzlich unterstützen wir LabVIEW und LabWindows/CVI als Entwicklungsplattform für unsere Real-Time-Systeme. 
    Für andere Entwicklungsumgebungen können wir aus verständlichen Gründen keinen Support leisten.
    Windows-DLLs, welche mit anderen Entwicklungsumgebungen (als die beiden oben genannten) erstellt wurden, können auf Pharlap-basierten Real-Time-Systemen lauffähig sein, müssen es allerdings nicht.
     Das folgende Utility liefert einen ersten Ansatzpunkt, indem es die Funktionsaufrufe (Calls) der DLL testet.
    How Can I Verify that My DLL is Executable in LabVIEW Real-Time? 
    http://digital.ni.com/public.nsf/allkb/0BF52E6FAC0BF9C286256EDB00015230
    Ansonsten können vielleicht noch folgende Hinweise helfen:
    Can LabVIEW Real-Time Interface With External Code?
    http://digital.ni.com/public.nsf/allkb/2EA49B05E67DDECF86256F9A006FB315?OpenDocument 
    Are there any tips or guidlines when creating DLLs for a Destop RT target (using Visual Studio C++)
    http://forums.ni.com/ni/board/message?board.id=170&message.id=423544&requireLogin=False
    Can I Use a Free Compiler with Simulation Interface Toolkit (SIT)?
    http://digital.ni.com/public.nsf/allkb/AAD15283A1F051A1862574F000744DBD?OpenDocument 
    CVI RT Missing Export Error when using a DLL from VS2008
    http://forums.ni.com/ni/board/message?board.id=180&message.id=41001&requireLogin=False 
    Dann hoffe ich, dass diese Informationen hilfreich waren.
    Mit freundlichen Grüßen
    i. A. Ralf N.
    Application Engineering,
    GERMANY 

  • Error loading 'ole32.dll': Missing export '_resetstkoflw' from 'MSVCRT.DLL'

    I'm getting the RT error:
    Error loading 'ole32.dll': Missing export '_resetstkoflw' from 'MSVCRT.DLL'
    LabVIEW RT 2011
    I've reinstalled RT several times but am still seeing the error.
    I only see it after closing my application.  
    I've attached a report of my RT system.
    Any ideas on what I might be missing?
    Robert C. Mortensen
    Certified LabVIEW Architect
    Certified LabVIEW Embedded Systems Developer
    Endigit
    Attachments:
    ni_support.zip ‏1110 KB

    Hello Robert,
    I wasn't able to find too much about this error on our end, but doing a wider search it seems errors involving MSVCRT.DLL usually take place when this Microsoft C Runtime Library file is replaced by a third-party file that lacks "_resetstkoflwfunction". It's odd that the error occurs only after closing the application. Here is a third-party website I was able to find which explains this in a bit more detail, and might be a fix to try if your are comfortable: How to Fix Common Msvcrt.dll Errors?
    Regards,
    Deborah Y.
    LabVIEW Real-Time Product Marketing Manager
    Certified LabVIEW Architect
    National Instruments

  • Error when Exporting quizzes from Captivate 2 to Flash 8!

    Here is the error that I get when trying to Export quizzes
    from Captivate 2 to Flash 8.
    "An internal Adobe Captivate error (bad argument) occured. If
    you have any questions please contact Adobe Technical Support."
    I've noticed that this only happens if there are quizzes in
    the project. I have tried everything that Adobe FAQ's and TechNotes
    had to offer.
    They said that the CP file could be corrupt. If that's the
    case, Every file that I create with a quiz is corrupt. I have just
    upgraded from Flash MX to Studio 8 and just bought the new version
    of Captivate 2. These were both downloaded via try/buy.
    If anyone is familliar with this problem, any suggestions
    would be greatly appreciated.
    Thank you!

    Answering my own question.....Received this fix:
    I think that I know what you did. When you had Captive 1 you
    changed a dll file in order for it to work with Flash 8. They
    forgot to mention that if you did this fix back in 1.0 that it
    would corrupt the process in 2.0.
    Go here:
    C:\Documents and Settings\<UserID>\Local
    Settings\Application Data\Macromedia\Flash
    8\en\Configuration\Importers
    Make sure this is the only file in there: RDMFISTUB8.DLL
    That should solve your problem.

  • When exporting data from FDM to HFM getting error - Error: Adapter function [fConnect] failed

    Hi ALL!!!
    I am trying to Export Data from FDM to HFM and clicked "Export" option and getting below error.
    Error: Adapter function [fConnect] failed.
    Detail: Stacktrace:
    upsWBlockProcessorDM.clsBlockProcessorClass.ActLoad(strLoc[String], strCat[String], strStartPer[String], strEndPer[String], strFile[String], objLoadParam[Object&], blnNoRaiseEvents[Boolean], lngMarshalType[Int32])
    Hyperion.FDM.Dialogs.TargetSystemLoadDialog.buttonOK_ServerClick(sender[Object], e[EventArgs])
    And followed the John suggestions through this Link (http://epm.jonhwilliams.com/adapter-function-fconnect-failed-fd/), All the checks are good, But still issue has not been resolved.
    Could some one please suggest your valuable inputs.
    Thanks,
    RSV

    Can you check if the integration options "Use SSO" and "Enable Sticky Server" are set to on?    

Maybe you are looking for

  • Nvidia GeForce 7300 GT and ATI Radeon X1900 XT

    I have a Mac Pro 2,1 running 10.6.1 and BootCamp. I had a Nvidia GeForce 7300 GT video card in it and it ran well under BootCamp. I installed a ATI Radeon X1900 XT. Under BootCamp the 2 cards seem incompatible, with an error message that the driver o

  • Query in Peoplesoft Portal 9.0

    I have a small problem in PeopleSoft Enterprise Portal 9, work with the version in English and to update the version in Spanish I do this double work there any way to update the language I want simultaneous, thank

  • Apple ID is disabled message......?

    When I am trying to download updates to apps on my iPhone and iPad I am getting a message that says my Apple ID is disabled. I have followed the instructions and changed my password, but the message is still coming up and I am unable to use my Apple

  • W520, (2) USB 2.0 ports not working after updates

    I find it rather odd that my 2x USB 2.0 ports go out after updating Lenovo, but the 2x USB 3.0 ports still work, and Bluetooth still works.  I did install the newer BIOS and the USB 3.0 update, before hand the ports were working fine. right now I'm u

  • HT4859 Not enough storage

    My iCloud is saying i dont have enough storage to back up.  I have deleted over 1,000 pics.  I have deleted more than 1/2 of my apps.  my phone feels EMPTY and it still wont back up to the cloud. Im out of ideas.  I feel the only way to meet the 5.00