Expdp error with query parameter

i am trying to use datapump and using query parameter in there as below...
but when i use the below, its exporting some system "repcat$" tables and
nothing realted to scott.audit table or anything realted to my query where
clause...what am i doing wrong ??
expdp system
DUMPFILE=test.dmp
LOGFILE=test.log
DIRECTORY=DATA_PUMP_DIR
TABLES=SCOTT.AUDIT
QUERY=SCOTT.AUDIT:'"WHERE TRUNC (audit.audit_timestamp)
BETWEEN TO_DATE ('01012008','DDMMYYYY') AND TO_DATE ('13012008','DDMMYYYY')"'
also when i use scott instead of system user i get below error
Export: Release 10.2.0.3.0 - 64bit Production on Wednesday, 22 July, 2009 12:53:45
Copyright (c) 2003, 2005, Oracle. All rights reserved.
Password:
Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options
ORA-39002: invalid operation
ORA-39070: Unable to open the log file.
ORA-39145: directory object parameter must be specified and non-null

i treid again, but creating a new datapump dir as follows...create or replace dir dpdump as '/backup/dpdump/orcl';
then gave grant read,write on directory dpdump to system
and now why is oracle looking at a differnt location ?? even when i changed the
direcotry ???
$ expdp SYSTEM
DUMPFILE=test.dmp
LOGFILE=test.log
DIRECTORY=DPDUMP
QUERY=SCOTT.AUDIT:'"WHERE TRUNC (audit.audit_timestamp)
BETWEEN TO_DATE ('01012008','DDMMYYYY') AND TO_DATE ('13012008','DDMMYYYY')"'
Export: Release 10.2.0.3.0 - 64bit Production on Wednesday, 22 July, 2009 13:27:18
Copyright (c) 2003, 2005, Oracle. All rights reserved.
Password:
Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options
ORA-39001: invalid argument value
ORA-39000: bad dump file specification
ORA-31641: unable to create dump file "/oracle/app/oracle/product/10.2.0/admin/orcl/dpdump/expdat.dmp"
ORA-27038: created file already exists
Additional information: 1
$>
Seems little weird but can you:--
1. Drop the dpdump directory.
SQL> drop directory dpdump;
2. recreate it and then grant the permissions.
SQL> create directory dpdump as '/backup/dpdump/orcl';
The folders must exists in the location.
SQL> grant read,write on directory dpdump to system;
3. SELECT directory_name, grantee, privilege
FROM user_tab_privs t, all_directories d
WHERE t.table_name(+)=d.directory_name
ORDER BY 1,2,3;
Anand

Similar Messages

  • Oracle 10g exp error with query parameter

    Hi all,
    I am trying to perform an export but getting this error when using the query parameter. I think it's a syntax problem but not sure where.
    I'm in a dos prompt
    E:\>exp file=xxxxx.dmp log=xxxx.log tables=xxxxx query='where responseid not in (select responseid from aaaa_bbbbb)';
    LRM-00112: multiple values not allowed for parameter 'query'
    EXP-00019: failed to process parameters, type 'EXP HELP=Y' for help
    EXP-00000: Export terminated unsuccessfully
    Thx

    This is why I love this forum so much.
    I've probably done thousands of exports and never used the query parameter.
    Here's something that will help you. Please read and note the requirement to escape, or protect, special characters and such.
    http://download.oracle.com/docs/cd/B10501_01/server.920/a96652/ch01.htm
      exp scott/tiger TABLES=emp QUERY=\"WHERE job=\'SALESMAN\' and sal \<1600\"ji li

  • I have SSRS parametarized report in that one data set have repeated values with query parameter . but while am mapping that query parameter to report parameter i need to pass distinct values. How can i resolve this

    I have SSRS parametarized report in that one data set have repeated values with query parameter . but while am mapping that query
    parameter to report parameter i need to pass distinct values. How can i resolve this

    Hi nancharaiah,
    If I understand correctly, you want to pass distinct values to report parameter. In Reporting Service, there are only three methods for parameter's Available Values:
    None
    Specify values
    Get values from a query
    If we utilize the third option that get values from a dataset query, then the all available values are from the returns of the dataset. So if we want to pass distinct values from a dataset, we need to make the dataset returns distinct values. The following
    sample is for your reference:
    Select distinct field_name  from table_name
    If you have any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Error With Menu Parameter

    Dear friends,
    This is emergency issue, my boos asked me to create report which it can show all branches and selected branches.
    Oracle BI Publisher Enterprise : 10.1.3.4.0.
    I have tried:
    Data Model SQL : select (:branch) from dual
    Values : select branch_code from branch_param; Identifier = branch
    Parameters:
              Identifier : branch
              Datatype : string
              Type       : menu ( List Of Lalue = branch) ; Multiple Selection= Yes ; Can Select All = All Values Passed
    Every Times I View Report is got error with message : " ORA-00907: missing right parenthesis "
    Please help me......
    Thank So Much.......!!!

    Hi,
    I see list of branches in Parameter Branch: ALL,001,002,003,140,150,160.
    when i selected one of those branch and click VIEW report generated normal, but when I selected 'ALL' or (001,140,160) then it was error.
    What do you think about this?
    Thank,
    Dorang

  • Syntax for taking export with 'Query' parameter

    Hi all
    Please help me regarding syntax for taking export with query parameter

    Hi
    exp file=d:\exp.dmp log=d:\exp.log tables=scott.emp query='where empno=10'
    exp file=d:\exp.dmp log=d:\exp.log tables=scott.emp query='where ename='''SCOTT''Salman

  • URGENT: Error with query on MultiProvider

    Hi,
    I am designing a query on a MultiProvider that combines a cube and ODS. the common characterisitics in the cube & ODS are Material, fiscal period, country.
    I have 2 rows & 1 column and several free characterisitics (mostly navigational attributes of Material).
    Rows: KF1 (from cube) & KF2 (from ODS)
    Column: Fiscal Period
    I have done all the selections & Identification in the multiprovider and set the ODS for BW reporting.
    I am not able to get data from ODS with query on MultiProvider.
    And i need to add another row that calculates the product of KF1 & KF2. KF1 is sales quantity and KF2 is price identified uniquely by Material/Country combination. When we report at Country level wihtout any material selection the output revenue should be SUM of individual products between KF1 & KF2 (if there are 3 materials (A) sold that have a price of X and 2 materials (B) sold that have a price of Y, the answer should be 3X + 2Y instead of (32) * (XY)/2.
    and also i have geographical hierarchy for 0country which is used in ODS & cube. can i use the geographical hierarchy for ODS as well for aggregation of values?
    Regards
    Emil

    Hi, i have solved the issue by impementing an SAP note.
    and the issue is the in Query i need to calculate a key figure based on the other 2 key figures.
    KF3 = KF1 * KF2
    the only issue here is i need to find the KF1 for each material/country/fiscal period from cube 1 and KF2 for each material/country/fiscal period.
    and multiply and then aggregate according to the filter & selection conditions.
    can anyone let me know how to do it..
    its very urgent..
    thank you
    Emil

  • Oracle Export Error on QUERY Parameter

    Hi All,
    I would like to ask for assistance.
    Here's my environment:
    OS: Linux 5.4 32bit
    DB: Oracle 10.2.0.4
    Here's what I would like to do:
    Export selected rows from SH.SALES table using the query:
    SQL> select * from sh.sales
    where to_date(time_id,'DD-MON-RR:HH24:MI:SS') = to_date('28-DEC-01:00:00:00','DD-MON-RR:HH24:MI:SS');
    My parfile is:
    userid="sys/oracle as sysdba"
    buffer=10000000
    file=mysales148.dmp
    log=mysales148.log
    TABLES=sh.mysales
    query="where to_date(time_id,\'DD\-MON\-RR:HH24:MI:SS\')=\to_date(\'28\-DEC\-01:00:00:00\',\'DD\-MON\-RR:HH24:MI:SS\')"
    recordlength=65535
    statistics=none
    When I run the script, I am getting this error:
    [oracle@shaoran selective_export]$ exp parfile=exp_mysale.par
    Export: Release 10.2.0.1.0 - Production on Thu Feb 3 16:57:08 2011
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Export done in US7ASCII character set and AL16UTF16 NCHAR character set
    server uses WE8ISO8859P1 character set (possible charset conversion)
    About to export specified tables via Conventional Path ...
    Current user changed to SH
    . . exporting table MYSALES
    EXP-00056: ORACLE error 911 encountered
    ORA-00911: invalid character
    Export terminated successfully with warnings.
    Hope to hear your feedback soon.
    Thanks a lot!

    Hi Guys,
    Thanks for the feedback.
    I edited my parfile as shown here:
    [oracle@shaoran selective_export]$ cat exp_mysale.par
    userid="sys/oracle as sysdba"
    buffer=10000000
    file=mysales148.dmp
    query="where time_id=\to_date(\'28\-DEC\-01:00:00:00\',\'DD\-MON\-RR:HH24:MI:SS\')"
    log=mysales148.log
    TABLES=sh.mysales
    recordlength=65535
    statistics=none
    [oracle@shaoran selective_export]$
    and I did the following steps:
    [oracle@shaoran selective_export]$ export NSL_LANG=AMERICAN_AMERICA.UTF8
    [oracle@shaoran selective_export]$ exp parfile=exp_mysale.par
    Export: Release 10.2.0.1.0 - Production on Fri Feb 4 11:34:03 2011
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Export done in UTF8 character set and AL16UTF16 NCHAR character set
    server uses WE8ISO8859P1 character set (possible charset conversion)
    About to export specified tables via Conventional Path ...
    Current user changed to SH
    . . exporting table MYSALES
    EXP-00056: ORACLE error 911 encountered
    ORA-00911: invalid character
    Export terminated successfully with warnings.
    [oracle@shaoran selective_export]$
    I still get the same error. :(

  • Getting Error with date parameter field -"Invalid DATE"

    Hi
    I created a report with 9.2 version. And  i created 2 date parameter fields in it. And within crystal reports it works fine.
    But If, I call from the VS2005 crystalreport.net(report document) SDK , i am getting error as Invalid Date" enter a Date Value". Actually it is a dtp control. how can i modify it.

    <p>There&#39;s not enough details to get a good understanding of your scenario, but it sounds like you&#39;re using some kind of date control to retrieve the date value and pass it to the report&#39;s parameter field at runtime. </p><p>If this is correct, it sounds like the format of the date value from the control may not be what the report is expecting. To debug, I would first use hardcoded values when you set the report parameter fields to see what works. Then compare that to what the return value is from the control to see if they match. I suspect the formats differ. </p><p>I did a quick search on the BOBJ kbase and found a couple of articles that may help you. I recommend searching as there are lots of information on how to set parameter fields at runtime. </p><p><span style="margin-left: 5px"><a href="http://technicalsupport.businessobjects.com/KanisaSupportSite/search.do?cmd=displayKC&docType=kc&externalId=c2010247&sliceId=&dialogID=8582434&stateId=1 0 8584068" target="_blank">c2010247</a></span><span style="margin-left: 5px"><span style="margin-left: 5px"><a href="http://technicalsupport.businessobjects.com/KanisaSupportSite/search.do?cmd=displayKC&docType=kc&externalId=c2010251&sliceId=&dialogID=8582434&stateId=1 0 8584068" target="_blank">c2010251</a></span></span></p><p>-MJ</p>

  • Syntax Error with Table Parameter (type: ANY) when Creating Function Module

    Hello experts,
    I want to create a function module with a table parameter and table type is ANY. But when I check (Ctrl+F7) this function module, syntax error occurs - "In this statement, the internal table "MSG_TABLE_ITEM" must have the type "STANDARD TABLE"."
    Could anyone tell me what the wrong is? And how can I fix it?
    Thanks,
    Shelwin

    Hi,
    For table parameters, you can only pass
    MSG_TABLE_ITM   TYPE STANDARD TABLE
    or
    MSG_TABLE_ITM  ( don't fill other columns TYPING ASSOCIATED TYPE  ).
    For reference check FM 'GUI_UPLOAD' - Table parameters
    Regards,
    DPM

  • SID error with Query Execution

    I am executing a query and receiving the following error:
    Abort SID 2 for characteristic ZSLSREG could not be converted CL_RSDM_READ_MAST
    Abort system error in program SAPLRRK0 and form MEGA_SORT_02-02
    The ZSLS InfoObject is a text InfoObject only and contains 47 lines of text.  However, when I look into the SID table /BIC/SZSLSREG, I don't see the X's that I see in other InfoObjects, in the DATAFL & INCFL fields. 
    This query has several other custom objects that work fine.  And they all have X's in their SID table. 
    This query with this object works in our development system, but I am having trouble in our test system.  I have retransported the InfoObject again too the test system, but still receive the same error message.
    Any help greatly appreciated.  Keith J

    Try running t-code RSRV and correcting the infoobjects.  Specifically the "Check Master Data for a Characteristic " test.

  • Error with Receiving Parameter

    Hi,
    I've created a class called ZTEST_CLASS which has a method. SET_TYPE with Importing parameters im1 and im2 and a returning parameter ret. I've created an Object of the class using CREATE OBJECT myObj. When I'm callling the method as below
    CALL METHOD myInstance->set_type EXPORTING im1 = '1982' im2 = 'Field Symbol' RECEIVING car = RET.
    It is giving me a syntax error saying that RET is unknown. Please help me in this regard.
    Thanks,
    FS

    Hi,
    U need to declare RET .
    Otherwise it will give error.
    Regards,
    Jagadish

  • Errors with querying a query table using non-QoQ query and QoQ query

    HELP ! ! !  Going into testing soon. I need this to work to get correct report results ! ! ! !
    My issue seems similar to the one just answered about Query of Queries RunTime Error
    and the reply from lawhite01 caught my eye.
    This is a 2 parter. The second part is the QoQ part, but the 1st part has a line in the query that is similar to the QoQ one and it uses the same data. Part 1 also throws an error.
    PART # 1.
    I'm trying to use a query table created through QueryNew and then query it.
    I need multiple columns in the query table I create:
    <cfscript>
            tot_AllCurrentDraftListing = QueryNew("AnnounceNum, JP_PDLoc, JP_JS_Title, JP_JS, JP_KW_1, JP_JobTitle, JP_Open, JP_Close, JP_CloseType, JP_CloseName, JP_PosNeed, JP_DirectHire, JP_Desc, JP_Draft, JP_Archived, JP_State, JP_AreaName, JP_AreaID, JP_AreaAlias, JP_Fac_SU, JP_Fac_Facility, JP_FAC_ID, JP_Grade1, JP_sal_low1, JP_sal_high1, JP_Grade2, JP_sal_low2, JP_sal_high2, JP_Grade3, JP_sal_low3, JP_sal_high3, JP_Grade4, JP_sal_low4, JP_sal_high4, JP_Grade5, JP_sal_low5, JP_sal_high5, JP_Posted, JP_TypeHire, JP_HRemail");
        </cfscript>
    Then I populate all the cells of the query table.
    Then I set up to use the created query table.
    I do this first:
        <cfquery name="qAltPostID" datasource="#at_datasource#">
             SELECT AltPoster, fk_Job_AnnounceNum
             from JOB_JPContacts
             Where AltJPContactType = 'AltPosterID'
             and AltPoster = '#session.IHSUID#'
             </cfquery>
    Then, in my first query using the created query, I expect to need to choose from multiple values, so I'm using this line in the query (this is NOT a QoQ query):
                and AnnounceNum IN (<cfqueryparam cfsqltype="CF_SQL_varchar" value="#ValueList(qAltPostID.fk_Job_AnnounceNum)#">)
    I've also tried:
                   and AnnounceNum IN (#ValueList(qAltPostID.fk_Job_AnnounceNum)#)   
    and:
                   and JOB_AnnounceNum IN
                    SELECT fk_Job_AnnounceNum
                    from JOB_JPContacts
                    Where AltJPContactType = 'AltPosterID'
                    and AltPoster = '#session.IHSUID#'
    ERROR is: one record should return. I get 0.
    PART # 2: Here's the QoQ part.
    I get the error:
    Query Of Queries runtime error.
    Comparison exception while executing IN.
    Unsupported Type Comparison Exception: The IN operator does not support comparison between the following types:
    Left hand side expression type = "LONG".
    Right hand side expression type = "STRING".
    A tutorial I found gave an example using only one column for this part of the fix:
         tot_AllCurrentDraftListing = QueryNew("AnnounceNum", "CF_SQL_VARCHAR")
    How would I set up the query with the datatype when I'm using multiple columns:
    <cfscript>
            tot_AllCurrentDraftListing = QueryNew("AnnounceNum, JP_PDLoc, JP_JS_Title, JP_JS, JP_KW_1, JP_JobTitle, JP_Open, JP_Close, JP_CloseType, JP_CloseName, JP_PosNeed, JP_DirectHire, JP_Desc, JP_Draft, JP_Archived, JP_State, JP_AreaName, JP_AreaID, JP_AreaAlias, JP_Fac_SU, JP_Fac_Facility, JP_FAC_ID, JP_Grade1, JP_sal_low1, JP_sal_high1, JP_Grade2, JP_sal_low2, JP_sal_high2, JP_Grade3, JP_sal_low3, JP_sal_high3, JP_Grade4, JP_sal_low4, JP_sal_high4, JP_Grade5, JP_sal_low5, JP_sal_high5, JP_Posted, JP_TypeHire, JP_HRemail");
        </cfscript>
    I used this code after all the cells contained values and before running my QoQ query:
            <cfloop index="intID" from="1" to="#tot_AllCurrentDraftListing.recordcount#" step="1">
                <cfset tot_AllCurrentDraftListing["AnnounceNum"] [intID] = JavaCast("string", intID) />
            </cfloop>
              Is that correct?
    Thanks.
    Whoever can help me with this should be awarded extra points ! ! ! !

                and AnnounceNum IN (<cfqueryparam cfsqltype="CF_SQL_varchar" value="#ValueList(qAltPostID.fk_Job_AnnounceNum)#">)
    If you're passing a list as a param, you need to tell <cfqueryparam> it's a list.  Read:
    http://livedocs.adobe.com/coldfusion/8/htmldocs/Tags_p-q_18.html#1102474
    ERROR is: one record should return. I get 0.
    It's a bit hard to comment on this sort of thing without knowing the data involved.
    A tutorial I found gave an example using only one column for this part of the fix:     tot_AllCurrentDraftListing = QueryNew("AnnounceNum", "CF_SQL_VARCHAR")
    How would I set up the query with the datatype when I'm using multiple columns:
    Again, this is a matter of reading the relevant docs:
    http://livedocs.adobe.com/coldfusion/8/htmldocs/functions_m-r_19.html#292759
    As a general rule, if you're having trouble with the syntax of a CFML statement, look it up in the docs.
    Adam

  • Rollup 8 for Exchange 2010 SP2 causes EWS error with bad parameter for Exchange.MailboxReplicationService.ProxyService

    When I installed Rollup 8  for Exchange 2010 SP2 it caused an error in EWS
    EWS failed with the error:
    exchange web service could not load file or assembly Exchange.MailboxReplicationService.ProxyService bad parameter
    When I uninstalled the rollup all worked fine again.
    Any ideas, Thanks in advance?

    Hi,
    To apply this update rollup, you must have Exchange Server 2010 SP2 installed. And remove all interim updates for Exchange Server 2010 SP2 before you apply this update rollup. Please check your installation deployment by the following article:
    Install the Latest Update Rollup for Exchange 2010
    http://technet.microsoft.com/en-us/library/ff637981.aspx
    Description of Update Rollup 8 for Exchange Server 2010 Service Pack 2
    http://support.microsoft.com/kb/2903903/en-us
    If all requirements and preparations are configured properly, please collect your error logs to check your installation. It would be helpful to post some event logs here for further analysis.
    Thanks,
    Winnie Liang
    TechNet Community Support

  • Error with query in OracleDataAdapter

    I have the following query:
    <code>SELECT FI.FACILITY_OID, FI.FACILITY_NUMBER , FI.FACILITY_NAME , FI.TYPE_CODE ,
    TC.DESCRIPTION AS TYPE_CODE_DESCRIPTION, FI.SUB_CATEGORY_CODE , SCC.NAME AS CATEGORY_CODE_DESCRIPTION,
    FI.HEADWALL_TYPE, FI.EXTERNAL_LENGTH , FI.EXTERNAL_WIDTH ,
    FI.INTERNAL_LENGTH , FI.INTERNAL_WIDTH , FI.FRONT_BARRICADED ,
    FI.INTERNAL_VOLUME , FI.FRAG_CONTAINED , FI.PORT_FACIL_EXCEPTION ,
    FI.REINFORCED_OPENINGS , FI.SINGLE_AIRCRAFT
    FROM FACILITY_INFO FI INNER JOIN TYPE_CODE TC ON FI.TYPE_CODE = TC.TYPE_CODE
    INNER JOIN SUB_CATEGORY_CODE SCC ON FI.SUB_CATEGORY_CODE = SCC.SUB_CATEGORY_CODE
    WHERE FI.TYPE_CODE IN ('ECM', 'AGM', 'REM', 'OSM', 'EOL')
    AND FI.INSTALLATION_ID = 1000 </code>
    The query works fine when I run it in the SQL command window of the OracleXE database web management tool, but when I try to use the query in the OracleDataAdapter.FillSchema method, I get the error:
    System.InvalidOperationException occurred
    Message="Syntax Error: Expecting ',' or 'WHERE' (etc.) after table alias."
    Source="System.Data.OracleClient"
    If I skip the FillSchema method and just call Adapter.Fill it works just fine - the query runs and the data is returned. So I would just drop the call to Adapter.FillSchema, but I suspect somebody put that call there for a reason and it will be missed it I just take it out. :)
    Anybody got any insight as to what's going on?

    Perhaps removing the ANSI syntax would be beneficial?
    SELECT
       FI.FACILITY_OID                        ,
       FI.FACILITY_NUMBER                     ,
       FI.FACILITY_NAME                       ,
       FI.TYPE_CODE                           ,
       TC.DESCRIPTION AS TYPE_CODE_DESCRIPTION,
       FI.SUB_CATEGORY_CODE                   ,
       SCC.NAME AS CATEGORY_CODE_DESCRIPTION  ,
       FI.HEADWALL_TYPE                       ,
       FI.EXTERNAL_LENGTH                     ,
       FI.EXTERNAL_WIDTH                      ,
       FI.INTERNAL_LENGTH                     ,
       FI.INTERNAL_WIDTH                      ,
       FI.FRONT_BARRICADED                    ,
       FI.INTERNAL_VOLUME                     ,
       FI.FRAG_CONTAINED                      ,
       FI.PORT_FACIL_EXCEPTION                ,
       FI.REINFORCED_OPENINGS                 ,
       FI.SINGLE_AIRCRAFT
    FROM
       FACILITY_INFO     FI
       TYPE_CODE         TC,
       SUB_CATEGORY_CODE SCC
    WHERE
       FI.TYPE_CODE       IN ('ECM', 'AGM', 'REM', 'OSM', 'EOL')
    AND
       FI.INSTALLATION_ID = 1000
    AND
       FI.TYPE_CODE = TC.TYPE_CODE
    AND
       FI.SUB_CATEGORY_CODE = SCC.SUB_CATEGORY_CODE  

  • Error with Query

    Hi Guys,
    I'm writing the below query to select some data
    select 'EARLY','17-OCT-11','pm_own.sec_switches', 'inflate_protected_bond_sw',sww.inflate_protected_bond_sw, 'com.inflate_protected_bond_sw', 'CHAR' ,99
    from DB.TBLname
    in the above query the value 'sww.inflate_protected_bond_sw ' should come from another table, so when I'm executing this query I'm getting the below error.
    ORA-00904: "SWW"."INFLATE_PROTECTED_BOND_SW": invalid identifier
    00904. 00000 - "%s: invalid identifier"
    so what should I put over there to get the result,
    any help.
    Cheers,
    Naresh

    Yeah Thanks Man, actually my query is as below,
    select 'EARLY','17-OCT-11','pm_own.sec_switches', 'inflate_protected_bond_sw',ssw.inflate_protected_bond_sw, com.inflate_protected_bond_sw, 'CHAR' ,99
    from pm_own.sec_switches ssw, TAPS_OWN.ssm_common com
    where ssw.ssm_id = com.ssm_id and NVL(ssw.inflate_protected_bond_sw, '') <> com.inflate_protected_bond_sw and com.index_constituent_sw = 'Y';
    and returning the output as below
    returning
    EARLY, 17 - OCT-11, pm,pm_own.sec_switches, inflate_protected_bond_sw, inflate_protected_bond_sw*, inflate_protected_bond_sw_1+, char,99
    but not returning the actual values in the table. WHY..?
    Cheers,
    Naresh

Maybe you are looking for

  • Camera Raw Plug in for Elements 11?

    My Elements 11 is unable to open Nikon 7100 NEF (raw) files athat open correctly with Nikon View NX2.  Adobe download website doesn't contain Camera Raw fix after 2012 prior to 7100 introduction. How do I add correct plug-in?

  • How to create hyperlink for region

    I have page which contain two region.i want to create a link for each region. when i click the first link first region should display,viceversa Actually how to create link for region? Thanks and regards skud

  • How to install the Runtime Repository for the first time

    Please let me know if I am correct... We need to run the OWB Runtime Assistant Tool from the database server where we are to install the Runtime Repository and also the user with which it needs to be created should have the SYSDBA privileges. We run

  • IPhone 4s and now iPhone 4 will not charge to turn on

    My iphone 4s stopped taking a charge, I've tried working chargers which I tested on other iphones to make sure they are good working units and they worked fine on other phones but would not charge my own. I tried holding the home and power button dow

  • Problems with Unicode webapplication

    Hi, I am developping a small webapplication which is supposed to support Unicode (different characters such as �S�\ etc.). I have a simple form which calls a JSP page. The JSP page prints the recieved parameter and prints it to the WEB browser. The J