How to get details of partition interval value. In what its stored dictionary.

I have create table statement below. I want details on interval value. Where it is stored in the oracle Table.

Please let me know one.

CREATE TABLE PARTITION_T1 (ID NUMBER, VARCHAR2 ADDRESS (1000))

PARTITION OF RANGE (ID)

INTERVAL (10)

SUBPARTITION BY LIST (ADDRESS)

(PARTITION P1 VALUES LESS THAN (30))

(SUBPARTITION S_P1 VALUES ('BDM', 'DEL'))) ;

What dictionary its INTERVAL (10) stored value retail.

Select the INTERVAL from dba_part_tables where table_name = 'PARTITION_T2 ';

I got the result.

Tags: Database

Similar Questions

  • How to get the whole text of value special hashi

    Hello

    can someone let me know how to get the full text of sql data hash_value in report statsapck...
    SQL> select SQL_TEXT from v$sql where HASH_VALUE=3102119461;

    SQL_TEXT
    --------------------------------------------------------------------------------

    SELECT ROWID,AR_DT,AR_TXN_CODE,AR_NO,AR_AMD_NO,AR_REF_FROM,AR_REF_TXN_CODE,AR_RE

    F_NO,AR_DAK_CODE,AR_DED_SYS_ID,AR_COMP_CODE,AR_ACNT_YR,AR_AMD_DT,AR_AMD_UID,AR_A

    MD_RES_CODE,AR_REF_SYS_ID,AR_STUD_SRN,AR_APPL_DT,AR_ISSUE_DT,AR_ENROL_FRM_COURSE

    ,AR_ENROL_DT,AR_JOURNAL_YN,AR_TYPE,AR_TITLE,AR_VACANCY_CODE,AR_MRH_MRN,AR_INDUST

    RY_FIRM,AR_DEED_FM_DT,AR_DEED_TO_DT,AR_IT_TR_YN,AR_IT_START_DT,AR_CONDN_YN,AR_RE

    MARKS,AR_IT_END_DT,AR_CONDN_DAYS,AR_CONDN_AMT,AR_CONDN_DT,AR_CONDN_BY,AR_46_FLAG

    ,AR_RE_REG_YN,AR_DOC_STATUS,AR_ART_TERM_COMPLN,AR_TERMN_COMPLNPLN_DT,AR_CORRES_A

    DDR_LINE_1,AR_CORRES_ADDR_LINE_2,AR_CORRES_ADDR_LINE_3,AR_CORRES_CITY_CODE,AR_CO

    RRES_ZIP_POSTAL_CODE,AR_CORRES_BR_CODE,AR_CORRES_REGION_CODE,AR_CORRES_STATE_COD

    E,AR_CORRES_COU_CODE,AR_CORRES_TEL,AR_CORRES_EMAIL,AR_CORRES_MOBILE,AR_PER_ADDR_

    LINE_1,AR_PER_ADDR_LINE_2,AR_PER_ADDR_LINE_3,AR_PER_ADDR_LINE_4,AR_PER_CITY_CODE


    SQL_TEXT
    --------------------------------------------------------------------------------

    ,AR_PER_ZIP_POSTAL_CODE,AR_PER_BR_CODE,AR_PER_REGION_CODE,AR_PER_STATE_CODE,AR_P

    ER_COU_CODE,AR_PER_TEL,AR_APPR_DT,AR_AP


    SQL>

    You can query V$ SQLTEXT or V$ SQLTEXT_WITH_NEWLINES

    Thus

    select sql_text
    from v$sqltext
    where hash_value='&hash_value'
    and address='&address'
    order by piece;
    

    Note: In 10g and more, you can use instead of HASH_VALUE SQL_ID and ADDRESS.

    Additonally, in 10g and above, you can also query V$ SQLSTATS where the text is stored in a CLOB called 'SQL_FULLTEXT', we must therefore DEFINE the LONG value when using SQLPlus.

  • Property of hierarchy DRM: EPMA. SharedDimension - how to get it filled with the values?

    We have a hierarchy of DRM, we want to push to a Dimension of sharing EPMA. In DRM, selecting the hierarchy and by changing the 'Dimension' shared property, the drop-down list box previously had values in there (some have been our shared Dimensions EPMA, but several us not the Shared Dimensions) but no longer has any selectable values. How do we get DRM to sort the list of the Shared Dimensions of our EPMA instance in the drop-down list of properties shared Dimension?

    Hello

    I could be wrong completely here, but that's what I discovered trying to look for EPMA. Property of SharedDimension.

    This property gives me drop-down list without having to do anything and the drop down menu is the list of groups available in hierarchy, but if I'm putting some values manually in the definition of ownership--> the list of values is not showing me all the values (list of groups of hierarchies and not the value created manually) in the drop-down list.

    I think that this property will not take a different list than list of group hierarchy as the Data Type defined for that property in the model of the APP is "Group of the hierarchy". Once again this property is used in the export "EPMA. E.M.P. architect Shared Library"to penetrate the hierarchies EPMA Shared Library.

    Then you can try to see if all values are entered in the definition of the property--> list and try to delete it OR to check if the required groups in the hierarchy are created in consequence.

    Let me know if it helps

    Thank you

    TFDC

  • How to get AFExecuteThisScript to return the value of Net.HTTP.request (asynchronous)?

    I have an Acrobat only plugin, developed in 2005 VS.  Originally with Acrobat 7 SDK, now updated to use Acrobat 9 SDK.  The ultimate goal of this feature is to open a PDF file from a web server Agile: If a user string, a URL is created, a request sent to the URL, then pay back the answer.  The answer can be either the PDF itself or a string path to the PDF file.  I thought it would be easier to use the version of PDF path to simply open the new PDF of the http:// address.

    I created a folder level javascript with a call to Net.HTTP.request confidence.  I have a script that works when invoked from a menu item added by the folder level javascript file.  But when you use this same command in my C++ with AFExecuteThisScript code, I can't get the HTTP response to finish pending in the code for the result.

    The Net.HTTP.request and the asynchronous callbacks confuse me, so maybe that's my big problem.  I could not Net.HTTP.request to return a value in a service simple javascript right now, I'm trying to use a "global" variable in the JavaScript folder level and two calls.  The first call "sets" the global variable, the other "becomes" it.  But this seems to be the issue.  When I have my code debugging or stop execution, the part of the response of the Net.HTTP.request is never called.  But when I left to go beyond this step with error recovery, the answer appears later.

    So how kick off of the Net.HTTP.request and be notified when it's over?  either in JavaScript or VC ++?

    Any help is appreciated.  Even if the best option is to stream the file from the web server to a local file and then open the (this is the option that I take in another tool that runs outside of Acrobat).

    Here's the code.

    Javascript controls at the level of the files (urls truncated for the post)

    var THE_PATH = '';
    
    function setTHE_PATH ( gURL ) {
        console.println('setTHE_PATH Begin');
        var params =
        {
            cVerb: 'GET',
            cURL: gURL,
            oHandler: 
                {
                    response: function( msg, uri, e)
                    {
                        console.println('response method: Setting Path');
                        THE_PATH = SOAP.stringFromStream( msg );
                        console.println('<<' + THE_PATH + '>>');
                    }
                }
        };
        console.println('URL: ' + params.cURL + '\n  oHandler: ' + params.oHandler );
        console.println('Path: ' + THE_PATH );
        var netResult = trustedNetHTTPrequest(params);
        console.println('setTHE_PATH End');
        return THE_PATH;
    };
    
    trustedNetHTTPrequest = app.trustedFunction( 
        function ( params ) {
            console.println('trustedNetHTTPrequest begin');
            app.beginPriv();
            var netResult = Net.HTTP.request( params );
            app.endPriv();
            console.println('trustedNetHTTPrequest end');
            return netResult;
        }
    );
    

    Added MenuItems with JavaScript at the folder level

    app.addMenuItem( { 
        cName: "mysetTHE_PATH", 
        cUser: "set THE_PATH", cParent: "Tools", 
        cExec: "setTHE_PATH('http://......&getURL=true');",
        nPos: 0 
    } );    
    
    app.addMenuItem( { 
        cName: "mygetTHE_PATH", 
        cUser: "get THE_PATH", cParent: "Tools", 
        cExec: "console.println( THE_PATH );",
        nPos: 0 
    } );   
    

    Here's the JavaScript Console output when you run these two commands:

    setTHE_PATH Begin
    URL: http://......&getURL=true
      oHandler: [object Object]
    Path: 
    trustedNetHTTPrequest begin
    trustedNetHTTPrequest end
    setTHE_PATH End
    response method: Setting Path
    <<https://......DesiredFilename.pdf>>
    

    Here is the function in the plugin C++, with additional measures to prove AFExecuteThisScript works here

    sprintf(jsScript, "testVal='%s';event.value = testVal;", strURL.c_str() );
    AFExecuteThisScript( aPdDoc, jsScript, &pReturnValue );
    // After this, pReturnValue is the passed-in URL, as expected.
    sprintf(jsScript, "setTHE_PATH('%s');event.value = 'Step 1 Worked!!';", strURL.c_str() );
    AFExecuteThisScript( aPdDoc, jsScript, &pReturnValue );
    // After this, pReturnValue is 'Step 1 Worked!!', as expected.
    sprintf(jsScript, "event.value = THE_PATH;", strURL.c_str() );
    AFExecuteThisScript( aPdDoc, jsScript, &pReturnValue );
    // After this, pReturnValue is NULL
    

    This is the JavaScript Console output when you run the commands using the plugin (mode debugger, to wait after step 1)

    setTHE_PATH Begin
    URL: http://......&getURL=true
      oHandler: [object Object]
    Path: 
    trustedNetHTTPrequest begin
    trustedNetHTTPrequest end
    setTHE_PATH End
    

    Note that he never gets to the part of the "method of response.

    Thank you!

    Tim James

    You need not limit yourself to the plugin API. The requests HTTP from C/C++ is a fairly common condition, just observe the restrictions in my answer.

  • How to get an element of database not to keep its value

    Hey guys, I have a really frustrating problem in which I can't think on how to fix, I have a datablock that displays 10 records at a time of a query when the form is first initalised, at the top of this page is a no point data (display), in which the user selectrs a value of a LOV to fill the item displayed. Now, this is fine, but then when I click on the records below the above value is allowed.

    East - this here anyway to get above display area to keep the value of user a givenit while going through the records below?

    Such a frustrating problem lol. Any help appreciated.

    Hello

    Equip the item not based on another block (a block of control is fine).

    François

  • How to get the key and the value of mapping using forEach

    Hi all

    I use Jdev 11.1.1.7

    I have a taskflow parameter of type Map < String, MenItem >

    In the jspx I create some menus iterating this card so I created the following foreach:

    <af:menu text="ContextMenu" id="m1">
                                <af:forEach items="#{pageFlowScope.pbContextualMenuDetail}" var="menuItem">
                                  <af:commandMenuItem text="#{menuItem.key}" id="cmi1" />
                                </af:forEach>
    

    My goal is to show the keys and values (a label property MenuItem)

    {But tried to use #{menuItem.key}y} or {menuItem.value.label}

    Please let me know how to achieve this.

    Thank you

    ASHA

    Hello

    try something like this:

    Private Object [] keyboard macros.

    public Object [] getMapKeys() {}

    Return getYourMap () .keySet () .toArray ();

    }

    Kind regards

    Ruben.

  • How to get the VO groovy attribute value?

    Hello world

    I have an ItemsVO (with an entity behind it), a CompaniesVO and BusinessVO. CompaniesVO is filtered by an ExecuteWithParams and has an attribute of type with this attribute, I can filter BusinessVO used as LOV in ItemsVO. How can I pass the value using a groovy expression in the accessor to view? Can I do this?

    Thanks in advance.

    Take a look at this blog post that has a similar use case:
    http://jobinesh.blogspot.com/2011/03/initializing-bind-variables-in-query.html

    Thank you
    Nini

  • Concatenate - how to get rid of "null null" values defult in field.

    I have concatenated with success the first and last name fields in the design of the form, but when I open/run form the concatenated field (FullName) by default is "null null" on the Form Design.png form. I want it to be empty, until the user enters data into the fields FirstName and LastName.

    I'm not an experienced Java script engine and need to have the full script, exactly as it should be entered from end to end.

    Here's what's in the current script script editor:

    Form1. Subform1.FullName::calculate - (JavaScript, client)

    var = form1 first. Subform1.FirstName.RawValue;

    var last = form1. Subform1.LastName.RawValue;

    this.rawValue = first + "" + last;

    LiveCycle Designer ES2

    Windows 8

    Post edited by: PenEliz1, I have added a screenshot.

    You just need to do a check of the Null value.

    var = form1 first. Subform1.FirstName.RawValue;

    var last = form1. Subform1.LastName.RawValue;

    If (first! = null & last! = null) {}

    this.rawValue = first + "" + last;

    }

    Sofiane

  • How to get a CMYK color RGB values in the DOM (CS5)

    (CS5, Actionscript)

    Hi all

    I have an InDesign document containing the frameworks for related texts that border colors are specified in the form of a CMYK picture.

    I wish I could get her color specification its closest equivalent RGB.

    The InDesign DOM contains a method to do it automatically for me?  If not, are there workarounds?

    TIA,

    mlavie

    Change ColorSpace.CMYK to ColorSpace.RGB color space, and ID will do the conversion for you.

    Of course, this changes the color applied, so don't forget to reset on CMYK when you have finished reading.

  • How to get higher and second higher value of a line?

    Hello world

    I want more solid and second upper sal from emp in a line,

    Thank you

    Hello

    Whenever you have a problem, after the results you want.
    Always tell what version of Oracle you are using.

    Are you looking for this?

    HIGHEST_SAL SECOND_HIGHEST_SAL
    ----------- ------------------
           5000               3000
    

    If so, follow these steps:

    WITH     got_r_num     AS
    (
         SELECT     sal
         ,     ROW_NUMBER () OVER (ORDER BY sal DESC)     AS r_num
         FROM     scott.emp
    )
    SELECT     MAX (CASE WHEN r_num = 1 THEN sal END)     AS highest_sal
    ,     MAX (CASE WHEN r_num = 2 THEN sal END)     AS second_highest_sal
    FROM     got_r_num
    ;
    

    It works in Oracle 9 (and), but can easily be adapted for Oracle 8.1.
    From Oracle 11, you can also use SELECT... PIVOT.

    It is unclear how you want to handle links. Say there were only 3 rows, with 100, 200 and 200 sals. What do you consider being the second highest?

  • How to get the rule metric count value into the FMS for the use of the dashboard?

    Hello

    In the FMS, I can see the results of rule firings in the FxV on the left side under end user-> FxV-> FxV Hit filters, but I'm not finding the same on the right under the data tab panel.

    I wish I could view 503 errror detected by a rule on the detectred FxV or errors of the FxM.

    Is this feasible?

    Thank you

    "mark".

    Try to do the following: Navigate to the dashboard which has the metric you want to and then open the right panel and create the new dashboard, then choose to base it on the current dashboard, it should give you access to data that was used for the original dashboard.

    Golan

  • IMac ongoing enforcement if slow takes like 5 min to open the page if it opens even, I don't know what or how to get rid of the things that is what actually happen how to clean what should be cleaned as all these extensions, please can someone explain ste

    I'm no computer expert and cannot afford to have my iMac cleaned. I don't know what to clean or how to do it.  I have extensions that I don't know which ones to delete, things like that, not sure what flash player I need or does come with your old iMac 2007?  I have Adobe who is good or bad but there are a few other does not say what I really should use.  I hate feeling so stupid and for the past 3 days, my computer works so slowly takes good 5 min to open a page opens it sometimes say oops error, waited for a long time, I even guess.  I don't know how to fix or what I should be getting rid of or keep.  I finally get rid of all the caches, just took a chance, still no improvement.  I have never on this point but can't afford to get whatever it is, I need to back up.  So please, can someone help to shed light on this point, what to delete it so my computer can run like he did?

    Thank you very much

    Sandie

    EITHER back up front what!

    Please post a report of EtreCheckof your system. We then look for obvious problems. Please click on the link, download the application and run the report. Once you have the report, please copy and paste into your response to this post.

    If you would like more information on what is EtreCheck, just click on the link and you will find a description of the application.

  • How to get the properties of an instance of VI its own SubVI Refnum

    Hi all

    Through the "diagram" of a given VI property, you can access the array of references to all the SubVIs that it contains. (Purpose of scripting).
    But I can't understand how an instance of a VI (in another diagram VI) might return to his own Subvi refnum.
    I mean, I have a same VI N instance in a diagram, and I would like each of them returns as a result, its own reference Subvi.

    Sorry for my poor English... so I post a VI that better explains what I mean (I hope!).

    I hope it is clear enough...

    Best regards
    Emmanuel


  • Multiple operating systems. How to get the double boot or sort and what's on the disk images?

    Hello. I currently have Windows XP Home Edition on my desktop. I have an update for Windows Vista Home Premium. Both are 32-bit. I read this linkhttp://windows.microsoft.com/en-US/windows-vista/Installing-and-reinstalling-Windows-Vista. I have a few questions, I would like to precise please.

    Can I add the upgrade to Vista on a separate hard drive? Is there a partition?

    Do I need to install any other program infront of XP or Vista so I can dualboot? I have to if I wanted to add Win7 Home Premium 64 - bit as a bunch of sorting?

    I'm not pure install, I understand that. I'm done with my XP havn't programs, it takes more time than expected.

    Is it possible to create disk images or backups with more than one operating system installed? If I have an upgrade, I don't think that I can remove the previous installed OS (XP Home Edition) and have a Vista disk image work. At least I have clean install and only Vista is? I have Norton Ghost 15 and I wondered if I would be able to drive or backup XP image or upgrading to Vista at all, or together.

    Can an upgrade copy, I change the material at all, or add anything internally?

    XP SP3 on the desktop.

    Hello

    Yes, you need XP on your drive hard first to use the dual boot with Vista, after the restoration of ghosting for 2 hard drives.

    If you only want Vista on the PC, then you will need to use your Vista installation disk to repair and install files on the hard disk Vista.

    As for the reactivation, you should be able to activate again within 3 days on the internet, you may need to phone MS if you can't.

    1) click Start and in the search for box type: slui.exe 4
    (2) press the ENTER"" key.
    (3) select your "country" in the list.
    (4) choose the option "activate phone".
    (5) stay on the phone and waiting for someone to help you with activation.

    Your XP disk is more then likely an OEM version, which means that it is linked to the computer it was installed on.

    So your Vista upgrade could also be tied to the PC you are upgrading to.

    Please keep in mind that my answer is based on the information in your message. More the better I can answer, Slan go foill, Paul

  • How to get rid of an extra space between what's new in the news module

    My home page is www.turbocam.com. Notice on the left side there is a space extra between paragraph 1 and 2.  Between article 2 and 3, the spacing is normal. I have not touched the model. Any thoughts as to why this happens? The module is listed as:

    {module_announcement, l, 3}

    Thank you.

    Liz Dorsett

    Turbocam

    Never mind! I thought about it. I had break outside the DIV tags!

Maybe you are looking for

  • iPad batteries

    My iPad is suddenly showing that my battery is low. The battery is dead? I have it plugged in but no activity demonstrated.

  • E60972095

    WHAT's UP WITH NOT RETURNING CALLS? VERY DISAPPOINTED!

  • Is it possible to run DiagOnCAN with the NI-CAN driver only (without car Diag command Set)

    Hello world Is it possible to run DiagOnCan without using Diag command set auto - only with the NI-CAN driver (hardware I use is low tolerant speed - USB8472 and NOR-XNET)? G. Petko

  • Pavilion p7 - 15177c: unable to start

    Screwed to put an extra Memory Stick.  Put in a stick of evil and now I am unable to boot, the computer gets without any power, it's just sitting there.  Is it fuse in a Pavilion p7 - 1517c?  If Yes, where is it?  I really hope that's it, that is.  A

  • Control Panel problem

    How can I remove program who joined himself on my control panel? This is a software for a game controller, and I can't remove it.  Any help would be welcome.  Also tried to find the program in Explorer windows with no result.