Table of values of individual indicators

Hello

I read some values from an ini file using a 'loop' for. It gives me an array of values that I use throughout my program. So far so good.

I would like to take each value in the table and view it in the various indicators on the front panel.

I solved this by using the "cluster table", then the cluster 'ungroup' and the output of this goes to each indicator. See example attached vi.

While this works, I was wondering if there is a more elegant solution. In my example, I use only 4 values, so the "ungroup cluster" is not very big. If I need to post say, 40 values, then this unbundle takes up three-quarters of the height of my screen!

Any suggestions?

Kind regards.

Hello

to get the values of the elements of the array using function "Array Index" of the palette of Array. Drag the top or bottom edge to add other terminals. If you leave the terminal 'index' unwired, the function returns 0, 1, 2 element... See the documentation for more details.

There is no reason to convert the table to a cluster, and then obtain the clusters.

Tags: NI Software

Similar Questions

  • Create a table of values for which a condition is met

    I have exactly this problem, however connected solution is no longer valid: Re: table to automatically generate values if the condition is met,

    Basically I have a table (named 'Master Sheet') that has two columns, one with project names with a status ('Active' or 'pending'). I want a separate table that automatically fills the project names of the leaf of the master for which the status is 'Active '.

    For example, from this table:

    Project

    Status

    Red

    PENDING

    Orange

    ASSETS

    Yellow

    ASSETS

    Green

    ASSETS

    Blue

    PENDING

    I want to automatically generate this table, which contains only values whose status is 'Active' (not 'pending' and without values null):

    Project

    Status

    Orange

    ASSETS

    Yellow

    ASSETS

    Green

    ASSETS

    Please note that using the filter function does not work in this case, as I need to be able to freely add new lines to the two tables.

    Hi Kath,

    Here is a pair of similar solutions.

    That on background uses a writing ('ACTIVE') of the value in the formula in the master-1 table to create the index in column C.

    Above who gets the value of the cell in row 1 (A1) of the table of the single column and lists him only the names of any State were brought to the project.

    Index columns can be hidden.

    Formulas:

    Master: C2 IF (B = C$ 1, ROW (), 999)

    Table 1::A3: IF (SMALL (Master: $C, LINE () −2) = MAX (Master: $C),"", INDEX (Master: $A:$ B, SMALL (Maste r: $C, ROW (−2)), COLUMN ()))

    Master - 1:C2: IF (B = "ACTIVE", ROW (), 999)

    Table 1 - 1:A2: IF (SMALL ("Master-1': C, LINE (−1) ') = MAX ('Master-1': C),' ', index (" Master-1': b, SMA LL('Master-1'::C,ROW()−1),COLUMN()))) ")")

    All forms filled up to the last line of their respective columns.

    Filled with formulas in column A of the table of two columns to right of column B.

    Single column table must be no more than a longer column of its master table.

    Double table column must be as long as his master table or less.

    Kind regards

    Barry

  • How can I delete a table NaN values?

    I'm testing if an array values are less than 0.001. They are all... BUT the problem is that some of the elements of the array are NaN values. I want to do two things:

    1 remove NaN of the array elements and put them to zero to make the test work.

    2 to understand that NaN elements are tested.

    The results in an array of Boolean values of T, F. If all the values of the boolean chart are T, resulting in a single Boolean value of t. # 2, I I want to test if an element of the array is less than OR equal to 0.001 NAN.

    twolfe13 wrote:

    I'm testing if an array values are less than 0.001. They are all... BUT the problem is that some of the elements of the array are NaN values. I want to do two things:

    1 remove NaN of the array elements and put them to zero to make the test work.

    Various positions have been in the past to the deletion of items in a table. I'm sure that you took the time to research before you posted, right? In any event it seems not that order is important here, so the best way to proceed is to sort the array and then search for the first occurrence of NaN. Just do a comparison on the subset of the front table of this index.

    2 to understand that NaN elements are tested.

    The results in an array of Boolean values of T, F. If all the values of the boolean chart are T, resulting in a single Boolean value of t. # 2, I I want to test if an element of the array is less than OR equal to 0.001 NAN.

    Use the Boolean function gold and the function of Not a number/path/Refnum .

  • build the table when values change at run time

    Hi all

    I have a continuous stream of frequencies that continue to change during execution. I need to make a table of these values. I use the array build function. This option stores the first value only and the order of the day replaces the stored rather than settle down after that. I was going through the examples of labview and I think that by using the shift register can somehow solve this problem. However after an hour of futile play with lag, while loop records and build blocks table that I decided to post on this problem. I would like if someone can delete my concepts as well as a solution. The conceptual linkage is for what the first value to maintains have replaced. If I use the table of generation block the values that come should then fill the following vacant location logically. Instead, it replaces one only.

    You are right that I have simply the case that I warned the first sentence.

    Other methods require a certain amount of planning on the structure of data-handling. It is suggested at least...

    A better approach would be something like a circular buffer where you initialize an array of the desired size (for example 10000 items) and then start to replace the items. You can use the iterator of the loop you have to 'reduce' using quotient & reminder (which is the 'modulo' mathematical operation).

    hope this helps,

    Norbert

  • How to generate a sine wave of table of values?

    I have an array of points (values) around 1000. I want to draw them in different types of waveforms - triangle, sine, cosine, etc..

    How ca I do that? For the waveform of triangle, I was able to split my table into 2 halves equal and draw the first half and the separately half second to generate a waveform of the triangle. But how to sine, cosine, Sawtooth etc.? It is a matter of urgency. Prompt response will be appreciated. Thank you

    Hello

    The VI in math palette is a polymorphic, it accepts the input also array.

    attached a VI for your reference.

    VI generates 1000 randon numbers and trace the sine and cosine wave.

  • Has child table data values

    Hello

    I use ProvisioningService to access the data of children on behalf of the user, but I'm not able to find these values in the returned data. This is my code:

    ProvisioningService provSrv = (ProvisioningService.class) Platform.getService;

    String userId = null;

    The list of < account > accounts;

    String accountId = null;

    try {}

    userId = user.getId ();

    accounts = provSrv.getAccountsProvisionedToUser (userId, true);

    for (account account: accounts) {}

    String appInstName = account.getAppInstance () .getApplicationInstanceName ();

    If (MyApplicationInstance".equalsIgnoreCase (appInstName)) {" "}

    Map < String, ArrayList < ChildTableRecord > > childData = account.getAccountData () .getChildData ();

    If (childData! = null) {}

    ChildTable ArrayList < ChildTableRecord > = childData.get ("UD_MY_CH");

    for (ChildTableRecord rec: childTable) {}

    Map < String, Object > data = rec.getChildData ();

    {for (String r: {data.keySet ())}

    Logger.info ("-->" + r + ":" + data.get (r));

    ...

    How can I access data in the child table values? Can you help me please?

    Peter

    Here's some code that I use:

    {} public void getApplicationInstance (long objInstanceKey)
    try {}

    Account = provSvc.getAccountDetails (objInstanceKey);
    ApplicationInstance appInstance = account.getAppInstance ();
    System.out.println ("user:" + account.getUserKey () + "\tProcess InstanceKey:" + account.getProcessInstanceKey () + "\tAccount ID:" + account.getAccountID () + "\tAccount descriptive field:" + account.getAccountDescriptiveField () +)
    "\n" +
    ("App Instance name:" + appInstance.getApplicationInstanceName () + "\tResource object:" + appInstance.getObjectName () + "\tIT resource:" + appInstance.getItResourceName () + "\tStatus:" + account.getAccountStatus ());

    ApplicationInstance applicationInstance = appSvc.findApplicationInstanceByName (appInstance.getApplicationInstanceName ());
    FormInfo accountForm = applicationInstance.getAccountForm ();
    List the fields of = accountForm.getFormFields ();

    AccountData accountData = account.getAccountData ();
    Card data = accountData.getData ();

    for (FormField field: fields) {}
    If (! data.get (field.getName ()) m:System.NET.SocketAddress.ToString () .isEmpty ())
    System.out.println (Field.getLabel () + "\t" + data.get (field.getName ()));
    }

    Card> allChildTables = accountData.getChildData ();
    List childForms = applicationInstance.getChildForms ();
    for (FormInfo childForm: childForms) {}
    ArrayList childTable = allChildTables.get (childForm.getName ());
    If (! childTable.isEmpty ())
    System.out.println ("Child Table\t" + childForm.getName () + "\t" + childForm.getDescription ());
    for (ChildTableRecord childTableRecord: childTable) {}
    Card childData = childTableRecord.getChildData ();
    The list of formFields = childForm.getFormFields ();
    for (field FormField: formFields) {}
    If (! childData.get (field.getName ()) m:System.NET.SocketAddress.ToString () .isEmpty ())
    System.out.println ("Child Table\t" + childForm.getName () + "\t" + field.getLabel () + "\t" + childData.get (field.getName ()));
    }
    }

    }
    } catch (Exception e) {}
    e.printStackTrace ();
    }
    System.out.println("\n");
    }

    -Kevin

  • Even table with values of different data controls

    JDev ADF BC Web services 11.1.1.5.0

    I have an array element in the user interface and two controls of data with the same set of attributes.
    One is a data based VO control and another is a data bean control in which attributes will fill a web service.

    I display a tabled text entry, a search button, and a table to the page.
    Now, if I get the value of parameter of the Webservice, the table automatically displays table of results of the Web service data control.
    And if not, the table must be empty and then it should belong the VO control data base.

    User af:switch for this component. A side holds the web service table and the other the vo we. The condition for the switch is the result of the web service call.

    Timo

  • AF:inputListOfValues in a table (repeats values)

    Hello, I have a table for orders of details of types. The problem is: when I create a new record and I type a new id code (or choose from lov: af:inputListOfValues) of the field on all the lines get the same values, but when I put the values to be recorded properly in a database. Anyone ever have this problem?

    My version of jdev is 11.1.2.3.0

    < af:table value = "#{bindings.voOrderDetail1.collectionModel} '"
    var = "row" rows = "#{bindings.voOrderDetail1.rangeSize} '"
    emptyText = "#{bindings.voOrderDetail1.viewable?" "{'No data to display.': 'Access Denied.'}".
    fetchSize = "#{bindings.voOrderDetail1.rangeSize} '"
    rowBandingInterval = '0 '.
    selectedRowKeys = "#{bindings.voOrderDetail1.collectionModel.selectedRow} '"
    selectionListener = "#{bindings.voOrderDetail1.collectionModel.makeCurrent} '"
    rowSelection = "single" id = "t1".
    Binding = "#{backingBeanScope.backing_Solicitud.T1} '"
    width = "1051px" inlineStyle = "height: 200px;
    allDetailsEnabled = "false" >
    < af:column sortProperty = "#{bindings.voOrderDetail1.hints.IdProduct.name} '"
    sortable = "false".
    headerText = "#{bindings.voOrderDetail1.hints.IdProduct.label} '"
    ID = "c1" width = "75" >
    < af:inputListOfValues label = "#{bindings." IdProduct.hints.label}.
    popupTitle = "search and select: #{bindings." IdProduct.hints.label}.
    ID = "IdProductId".
    value = "#{bindings." IdProduct.inputValue}.
    model = ' #{bindings. " IdProduct.listOfValuesModel}.
    required = "#{bindings." IdProduct.hints.mandatory}.
    columns = "#{bindings." IdProduct.hints.displayWidth}.
    shortDesc = "#{bindings." IdProduct.hints.tooltip}.
    autoSubmit = "true" >
    < f: validator binding = "#{bindings." IdProduct.validator} "/ >"
    < / af:inputListOfValues >
    < / af:column >
    < af:column sortProperty = "#{bindings.voOrderDetail1.hints.TipoComponente.name} '"
    sortable = "false".
    headerText = "#{bindings.voOrderDetail1.hints.TipoComponente.label} '"
    ID = "c2" width = "75" >
    < af:inputText value = "#{row.bindings.TipoComponente.inputValue} '"
    label = "#{Bindings.voOrderDetail1.hints.TipoComponente.label} '"
    required = "#{Bindings.voOrderDetail1.hints.TipoComponente.Mandatory} '"
    Columns = "#{Bindings.voOrderDetail1.hints.TipoComponente.DisplayWidth} '"
    maximumLength = "#{bindings.voOrderDetail1.hints.TipoComponente.precision} '"
    shortDesc = "#{bindings.voOrderDetail1.hints.TipoComponente.tooltip} '"
    ID = "it1' autoSubmit = 'true '.
    partialTriggers = "IdProductId" >
    < f: validator binding="#{row.bindings.TipoComponente.validator}"/ >
    < / af:inputText >
    < / af:column >
    < af:column sortProperty = "#{bindings.voOrderDetail1.hints.Descripcion.name} '"
    sortable = "false".
    headerText = "#{bindings.voOrderDetail1.hints.Descripcion.label} '"
    ID = 'c3' width = "250" >
    < af:outputText value = "#{rank." Descripción}"id ="ot3 ".
    partialTriggers = "IdProductId it1" / >

    < / af:table >

    Those are the errors of design time or runtime?
    (I think you get the design for listOfValuesMode weather warnings)

    Also check the attribute with lov in ViewObject (maybe you did not hint at InputListOfValues)

    Dario

  • Thread: af:inputListOfValues in a table (repeats values)

    Hello, I have a table for orders of details of types. The problem is: when I create a new record and I type a new id code (or choose from lov: af:inputListOfValues) of the field on all the lines get the same values, but when I put the values to be recorded properly in a database. Anyone ever have this problem?

    My version of jdev is 11.1.2.3.0

    < af:table value = "#{bindings.voOrderDetail1.collectionModel} '"
    var = "row" rows = "#{bindings.voOrderDetail1.rangeSize} '"
    emptyText = "#{bindings.voOrderDetail1.viewable?" "{'No data to display.': 'Access Denied.'}".
    fetchSize = "#{bindings.voOrderDetail1.rangeSize} '"
    rowBandingInterval = '0 '.
    selectedRowKeys = "#{bindings.voOrderDetail1.collectionModel.selectedRow} '"
    selectionListener = "#{bindings.voOrderDetail1.collectionModel.makeCurrent} '"
    rowSelection = "single" id = "t1".
    Binding = "#{backingBeanScope.backing_Solicitud.T1} '"
    width = "1051px" inlineStyle = "height: 200px;
    allDetailsEnabled = "false" >
    < af:column sortProperty = "#{bindings.voOrderDetail1.hints.IdProduct.name} '"
    sortable = "false".
    headerText = "#{bindings.voOrderDetail1.hints.IdProduct.label} '"
    ID = "c1" width = "75" >
    < af:inputListOfValues label = "#{bindings." IdProduct.hints.label}.
    popupTitle = "search and select: #{bindings." IdProduct.hints.label}.
    ID = "IdProductId".
    value = "#{bindings." IdProduct.inputValue}.
    model = ' #{bindings. " IdProduct.listOfValuesModel}.
    required = "#{bindings." IdProduct.hints.mandatory}.
    columns = "#{bindings." IdProduct.hints.displayWidth}.
    shortDesc = "#{bindings." IdProduct.hints.tooltip}.
    autoSubmit = "true" >
    < f: validator binding = "#{bindings." IdProduct.validator} "/ >"
    < / af:inputListOfValues >
    < / af:column >
    < af:column sortProperty = "#{bindings.voOrderDetail1.hints.TipoComponente.name} '"
    sortable = "false".
    headerText = "#{bindings.voOrderDetail1.hints.TipoComponente.label} '"
    ID = "c2" width = "75" >
    < af:inputText value = "#{row.bindings.TipoComponente.inputValue} '"
    label = "#{Bindings.voOrderDetail1.hints.TipoComponente.label} '"
    required = "#{Bindings.voOrderDetail1.hints.TipoComponente.Mandatory} '"
    Columns = "#{Bindings.voOrderDetail1.hints.TipoComponente.DisplayWidth} '"
    maximumLength = "#{bindings.voOrderDetail1.hints.TipoComponente.precision} '"
    shortDesc = "#{bindings.voOrderDetail1.hints.TipoComponente.tooltip} '"
    ID = "it1' autoSubmit = 'true '.
    partialTriggers = "IdProductId" >
    < f: validator binding="#{row.bindings.TipoComponente.validator}"/ >
    < / af:inputText >
    < / af:column >
    < af:column sortProperty = "#{bindings.voOrderDetail1.hints.Descripcion.name} '"
    sortable = "false".
    headerText = "#{bindings.voOrderDetail1.hints.Descripcion.label} '"
    ID = 'c3' width = "250" >
    < af:outputText value = "#{rank." Descripción}"id ="ot3 ".
    partialTriggers = "IdProductId it1" / >

    < / af:table >

    You never solved this problem? We are experiencing the same issue. If we change a value using the LOV or if you add a new line through createInsert, then roll back the transaction, all values are updated in each empty space if we added a new line or updates all values in the table of the last selected element LOV.

    JDeveloper 11.1.1.6

    Thank you
    Brad

  • Get the master table field value

    Hi all.

    I have a form with 2 tables of ADF (A and B), and they have a master relationship / detail.

    I need to put the property readonly on B (detail) table based on a (status) value in the current table (master) A line. I can't find "#{row.bindings.Status.inputValue}" expression editor for the table is placed on B.

    So, how can I get the value of the status field on the current line of the table to use in a table expression B?

    Sorry if this is obvious, but I'm new to ADF.

    Thanks in advance.

    You should not use #{row.bindings.Status.inputValue} in table 2 row var is local to table 1.
    Instead add a binding for the State attribute (according to table 1) in the pageDef and use it as an EL in table 2 # {bindings. Status.inputValue}... it will represent the currently selected line in table1.

  • Edit/view (data or Table column) value - cannot change the data, but it can be updated

    Hello

    According to the help of Oracle SQL Developer Center, the dialog ' Change/see value (data or Table column)' should "change the value of data" if we "are allowed to change the data." We strive to use this dialog box to modify/update data without having to write an Update statement, but is not to leave us. Us are not allowed to update the data, we can update via update statements. Even as the owner of the schema.table, it don't will change us the value in the dialog box "Edit/see value (data or Table column).

    Any ideas?

    We are on SQL Developer Version 3.0.0.4 build HAND - 04.34 and Oracle 11 GR 1 material (11.1.0.7) database.

    Thank you

    Alex Larzabal.

    You can still vote on the existing demand for this developer SQL to add Exchange of weight for implementation as soon as possible:
    https://Apex.Oracle.com/pls/Apex/f?p=43135:7:3974986722753169:no:RP, 7:P7_ID:4902

    Kind regards
    K.

  • How to create the table with value list/map binding

    I need to display some values in a tabular format. It is possible to create a table adf without having value binds to a VO object. I can make a table with a combination of list/map.

    I want to change the format of display with minimum change in the application. I therefore seeks a change to a list/map and map with the table.

    Here is the structure in that I need to post.

    _______________________
    |     | Header1. Tete2 |
    |_______|_______|_______|
    | Txt R1 | value 1. Value 2.
    |_______|_______|_______|
    | Txt R2 | Value 3. value 4.
    |_______|_______|_______|

    All views is completely irrelevant. So I should not create a VO and add the VO object lines.

    Published by: yannick June 10, 2011 11:34

    Yes, you can do it. Create a pojo with properties (column) that you want to display in the table and create a list of instances of the POJO and then you can fill your table using the list.

    Sample:

    //POJO
    public class SamplePojo {
    
    private String col1;
    private String col2;
    
    public SamplePojo(String col1, String col2){
      this.col1 = col1;
      this.col2 = col2;
    }
    
    //add setter and getter methods
    }
    
    //Inside bean, prepare a list with pojo instances (Assume a getter exists for pojoList)
    pojoList = new ArrayList();
    pojoList .add(new SamplePojo("Value1", "Value2");
    pojoList .add(new SamplePojo("Value3", "Value4");
    etc.
    
    //Inside jspx
    
       
         
       
       
         
       
    
    

    HTH
    Jean Lou

  • table entry value + fixing

    Hi Experts,

    I have a table which has an Inbox. By clicking on the button, I have to check if the user has entered one of the lines or not.
    <af:table value="#{bindings.InterestedModel1.collectionModel}"
                          var="row" rows="#{bindings.InterestedModel1.rangeSize}"
                          emptyText="#{bindings.InterestedModel1.viewable ? 'No data to display.' : 'Access Denied.'}"
                          fetchSize="#{bindings.InterestedModel1.rangeSize}"
                          rowBandingInterval="0"
                          filterModel="#{bindings.InterestedModel1Query.queryDescriptor}"
                          queryListener="#{bindings.InterestedModel1Query.processQuery}"
                          filterVisible="true" varStatus="vs"
                          selectionListener="#{bindings.InterestedModel1.collectionModel.makeCurrent}"
                          id="t1" columnStretching="column:c2"
                          partialTriggers=":::partyTypeId :::ctb3"
                          rowSelection="multiple" contentDelivery="immediate">
                  <af:column id="c5" width="12" rowHeader="true"/>
                 
                  <af:column sortProperty="RangeDescription" filterable="true"
                             sortable="true"
                             headerText="#{bindings.InterestedModel1.hints.RangeDescription.label}"
                             id="c2">
                    <af:inputText value="#{row.bindings.RangeDescription.inputValue}"
                                  label="#{bindings.InterestedModel1.hints.RangeDescription.label}"
                                  required="#{bindings.InterestedModel1.hints.RangeDescription.mandatory}"
                                  columns="#{bindings.InterestedModel1.hints.RangeDescription.displayWidth}"
                                  maximumLength="#{bindings.InterestedModel1.hints.RangeDescription.precision}"
                                  shortDesc="#{bindings.InterestedModel1.hints.RangeDescription.tooltip}"
                                  id="it15">
                      <f:validator binding="#{row.bindings.RangeDescription.validator}"/>
                    </af:inputText>
                  </af:column>
                  <af:column sortProperty="RangeCode" filterable="true"
                             sortable="true"
                             headerText="#{bindings.InterestedModel1.hints.RangeCode.label}"
                             id="c4">
                    <af:inputText value="#{row.bindings.RangeCode.inputValue}"
                                  label="#{bindings.InterestedModel1.hints.RangeCode.label}"
                                  required="#{bindings.InterestedModel1.hints.RangeCode.mandatory}"
                                  columns="#{bindings.InterestedModel1.hints.RangeCode.displayWidth}"
                                  maximumLength="#{bindings.InterestedModel1.hints.RangeCode.precision}"
                                  shortDesc="#{bindings.InterestedModel1.hints.RangeCode.tooltip}"
                                  id="it16">
                      <f:validator binding="#{row.bindings.RangeCode.validator}"/>
                    </af:inputText>
                  </af:column>
                  <af:column sortProperty="Quantity" filterable="true"
                             sortable="true"
                             headerText="#{bindings.InterestedModel1.hints.Quantity.label}"
                             id="c1">
                    <af:inputText value="#{row.bindings.Quantity.inputValue}"
                                  label="#{bindings.InterestedModel1.hints.Quantity.label}"
                                  required="#{bindings.InterestedModel1.hints.Quantity.mandatory}"
                                  columns="#{bindings.InterestedModel1.hints.Quantity.displayWidth}"
                                  maximumLength="#{bindings.InterestedModel1.hints.Quantity.precision}"
                                  shortDesc="#{bindings.InterestedModel1.hints.Quantity.tooltip}"
                                  id="it2" autoSubmit="true">
                      <f:validator binding="#{row.bindings.Quantity.validator}"/>
                      <af:convertNumber groupingUsed="false"
                                        pattern="#{bindings.InterestedModel1.hints.Quantity.format}"/>
                    </af:inputText>
                  </af:column>
                </af:table>
    I basically clicking a browse button table to see if the user has entered or not.

    Note: I don't want to link my managed bean table.

    Can I get the iterator table bean managed without Binder?

    thnks

    If I understand correctly, you are looking to find a value for the inputText for all lines.
    If so, try this:

    {} public void getCurrentValue (ActionEvent actionEvent)
    DCBindingContainer links =
    (DCBindingContainer) BindingContext.getCurrent () .getCurrentBindingsEntry ();
    DCIteratorBinding = iteratorBinding
    (DCIteratorBinding) bindings.get ("ForumTestIterator");
    If (iteratorBinding! = null) {}
    Rank [] allRows = iteratorBinding.getAllRowsInRange ();
    for (line currentRow: allRows) {}
    If (currentRow! = null) {}
    System.out.println (CurrentRow.GetAttribute ("Forumquestion"));
    }
    }
    }
    }

    Thank you
    Nini

  • Need to find all tables in the target using indicators of loading time APPEND and PARALLEL

    Nice day

    Value your machines Way-Back version 10.1.0.4 for a matter of scheme.

    I am trying to identify all the target tables that are currently defined using APPEND it and PARALLEL loading tips. This is the default setting but is not the optimal method in all cases. With several developers who have developed cards for years, most with little background or training, we try to do a bit of cleanup and optimization.

    With about 900 cards it is not possible to do this manually, so I was hoping that someone who has used this old version remember where this information is stored in the old structure of repository.

    Thank you very much!!

    -gary

    Start OMB * more. And then

    OMBCONNECT...
    OMBCC ' /'
    the value of mods [OMBLIST ORACLE_MODULES]
    foreach $mods {} mod
    OMBCC ' /.
    define tabs [OMBLIST TABLES]
    foreach $tabs {} tab
    puts "$tab [OMBRETRIEVE TABLE '$tab' (PARALLEL_ACCESS_MODE) GET PROPERTIES]"
    }
    playing cards [OMBLIST MAPPINGS]
    foreach map $maps {}
    Set mtabs [OMBRETRIEVE MAPPING "$map" GET of OPERATORS of TABLE]
    foreach mtab $mtabs {}
    puts "$map $mtab [PROPERTIES of OMBRETRIEVE MAPPING"$map"OPERATOR"$mtab"GET (LOADING_HINT)]"
    }
    }
    }

    Kind regards
    Jaap.

  • value of individual XML

    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    PL/SQL Release 10.2.0.4.0 - Production
    CORE     10.2.0.4.0     Production
    TNS for HPUX: Version 10.2.0.4.0 - Production
    NLSRTL Version 10.2.0.4.0 - Production
    I apologize for such a stupid question
    I had a professor who said there is no stupid questions just stupid people so if it is my category...

    I was trying to follow a tutorial xml
    and I can not quite understand what I am doing wrong
    CREATE TABLE my_xml_table
    (
       Key1         NUMBER,
       Xml_Column   SYS.XMLTYPE
    );
    
    
    
    INSERT INTO my_xml_table (Key1, xml_column)
         VALUES (
                   1,
                   sys.xmltype.
                    createxml (
                      '<book>
                                                    <title>MY LEDGER</title>
                                                    <chapter num= "1 ">
                                                        <title>Beginning</title>
                                                        <text>This is the ledger of G.B. Talbot</text>
                                                     </chapter>
                                                     </book>'));
    everything seemed to be working ok however I expect to recover the result of MY BOOK when I ran
    SELECT EXTRACTVALUE (VALUE (xml_column), ' /book/title')
      FROM my_xml_table
     WHERE key1 = 1;
    instead to my dismay
    ORA-00904: "XML_COLUMN": invalid identifier

    Please try this:

    select extractvalue(xml_column,'/book/title')
    from my_xml_table
    where key1=1;
    

    Published by: hm the 05.11.2010 12:37

Maybe you are looking for