How to display the parameter string registered by DBMS_XMLINDEX?

This is probably a stupid question, but I can't seem to find any function to display the setting of a parameter string that was recorded by DBMX_XMLINDEX. REGISTERPARAMETER.

For example,.

If I have:
BEGIN
DBMX_XMLINDEX.REGISTERPARAMETER('indexParam', 'xxxxxxxx');
END;
/
How to display the value of 'indexParam' after creation?
SQL> set long 1000
SQL>
SQL> select paramstr
  2  from xdb.xdb$xidx_param_t
  3  where param_name = 'MYINDEXPARAM'
  4  ;

PARAMSTR
--------------------------------------------------------------------------------
PATH TABLE po_ptab
    PATH ID INDEX po_pidx
    ORDER KEY INDEX po_oidx
    VALUE INDEX po_vidx
    PATHS(NAMESPACE MAPPING(xmlns:p="http://www.example.com/IPO"))
    GROUP MASTERGROUP XMLTABLE PO_TAB
    ('/p:PurchaseOrder'
        COLUMNS
           REFERENCE VARCHAR2(30) PATH 'p:Reference',
           REQUESTOR VARCHAR2(30) PATH 'p:Requestor' )
    GROUP ITEMGROUP XMLTABLE ITEMGROUP_TAB
    ('/p:PurchaseOrder/p:LineItems/p:LineItem'
        COLUMNS
           LINENUMBER NUMBER(38) PATH '@p:ItemNumber',
           QUANTITY NUMBER(38) PATH '@p:Quantity',
           DESCRIPTION VARCHAR2(256) PATH 'p:Description')
 

After you add it to an index, you can also view the content in USER_XML_INDEXES. PARAMETERS (XML format).

Tags: Database

Similar Questions

  • SQL: how to display the second string of the function in the Jobs table only if the function has more than one string.

    SQL: how to display the second string of the function in the Jobs table only if the function has more than one string.

    Hello

    You can use REGEXP_SUBSTR Oracle/PLSQL: REGEXP_SUBSTR function

    Select the function double REGEXP_SUBSTR('PUBLIC RELATION REPRESENTATIVE ','[^]+',1,2);

    Do you have any value of the column as no 2nd string?

  • How to display the Html string into the field

    Hi guys. IM using Eclipse with jre 4.5.

    I need display text html (example"

    a text
    other tags... ")

    This text, I have to a String. I've read a lot of forums about this but never found.

    Can someone help me?

    Im trying using the browser, but it is not good... It hide my application and display the content (or a link such as "Google.com").

    I have to show this text in the field, with other areas.

    Help me please.

    Best regards, Peter.

    Thanks for the answer. But browserfield not supportede on 4.5. Is support for 5.0 +.

    While I do? (

  • How to display the previous strings of questions / answers on the support of FF?

    I read this answer, but it's not really answering the question.

    "If you're connected, you see a section of my Contributions in the filter bar at the top that goes to:
    https://support.mozilla.org/questions?filter=my-contributions".

    I do not see the bar 'filter' or 'my answers' after I connect. I just saw 'Ask a question' "my log in name" and some other stuff right cela and below.

    So after I log in, how to watch the channels of my previous questions and answers to them, including those?

  • How to display the name of my refnum on the front?

    I write data to a file. To do this, I use ' Open/create/replace the file' to prompt the user for a file name, which is then out of my VI as a refnum. I then write strings in this file with "write to a text file.

    How to display the name of the file (including the path) on the front panel once the user has entered it?

    Michael

    Use the Refnum at the path of e/s from file-> advanced file palette. You can wire it to a path indicator.

  • How to display the result sqlplus in java?

    I want to call sqlplus to run some commands sql in java, but how can I print the result of sqlplus?

    In java code, I call sqlplus as:

    Process of p;
    Run the command
    p = Runtime.getRuntime () .exec (commandString);
    print the result of the command
    InputStream inputStream = p.getInputStream ();

    How to display the result of the execution?

    Published by: Yi on February 26, 2012 23:41

    You can use ProcessBuilder. Copy the following code starts sql * more and runs the script in the variable "filename". It displays the results in the console of NetBeans.

    import java.io.BufferedReader;
    import java.io.InputStreamReader;
    import java.io.File;
    import java.util.Map;
    
    public class test1 {
    
        public static void main (String args []) {
    
            test_script();
        }
    
        public static void test_script () {
    
            String fileName = "@test_table.sql";
            String sqlPath = "E:\\";
    
            String sqlCmd = "sqlplus";
    
            String arg1   = "user/password@sid"; -- plug in your user, password and db name
            String arg2   = fileName;
            try {
                String line;
                ProcessBuilder pb = new ProcessBuilder(sqlCmd, arg1, arg2);
                Map env = pb.environment();
                env.put("VAR1", arg1);
                env.put("VAR2", arg2);
                pb.directory(new File(sqlPath));
                pb.redirectErrorStream(true);
                Process p = pb.start();
              BufferedReader bri = new BufferedReader
                (new InputStreamReader(p.getInputStream()));
              BufferedReader bre = new BufferedReader
                (new InputStreamReader(p.getErrorStream()));
              while ((line = bri.readLine()) != null) {
                System.out.println(line);
              }
              bri.close();
              while ((line = bre.readLine()) != null) {
                System.out.println(line);
              }
              bre.close();
              System.out.println("Done.");
            }
            catch (Exception err) {
              err.printStackTrace();
            }
    
        }
    
    }
    

    Here is the content of the script at E:\\test_table.sql

    Prompt drop TABLE ANOTHER_TEST;
    DROP TABLE ANOTHER_TEST CASCADE CONSTRAINTS
    /
    
    Prompt Table ANOTHER_TEST;
    CREATE TABLE ANOTHER_TEST
    (
      BATCH_SEQ             NUMBER,
      BATCH_GROUP_ID        NUMBER,
      STATUS_FLAG           VARCHAR2(30 BYTE),
      OBJ_BEING_PROCESSED   VARCHAR2(80 BYTE),
      BATCH_RUN_START_DTTM  DATE,
      BATCH_RUN_END_DTTM    DATE,
      CREATE_DTTM           DATE,
      CREATE_USER           VARCHAR2(30 BYTE),
      UPDATE_DTTM           DATE,
      UPDATE_USER           VARCHAR2(30 BYTE)
    )
    LOGGING
    NOCOMPRESS
    NOCACHE
    PARALLEL ( DEGREE DEFAULT INSTANCES DEFAULT )
    MONITORING
    /
    
    COMMENT ON TABLE ANOTHER_TEST IS 'This is a test table.'
    /
    
    EXIT
    /
    
  • How to display the user name in report editor RTF BI?

    Please advice how to display the user name in report editor RTF BI?
    Maybe this can be done via a hidden parameter of the report, BEEP, which by default will be implemented with the macro as {$username$} (or smth like)?
    Thanks in advance!

    Yes, or create a hidden report BEEP setting with the name you want and the default ": xdo_user_name" (without ""). And on the report that you call the parameter with the username!

  • How to display the width of the page or the big screen in firefox 11 automatically?

    How to display the width of the page or the big screen in firefox 11 automatically? I know how to Ctrl +, ctrl - and ctrl 0, but is there a way to define 11 firefox to automatically set the page viewing by default "page width" or full screen (F11 not)?
    Help, please. Thank you.

    You can use an extension to set a page zoom and the size of the default font on the web pages.

  • Change the parameter [] strings in a sub - bound dynamically VI

    I'm in a situation where I need to use the sub-panels to dynamically bind subVIs for data entry. I also like having the calling VI to change the [] parameter strings several enumerations in the Subvi, but this doesn't seem to be possible, as the Subvi is not in edit mode. Does anyone know of a way around this?

    I read data from a file to initialize the enums, so that I can have the Sub - VI read the file instead, but I was hoping to do it once in the main VI and send strings to the subVIs to speed up execution.

    Thank you!

    derekemuff wrote:

    I read data from a file to initialize the enums, so that I can have the Sub - VI read the file instead, but I was hoping to do it once in the main VI and send strings to the subVIs to speed up execution.

    It's impossible.  Enums are set in stone at run time.  Oh wait, you try to use the script running.  Sorry, it does not work.  Note that the property for the [Strings] node for the enum is blue?  That tells you it is a script node and is useful for mounting screws over time edit.

    As RavensFan said, you use a ring.  Their data type is a real number.

  • How to display the drop-down list box in MS excel by using labview report generation toolkit? pleasepost code block diagram?

    How to display the drop-down list box in MS excel by using labview report generation toolkit? Please post the block diagram of the code so that I can able to generate from the drop-down list box in excel with the menu drop-down...

    Like this. (edition, use the reference forms instead of the reference to the worksheet)

    Ben64

  • How to display the list of components in ultiboard 10?

    The DRC report the errors where the components that are no longer in the design have been removed. How to display the list component and then remove them from the netlist to stop this?

    Ultiboard reported missing errors of component (part 'X' is not about design) because the part is always referenced by a net. To fix this, you must remove the part of the net. Following the steps below to remove the part form the net.

    1 tools > Netlist Editor

    2. for each network that the part has been connected to, select the Net (upper-left).

    3. Select the tab of pine trees, select the part and it is the PIN in the dialog box, then click on remove

    The problem is when the part is removed, I see no easy way to determine the threads you need to remove the part of. I entered this as a feature request to make this easier, but as a workaround, you can put part and say Ultiboard what the missing part, then search the net names on the pins and remove the part of these pins

    1 place a piece with a lot of pine trees (for example the part that was removed, or for example through Hole technology > Connectors > SIL & headers > HEADER2X9). When you place the part, make sure that the RefDes matches the RefDes of the part which has been removed.

    2. once the room is placed, you should see rats nest lines that connect the part to the nets.

    3 Zoom on the pins. You should now see the net name on each of the axes. For each of the pins connected, remove it from the net as described above.

    4. remove the part that you placed.

  • How to display the wireless in my xp on lenovo 3000n200 please show me shortened steps you

    How to display the wireless in my xp on lenovo 3000n200 please show me shortened steps you

    Hello

    1. do you have problems connecting to the wireless network?
    2. don't you make changes to your computer, after which the issue started?
    3. where exactly you want to display the wireless network?

    If you have problems to connect to the network, I would recommend that you reinstall the wireless network cards.

    Follow the steps in this article.

    http://support.Microsoft.com/kb/283658

  • How to display the lsit of play while visualizations are playing

    How to display the playlist while visualizations are playing

    What version of WMP are you using?

    You can usually right click the button reading at the top and select view the list pane.

  • How to display the date on the taskbar (toolbar)

    Please tell me how to display the date at the bottom of the screen.  Currently, everything is displayed is the time.

    Hello

    You said in addition to the clock so I initially think not that you need it however, others said it would be a good idea to show this method of date display. Also if you move the taskbar vertically the date is also displayed.

    Always see the day, date and time in the taskbar
    http://freewindowsvistatutorials.com/meetWindowsVista/taskbarAndSystemTray/showDayDateAndTimeInTheClock.php

    You can lift the taskbar is higher - make a right click on it - uncheck box lock the taskbar then take the upper part of it and lift it higher and the date will be under the clock.

    --------------------------------------------------------------------

    I found a utility that does on one level of the bar tasks if it does not have to be raised-
    T - clock - free - 3 references to it:

    Windows7 like clock on the system in Vista & XP tray
    http://www.tothepc.com/archives/Windows7-like-clock-on-system-tray-in-Vista-XP/

    TClock: See the Date Look like Windows 7 & time in the system tray in Windows XP and Vista
    http://www.askvg.com/tclock-show-Windows-7-look-like-date-time-in-system-tray-in-Windows-XP-and-Vista/

    T - Clock of the Stoic Joker
    http://www.greggdeselms.com/tclock.html

    I hope this helps.
    --------------------------------------------------------------------------------------------
    Rob Brown - Microsoft MVP<- profile="" -="" windows="" experience :="" bicycle="" -="" mark="" twain="" said="" it="">

  • How to display the .dcm file

    How to display the .dcm file

    Hello

    This should help you.

    http://www.FileInfo.com/extension/DCM

    See you soon.

Maybe you are looking for

  • IMPOSSIBLE TO DOWNLOAD OR INSTALL WINDOWS UPDATES

    I get the 8007000 b error code what updated single download is judged and the computer crashes when I try to download several updates.  I have an emachines ET1161 and 3 GB ram, 320 GB HDD, 2.10 ghz 32-bit operating system.  I bought the new PC on 16/

  • NET Framework 3.5

    Does anyone else have a problem with the NET Framework 3.5 Service Pack 1 and 3.5 Family Update for NET versions 2.0 to 3.5.  It happens on my daily updates, but it won't install... It downloads, but after a while a message saying that it was not ins

  • Connection selective Web page errors occur during the download of files to download

    At first, I tried to install Microsoft Fix it 50416 by microsoft download the database to solve a problem of uninstalling with my computer (http://social.answers.microsoft.com/Forums/en-US/officeinstall/thread/235c38bf-8c1e-49f4-81f0-cf32d56afece). H

  • How can I remove a channel?

    I created a channel on some devices and do not know how to remove it.  It is on the side server through a MDS thrust for the device, or is it initiated by the end user that calls the URL remove passed in the headers? In addition, the X-RIM-PUSH-ID mu

  • Configuration of the PIX 520 with two links to Internet

    Hello. I have a pix 520 with four interfaces ethernet firewall, in fact I am with just two interfaces, Ethernet 0 outdoors Ethernet 1 inside ethernet2 closed intf2 ethernet3 closed intf3 Thus, in the interface to the outside, I have access to the int