Export -import error  'SYS.DBMS_DATAPUMP'

1-->Hi I exported data from oracle10 g by imp utility.on the same server
Now I want to import the dump file on the oracle 9i user.
when I give command on linux server
c:\> imp username/password@oracle9i ..
It will give mi error as
UDI-00008: operation generated ORACLE error 6550
ORA-06550: line 1, column 52:
PLS-00201: identifier 'SYS.DBMS_DATAPUMP' must be declared
ORA-06550: line 1, column 52:
PL/SQL: Statement ignored
Can you tell mi what is this error ?
2-->After that I tried to export data of oracle10g user from oracle 9i exp utility
but in some tables it give mi error as
. . exporting table QRTZ_JOB_DETAILS
EXP-00003: no storage definition found for segment(17, 31315)
whts the error ?
3-How Can I create the replica of schema from oracle10g to oracle 9i.?

To transfer data from any lower version you must use the lower version exp against the higher version database.
So 9i exp against 10g database.
Apart from that, datapump is incompatible with exp/imp
This has been posted NUMEROUS times!!!
Is there any reason why you can't use the 'Search Forum' function, prior to posting?
Please use the 'Search Forum' function always prior to posting, in order to avoid redudant posts and more clutter.
Thank you,
Sybrand Bakker
Senior Oracle DBA

Similar Messages

  • Export/Import Error: The security token could not be authenticated

    We currently are working in PLM 6.1.1 and users are experiencing Export/Import Issues, the error appears frequently with several users.
    Steps:
    1. A new token is generated from our QA environment
    2. The user logs into Dev and transfers the token
    3. In the export ADMIN area the user selects a section
    4. In the QA environment the user schedules the import
    5. The import is scheduled however the error is received after a few mins
    Error Message:
    The security token could not be authenticated or authorized ---> The directory service is unavailable.
    at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
    at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
    at Xeno.Prodika.XenoDoc.Handlers.DRL.DrlService.GetAttachment(tIdentifier Identifier)
    at Xeno.Prodika.XenoDoc.Handlers.DRL.DrlWebServiceLifecycleHandler.Load(IXDocument xdoc, String pkid)
    at Xeno.Prodika.XenoDoc.BaseLibraryManager.LoadDocumentPhaseII(IXLibraryConfiguration libConfig, IXDocument xdoc, String pkid)
    at Xeno.Prodika.XenoDoc.BaseLibraryManager.LoadDocument(String pkid)
    at Xeno.Prodika.ExportImport.DataExchange.ImportRequestProcessor.ProcessRequest(IApplicationManager applicationManager, IImportRequestQueue request)
    This error can be difficult to reproduce but occurs periodically.

    This is likely a DRL issue. verify DRL is configured correctly and a valid PLM4P user is setup in the setup assistant. in addition, make sure you added the new app in IIS for DRLService (this is a doc bug we are correcting that we failed to include in the 611 guide). verify you can attach and then open an attachment on a material spec.

  • ?BUG? App Export / Import error with javascript

    Greetings -
    Anyone have an idea on how to get around this or if I'm doing something wrong?
    I have a page button to collapse a tree, with a URL Target of:
    javascript:apex.widget.tree.collapse_all($v(P2130_TREE_ID));
    Page and button work fine, have never had a problem.  Until I went to do an application import and found that the SQL file for the import was corrupted due to the above line.  SQL file has:
         p_button_redirect_url=>'javascript:apex.widget.tree.collapse_all($v(P'||to_char(2130+www_flow_api.g_id_offset)||''_TREE_ID));',
    It appears to have an extra (2x) single quote right before _TREE_ID.  I have this logic in several places in my application and every place caused the same error.
    Application copy also fails with same error.
    Thanks,
    Scott

    Tom -
    I assume this is the prior post you where talking about : https://forums.oracle.com/thread/2401714
    However, this doesn't cover my problem.  I have tried all the follow, and they all break export / import and copy functionality due to mismatched quotes:
    collapse_all($v(P2130_TREE_ID));
    collapse_all($v('P2130_TREE_ID'));
    collapse_all($v("P2130_TREE_ID"));
    collapse_all('&P2130_TREE_ID.');
    collapse_all("&P2130_TREE_ID.");
    These all allow the collapse button to work.
    NOW, if I change my ID tag to be something like 'P_SCOTT_TREE' then everything works just fine (import/export/copy).  It's having a number in the tag that is cause the problems because the export is casting it to_char and somehow throwing in an extra quote.
    Thanks,
    Scott

  • Client export import error

    Hi...
    I have completed client export and import sucessfully.i have follwed the procedure ..
    by using scc8 i have taken client export...completed sucessfully..
    And i was imported those request by using stms Extras->other request ->add request ...and the requests are imported sucessfully...
    and at the time of postprocessing by using scc7 i got error related to tp..
    everything is going fine, but one transaction code is hanged(strucke)...  and that transaction is working properly in system where i was taken the export...
    and one thing i want confirm  , the issue is because of our client export import problem or it relates to functional problem
    please give the suggestion..this is an urgent issue......

    Yip, I think you are in a bit of a fix here.
    I only took a quick look (this is the security forum... and I could not see any initial security relevance...), but I did notice 2 things:
    As suspected, there are a handfull of client independent tables involved.
    Even if you do the import into a client of the same system, you might still face problems, because one of those tables has MANDT as a field.
    I have no idea what the reasoning behind this is... but my guess is that you are experiencing that which the transaction is designed to do after a client copy => it hangs.
    Sorry,
    Julius

  • Full Export/Import Errors with Queue tables and ApEx

    I'm trying to take a full export of an existing database in order to build an identical copy in another database instance, but the import is failing each time and causing problems with queue tables and Apex tables.
    I have used both the export utility and Data Pump (both with partial and full exports) and the same problems are occurring.
    After import, queue tables in my schema are unstable. They cannot be dropped using the queue admin packages as they throw ORA-24002: QUEUE_TABLE <table> does not exist exceptions. Trying to drop the tables causes the ORA-24005: must use DBMS_AQADM.DROP_QUEUE_TABLE to drop queue tables error
    As a result, the schema cannot be dropped at all unless manual data dictionary clean up steps (as per metalink) are done.
    The Apex import fails when creating foreign keys to WWV_FLOW_FILE_OBJECTS$PART. It creates the table ok, but for some reason the characters after the $ are missing so the referencing tables try to refer to WWV_FLOW_FILE_OBJECTS$ only.
    I am exporting from Enterprise Edition 10.2.0.1 and importing into Standard edition 10.2.0.1, but we are not using any of the features not available in standard, and I doubt this would cause the issues I'm getting.
    Can anyone offer any advice on how I can resolve these problems so a full import will work reliably?

    Thanks for the lead!
    After digging around MetaLink some more, it sounds like I'm running into Bug 5875568 (MetaLink Note:5875568.8) which is in fact related to the multibyte character set. The bug is fixed in the server patch set 10.2.0.4 or release 11.1.0.6.

  • Export/Import Error 600

    Hi
    I export a user on Solaris (ORA 9) and want to import on Windows (ORA 9). Data imports - but Triggers generate an error.
    What's wrong ?
    Toni
    Export is done with
    exp userid=md01fr2/avs@sun owner=(md01fr2) direct=n statistics=compute grants=y file=d:\temp\export\fr.dmp
    Import is done with
    Imp USERID=fr/avs FILE=d:\temp\import\fr.dmp FROMUSER=(md01fr2) TOUSER=(fr) LOG=d:\temp\import\IMP.log COMMIT=Y
    IMP-00017: Nachfolgende Anweisung war wegen Oracle-Fehler 600 erfolglos:
    "CREATE TRIGGER "FR".Troncon_rue_hb before insert or update on Troncon_rue "
    "for each row declare maxVersion number; executeTrigger number; begin s"
    "elect exec into executeTrigger from tb_history_trigger; if executeTrigger "
    "!= 0 then if inserting then :new.f_version := 1; elsif updating then se"
    "lect nvl(max(version), 0) into maxVersion from Troncon_rue_h where fid = :n"
    "ew.fid; maxVersion := maxVersion + 1; if :old.fid != :new.fid then raise"
    "_application_error(-20103, 'Fatal error: Fid can not be changed!'); end if"
    "; :new.f_version := maxVersion + 1; end if; end if; end; "
    IMP-00003: Oracle-Fehler 600 gefunden
    ORA-00600: Interner Fehlercode, Argumente: [4814], [5], [0], [0], [], [], [], []

    This is likely a DRL issue. verify DRL is configured correctly and a valid PLM4P user is setup in the setup assistant. in addition, make sure you added the new app in IIS for DRLService (this is a doc bug we are correcting that we failed to include in the 611 guide). verify you can attach and then open an attachment on a material spec.

  • FInancial reports Export Import error

    Hi,
    I am exporting Financial reports from version 11.1.1.3 and importing into version 11.1.2.1 with the help of workspace.
    Now after exporting some folder. It starting gives following error.
    Code: 2108 The object requested: [] does not exist in the repository hyperion workspace.
    Can anybody aware of these error.
    Thanks in advance.

    Anybody know the solution of these issue.
    Its an urgent.
    Thanks.

  • Application -Export, -Import: ERROR

    Hi @ all,
    I've worked quite a while on an app with HTML-DB. During the course of development I had to move it from the testing system to another (productive) system. Then everything went fine with the export and import of my app.
    Now I tried to install an earlier version of my app that I had created as a BACKUP. The install screen gives me the following:
    Error installing application.
    Return to Application (<---- this is a link)
    ORA-20001: GET_BLOCK Error. ORA-20001: GET_STMT error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 399, column 16: PLS-00103: Encountered the symbol ">" when expecting one of the following: . ( ) , * @ % & = - + < / > at in is mod not rem <> or != or ~= >= <= <> and or like between || ORA-06550: line 418, column 1: PLS-00103: Encountered the symbol "WWV_FLOW_API" ORA-06550: line 450, column 54: PLS-00103: Encountered the symbol ";" when expecting
    My steps are:
    - I import the file (which is on my local HDD) with my local Character Set (Western European ISO-8859-1).
    - I click Install >
    - On the following screen I select:
    o Parse As Schema my schema
    o Build status run and build app
    o Install As App Change app ID(*) and enter a free app ID
    - I click on Install app
    ... and get the Error above... :-(((
    (*) I've tried it with Auto Assign New Application ID too - no better result.
    Everything else works good but I don't want to be restricted to this one computer (in case I have to move it again). I want to have a working backup of my app, in case the thing crashes or burns down.
    Any help is greatly appreciated.
    David
    p.s.: I've tried to install the backup on marvel.oracle.com too - the same result... (so it's not a problem of our installation here.)

    What is the database version? If it's not 9.2.0.3 or higher, you will get this error. Our database runs version 9.2.0.4.
    e.g., &f100.sql.I dont understand this. When I run:
    &f111.sql
    I get an error message: ORA-00900: invalid SQL statement
    (the file f111.sql exists in the export repository)
    Also I took a look at the file f111.sql around line 399 and I can't find this Encountered the symbol ">". Therefore the error message makes no sense (to me).
    375          wwv_flow_api.create_tab (                    
    376          p_id => 1994903743639031 + wwv_flow_api.g_id_offset,                    
    377          p_flow_id => wwv_flow.g_flow_id,                    
    378          p_tab_set => 'TS1',                    
    379          p_tab_sequence => 3,                    
    380          p_tab_name => 'Edit Masterdata',                    
    381          p_tab_text => 'Edit Masterdata',                    
    382          p_tab_step => 3,                    
    383          p_tab_also_current_for_pages => '301,300,311,310,306,305,311,310,316,315,311,310,311,310,3110,3100,311,310,306,305,321,320,321,320,326,325,331,330,336,335,341,340,343,342,346,345,351,350,356,355,361,360,366,365,306,305,331,330,336,335,341,340,8300,8301,210',                    
    384          p_tab_parent_tabset=>'TS1',                    
    385          p_required_patch=>null + wwv_flow_api.g_id_offset,                    
    386          p_tab_comment => '');                    
    387                              
    388                              
    389          end;                    
    390          /                    
    391                              
    392          ---------------------------------------                    
    393          prompt ...FLOW TOPLEVEL TABS                    
    394          --                    
    395                              
    396          begin                    
    397                              
    398          null;                    
    399                              
    400          end;                    
    401          /                    
    402                              
    403          ---------------------------------------                    
    404          prompt ...FLOW NAMED LISTS OF VALUES                    
    405          --                    
    406                              
    407          begin                    
    408                              
    409          wwv_flow_api.create_list_of_values (                    
    410          p_id => 2120319923355695 + wwv_flow_api.g_id_offset,                    
    411          p_flow_id => wwv_flow.g_flow_id,                    
    412          p_lov_name => 'DELIVERY_SUPPLIER',                    
    413          p_lov_query=> 'select to_char(d.DELIVERY_DATE,''YYYY-MM-DD'') || '' - '' || s.SUPPLIER_NAME d, d.IKA r'||chr(10)||                    
    414          '     from DELIVERIES d, SUPPLIERS s'||chr(10)||               
    415          '     where d.SUPPLIER_IKA = s.IKA'||chr(10)||               
    416          ' order by d.DELIVERY_DATE DESC');                    
    417                              
    418          null;                    
    419                              
    420          end;                    
    421          /                    
    David

  • Export/Import error : ORA-31609: error loading file "kualter.xsl"

    Hi ,
    I was exporting the database , I got the following error after that I found that dbms_metadata_util.load_stylesheets needs to run . Please assit me how to procced further .
    C:\Users\379164>expdp import1/import1 directory=dmp_dir dumpfile=dump.dmp full=
    Export: Release 10.2.0.1.0 - Production on Friday, 15 October, 2010 14:50:45
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    ORA-39006: internal error
    ORA-39213: Metadata processing is not available
    ====================================================================
    SQL> execute dbms_metadata_util.load_stylesheets
    BEGIN dbms_metadata_util.load_stylesheets; END;
    ERROR at line 1:
    ORA-31609: error loading file "kualter.xsl" from file system directory
    "C:\oraclexe\app\oracle\product\10.2.0\server\rdbms\xml\xsl"
    ORA-06512: at "SYS.DBMS_METADATA_UTIL", line 1793
    ORA-06512: at line 1
    Please help me on this ....
    Thanks

    Refer following MOS note (even though the error number is different in header)
    Ora-39213 Using Data Pump Export (Doc ID 402242.1)

  • Export / Import error (wwv_flow.accept not found)

    Here is what I have ... (APEX version 2.2)
    - A machine running http server / database having a apex application built on it.
    - A second totally separate machine with http server / database and apex installed with no applications.
    I want to export the application from one database and then import into the second database. So I exported the application using UNIX file format and saved away the file. Then I attempted to import this file with file type application and file char set Unicode. After clicking next I get the error 'File Not Found' with the url being http://<hostname>:7777/pls/htmldb/wwv_flow.accept
    What am I missing? Thank you for any help and let me know if I am missing some information since I am new to this.

    I am trying to export an application developed on 10gR2 on my Windows laptop with Apex 221 into an AIX (unix) 9iR2 9206 database, also running Apex 221. The user interface on both works.
    I am connecting to both right now with the http bundled with 10gR2 on the same laptop until this evening when I can bounce the IAS so it can access the 9i database.
    I am getting this error:
    [Tue Jan 30 12:37:08 2007] [error] [client 150.134.8.5] [ecid: 1170178628:10.10.10.10:2492:5552:10,0] Invalid method in request 21015395903429
    [Tue Jan 30 12:46:22 2007] [error] [client 150.134.8.5] [ecid: 1170179182:10.10.10.10:2492:3876:17,0] mod_plsql: /pls/APEXT/wwv_flow.accept HTTP-404 ORA-00942: table or view does not exist
    [Tue Jan 30 12:46:22 2007] [error] [client 150.134.8.5] [ecid: 1170179182:10.10.10.10:2492:3876:18,0] Invalid method in request \"
    My DAD looks like this:
    <Location /pls/APEXT>
    Order deny,allow
    Deny from all
    Allow from 150.134 10.10.10.10 127.0.0.1
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure wwv_flow_file_manager.process_download
    PlsqlDatabaseConnectString XXXX:1521:XXXX SIDFormat
    PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_ojects$
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDatabasePassword XXXXXXXX
    PlsqlDefaultPage apex
    </Location>
    One thing I noticed:
    FLOW_FILES.WWV_FLOW_FILE_OBJECTS$ does not have any grants on it that it can be updated. I'm eyeballing FLOWS_020200's privileges now.
    What am I doing wrong? I'll most likely need to make the same change in the DAD on the IAS before I bounce it.
    Doug

  • Export/Import error - MDL1207

    Hi,
    OWB Client: 10.2.0.2.8 (Windows XP)
    OWB Repository: 10.2.0.2.0 (HP Unix)
    We have two repositories (DEV/TEST and PROD). Development is done in the DEV/TEST repository then each object is exported to an MDL file for versioning and then imported to the PROD repository.
    When importing we “Import all objects from file”, “Create new metadata only”, and match by “Name”.
    When we want to make changes to existing objects we export form PROD and import to DEV/TEST.
    The problem happens with mappings and reference functions in a package. After making changes to a mapping (but not to the package it references) we try to import it to PROD but get “Warning: MDL3002: ReferencingObject not found for …”.
    This process used to work in OWB 9i. Does anybody have any idea why this happens?
    Thanks,
    Jeff

    Did you find a solution to this?? I am also facing same problem while migrating in OWB 11g.

  • Error when exporting/importing

    I am using MDM 7.1
    When I export the schema from my Dev system to import into QA I get the following Error:
    "This repository requires additional steps before transport. See the MDS log for details.
    In the log my issue is that I am trying to export an Assignment that includes an expression that uses "look-ups".
    In my Dev system I removed the expression to confirm if this is the issue, once I no longer have expressions with look-ups then it allows me to export the schema. I then tries to import it to QA (since the expressions are not changing I planned on excluding them from the import as a temporary workaround.
    however I get the same error message when trying to import. It seems that I can not export or import with a system that has an assignment with an expression that uses look-ups.
    Is there some config I am missing?

    Hi Brad,
    assignments/validations are a general problem when it comes to Schema exports/imports! What you can do in case there are not too many assignments -  is to delete the assignments and create them new (manually) after you have imported the schema.
    Hope this helps a little.
    Regards,
    Erdal

  • Error in Client export/import

    Dear all
                     i have test system i would like to perform client export/import in single system correct if made a mistake
    i have export client which create 3 request namely SIDKOxxxxxx , SIDKTxxxxxx,SIDKXxxxxx .i had selected target SID as system same sid bcaz i have only one system
    then i login again with scc4 create new client and login in that sap* and pass then when i run command stms_import to import all three transport into that client as said my message server gets disconnected correct me i am wrong
    or i have to directely run scc7 bcaz the request already in /usr/sap/trans then these error won't occur  i have the back up of database
    now i am getting error oracle disconnected
    Regrards

    Dear Pavan
    I tried last night as you said i made new client as 300 in ides and copy user profile to that
    when i tried to configure stms by setting CTC =1 when i configure transport routes i don't find any client number
    to provide source and target client
    kindly send some screen shots if u have that would great support
    .Delete the existing TMS configuration.
    2.In 000 client by using the user ddic create TMS configuration using STMS.
    3.Click on the system, in transport tool tab add a parameter CTC and set it to 1.
    4.Now configure the transport routes, there you can find the client number in consolidation routes.
    5.Provide your source and destination client and create routes.
    Regards

  • Error ORA-02375 while trying to export/import JTF.JTF_PF_REPOSITORY table

    We have already created an SR, In the mean time, trying to see whether anyone else has come across this issue.  Thanks.
    On : 11.2.0.3 version, Data Pump Import
    Error ORA-02375 while trying to import JTF.JTF_PF_REPOSITORY table
    We are getting the below error while performing the full db
    import.
    ORA-02375: conversion error loading table
    "JTF"."JTF_PF_REPOSITORY" partition "EBIZ"
    ORA-22337: the type of accessed
    object has been evolved
    ORA-02372: data for row: SYS_NC00040$ :
    0X'8801FE000004AD0313FFFF0009198401190A434F4E4E454354'
    This issue is
    stopping our upgrade of database from 10.2.0.4 to 11.2.0.3. This is very
    critical for us to be resolved.

    Hi,
    seems this is Character set issue fo source and Target DB check this doc:Unable to Export Table WF_ITEM_ATTRIBUTE_VALUES due to errors ORA-02374, ORA-22337, and ORA-02372 (Doc ID 1522761.1)
    HTH

  • Error during export & import of rules in RAR 5.2

    Hi all,
    We followed the steps mentioned in exporting & importing the rules as per the Config guide. But we
    are receiving the below error during the import of rules. Can anybody please throw a limelight on why this error message is appearing?
    "Error in Table Data ==> VIRSA_CC_CRPROF
    SQL==>Insert into VIRSA_CC_CRPROF(VSYSKEY,PROFILE,RULESETID,RISKLEVEL,STATUS)Values(??????)
    Record==>D VIRSA_CC_CRPROF null"
    We also ensured that the downloaded file is not truncated and saved it in a separate folder. Does the file needs to saved in ANSI or Unicode text? We saved in ANSI
    Also the background ground job is not getting scheduled automatically during the import of ruels. Is that due to the above error?
    Thanks and Best Regards,
    Srihari.K

    Hello Sri,
    background job for generating the rules won`t be scheduled before you upload the file successfully.
    The most obvious reason for this error message is that you have line in your file - in table VIRSA_CC_CRPROF that is corrupted. Make sure all lines from table VIRSA_CC_CRPROF have all predefined fields - (VSYSKEY,PROFILE,RULESETID,RISKLEVEL,STATUS).
    If you keep hiting this problem just delete this table, after the upload you`ll add the critical profiles manually - I bet you don`t have many of them.
    Also from my experience I always choose to save the downloaded file in UNICODE UTF-8 format.
    Once the file is saved in other format, there`s no use of it, download it again and save directly in Unicode.
    Make sure you don`t have empty fields, even in the fields where you don`t have values, you must leave space, otherwise you`ll keep hitting the same issue.
    Regards,
    Iliya

Maybe you are looking for

  • Aperture (2.1.1.) - iWeb cannot find the Aperture Gallery in the web widget

    Hi all, I think this is not really related to MobileMe's current problems, as it shows alright on the web: If I publish a Web Album to MM (and I think it was the same issue with .Mac but am not sure), everythings working fine upload wise. Only if I w

  • SAPscript printing address from FK03

    Hi everyone I haven't dealt with tables and structures yet so please bear with me We have a SAPscript that prints checks to our venders which prints the address with only 3 lines. When I look at the SAPscript the address is coming from the table REGU

  • Extracting secured content?

    I know this might be a touchy question, but I thought I'd ask it anyhow. More fool I . I recently needed to extract high-resolution images from a PDF document that was secured against Page Extraction. This was a public filing with a local municipalit

  • Rmx multiouts! am i'm stupid?

    ok, a hole day is gone with reading, searching and testing without success i'm not sure if i missed somewhere something important!? is theree a solution with working rxm in logic 8 as a "real" multiinstrument and NOT in 8 separates instances? when i

  • Could Troubleshoot a Mac Using Screen Share From 30 Km Away?

    Hi. How far does Screen Share work? Could it be used to troubleshoot a Mac from another city or from a really far place? Do you have full access to the other Mac using Screen Share. What can it do? Gbu.