OEM12c: creation of dynamic group using emcli

Hello Sir,

I'm new to OEM12c.

I know how to create dynamic groups via the graphical console OEM.

Can someone tell me how to create using EMCLI command line utility?

I searched on the net but I got information about the creation of simple group by using the command emcli create_group, but not dynamic group.

I have to do because I got error to call oracle support when creating it through gui.

so please, help me.

Thanks in advance.

Hello

This is not possible, we do not have this feature.

But already a request for development totalled for that:

BUG 17361227 - CREATE a GROUP DYNAMICS IN OEM VIA EMCLI

Will be considered in the feasibility-based versions of the feature.

Thank you
Vincent

Tags: Enterprise Manager

Similar Questions

  • OR PCI-6542: Creation of dynamic waveforms using the HSDIO library

    Hello!

    I have problems to understand how to create waveforms using the HSDIO library to run on a card PCI-6542. I need to create a program that activates a channel for 12.5 microseconds, waiting for a while (i.e. 100 samples) and activates another channel to 12.5 microseconds.

    This program must be used in a Multielement ultrasound system.

    Here the example of dynamic generation program that transforms the channels 0-2 on 1024 samples.

    /************************************************************************
    *
    * Example program:
    * DynamicGeneration.c
    *
    * Description:
    * Generates a simple model on the specified channel.
    *
    * Pin connection information:
    * None.
    *
    ************************************************************************/

    / * Includes * /.


    #include "niHSDIO.h".

    / * Sets * /.
    #define WAVEFORM_SIZE 1024

    int main (void)
    {
    ViRsrc deviceID = 'Dev1 ';
    ViConstString channelList = "0-2";
    ViReal64 sampleClockRate = 50.0e6;
    DataWidth ViInt32 = 4;

    ViUInt32 waveformDataU32 [WAVEFORM_SIZE];
    ViConstString waveformName = "myWfm";
    ViInt32 timeout = 10000; / * milliseconds * /.

    ViSession vi = VI_NULL;
    Error ViStatus = VI_SUCCESS;
    Bruno errDesc [1024];
    ViInt32 i;

    / * Initialize generation session * /.
    checkErr (niHSDIO_InitGenerationSession)
    Deviceid, VI_FALSE, VI_FALSE, VI_NULL, &vi));

    / * Assign channels for dynamic generation * /.
    checkErr (niHSDIO_AssignDynamicChannels (vi, channelList));

    / * Set up the clock sample parameters * /.
    checkErr (niHSDIO_ConfigureSampleClock)
    VI, NIHSDIO_VAL_ON_BOARD_CLOCK_STR, sampleClockRate));

    / * Query the data Width attribute * /.
    checkErr (niHSDIO_GetAttributeViInt32)
    VI, VI_NULL, NIHSDIO_ATTR_DATA_WIDTH, & dataWidth));

    / * Fill the waveform with ramp data * /.
    < waveform_size;="">
    {
    waveformDataU32 [i] = i;
    }

    checkErr (niHSDIO_WriteNamedWaveformU32)
    VI, waveformName, WAVEFORM_SIZE, waveformDataU32));

    / * Start the generation * /.
    checkErr (niHSDIO_Initiate (vi));

    / * Wait for all the generation * /.
    checkErr (niHSDIO_WaitUntilDone (vi, timeout));

    Error:

    If (error is VI_SUCCESS)
    {
    / * Print result * /.
    printf ("made without error. \n") ;
    }
    on the other
    {
    / * Get the description of the error and print * /.
    niHSDIO_GetError (vi, & error, sizeof (errDesc) /sizeof (petitioner), errDesc);

    printf ("\nError encountered\n===\n%s\n", errDesc);
    }

    / * log * /.
    niHSDIO_close (vi);

    / * prompt to go out (for the popup console windows) * /.
    to continue...\n");
    GetChar ();

    error return;
    }

    Issues related to the:

    How can I change the values in waveformDataU32 to create market reports (instead of just always on)?

    How to select the channel waveformDataU32 is applied to the?

    Thank you!

    Zachary Geier

    The waveformDataU32 table is an array of 32-bit integers. Each bit corresponds to a line on the device.  On the first clock cycle, this program outputs:

    0000 0000 0000 0000 0000 0000 0000 0000

    Then it displays the following, changing at each clock Pulse:

    0000 0000 0000 0000 0000 0000 0000 0001,

    0000 0000 0000 0000 0000 0000 0000 0010,

    ...

    and so on all the way up to 1023:

    0000 0000 0000 0000 00000011 1111 1111

    In the example that you include at the bottom, you set the least significant bit (LSB) to zero and one, actually only change one line on the output. To change all the lines, you must instead use 4 294 967 295 or 0xFFFFFFFF:

    < waveform_size;="">
    < 200){="" if="" sample="" number="" is="" less="" than="">
    waveformDataU32 [i] = 0; Disable channels 0-2
    }
    else {}
    waveformDataU32 [i] = 4 294 967 295; Otherwise turn on all channels to 800 samples
    }
    }

  • Restore to a point creation disabled by group policy

    Hello. I am trying to create a restore point but were unable to do so because whenever I go to the system protection tab in the system, the button Properties window that allowed me to create a restore point has been disabled. next to the button's text saying "restore to a point creation disabled by group policy." I have vista home basic so any kind of editor of group policy that is available on vista professional, enterprise or ultimate edition is not available on my computer. I'm running anti-virus, spyware, and malware scans to see what could be the cause. But if the scans show up clean, what steps should I take to correct the problem, if it is available?

    Hi HoodWizard2009,

    If this has not been triggered after executing a tweak utility, so it is advisable to perform a full scan as this can be a work of some malware. Once done, use the registry fix in the link below to remove the SR policy values.

    [Restore creation point disabled by group policy]

    Malware Removal Forums - Google search
    Ramesh Srinivasan, Microsoft MVP [Windows Desktop Experience]

  • [Rebuild] - calling script to rebuild a dynamic group, anyone?

    OK, Scriptsmiths - one of you have a script that you use to trigger a "Rebuild" dynamic group programmatically membership?   The builtin scheduled task that runs nightly assessment and reconstruction - lists an empty value where a script would be..., and although I don't know that there must be a way to script to trigger the scheduled task to run - I don't want to rebuild all the groups.  Just one or two mammoths groups who choke during the night.    I have a very large group or two, with 50 + members - and the last Thursday night, after the general reconstruction, she had only 13 K users in tow.  So I had 37K upset users overnight.  It was as if each of them trying to OCS me at the same time.   I start the GUI, I found the group, click [Rebuild] button and a few thousand seconds later - happy users.

    An idea where to start with a script that allows you to trigger a regeneration of the group from the command line without having to evaluate/reconstruction of the DG or any script existing in the game by an admin of the LRA anywhere - all at the same time?

    TIA

    OMG this captcha is killing me - it looks LIKE a STORE FRONT FOR ME!

    Hello, Dyannic.

    I just tried a code of this old post using v7.0.2 and it seems to work perfectly for me (with a minor modification):

    $Constants = New-Object 'System.Object'
    $Constants | Add-Member -MemberType NoteProperty -Name EDS_CONTROL_FIX -Value 4
    $Constants | Add-Member -MemberType NoteProperty -Name EDS_CONTROL_CHECK_POLICY_COMPLIANCE -Value 5
    $Constants | Add-Member -MemberType NoteProperty -Name DGPolicyGUID -Value "84C1A76B-2A6B-4f4b-837A-22D2CCAC777A"
    $Constants | Add-Member -MemberType NoteProperty -Name ADS_PROPERTY_CLEAR -Value 1
    
    $Group = [ADSI]"EDMS://CN=Test Dynamic Group,OU=Business Unit1,DC=qsftdemo,DC=com"
    $Group.PutEx($Constants.ADS_PROPERTY_CLEAR, 'member', $null)
    $Group.SetInfo()
    $Group.InvokeSet('Control', $Constants.EDS_CONTROL_FIX, $true, @($Constants.DGPolicyGUID))
    $Group.InvokeSet('Control', $Constants.EDS_CONTROL_CHECK_POLICY_COMPLIANCE, $true, @($Constants.DGPolicyGUID))
    $Group.psbase.Invoke("CheckPropertyValues")
    
    
    

    If ' $Group.InvokeSet () "continues to fail for you, try instead" $Group.psbase.InvokeSet ().

    Good luck!
    Shawn.

  • Dynamic group membership query

    Hello

    I'm looking to set membership in a group for an existing installation of EM.

    I don't want to use administrative groups that we have really not state of the lifecycle or other properties of the set target, and I don't want to put everything right now (we have several targets on single servers, over 100 on 1 Server).

    Therefore, I was interested in the use of dynamic groups for DB services, e.g. dynamic group DB_APP1 where target name was like '% APP1.

    I do not see this property in the dynamic groups, rather dynamic group properties are determined by the membership criteria (e.g. target =, on the host type = y)

    vs

    The normal groups where I can search for all the targets called "APP1%.

    is there any criteria of dynamic search by name of the target in dynamic groups?

    Thank you

    Looks like we don't have direct Option.

    http://docs.Oracle.com/CD/E24628_01/doc.121/e25353/whats_new.htm#EMCON142

    2.2.3.1 dynamic groups

    Note:

    This feature was new in Enterprise Manager Cloud Control Release 2 (12.1.0.2).

    Dynamic groups to create groups based on membership criteria. Criteria for membership is based on the properties target as target type, the life cycle State, Department, target version and so on. Targets whose properties match the criteria of a dynamic group are automatically added to the dynamic group.

    Dynamic groups facilitate management groups. Administrators do not have to define the criteria for membership in the group only once and Enterprise Manager automatically adds or removes the target to or from the appropriate dynamic group.

    But,

    We can choose based on observation, while adding, if mention us the search string in the comment as "APP1" and mention that the same comment of the dynamic group will help.

    Concerning

    Krishnan

  • create a dynamic group for all virtual machines

    I would like to create separate dynamic groups for all my Windows virtual machines and physical machines of my Windows.  Is it possible to do it via regular expressions?  It is not granular enough to create something like this.  We have vROps that collects a large number of settings of virtual machines as its CPU usage, use of memory and use of the network to name a few.  If I install Hyperic on those virtual machines it will collect the same measures and I'll have to duplicate the data in vROps.  So I would like to have a separate profiles for Win32, CPU, physical disk on file server, etc., for virtual machines and physical machines.  I was going to try using dynamic groups, but I don't think that Hyperic will be able to handle this.  If you have any suggestions or knowledge on this operation through dynamic groups that would be great.

    Thank you.

    In UI Hyperic access the platform in platform type choose Win32 and press the green icon. You will see all the windows.

    Now select all platforms and press the 'Group' button > add to the new group

    Good luck

  • What is the dynamic property used to retrieve the IP address of the CV?

    What is the dynamic property used to retrieve the IP address of the CV?

    If we get as below as we get VM kernel Port Group

    HostSystem - & gt; HostListSummary - & gt; managementServerIp

    But how do we get Service Console port group?

    Let me know thanks in advance.

    Hello

    Is your VC a harware installed or is installed in a virtual machine?

    If it is based on a material maybe you can retrieve it with

    ->->-> HostNetworkInfo HostNetworkSystem HostConfigManager HostSystem (or config)

    There is a portgroup HostPortGroup entity, but I'm a noob and never did.

    Maybe it helps.

    Christian

  • See the grouping using API BC recovery products

    How can I retrieve products by the group using recovery API BC?

    Thanks for the quick response.

    It solves the problem by defining condition where 'GroupingDefault': 'true '.

  • Failed to create a dynamic group

    Hi all.

    Today, I created a few dynamic groups for a new dash I think.

    These groups dymanic says all preparations of data available in each cluster I have in my environment.

    The rules of dynamic groups database is like this:

    [ALL] [Descendants of] [Contains] [Cluster1]

    [Datastore] [Total number of hosts] [more] [1]

    These two rules return all data warehouses that are part of the 'group 1', and are visible to more than 1 guest.

    so far everything works beautifully.

    My problem is that one of my groups, lets call it 'Cluster 10', this does not work,

    Although there are data warehouses in this group to each another bunch of mine.

    also - when I try this rule of thumb:

    [ALL] [NAME] [Contains] [name datastore]

    I still get no items selected by the preview.

    I check under "Overview of the environment", I see data warehouses that I can't come up with the basis of rules,

    "and I checked 'State Collection' and status of the Collection" are (all green) work orders

    Grateful for the help here

    Thank you

    iQuad.

    mm sounds like something's screwed up.

    Is he still collect data on these data as in metrics stores are all to date?

    I might delete data for vCOPS warehouses and see if they are picked up, they should and it would be a new id of the object. You should be able to remove them from the presentation of the environment in the custom user interface.

  • How to create a dynamic newsflash using dreamweaver and PHP

    Hello

    I would like to create a dynamic newsflash using dreamweaver and PHP because newsflash will be snapped up information from a MySQL database. The Bulletin-Flash should also have a link to view more information about the piece of news a user wants to learn more. What tools do I need to use in dreamweaver and how is the procedure to go about it. All opinions are appreciated. Thanks in advance!

    Sermon of Ras wrote:

    I tried using the spry effects, but it does not work. Is there a best way to do this?

    Google "jquery vertical newsticker" ;-)

  • Dynamic site using Paypal

    Can anyone recommend a tutorial that will help me set up a dynamic site using Paypal?

    I have some - although not much - experience with php and mySql and have put in place of the simple sites using Paypal buttons - I really want to learn to combine the two.  I have trouble finding what I understand on the site of Paypal and Googling, it evokes such a quantity of tutorials (mostly obsolete) I don't know where to start.

    Thank you

    Hello

    I have some - although not much - experience with php and mySql and have put in place of the simple sites using the Paypal buttons

    Create your site as you would for any other dynamic site but with an extra column in your table, place the code for your paypal button in this column.

    Follow links to any graphic for buttons when you paste the code.

    PZ

  • 2 running, 1 inside and 1 sql external, dynamic queries using loops and ref Cursor

    Hi all

    I'm under Oracle 10.2.0.2. I'm currently building dynamic sql using external and internal queries ref Cursor. Queries make use of user selected lists of ID, which is stored in a table in memory at run time. My example is as follows. From a list of book_publication_id on a web page, the user selects several books. The same user selects then several maps from a list of map_publication_id on the same web page. A book contains several maps and some of these cards will appear in more than one book (aka many many relationships).

    This should then ask the following output to a new web page:
    Outer loop:  Display book details for book_publication_id 230
      Inner loop:  Display 1st map details for map_publication_id 340
      Inner loop:  Display 2nd map details for map_publication_id 346
      Inner loop:  Display 3rd map details for map_publication_id 350
    Outer loop:  Display book details for book_publication_id 240
      Inner loop:  Display 1st map details for map_publication_id 346
      Inner loop:  Display 2nd map details for map_publication_id 375
    Outer loop:  Display book details for id 255
    and so on.
    In the example above, the outer loop displays the details of the book for book_publication_id 230 and the inner loop displays all the users selected the maps in book_publication_id 230. Then, it moves on the details of the book for book_publication_id 240 and done the same thing again. Similar in some ways to how break would work in SQL * Plus, even if the table is built like an HTML, the book details must be on a separate line for the card details. However I don't know how I would want it to work.

    So far, using loops, I could not show all the details of card for each different book_publication_id, after the details of the book for only 1 book_publication_id are displayed each time. If a loop in a loop. I hope that makes sense. I think this is my internal request that it be built differently. My code for this part of the program, which is currently wrong, is as follows:
    --Global variable section contains:
    var_user_chosen_map_list_ids VARCHAR2(32767);
    var_details VARCHAR2(32767);
    ......
    PROCEDURE PROCMAPSEARCH (par_user_chosen_map_list_ids PKG_ARR_MAPS.ARR_MAP_LIST)
    IS
    BEGIN
    FOR rec_user_chosen_map_list_ids IN 1 .. par_user_chosen_map_list_ids.count
    LOOP
       var_user_chosen_map_list_ids := var_user_chosen_map_list_ids || 
       '''' || 
       par_user_chosen_map_list_ids(rec_user_chosen_map_list_ids) || 
       ''',' ;
    END LOOP;
     var_user_chosen_map_list_ids := substr(var_user_chosen_map_list_ids,
                                            1, 
                                            length(var_user_chosen_map_list_ids)-1);
    var_details := FUNCMAPDATAFIND (var_user_chosen_map_list_ids);
    htp.print(var_details);
    END PROCMAPSEARCH;
    FUNCTION FUNCMAPDETAILS (par_user_chosen_map_list_ids IN VARCHAR2(32767)
    RETURN VARCHAR2
    AS
    TYPE cur_type_map IS REF CURSOR;
    cur_book_search cur_type_map;
    var_book_date NUMBER(4);
    var_book_title VARCHAR2(32767);
    cur_map_search cur_type_map;
    var_map_date NUMBER(4);
    var_map_title VARCHAR2(32767);
    begin:
    OPEN cur_book_search FOR
    'SELECT BI.book_date,
            BT.book_title
     FROM   BOOK_INFO BI,
            BOOK_TITLE BT,
            TABLE (sys.dbms_debug_vc2coll(' || par_user_chosen_book_list_ids || ')) BL_1
     WHERE BI.book_title_id = BT.book_title_id
     AND BI.book_publication_id = BL_1.column_value';
    OPEN cur_map_search FOR
    'SELECT MI.map_date,
           MT.map_title
    FROM map_info MI,
         map_title MT,
         TABLE (sys.dbms_debug_vc2coll(' || par_user_chosen_book_list_ids || ')) BL_2
         TABLE (sys.dbms_debug_vc2coll(' || par_user_chosen_map_list_ids || ')) ML
    WHERE MI.map_title_id = MT.map_title_id
    AND BI.book_publication_id = BL_2.column_value
    AND BI.book_publication_id = MI.pub_publication_id
    AND MI.map_publication_id = ML.column_value';
    LOOP
    LOOP
    FETCH cur_map_compare INTO
    var_book_date,
    var_book_title;
    var_details
    var_details := var_details || 'Book date: '||
                        var_book_date ||
                        'Book title: ' ||
                        var_book_title;
    FETCH cur_map_compare INTO
    var_map_date,
    var_map_title;
    var_details := var_details || 'Map date: '||
                        var_map_date ||
                        'Map title: ' ||
                        var_map_title
    EXIT WHEN cur_book_compare%NOTFOUND;
    END LOOP;
    EXIT WHEN cur_map_compare%NOTFOUND;
    END LOOP;
    RETURN var_details;
    END FUNCMAPDETAILS;
    If anyone has any ideas or suggestions, I would be grateful. It is an extension of my previous code, I posted a question recently. As I am working and learning a step at a time, I left this idea in my previous question, that I had to make sure I knew that first.

    Kind regards

    Tim

    Using dynamic SQL

    declare
      dd sys_refcursor;
      ee sys_refcursor;
      d dept%rowtype ;
      e emp%rowtype ;
    begin
    open dd for 'select * from dept' ;
    loop
    fetch dd into d ;
    exit when dd%notfound ;
    dbms_output.put_line('Department:'||d.dname);
      open ee for 'select * from emp where deptno='||d.deptno ;
      loop
      fetch ee into e ;
      exit when ee%notfound ;
      dbms_output.put_line('..Employee:'||e.empno||':'||e.ename);
      end loop;
    end loop ;
    end ;
    /
    Department:ACCOUNTING
    ..Employee:7782:CLARK
    ..Employee:7839:KING
    ..Employee:7934:MILLER
    Department:RESEARCH
    ..Employee:7369:SMITH
    ..Employee:7566:JONES
    ..Employee:7788:SCOTT
    ..Employee:7876:ADAMS
    ..Employee:7902:FORD
    Department:SALES
    ..Employee:7499:ALLEN
    ..Employee:7521:WARD
    ..Employee:7654:MARTIN
    ..Employee:7698:BLAKE
    ..Employee:7844:TURNER
    ..Employee:7900:JAMES
    Department:OPERATIONS
    
    PL/SQL procedure successfully completed.
    

    HTH

    SS

  • Creation of dynamic line style

    Hi all
    In MapBuilder, the line style have an option to set the CAP and seal. We can define nozzle like end to END, SQUARE or ROUND and attached miter, BEVEL, and ROUND.
    How can I adjust these settings when creating dynamic style using mapviewer api addLineStyle (.)? For example the following will create line style with the default value settings cap (ROUND) mixed (ROUND) and at the end.

    mapViewer.addLineStyle("highwayline","#33a9ff","4",false,null,null,null,true,"red","1.0",false,null,null);


    I need to create the style of line with tip BUTT and as a miter Joint.

    Thank you
    Sujnan

    Published by: sujnan on May 22, 2009 11:03

    Assuming that your qs is on the java lib (mapclient), use addStyle with a LineStyleModel and
    setCap and setJoin

    addStyle (java.lang.String name, StyleModel tempStyle)
    Adds a temporary style to the current demand for the card.

    public class LineStyleModel
    extends from AbstractStyleModel

    Represents the data model for a style of LINE MapViewer.

    setCap

    public void setCap (int CAP)

    Sets the decoration to apply at the end of the path of the line. BASICSTROKE. CAP_BUTT, BASICSTROKE. CAP_ROUND, BASICSTROKE. CAP_SQUARE

    setJoin

    public void setJoin (int join)

    Sets the decoration applied to the intersection of two roads. BASICSTROKE. JOIN_BEVEL, BASICSTROKE. JOIN_MITTER, BASICSTROKE. JOIN_ROUND

    (The MITTER may be a typo. Will check)

  • Newbie dynamic group by clause

    Example of
    create table test (bleaches numeric (6.0))
    , DMonth numeric (2.0)
    , Goalnumber numeric (2.0)
    (, Objnumber numeric (2.0));

    insert into test(awhite,DMonth,Goalnumber,Objnumber)
    values (5,6,1,1);
    insert into test(awhite,DMonth,Goalnumber,Objnumber)
    values (8,6,1,2);
    insert into test(awhite,DMonth,Goalnumber,Objnumber)
    values (12,6,2,1);
    insert into test(awhite,DMonth,Goalnumber,Objnumber)
    values (16,10,2,1);
    insert into test(awhite,DMonth,Goalnumber,Objnumber)
    values (4,10,2,1);

    ===========================
    I need this to be a query with a parameter

    Select SUM (Awhite) Rousseaux
    DMonth
    CASE WHEN & groupbyobj < 2 THEN
    TO_NUMBER('99')
    ON THE OTHER
    Goalnumber
    END Goalnumber
    CASE WHEN & groupbyobj < 3 THEN
    TO_NUMBER('99')
    ON THE OTHER
    Objnumber
    END Objnumber
    OF the test
    Goalnumber, Objnumber, DMonth GROUP
    ============================
    Thus, when the groupbyobj = 3, I want the output to look like
    ROUSSEAUX DMONTH GOALNUMBER OBJNUMBER
    ---------- ---------- ---------- ----------
    5 6 1 1
    8 6 1 2
    12 6 2 1
    20 10 2 1
    ==============================
    So when the groupbyobj = 2, I want it grouped by GOALNUMBER
    ROUSSEAUX DMONTH GOALNUMBER OBJNUMBER
    ---------- ---------- ---------- ----------
    13 6 1 99
    12 6 2 99
    20 10 2 99
    So when the groupbyobj = 1, I want it grouped by DMonth
    ROUSSEAUX DMONTH GOALNUMBER OBJNUMBER
    ---------- ---------- ------- --------
    25 6 99 99
    20 10 99 99

    I ADDED the above '99"in the output above. I couldn't get my exit request that.

    QUESTION - How can I create a DYNAMIC group by clause according to the parameter
    (Groupbyobj) Selected?

    TIA
    Steve42

    Something like that?

    SELECT SUM(Awhite) SWhite,
           DMonth,
           Objnumber,
           Goalnumber
      FROM (Select AWhite,
                   DMonth,
                   CASE WHEN &groupbyobj<2 THEN 99 ELSE Goalnumber END Goalnumber,
                   CASE WHEN &groupbyobj<3 THEN 99 ELSE Objnumber  END Objnumber
              FROM Test
           )
    GROUP BY Goalnumber,Objnumber,DMonth
    
  • dynamic field using Add field parameter section

    Hi all

    I think I missed something in how to add the field section objects and help will be appreciated.

    Shortly:

    -create table with a line whose content in "eugen < root > < a1 > < / a1 > < / root >.

    -define a basic_section_group custom with a visible field A1 label

    -create indexes of text with this custom section group

    (- filter contains(content,'eugen') > 0 / contains (contents, 'eugen in A1) >) works as expected

    -Add a dynamic field with "(Modifier paramètres d'index test_field_ox 'ajouter un champ section test_field_sg tag A2 visible') section;'"

    -Insert the second line "iacob < root > < a2 > < / a2 > < / root >" and validation;

    -filter contains ("content," iacob ") > 0 returns a line that is very well

    -filter contains (contents, 'iacob in A2') > 0 triggers the following error "DRG-10837: section A2 does not exist", which I do not

    Note: Also, I tried to use

    ctx_ddl.add_field_section ('TEST_FIELD_SG', 'A2', 'A2', true);

    with / without

    change the settings for index test_field_ox ('add a test_field_sg tag VISIBLE A2 section field');

    , but without any positive results.

    If no formatting code was not properly used, I apologize.

    Thank you
    Eugen

    SQL > select banner version of v$.

    BANNER
    --------------------------------------------------------------------------------
    Database Oracle 12 c Enterprise Edition Release 12.1.0.2.0 - 64 bit Production
    PL/SQL Release 12.1.0.2.0 - Production
    CORE Production 12.1.0.2.0
    AMT for 64-bit Windows: Version 12.1.0.2.0 - Production
    NLSRTL Version 12.1.0.2.0 - Production

    SQL > ctx_ddl.create_section_group exec ('TEST_FIELD_SG', 'BASIC_SECTION_GROUP');

    PL/SQL procedure successfully completed.


    SQL > exec ctx_ddl.add_field_section ('TEST_FIELD_SG', 'A1', 'A1', TRUE);

    PL/SQL procedure successfully completed.


    SQL > CREATE TABLE test_field (happy VARCHAR2 (4000));

    Table created.


    SQL > INSERT INTO test_field (content) VALUES ('eugen < ROOT > < A1 > < / A1 > < / ROOT > ');

    1 line of creation.


    SQL > CREATE INDEX test_field_ox ON test_field (content) IS ctxsys.context indextype parameters ("SECTION GROUP TEST_FIELD_SG SYNC (ON COMMIT)");

    The index is created.


    SQL > SELECT COUNT (*) FROM test_field WHERE contains(content,'eugen') > 0;

    COUNT (*)
    ----------
    1


    SQL > SELECT COUNT (*) FROM test_field WHERE (content, "eugen in A1' ') > 0;

    COUNT (*)
    ----------
    1


    SQL > test_field_ox ALTER INDEX SETTINGS ('Add SECTION TEST_FIELD_SG TAG A2 VISIBLE FIELD');

    The index is modified.


    SQL > INSERT INTO test_field (content) VALUES ('iacob < ROOT > < A2 > < / A2 > < / ROOT > ');

    1 line of creation.


    SQL > commit;

    Validation complete.


    SQL > SELECT count (*) FROM test_field;

    COUNT (*)
    ----------
    2


    SQL > SELECT COUNT (*) FROM test_field WHERE contains(content,'iacob') > 0;

    COUNT (*)
    ----------
    1


    SQL > PROMPT THIS SHOULD HAVE RETURN A ROW, NOT a MISTAKE.
    THIS SHOULD RETURN A LINE, NOT A MISTAKE.


    SQL > SELECT COUNT (*) FROM test_field WHERE (content, 'iacob in A2') > 0;
    SELECT COUNT (*) FROM test_field WHERE (content, 'iacob in A2') > 0
    *
    ERROR on line 1:
    ORA-29902: error in executing ODCIIndexStart() routine
    ORA-20000: Oracle text error:
    DRG-10837: section A2 does not exist

    SQL > drop table test_field;

    Deleted table.


    SQL > exec ctx_ddl.drop_section_group ('TEST_FIELD_SG');

    PL/SQL procedure successfully completed.





    Your syntax 'add the field heading' is incorrect.

    You used the name of section rather than the name of the section group:

    ALTER INDEX test_field_ox PARAMETERS ('Add SECTION TEST_FIELD_SG TAG A2 VISIBLE FIELD');

    In fact, you could run the query in the form:

    SELECT COUNT (*) FROM test_field WHERE (content, 'iacob in TEST_FIELD_SG') > 0

    and this would have worked, but what you really wanted to do was:

    ALTER INDEX test_field_ox PARAMETERS ('Add SECTION A2 A2 VISIBLE TAG FIELD');

    Do not forget that a section name (what you are looking for breast) is not necessarily the same as the section tag (characters inside <> and) and also the names of this preference, the section names, etc. are never stored in the index - only parameters of these preferences and sections are stored internally. When you understand that, you will see that it is senseless to provide a section group name in an ALTER INDEX operation.

Maybe you are looking for

  • Green display not showing on network

    Hey, I have an airport express to extend my home network, but when I enter this room showing the Green Airport express, but then when I open the airport utility app to watch the network it shows it as it was outside the network, but now is not (the A

  • No number key on T440s?

    I'm only enter data digital and discovered that there is no on the new designed keyboard num lock key. Also, it has no description on this subject in the manual. I put something to use? Can anyone help?

  • New issues of memory T440p

    Our most recent transfer of T440p is only show 2.47 GB of memory to live on a 32-bit image of Windows 7. All previous expeditions showed 3.47 GB available. Has anyone seen this problem yet? We have done all updates, checked maximum memory in msconfig

  • antivirus not supported

    Hello! Guys, I am having trouble with my antivirus (Kaspersky) and my sytem. There is a warning that says:   Kaspersky Anti-virus statement its status Windows Security Center in a format that is no longer supported.     I was wandering just if any of

  • Foglight Custom monitors for all Interfaces

    I am trying to create a custom desktop for the OID 1.3.6.1.2.1.2.2.1.8 - ifOperStatus for all interfaces. I created the custom monitor successfully, but when I go to apply, Foglight makes me choose only a single subset (aka Interface)? I must add thi