How to use 10.2.0.1.0 Export utility for 10.1.0.2.0 databases

Hi All
My computer server is using Oracle 10.1.0.2.0.
Client is using Oracle 10.2.0.1.0
How to use 10.2.0.1.0 Export utility for 10.1.0.2.0 databases without the following errors:
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 unsuccessfully
Thiensu

Command export:
C:\Documents and Settings\USER>exp pjdb/pjdb@ORCLfile=C:\pjdb.dmp full=no
Export: Release 10.2.0.1.0 - Production on Thu Apr 23 17:01:06 2009
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 unsuccessfully
C:\Documents and Settings\USER>
Thiensu

Similar Messages

  • How to use a table- valued function as a datasource for SSRS report?

    CREATE FUNCTION [dbo].[GetNetSheetRegionNetPerCapitaRow](@WeekBeginDate smalldatetime)
    RETURNS @RegionNetPerCapitaRow TABLE 
    (WTD1 DECIMAL(18,6),PYWTD1 decimal(18,6),percentDiff1 float,diff1 float,WTD2 decimal(18,6),YTD2 decimal(18,6),percentDiff2 float,Diff2 float,YTD3 decimal(18,6),PYTD3 decimal(18,6),percentDiff3 float,Diff3 float)
    how to use the above function as a data source for SSRS report instead of a stored procedure ?

    Hi,
    In the Dataset - > Query Type - >  Text - >
    SELECT * FROM [dbo].[GetNetSheetRegionNetPerCapitaRow](@WeekBeginDate)
    sathya - www.allaboutmssql.com ** Mark as answered if my post solved your problem and Vote as helpful if my post was useful **.

  • Use of QUERY option in 9iRel2 Export utility

    Hi All,
    Is it possible to use a query option to the export utility of the form below assuming I am exporting a table called test1:
    query="(test1.col1,test1/col2) not in (select test2.col1,test2.col2 from test2)"
    I am not sure if it is allowed to reference another table in the query clause, test2 in the example above....?
    Thanks

    I don't have a 9iR2 environment with me right now but this works on 10gR2. And I have no reason to believe that it would not work in 9iR2.
    SQL> select * from a;
            ID
             1
             2
    SQL> select * from b;
            ID
             2
    SQL> $
    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    C:\>exp sysadm/itbagain@qo810 tables=(A) query='where id not in (select id from b)'
    Export: Release 10.2.0.4.0 - Production on Wed Sep 8 14:17:49 2010
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    Connected to: Oracle Database 10g Release 10.2.0.4.0 - Production
    Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    About to export specified tables via Conventional Path ...
    . . exporting table                              A          1 rows exported
    Export terminated successfully without warnings.
    C:\>

  • How to use Oracle OAB Fast Formulas in Discoverer-desktop [ for reporting]

    Hi,
    Can anyone tell me how to use a fast formula in discoverer-desktop [for reporting]. Currently, we have a disco-report that calcuates the 'monthly salary', but we don't want to use that. Instead, we have a custom fast-formula [xx_oab_monthly_salary] which has the conditions and calculations that we need.
    I want to use that formula in discoverer-desktop directly and get the monthly-salary.. i.e., someone needs to create a folder under the business area and add it i believe.. the formula internally calls a function.
    when i checked about this with my dba - he said, he can add the 'function', but not the formula. and i need to write the calculation part...
    does anyone know how to add it...there shud a way right...
    i do not have access to the technical-stuff here..
    someone said ["you can wrap the FF_EXEC.run_formula call into your own pl/sql function and map this function into the EUL so that the formula can be called from a workbook.", but this talks about pl/sql-do we need pl/sql
    for this].
    also, someone else said [ some fast formulas need specific contexts to be set. Depending on whether the fast formula below the only fast formula that you want to recreate in Discoverer.
    For a single formula, in general my recommendation is to recreate the fast formula instead of using the ff_exec call].
    any quick answers greatly appreciate..
    thx,

    Hi,
    That's right you need to develop the pl/sql function outside of Discoverer using a pl/sql tool or just SQL*plus. I haven't an example to hand, but can dig one up if you need it. Once you have the function developed you can map it into the EUL using Discoverer Administrator. It will then be available to Discoverer Desktop/Plus as a database function when creating calculations. So you can then just add the calculation to an existing or new report.
    Alternatively, you can build the pl/sql function into a view and load the view into a new folder using Discoverer Admin.
    Rod West

  • How to use a path (mask) as a guidance path for an object?

    Hello,
    I want to use a path / mask as a guidance line for an object. I know i can draw a mask, then cut the path parimeter and paste it into the the position, but that seems to come with all kinds of restrictions. For example; when i use that method, i can't make the object stop moving halfway trough the animation. Also i cant animate the object further along because the object starts to do all kind of weird things, like flipping horizontally / vertically.
    I was wondering if there isn't just a function build in After Effects to track a path? Or a plugin?
    Any help would be much appreciated
    Thanks in advance!
    Kind regards,
    Yori

    My keyframing skills are pretty developed, but all rules i know regarding keyframing seem to go out of the window as soon as i paste the path into my position parameter... How come it flips the object for example?
    What i went to do is: have my object follow a path, then stop, move up a bit, stop again, and then follow another path, but i can't seem to get that done. Also, when i have animated the first path, and i put another keyframe 12 frames further AE makes up some kind of extra path which is supposed to fill the gap between the last keyframe of the path animation, and the next keyframe. I really don't get it...

  • How to use output of one query as an input for another

    Hi Gurus,
    can you give me any links on how to use an output of one query as an input for another (preferably if this can be done in a dynamic/on the fly way)?
    thanks

    You can use Replacement Path Variable for this purpose. See this detailed documentation.
    http://help.sap.com/saphelp_nw04s/helpdata/en/bd/589b3c494d8e15e10000000a114084/content.htm
    Abhijit
    Edited by: ABHIJIT TEMBHEKAR on Nov 19, 2008 9:48 AM

  • How to use dual table in ODI in source side for nested queries?

    Hi,
    Any idea how to use dual table in source for more than once. I want to build a ODI interface for the following source query
    SELECT ACTV_TYP.ACTV_TYP_SRC_CD, ACTV_TYP.ACTV_TYP, PORT_ACTV_TYP.PORT_ACTV_TYP_SRC_CD, PORT_ACTV_TYP.PORT_ACTV_TYP, SFT_DLT_STS.SFT_DLT_STS_SRC_CD, SFT_DLT_STS.SFT_DLT_STS
    FROM
    SELECT LOW_VALUE PORT_ACTV_TYP_SRC_CD, MEANING PORT_ACTV_TYP
    FROM CUSTOMS.DOMAIN_ALLOW_COLUMNS_VALUES
    WHERE TABLE_NAME = 'BRKR_PORTS'
    AND COLUMN_NAME = 'WORK_PORT_TYPE') PORT_ACTV_TYP,
    (SELECT LOW_VALUE SFT_DLT_STS_SRC_CD, MEANING SFT_DLT_STS
    FROM CUSTOMS.DOMAIN_ALLOW_COLUMNS_VALUES
    WHERE TABLE_NAME = 'BANKS'
    AND COLUMN_NAME = 'REC_STATUS') SFT_DLT_STS,
    (SELECT 1 ACTV_TYP_SRC_CD, '?????' ACTV_TYP FROM DUAL
    UNION ALL
    SELECT 2 ACTV_TYP_SRC_CD, '???????' ACTV_TYP FROM DUAL) ACTV_TYP
    Regards

    If the below query is equivalent , it seems you don't need dual table at all , just default the values in the interface.
    You are using dual tables to populate values ACTV_TYP.ACTV_TYP_SRC_CD, ACTV_TYP.ACTV_TYP values. Look at your query in the following manner :
    SELECT '1', '?????', PORT_ACTV_TYP.PORT_ACTV_TYP_SRC_CD, PORT_ACTV_TYP.PORT_ACTV_TYP, SFT_DLT_STS.SFT_DLT_STS_SRC_CD, SFT_DLT_STS.SFT_DLT_STS
    FROM
    SELECT LOW_VALUE PORT_ACTV_TYP_SRC_CD, MEANING PORT_ACTV_TYP
    FROM CUSTOMS.DOMAIN_ALLOW_COLUMNS_VALUES
    WHERE TABLE_NAME = 'BRKR_PORTS'
    AND COLUMN_NAME = 'WORK_PORT_TYPE') PORT_ACTV_TYP,
    (SELECT LOW_VALUE SFT_DLT_STS_SRC_CD, MEANING SFT_DLT_STS
    FROM CUSTOMS.DOMAIN_ALLOW_COLUMNS_VALUES
    WHERE TABLE_NAME = 'BANKS'
    AND COLUMN_NAME = 'REC_STATUS') SFT_DLT_STS
    UNION
    SELECT 2 , '??????', PORT_ACTV_TYP.PORT_ACTV_TYP_SRC_CD, PORT_ACTV_TYP.PORT_ACTV_TYP, SFT_DLT_STS.SFT_DLT_STS_SRC_CD, SFT_DLT_STS.SFT_DLT_STS
    FROM
    SELECT LOW_VALUE PORT_ACTV_TYP_SRC_CD, MEANING PORT_ACTV_TYP
    FROM CUSTOMS.DOMAIN_ALLOW_COLUMNS_VALUES
    WHERE TABLE_NAME = 'BRKR_PORTS'
    AND COLUMN_NAME = 'WORK_PORT_TYPE') PORT_ACTV_TYP,
    (SELECT LOW_VALUE SFT_DLT_STS_SRC_CD, MEANING SFT_DLT_STS
    FROM CUSTOMS.DOMAIN_ALLOW_COLUMNS_VALUES
    WHERE TABLE_NAME = 'BANKS'
    AND COLUMN_NAME = 'REC_STATUS') SFT_DLT_STS
    Now you can use dataset to make UNION.

  • How do use my redeem card if it  continues asking for security code?

    How do I use my redeem card if it continues asking for a security code?
    how do i remove the security information in visa , or mastercard and use a redeem card

    It's not entirely clear what type of card you are attempting to use, but not all payments methods are accepted in all countries.
    http://support.apple.com/kb/HT2001

  • How to use the iMac last generation as a display for a PC

    Hello,
    Can someone confirm if it's possible to use an iMac last generation as a display for a PC (Windows)  and if, yes, which type of cable or accessory is required?
    Thanks
    Stephanie

    Sorry, but you probably can't. The current and previous generation of iMac can only be used as displays with other Thunderbolt-equipped systems.
    http://support.apple.com/kb/HT3924
    Only if your PC has a Thunderbolt port that supports video out would this be possible, and such systems are currently rather rare.
    Regards.

  • How to use multiple mail sending address in SMTP relay for exchange online

    We have one SMTP relay configured with [email protected] credentials. one oracle application automatically shoots mail to users using this [email protected] to users. So if recipient reply on auto-generated mail it goes to mailbox of [email protected] (so that application
    team see and reply to any query raised by recipient). 
    Now my requirement is, I want to notify users about their password expiry before 10  days (something like that) I have made the script and tested it in lab. But the main requirement is I want to use [email protected] mail ID for sending mail. And if any recipient
    reply on the auto-generated mail it goes to [email protected] mailbox (which is managed by different team).  
    So the query How can I use two different mailbox enabled IDs for sending mails on a single SMTP Relay server
    Thanks
    Pankaj Sharma

    Thanks Ed and Mavis for the reply and suggestion, but here scenario is different. 
    We have one SMTP relay configured with [email protected] credentials. one oracle application automatically shoots mail to users using this [email protected] to users. So if recipient reply on auto-generated mail it goes to mailbox of [email protected] (so that
    application team see and reply to any query raised by recipient). 
    Now my requirement is, I want to notify users about their password expiry before 10  days (something like that) I have made the script and tested it in lab. But the main requirement is I want to use [email protected] mail ID for sending mail. And if any recipient
    reply on the auto-generated mail it goes to [email protected] mailbox (which is managed by different team).  
    So the query is can I use two different mailbox enabled IDs on a single SMTP Relay, If yes then how..
    Thanks
    Pankaj

  • How to use time machine to replace the current iMovie for one a few weeks ago?

    I have a movie in iMovie that somehow became unusable.  The size says it is 10GB when it should only be about 1GB.  I have been to the Genius Bar for a total of 4 hours and the only solution we can find is to REMAKE the entire movie.  They say that one or more of my movie clips must have imbedded data that it shutting the whole iMovie program down.  They say there is no way to know which clip is causing the problem.  I really don't want to remake the entire 2 hour movie.  I tried to use time machine and found my movie from about 3 weeks ago (before it ballooned to 10GB--so I guess before I added the bad clip) and I just wanted to replace my current one with this version and just fill in the last 3 weeks of data.  However I can't seem to do this.  Does anyone know how to do this using iMovie '08?

    sheri69 wrote:
    I tried to use time machine and found my movie from about 3 weeks ago (before it ballooned to 10GB--so I guess before I added the bad clip) and I just wanted to replace my current one with this version and just fill in the last 3 weeks of data.  However I can't seem to do this.  Does anyone know how to do this using iMovie '08?
    You don't do it with iMovie, but with Time Machine.
    Quit iMovie, then locate and select the file you want to restore in your backups via the "Star Wars" display and click the Restore button.  See #15 in Time Machine - Frequently Asked Questions.

  • How to use the integrated ITS server in WAS6.40 for WEBGUI

    Hi,
    I am testing the Portal 6.0SP6 on WAS6.40SP7.
    Using User Mapping, I am able to connect and call some transaction to R/3 System (4.6c) and the ITS servers for the R/3 system.  If I am going to use webgui to call a transaction, do I need the ITS server at all?  The reason I asked because I thought WAS6.40 came with an embedded ITS server.
    If I can make use of the integrated ITS server, how do I configure the system connection?
    Thanks,
    Edmond wong

    I have read the past posts, but I am still not clear... We are implementing mySAP ERP 2004.  This will include ECC 5.0 and EP 6.2. 
    We currently have R/3 4.6C and EP5.5.  From EP 5.5 I have users executing R/3 transactions directly from EP using the standard Master iView.  This traffic goes via the ITS virtual instance for the R/3 system.
    I am trying to decide if I need to setup a separate ITS to continue to do what we do now OR if the direct call of a transaction from EP6.2 using the SAP supplied Master iView can be accomplished using the Internal ITS on ECC 5.0.  We do not have the DEV systems set up so I cannot test.
    Any comments?
    Thanks,
    Rich

  • How to use SAP Business One as a source system for SAP BW 7.1

    Dear Experts,
    We have SAP Business One system as a transactional system. We need to connect the same to SAP BW so that we can deliever reports for this system in SAP BW. I want to know how the integration between these two systems work. Are there standard datasources created in SAP Business One which can be consumed directly in SAP BW like any other ABAP systems, or SAP Business needs to be connected using some ETL tool like UDConnect or Informatica?
    Regards,
    Aarati Yadav

    Hi Manoj,
    Welcome to ADOBE Forms related Workflow Development. Well, here are my answers.
    1) You can go for either go for ISR based development or WD development with Adobe form. In both the cases you can achieve your requirement. Yes, you will have to design the Adobe form and bind the fields to backend.
    2) Am not clear or your System landscape to advice you in these regards.
    3) Until final Submit/Approval is done, the data can be stored in WORKFLOW CONTAINERS or XML FORM(If you go for ISR based Development).
    Hope this helps.
    Regards
    <i><b>Raja Sekhar</b></i>

  • How to use iTunes COM SDK to set Media Kind for tracks

    There is no obvious function to set Media Kind of a track from iTunes COM SDK. Just curious if anyone knows how to do it programmatically?

    AFAICT there isn't a way to do it via the COM SDK. I currently do it by simulating window events using AutoIT.
    File a bug report as an enhancement request if you want it:
    https://bugreport.apple.com
    You'll need an ADC account; "ADC Online" accounts are free:
    http://developer.apple.com/products/membership.html

  • How t use defferent handset (Emulator) with Eclipse --very IMP for u and me

    Hi all,
    I am using Eclipsewith ME + Suns WTK(2.2 , 2.5 and2.5.1 versions ) for devoleping Midlet Application.I have to teest my Midlet suite for
    a) MIDPI version 1.0 and CLDC 1.0 handsets
    b) MIDPI version 1.0 and CLDC 1.1 handsets
    But there are no Handsets with the above configuration available in these wtk versions.
    But I can change the cldc version in the Preference page of Eclipse
    (Eclipse>Windows>Preference>j2me>preverification>��..). &
    (Eclipse>Project Propertise>preverification...............................)
    Which among these Is the correct way?
    ====================================
    Also i got a url ---- http://developers.sun.com/mobility/device/device
    Here there are number of hand sets supports different CLDC and MIDP versions
    But how can i use this devise�s Emulators with Eclipse ME?
    Please give me a reply ,if anyone knows...........?
    ==================
    Many Many Thanks
    Bala M

    I am all new to Handheld development and saw that your useing Eclipse ME. Is there a way to get the j2me api into eclipse so the environment provides some insight? Right now im struggling in forward movement as I dont know any of the libraries and what the examples are doing or returning.
    Thanks for any information you can provide.

Maybe you are looking for

  • How can I pull out the pics out of my iPod?

    The deal is that I accidently deleted the folder where I had my pics. So I wanna get the pics that I have in my iPod to my computer! SOmeone knows how to do this??? Thank's!!

  • IPod has a major freeze

    My iPod froze on the Movies menu. I didnt select anything at all and the battery is now low but not turning off by holding down the play button. I am dissapointed in the iPod therefor it need to fix alot of bugs. And the screen got scratched 1 day of

  • How to Reset Safari to ask for passwords

    I have Safari 6.0 and I have told it a number of times to not ask me about saving a password at a particular site.  I have now changed my strategy and would like it to save my password for those sites.  How do I un-do my previous Do not ask me about

  • Snow Leapord slow on my MacBook.?

    So i just got a MacBook 2.16 ghz core 2 Duo 1 Gig of ram and snow leapord is kinda.. not slow but i get the spinning wheal alot. especially in garageband and iphoto. Any reasons? this is my first mac too i love it besides that.

  • HT6154 phone enabled need help been like this for a while I think its a 2 possible 3

    son locked his phone up its enabled can i not un lock it , using itunes? thanks