Can we see index value

Can we see index value of the particular column ?
Thanks,
Venkataraman.L

Are you mean what indexes exists on a given column/table?
Yes
select index_name from dba_ind_columns where table_name='NAME_OF_TABLE'
AND COLUMN_NAME='NAME OF COLUMN';
regards
Helio Dias
http://heliodias.com

Similar Messages

  • Can we see costing value for line item batch in Batch Information Cokcpit r

    Can we see costing value for line item batch in Batch Information Cokcpit report - BMBC?
    Business like to see standard cost/ item and extended cost which should be qty in inventory * standard cost.
    Help appreciated.
    Edited by: Tom_Eric on Jan 13, 2012 2:33 AM

    HI.
    YES it is passible.
    If the GL is activated line item display check box is active then we can able to see the data as per line items.
    T<Code. Fbl5n
    Thanks.
    Vasu
    Edited by: Vasu Enaguthi on Apr 7, 2010 8:46 AM

  • Where can i see stored values in the field

    hi
    where can i see stored values in the field(tcode)
    help

    Hi Sdnguna,
                       Every fields value stored in Database table only.
                      1. Goto T.code SE15.
                      2.Click the ABAP Dictionary.
                      3.Click the fields.
                      4.And click the Table Fields.
    In that field name you will enter the Field name and Execute it.
    You will get the so many table name you will find out eassily where the field value stored.
    Regards,
    K.Karthikeyan.

  • How and where can i see the values of 0CURRENCY

    Hi gurus,
    How and where can i see the values of 0CURRENCY, for example if the key value is VEB how can i see it that means "Bolivares" , some days ago i had a similar doubt with 0UNIT, and some friend helped me , saying: go to the Transaction CUNI , and it works, but now my doubt is with 0CURRENCY, thanks guys !

    Table TCURC will give you the long and short text for the currency keys.  You can also display in a query by adding 0CURRENCY to the drilldown and displaying key and text.
    Regards,
    Kerry

  • Where can we see teh values of MONITOR - in Routines

    Hi
    I was trying to raise an exception in my Field Routine just to see on DTP Monitor. I got Exception in Monitor, no dount but can't see MSGNO, MSBV1 etc... in the monitor. And donno where can i see these values... Could u pls. help  in letting me know abt this... Thanks....
    DATA: RESULT1 type tys_TG_1-/BIC/ZNOOFDAYS.
         RESULT1 = SOURCE_FIELDS-ENDDATE - SOURCE_FIELDS-STARTDATE.
         IF RESULT1 > 10.
            RESULT = SOURCE_FIELDS-ENDDATE - SOURCE_FIELDS-STARTDATE.
         ELSE.
            MONITOR_REC-MSGID = 'ZMESSAGE'.
            MONITOR_REC-MSGTY = 'E'.
            MONITOR_REC-MSGNO = '001'.
            MONITOR_REC-MSGV1 = 'THIS IS USER GENERATED EXCEPTION'.
            MONITOR_REC-MSGV2 = SOURCE_FIELDS-STARTDATE.
            MONITOR_REC-MSGV2 = SOURCE_FIELDS-ENDDATE.
            raise exception type CX_RSROUT_ABORT.
         ENDIF.

    Hi,
    Please check in this table - RSMONMESS - based on the request id, you could able to view all the messages.
    I think also you have to append the monitor_rec to monitor table in order to view the messages.
    append monitor_rec to MONITOR.
    Thanks
    Sat
    Edited by: Sathish K Dharmaraj on Feb 4, 2010 7:10 AM

  • How can I see planned values for services in PS reports?

    Hi experts.
    We are implementing PS for a mining company; in our process, project designers plan materials and services in networks and then get planned values for budget requests.
    The problem I am facing is that I cannot see the planned values from services in the plan values reports. No value is exhibited for version 0 if I plan only services in a network. For materials planning I can visualize planned values normally. The network is not released. On example of planning values report that I am using is s_alr_87013533.
    Does anyone know how to correct this problem with PS configuration?
    Any help is welcome. Thanks!
    Rafael

    for planning services I am assuming that you are using service activity
    check if determine plan cost is set up in the network header
    secondly make sure that the plan costing variant is set up with the valuation variant  to define where to get the plan values from

  • I'm new to icloud and can't see the value. where is a good place to go to find out how to use it? also how can you restore the backup of original files.

    I am new to icloud. where can a I go to learn how to restore backup to my PC?

    See Here...
    iCloud Backup and Restore Overview
    http://support.apple.com/kb/HT4859?viewlocale=en_US
    And Here...
    iCloud Help
    http://help.apple.com/icloud/?lang=en

  • Bea weblogic can't see index.jsp?

    For some weird reason bea weblogic has started to act strange... it doesn't automatically go into 'index.jsp' when i access /MyWebapplication/someotherdir/index.jsp
    I've tried index.html too but i just get a 404?? i verified the same web project on tomcat and it doesn't give me the same error.

    after inspecting it a bit more i can access /MyWebapplication/someotherdir/index.jsp directly i.e.. it doesn't auto redirect to the index.jsp. In bea weblogic web application configurations if i have it listed as:
    MyWebapplication_war
    that is when i can't access it but if it appears as:
    appsdirMyWebapplication_war
    it works fine...
    in the first instance i used the upload function in the second one i dropped it directly in the application directory... it shouldn't make a difference which is strange??

  • URGENT: I CAN'T SEE DEPRECIATION VALUES IN NEW DEPRECIATION AREA

    HELLO: I HAVE CREATED A NEW DEPRECIATION AREA THAT IS SIMILAR TO AREA 01. WHEN I SEE THE REPORT OF ASSET EXPLORER I WATCH VALUES IN SECCTION "DEPRECIATION POSTED/PLANNED" BUT THERE IS NOT VALUES IN THE NEW DEPRECIATION AREA. COULD YOU POSSIBLE HELP ME?
    BEST REGARDS,
    ALFREDO DEL PORTILLO

    try tcode AFAR
    A.

  • How can i see the values of a prepared query

    Somebody knows about a tool that show me the values of a prepared query.
    I tried with the view V$SQL and with the TKPROF, but both show me the same query text and i need to know the parameter's values. Example of a prepared query - I don't know if it is the correct name of that kind of query.
    UPDATE "CL0E01" SET "BLOQUEO"=:1
    WHERE
    "CLAVE"=:2 AND "NUM_REGS"=:3 AND "ULT_CLV"=:4 AND "BLOQUEO"=:5
    Is it a tool that show me the value??
    Thanks for the help.
    Roberto Moreno

    I tried with the view V$SQL_BIND_CAPTURE but i get this error. "ORA-00932: inconsistent datatypes: expected CHAR got -". I executed in the Application Express.
    What could be wrong??
    I put my STATISTICS_LEVEL to ALL but nothing happen. I recieved the same result.
    I executed the view V$STATISTICS_LEVEL, for the Bind Data Capture I have enabled the session and system status, the activation level is TYPICAL.
    Thanks for your help TongucY

  • See the value of the parameter in the oracle report

    Hi experts,
    Can you please tell me how can i see the value of any parameter in the report.I am sending one parameter from one form and i want to see it's value in the report.
    Is there any function like message in report.
    another thing can you please tell me that how can i make use of triggers in forms.
    Regards
    Rajat

    another way to see the passed value, create a temp/testing field with source of p_my_parameter.
    Forms Trigger Qs go Forms Forum.

  • Can't see navigationItem in the debugger

    Hi All,
    In the expressions window I can't see the value of self.navigationItem when debugging inside the viewDidLoad method of a view controller. The code does not throw an error for my line of code, so why can't I see the value of this property? In the summary it says 'out of scope', but I can see the value of 'self' and I'm definitely inside my method, so what's going on here?
    Thanks
    Ray
    Message was edited by: Ray Price

    place your mouse carefully on the line just above '19 items'.  your cursor will change and allow you to drag that line upwards toward the top of the panel revealing items in your library.

  • How can I access the value of a loop index outside the loop?

    I have a sequence structure in Labview 8.6.  At one frame of the sequence I have a while loop.  The loop runs for a while and then stops and the program then moves to the next frame of the sequence.  Several frames further on down the sequence I have a cluster, the elements of which are outputs on the front panel.  The index of the mentioned loop is one of the cluster elements, an numeric output.  While the loop is running, I want the index to be displayed on the front panel in the output contained in the cluster.  How can I do this?

    The easiest way to do this is to use a local variable of your cluster.  You'll need one copy set to read; connect that to a bundle by name, bundle in your index value from the loop, and wire the bundle output to a write copy of your local variable.  You can create a local variable by right-clicking on the cluster terminal (in the block diagram) and choosing create local variable.  You can change the local variable to read or write by right-clicking on it.
    However, in general the use of both local variables and sequence structures is discouraged, and the right solution may be to rewrite your code with a while loop containing a case structure in which you update the cluster every time through the loop.  This will look like a state machine; you'll also need a shift register in place of the loop iteration counter.  If you post your code (ideally the VI, but if not then a screenshot of the block diagram) then we can provide more useful assistance.

  • In Drop Down by Index how can i pass default value Dynamically

    Hi Friends,
    In Drop Down by Index how can i pass default value Dynamically.Please help me.
    Thanks in advance.
    Regards,
    Kumar.

    hi,
    if you want the value to be defaulted only the first time you execute the program then write the code which suman has mentioned in the views method
    wddoinit.
    Regards
    Sajid

  • Can we see value of CKF in exception cell in query designer-please reply

    Hello all,
    I am defining a query in query designer in which i am using the exception cells, I am having two structures in this query. Now at the intersection of these two structure on one particular line I am trying to define the properties of that cell. I selected new selection and after that I added the calculated key figure that I had created. So should that cell show me the value of the calculated key figure (that is what I thought, that if I can put my CKF in that cell it will show me the value for that CKF). I am seeing different results.
    Is there any way you can actually show the value of calculated key figure in that particular cell.
    Thanks in advance,
    Raj

    Hi Raj,
    You can add Calculated key figure,RKF and even single key figures .The cells are independent of each other and that should not be an issue.
    Whatever the key figure is in the cell it should show that value.
    Just check again whether you have put any key figure into the selections of the structures
    There should be no key fgures into selctions.
    Hope it helps
    Thanks

Maybe you are looking for

  • Microsoft Issues With Mac

    I have Microsoft Office Word on my Mac and I saved a file various times that was very important, but now that I've gone back to re-open it the File will not open. It say's it cannot "locate the file". The file will not appear anywhere on my computer

  • Help with error

    Hi there, I can not figure out why I keep getting the following message when trying to update a form. Can anyone suggest what it may be? Microsoft JET Database Engine error '80040e14' Syntax error in UPDATE statement. /html/userinfo.asp, line 133 [Co

  • Preventing user logging in twice to OID

    I have an ASF application that I am using SSO to protect and authenticate against the OID (Identity Management 10.1.4) How can I prevent the same user id logging on more than once simultaneously ? Cheers, Brent

  • ISO-8859-1 / Invalid UTF8 encoding

    Hello! I have nearly the same problem like V Prakash (ISO8859 & UTF 8 default encoding) I am parsing a XML-Document with ISO-8859-1 encoding. The file has no XML-Declaration. I use the "setEncoding(String)"-method of class oracle.xml.parser.v2.XMLDoc

  • How to wipe/overwrite corrupted xmp/rdf in jpeg/tiff file

    Is it possible to wipe/overwrite corrupted (incomplete, wrong format, etc) xmp data in the file using XMP SDK only? I mean, is there any way to wipe/overwrite corrupted xmp packet data if I got kXMPErr_BadXMP, kXMPErr_BadParse, kXMPErr_BadXML, kXMPEr