Request to change the values of the parameters of the Prod DB

Hello

The App team wants to change the values from DB under two parameters in Prod DB. App team has mentioned that this change was done in QA and verified to work.

I now want to make the same change in Prod.Could you please confirm if these changes can be made?

optimizer_index_caching = 0

OPTIMIZER_INDEX_COST_ADJ = 100

In addition to this App team wants to rebuild indexes and collect statistics in the same PB.

Please note that the current values set for these two parameters in the database are as below.

* .optimizer_index_caching = 99

* .optimizer_index_cost_adj = 1

Oracle - 11.2.0.3.0

OS - Linux 6.6

It is env Prod.

It is BONE cluster with two nodes.


Cordially,

Bala

changing this setting will change the way index is used by the optimizer.

* .optimizer_index_caching = 99--> it is to tell the optimizer that the index values are cached. To force an index scan.

* .optimizer_index_cost_adj = 1--> the default value of this parameter is 100. If you change the value of this parameter to 1 access the index will give preference by the optimizer. This happens usually when the optimizer is unable to choose and index. To force the use of the index, this setting is changed.

Tags: Database

Similar Questions

  • When you change the date range, some data refresh some is not the case.

    In looking at some the report explore end-user (EU - FxM cartridge), I noticed that some data are updated based on the data and the time I selected. I noticed that the response time service level and measures processing time service level (metric in the green circle) doesn't refresh at all. I noticed the same behavior when you look at some different indicators in the report to explore end-user. Anyone encountered this?

    I think you are referring to this point of view, but I don't know how you got there from the browser of the end user:

    Looking at the Design tab in the right pane of Action and selecting the view "user end/FxM/Applications/Application Service level Layout" to inspect, it turns out that "jelly bean" service level indicators are configured to display:

    / responseTimeServiceLevel/value/latest/min

    / processingTimeServiceLevel/value/latest/min

    As the notes of Osama, the "last" value here will not change when the time interval of page is updated.

    Contrary to what he says, if this dashboard has been configured to display the "current" value, these indicators would show the last value not expired before the end of the time range of page.

    You can:

    -Open a session to demand that this configuration of the dashboard be changed in a future release, a matter of pension

    -change this system view (which will not survive an upgrade of the FxM cartridge)

    -(deep) to copy the view "User end/FxM/Applications/FxM information request" and change the copied view (which survive and upgrade). You must also change the type mapping "FxM Application result" in Applications/FxM/end user to point to your point of view, updated the.

    Kind regards

    Brian Wheeldon

  • Is it possible to change the default permissions of the application in the device?

    Hello

    I use the BlackBerry 8120 Smartphone.

    I made the request to change the default permissions of the application with the intervention of the user.

    But I need to change the default application permissions without user intervention

    If possible, please let me know.

    Thanks in advance.

    You can do this if the device is connected to a BES, it is called ApplicationControlPolicy.
    If the device is not on a BES: no, there is no way, it's a measure of safety for this display to the user.

  • IProcurement, can I change the requisitions created by another user?

    Hello

    IProcurement, can I change the requisitions created by another user? If so, how to set? Thank you.

    Concerning

    Leo

    Hi Leo,

    iProcurement is designed for the entire organization, and threre is a few restrictions as only the picker can modify the request. In rellease 12, there is a concurrent request to change the preparer if necessary:

    How to change mass employees end/unavailable (applicant, trainer) in the approval of the application and the process of application for change of version 12.1 (Doc ID 1432778.1)

    Thank you

    Clarino

  • IOM "Modify resource of stocked" via api does not change the resource

    Hello!

    I'm having a problem to make requests to "Change the provisioned resources" via api.

    Demand is well created in IOM and contains all data for the modification of the resource.

    Approval of the application is done well, the status of the request is "Request completed" but then there is no change in the form of the resource.

    Does anyone have an idea why this happens?

    TKS

    Solved!

    entity.setEntityKey (OIU_KEY);

    TKS

  • Cannot change the value of mousewheel scroll

    After you have reinstalled windows and all I had on my old desktop, I seem to be unable to change my amount of scrolling the mouse on firefox. I looked through all the troubleshooting questions that have already been posted, and all users have responded that I had to access about: config and change the value of mousewheel.withnokey.numlines.

    However, when you access everything: config, I discovered that not only I don't the integer specified, I don't have any integer with a preferably name that contains "withnokey", so I tried to add it in me, but not to use. Currently my parchment done on lines 6 and 7 and I would like to go down to about 3.

    Hello, Skarlath, the scrolling behavior has been overhauled in firefox 17 (see for reference https://wiki.mozilla.org/Gecko:Mouse_Wheel_Scrollingtechnical information) - the old setting longer reverberate.

    It must still be possible to set a different frame rate. You can enter about: config in the firefox address bar (confirm the message information where it appears), search preferences starting with mousewheel.default.delta_multiplier_ ..., you can double-click on these parameters and assign a different value to - then a restart of firefox is required for the changed settings is taken into account.

  • How can I programmatically change the parameters of voltage range in a DAQ Assistant

    Hello

    First post here.

    I need to be able to change the properties of voltage range of a daqmx assistant DAQ based on user input.  My material, an SCXI module - 1102C does not change this property on a running task, so I would together the range of input voltage analog before activating the DAQ Assistant, or break the DAQ Assistant immediately after it starts, set the values, and then resume.

    I don't know how to change the task ahead because the DAQ assistant creates the task when it is running, and there is no job before that.

    In the attached photo, I have a conditional section, configured to run only if the loop iteration is 0.  I take the task of the Daq assistant, sending him stop vi of task, set the property and then send the task with the snap the vi task. I can watch him run with lightweight debugging on, and everything seems to work properly, but on the second (and all others) iteration of the loop, I read I. Max and it seems that a re DAQ Assistant set it to the 5V.  You can see what's going wrong here?

    BTW, there is a continuous acquisition and the code doesn't produce error messages when executing.

    I've encountered a similar question someone posted here in 2006, but his question was specifically a Labview API (VB, I think) and not a real solution of G.

    Attached are the real vi in question and a PNG of the block diagram.

    Thank you!

    Ruby K

    First of all, if you want to start getting beyond the basics with the DAQ hardware, you have to stop using the DAQ assistant and do it with lower level VI DAQmx.  There are hundreds of examples in the finder of the example.  You can even make a right-click on the DAQ assistant and select open front panel.  This will create a Subvi, you can open and see what is happening behind the scenes.  Do it.  I think you will find that the task DAQ is recreated on each (although I'm not 100 percent the way parameters are established or maintained in each section of this sub - VI).

    The second problem is that you have a bit of a race on iteration 0 condition.  These two property DAQ nodes are running at the same time.  Thus, when you read the AI. Max, this can happen before or after the AI. Max is located in the structure of your business.

    Thirdly, make sure that involve you your son of the error.

  • How can I change the value of the sample during my simulation period?

    I'm about to set discrete PID profile vi to specify the values of the period of sampling of the order hold block. At t = 0, I wish that the value of 0.5 and then change to 1.0 when t = 5. Currently, only 0.5 goes to the waiting order discreet block. I think it's because the block takes this value and then use it for the entire simulation, do not check to see if the value has changed. Is there a way to tell the block to check this value at each time step and then adjust if necessary sampling its period?

    See code attached for reference.

    What is your overall goal for the sampling period? You will change the value more than once? Or only from 0.5 to 1?

    The PID setpoint profile should allow you to specify a profile for the values to send to the hold. He will see property values. For example if you specify only t = 0 setpoint = 0.5 and t = 5 setpoint = 1, you'll find it ramp the setpoint in 0.5 to 1.0 for the first 5 steps of time. If you want the sampling period of stay up to t = 5 0.5 is reached you will probably want to three elements in the array. set = 0.5 point t = 0, t = 4.99 set = 0.5, 1.0 = set point t = 5.

    If you're just fill one step, (from 0.5 to 1.0) you can use the Index Timestep in the Simulation parameters to determine the sampling period. Is attached a screenshot of what I mean.

  • Detect the dial needle completed the change of value?

    Hi all

    Is it possible to detect when a needle dial finished changing value?

    I am creating a VI to request a change in working capital.

    I don't want the control unit with a request for every change in the needle of the dial of the swamp so I use mouse events.

    Can I use Dial: mouse upwards and the dial: left mouse to request a new change in working capital.

    However, you can always pass the needle when it is outside of the wheel, which does not lead to a step change request.

    I have attached my VI and any help would be appreciated gratefully.

    Phill

    How to detect the events and update the indicator.  I added "component: Mouse Up ' to update the indicator if the mouse leaves the button before falling from the needle.  This will add a nuisance update when the pane: the mouse upward is due to something other than a movement of the needle, but you can detect that in seeking a change in value on the dial.

  • Cannot change PopUp LOV width and height in version 4.2.5.00.08. I change the values of 450 400 in the Popup list template values (Section of the window), but my function genList0_f07_$ _row (), retains the same settings. Is this a bug?

    Hello

    I use APEX 4.2.5.00.08 to my app.

    I have a region of reports, where I display a column set. A column is the column attribute "display as" the value 'Popup LOV (LOV based query).

    I press the button to retrieve the LOV, I get a popup of 450 x 400 pixels.

    I go to the side of the model and navigate to "Popup list of values of model", where I can see in the section 'Window' attributes 'Width' and 'Height' value 450 and 400. I edit them and save them and there is nothing going on. I'm sure that the template belongs to my selected theme.

    I saw in the HTML source code that is the called function:

    <!--


    function genList0_f07_$ _row)
    {
    w = open ("wwv_flow_utilities.gen_popup_list" +)
    « ? p_filter ="+
    "& p_name = ' + escape ('f07') +.
    ' & p_element_index = ' + escape ('0') +.
    ' & p_elem_id = ' + escape ('f07_0000').
    ' & p_form_index = ' + escape ('0') +.
    ' & p_max_elements = ' + escape ("") +.
    ' & p_escape_html = ' + escape ("") +.
    ' & p_ok_to_query = ' + escape ('YES').
    ' & p_flow_id = ' + escape ('114') +.
    ' & p_page_id = ' + escape ('100201') +.
    ' & p_session_id = ' + escape ('16021544706004').
    ' & p_eval_value = ' + escape ("") +.
    ' & p_translation = ' + escape ('NO') +.
    ' & p_lov = ' +.
    ' & p_lov_checksum = ' +.
    ' & p_item_id = ' + escape('-683997768') +.
    ' & p_column_id = ' + escape ('25022622060292812'),
    "winLov,"
    "Scrollbars = 1, resizable = 1, width =400, height =450"); "
    If (w.opener is nothing)
    w.opener = auto;
    w.Focus ();
    }
    ->

    I see that the values has not changed. I also connected and disconnected. I am inclined to believe that it is a bug of the APEX.

    The only solution I think is to replace this function, which is NOT ideal.

    Thank you

    Digital

    The parameters are generated only, nothing you can do about it because it does not use the model for these properties of the couple. Other things work fine for example the names of button or title window etc. I guess that, Yes, it is a bug. It's still there in the apex 5 too, I checked. The default values of the template do not match, the value in the generated code is always 400/450. So I guess it's pretty much a wait on 5.1.

    Here's a fun hack to make it work well on your page (works in apex 5 too, because the code is always the same). Put this in the execute on loading of the page section:

    (function(){
      var _open = window.open;
      window.open = function(){
        if ( arguments[1] === "winLov" ) {
          arguments[2] = "Scrollbars=1,resizable=1,width=500,height=700";
        };
        return _open.apply(window, arguments);
      };
    })();
    

    Change the settings to your liking. This will replace the existing window.open call, which is what the popup lov use and replace it with our own code. It does not interfere with other things. As the name of the new window is always "winLov" for the popup lov, it is the argument that is checked.

    During the call to window.open to open a new window with the name "winLov", parameters are replaced with your own version of it. The window is called as usual, using the stored reference.

    Edit:

    Yes, do not use the trick of resizing. My hack can be a bit tedious, but it's much less invasive for the end user (see open, bam, resize. "Even gets funky on multiple monitors). Also, this thing in the popup lov template will affect each lov popup that you use in the application, which is much less interesting than my specific page code.

    Edit2:

    I did a little digging in the source code, and I don't know why it does not work. Popup lovs are actually equipped to deal with it. My guess is that the parameters are recovered only after that the lists were generated, causing the package variables global to use their default values instead of model parameters.

  • Change the field values of multiple text searching a word/words in their name.

    Hello

    So in my document, I load all the text fields roughly the same name than just with slight variations in their name.

    For example:

    FldTxt

    FldTxt1

    P1. TemplateName.FldTxt

    P1. TemplateName.FldTxt1

    ... Etc.

    The way this works is that each individual text box represents a parameter for a single element, so in this case there are 4 products.

    Is the way in which these parameters are selected, the user presses a button that generates a copy of a template page.

    On this page are a group of checkboxes, buttons and drop-down lists, these particular text fields display the value of a drop-down list.

    This is so that when the user has finished with the generated page, it can be removed and all the information is stored on the main page for later in the process.

    Because of how the elements of work means that fields can either displays a 'None selected' or option selected, BUT they cannot stand by the option that was selected.

    For example;

    FldTxt "none".

    FldTxt1 "selected Option2.

    P1. TemplateName.FldTxt "selected Option2.

    P1. TemplateName.FldTxt 'None Selected '.

    I hope this explains the theory behind it.

    So I wonder is what I could put these text fields values by searching for a keyword in their name? For example. If the field has "FldTxt" in its name, and its value is not equal to "None Selected", change its value to the value of the drop-down list of the most recent.

    The reason why I want to do it in this way is because there is no predefined number of these text fields, there might be only 2 or 200 because it depends on the number of items in the form.

    So I imagine it would go something like this;

    for (var i=0; i<this.numFields; i++) {
        var f = this.getField(this.getNthFieldName(i));
        var nameSearch = //search for keywords in a field name
        var dropdown = //the name of the dropdown
        if (f.nameSearch == "FldTxt" && if f.type = "textfield") {
            if (f.value !== "None Selected") {
                f.nameSeach.value = dropdown.value;
    

    My apologies if the syntax is incorrect or even impossible, but I don't know exactly what I'm asking check I just know what would be the outcome.

    I know that we can search for words in a document so I wonder if it is possible for domain names

    Your code is not quite correct. If I understand this code should do the trick (you may need to adjust the names of fields and values, however):

    var nameSearch = "FldTxt";
    var dropdown = this.getField("Dropdown").value;
    for (var i=0; i		   
  • Interactive report - out has changed the value of the column selectlist

    Hello

    I try to use a selectlist in an interactive report. I used "APEX_ITEM. SELECT_LIST' for this. My interactive report request is

    SELECT APEX_ITEM.checkbox (1, CUSTOMER_ID, NULL, NULL, 'onclick = "javascript:setvalue (this.value)" ') as "-",

    CUST_FIRST_NAME,

    CUST_LAST_NAME,

    APEX_ITEM. SELECT_LIST)

    p_idx = > 2,

    p_value = > TEST.

    p_list_values = > ' Y; Y, N; NO

    ) 'test' for DEMO_CUSTOMERS

    I had a "Override" button on the page. I try to get the modified values (for the field "test") and the customer ID selected as a semicolon-separated list just by clicking on the ignore"" button. The process code on submit is

    : P8_TEST_VALUE: = NULL;

    BECAUSE me in 1... APEX_APPLICATION. G_F01. COUNTING LOOP

    : P8_TEST_VALUE: =: P8_TEST_VALUE | « ; » || APEX_APPLICATION. G_F01 (i) | APEX_APPLICATION. G_F02 (i);

    END LOOP;

    But I still get the data value, not the value for column 'test '.

    For example if I'm changing the value of "N" to 'Y' after selecting the checkbox (client code corresponds to "6") and click on 'Ignore' button. I get the value '; 6n 'instead of '; 6Y'. is it possible that I can get the value of seelectlist has changed?.

    Thank you

    JJ

    Your problem is in the values of the selection list. The element is not sent to use in PL/SQL, best way to do it is with jQuery

    try adding this to your report:

    SELECT APEX_ITEM.checkbox (1, CUSTOMER_ID, NULL, NULL, 'onclick = "javascript:setvalue (this.value)" ') as "-",

    CUST_FIRST_NAME,

    CUST_LAST_NAME,

    APEX_ITEM. SELECT_LIST)

    p_idx-online 2

    p_item_id => CUSTOMER_ID,

    p_value => TEST,

    p_list_values => ' Y; Y, N; NO

    ) 'test' for DEMO_CUSTOMERS

    and to add actions to the lick... button or other trigger.

    $x("P8_TEST_VALUE").value ="";

    $("input: checkbox[name='f01']:checked").each(function())

    {var val = $("select [id ='" + $(this) .val () + "']") .val ();}

    $x("P8_TEST_VALUE").value = $x ("P8_TEST_VALUE") .value + $(this) .val () + val + ";". " » ;

    });

    Hope that this post will be useful for you.
    Andrej Grlica

  • Changing the values of the project

    Summary

    Here change the link reference and report Suite fields or be able to migrate all between projects. Lack of one of these options, I want to know that the values of these fields don't really count.

    Example values:

    Basic reference: link Analytics: report Suite
    DPS 2014 Appcom.mycompany.MyAppcom.mycompany.MyApp
    AEM Mobile Appcom.mycompany.myappdevcom.mycompany.myappdev

    The correct values have been changed to protect the innocent.

    Details

    Currently, we had weeks of progress by creating a new application AEMM to replace our DPS 2014 application. The problem that has developed is the AEMM project, we created have values of different parameters in two places which do not match the existing application of DPS. Because we couldn't find a way to change these values, we have created a new project with the correct values. Once we did that, we discovered that there is no way to move content between projects. So we are facing days of work to address this problem. That's assuming that the values of these fields have an important effect.

    Questions

    1. What are the effects happen to have value do not match in the field link reference? Reading this forum leads me to believe that the feature gives even does not yet.

    2. What are the effects happen to have value do not match the scope of report Suite? I still have to find a good reference for analytical how will be between these two editions of the DPS/AEMM.

    You want solutions

    1. in an ideal solution, we could get help from Adobe to fix the values in the original draft of AEMM

    2 or a way to pass the work weeks of the old AEMM project to the new, corrected one.

    3. we would be willing to leave the values as they are, provided it would have serious consequences.

    4 and if this is not possible, we will have to carefully recreate the settings in the new project, using the old as a guide, the hierarchy and content.

    Short answer: continue to use the previous project. You don't have to worry about these values for the migration.

    1. What are the effects happen to have value do not match in the field link reference? Reading this forum leads me to believe that the feature gives even does not yet.

    That is right. The reference link field is not supported at the moment, so there is no problem having a value do not match. (Link reference was intended to be used for the deep link outside of the app, but right now, we use dps. .)

    2. What are the effects happen to have value do not match the scope of report Suite? I still have to find a good reference for analytical how will be between these two editions of the DPS/AEMM.

    During the migration of DPS to AEMM, it is good to use a different value in the field of the report. Both platforms use different methods to collect Analytics requires different reports. If you have Adobe Analytics, you will want to ensure that your analytical information is implemented correctly in the master settings. If you need assistance with setting up Analytics, contact Adobe support. Support information are available when you connect to the portal using a master administrator account.

    Another question that you did not mention, but might want to consider. When you build your application, you specify a Bundle ID. When you build your Mobile AEM application, it is important to use the same Bundle ID you used when you build your DPS application so that you can update in the store. In addition, it is a good idea to use the same Bundle ID for Android and iOS apps for certain services such as In - App Messaging.

    Migration resources:

    Strategies for the improvement of DPS to MEA Mobile applications

    Migrate the content of folios DPS for AEM Mobile

    I hope this helps. Let us know if you have any other questions.

  • Is there a way to reset the parameters of an inner glow effect changed the default settings, Illustrator CC 2015?

    Is there a way to reset the parameters of an inner glow effect changed the default settings, Illustrator CC 2015? Every time I have to create and apply settings for an effect Illustrator crashes on them the next time I want to create a new effect. Can I reset their value by default without quitting smoking and redtarting the program?

    Thank you

    DC

    I don't know. Best thing to do is to click on the effect in the appearance Panel, and then change the numbers 75% &.07 inches.

    I really recommend to avoid using an inner glow altogether. You have more control and creative options by adding a line and a Gaussian blur and using the appearance Panel. You also does not slow down your computer like by stacking of multiple instances of internal flow for example a brighter glow.

    If you still wish to continue to use the inner glow, you can make a few graphic styles and add to your library to quickly switch your inner glow settings.

  • Problem with clone script - news-VM: all parameters can be solved by using the values of named parameters.

    Hello. First post, so please be nice. Running into errors of hella tried different methods to run this script:

    $cloneparams = "c:\scripts\clone-parameters.csv".

    $cloneparams import-csv - useculture | %{

    Get-oscustomizationspec $_. "" customization ". Get-oscustomizationnicmapping | »

    game-oscustomizationnicmapping - ipmode UseStaticIp - ipaddress $_.ip - subnetmask $_.subnetmask - passerelle_par_defaut $_.gateway

    new-vm - vmhost $_. "' $vmhost '-name $_. "" vm_name "-location $_. "" folder "-model $_. "" resourcepool-$_ template_name. "" resource_pool "datastore-$_. "' datastore_name ' numcpu-$_. "" numcpu "memorymb-$_. "" memoryMB ' oscustomizationspec-$_ .customization - confirm: $false - runasync

    }

    The error looks like this:

    New-VM: all parameters can be resolved by using the specified named parameters.

    C:\scripts\clonescript.ps1:14 char: 7

    + new-vm < < < <-vmhost $_. "' $vmhost '-name $_. "" nameyname "-location $_. "" folder "-model $_. "" resourcepool-$_ template_name. "" resource_pool "datastore-$_. "' datastore_name ' numcpu-$_. "" numcpu "memorymb-$_. "" memoryMB ' oscustomizationspec-$_ .customization - confirm: $false - runasync

    + CategoryInfo: InvalidArgument: (:)) [new-VM], ParameterBindingException)

    + FullyQualifiedErrorId: AmbiguousParameterSet, VMware.VimAutomation.ViCore.Cmdlets.Commands.NewVM

    The .csv has these column headings (with the appropriate values to each for a bunch of new virtual machines to create):

    vm_nametemplate_namedatastore_namecustomizationVLANintellectual propertyentry doorsubnet maskDNSfolderresource_poolnumcpumemoryMBvmhost

    The oscustomizationspec bit seems to work, but the New - VM cmdlet is obviously not happy.

    I noticed others have posted similar code that seems to work for them. All thoughts were highly appreciated.

    Thank you!

    You have about the New - VM cmdlet parameters that are unique to different parametersets. You cannot combine unique parameters of different parametersets.

    I f you look at the New - VM cmdlet, you will notice that there are 4 available parametersets.

    In your case, by selecting the parameter of the model, you fall in the 2nd set.

    In the red rectangle, you see the other settings, you can select.

    In your case, the parameters ResourcePool, NumCpu and MemoryMB cause the conflict.

    If you want to change the distribution of CPU and memory of the model, you will need to do after the virtual machine has been created with the Set-VM cmdlet.

    Similarly, you can use the Move-VM to change the ResourcePool, after the virtual machine has been created.

    Pretty sweet?

Maybe you are looking for