Parameter changes

Hello

I'm going to change some settings on the primary database (db cache, java pool etc.). I'm not sure if the changes are propagated in standby mode or if I have to make the changes manually on stanby site too? I couldn't find a clear answer in the documentation. Can you explain please how changes in parameters work dg physical configuration?

Thank you
Vasek

Hello
If you modify some system put in command on your primary that will change only this database. You have to make some changes on your watch. Because these developments are in the spfile and not flow again, they won't not send to the wait.

Hope this helps
concerning
Peter

Tags: Database

Similar Questions

  • PL/SQL - change the value of a parameter (not declared as NOCOPY)

    Hi all

    In the following simple example, which should be in p_invar, when it is called to dbms_output?
    I'd say "BEFORE", because it is not declared as NOCOPY, but looks like I'm wrong...
    On our HP - UX 11 GR 2 database, p_invar is set to "AFTER" - it is a 'feature' / bug?

    declare
    --
    g_var VARCHAR2 (4000);
    --
    procedure showvar (p_invar in VARCHAR2) is
    Start
    --
    g_var: = "AFTER";
    --
    dbms_output.put_line(p_invar||) e /'|| g_var);
    --
    end showvar;
    --
    Start
    g_var: = "BEFORE";
    showvar (p_invar = > g_var);
    end;
    /

    Oracle® database PL/SQL language reference
    * 11g Release 2 (11.2) *.
    Part number E17126-04
    Chapter 8

    Subprogramme Aliasing parameter with the parameters passed by reference

    When the compiler passes a real parameter by reference, the actual and formal parameters refer to the same memory location. Therefore, if the subroutine changes the value of the formal parameter, change immediately shows in the real setting.

    The compiler always happening IN reference parameters, but the aliasing resulting cause any problems, because the subprogrammes could not assign values to the PARAMETERS.

    PARAMETERS are passed by reference, so when you change the actual variable, you change even as a variable IN.

    Published by: david.sweet on February 17, 2011 10:30

    Published by: david.sweet on February 17, 2011 10:30, typo

  • Cannot change the size of the video memory in Satellite A110-195

    In this memory notebook video is dunamique, but I can't find where I can change him.
    Size 10 MB, but the size max in sysInformation is up to 128 by default. Please help me, where this parameter changes?

    Hello

    You are right the Satellite A110-195 supports an Intel 945GM processor 8MB - 128 MB shared memory graphics memory.
    As far as I know it s not possible to attribute this manually shared memory. It happens automatically.
    If the application running more graphic must map memory then the OS will be automatically increases this value.

    It seems that this laptop came with 512 MB of memory. In my opinion you must upgrade the memory of 1024MB if you want to use the full 128 MB shared memory.

  • Problems using the event to write new parameter values to VISA structure

    Hi all

    I created a VI to read an Omega flow meter. It is possible to change setpoint (setpoint (0-2) SLPM) of the meter and the gas (O2, CH4,...). To read instrument I write its ID (A-Z), followed by a carriage return, for example: A + 0x0D

    I created a VI with the events to write only the parameters to the instrument when a value is changed. My VI works but from time to time, it does not write the parameter change (gas or set point). I think that is has something to do with the while loop containing an entry VISA.

    Open FMA contains parameters and VISA opend

    Case of timeout initialize writing gas and setpoint for the first time

    Other events are for the change in the value of setpoint and gas

    How can I make sure that any change of setting will be writtent the instrument?

    Thank you

    Salvation Bass,

    Well, it is true that I lose this way time-out feature.

    No, you do not lose this feature. You put in a different position.

    You must call it BEFORE your loop!

    I'm not sure that I am following on this one there

    Why are you not sure? You have a large number of constants "0d" and it would be great to see that they are displayed in HEX mode instead of the normal display mode.

    The new VI manages events sometimes... but sometimes, missing a few changes... I think it is because there is an entry in the while loop. Do you have any idea how to prevent this?

    Never, NEVER use parallel loops to write and read on the same device on your serial port!

    How do ensure you that you always get the right answer to your order sent before?

    What is the purpose of using a second loop here? A loop with no wait States?

  • PDF security settings change from one computer to another

    I manage a transaction for the REALTORS management application and one of the features of our app is a digital signature.

    One of our customers presented a signed PDF filled to Fannie Mae, but this was rejected because they could not apply their digital signature to the document. When they open the definition of security properties for signing it shows not authorized, however, when I open this document even on my computer and several others in the office, the parameter is set to allowed.

    The vendor we use for digital signatures confirmed that this parameter shows authorized for them as well. We had worked together to open this setting last year for Fannie Mae would accept security documents.

    Once our supplier made the switch, we checked with Fannie Mae that it works for them. Now, it seems that the parameter changes when they receive the security contract.

    I have Adobe Acrobat 9 / Win7 on my computer. Fannie Mae has Reader 11.0.06 / Win 8. I tested it on Reader 11 / Win 7 show on a few computers in my office and they all admitted.

    Having a hard time to understand how the security settings on a document may change from one machine to the other... Maybe win 8? I don't have a machine to win 8 to test.

    Any thoughts would be much appreciated. Thank you!

    Hi Abhishek!

    I realized this after doing a few tests more! It turns out that it is directly linked to the 11.0.06 reader. I installed this exact version on two different Windows machines, and both show the signature as not allowed. As soon as I move towards 11.0.07 Reader, it shows admitted.

    Thanks again for watching this. I hope it helps someone else in this situation.

    With kindness,

    Jason

  • modify the INSTANCENAME parameter after the backup database

    Hello

    our primary database is configured as follows:

    SQL > show parameter db_name;
    VALUE OF TYPE NAME
    ------------------------------------ ----------- ------------------------------
    db_name string prod01


    SQL > show the INSTANCENAME parameter
    VALUE OF TYPE NAME
    ------------------------------------ ----------- ------------------------------
    instance_name string prod01

    the corresponding backup database is configured as:

    SQL > show parameter db_name;
    VALUE OF TYPE NAME
    ------------------------------------ ----------- ------------------------------
    db_name string prod01


    SQL > show the INSTANCENAME parameter
    VALUE OF TYPE NAME
    ------------------------------------ ----------- ------------------------------
    instance_name string stbyprod01

    Now, the standby database must be enabled. Later, I want to change the stbyprod01 to prod01 INSTANCENAME parameter.

    The question now is: what does take to change the INSTANCENAME parameter? In fact the database pending will be

    already be activated and be considered and treated as a stand-alone database. The former primary database will be used no more.

    I would like to do the following:

    SQL > create pfile = 'initprod01.ora' of spfile;

    SQL > shutdown immediate;

    Oracle # > change the pfile file and change the stbyprod01 to prod01 INSTANCENAME parameter

    SQL > startup;

    SQL > create spfile = 'spfileprod01.ora' of pfile;

    SQL > shutdown immediate;

    SQL > startup;

    That should be all - from my point of view (I know that LISTENER.) ORA and TNSNAMES. ORA should be modified, too).

    If someone has already experiences with the INSTANCENAME parameter change but sees some additional configurations: Please let me know!

    Rgds

    Jan

    1. you can use "alter system set instance_name" to change the value of the instance name.

    2. you must do the following to activate the standby database (NOTE:-this is only for the activation of the backup database and not the passage to digital database)

    1 startup nomount

    2. change the base of Mount Eve.

    3. change the database activate the database pending.

    4. change the database open.

  • Change resources for VMS FT

    I admit, I haven't done much research on FT yet, so this may be a RTFM response...

    I understand that FT works in a HA cluster, you set a specific VM to run FT and it creates a synchronization would clone on another host in the cluster it can switch on (not sure if the timing is correct?) milliseconds.  In this case it is a primary/slave relationship?  If so, the question I have is if you want to get the main host of change resource settings (i.e. increase memory), the slave will take over when you change these settings?  If the slave back, what happens when you turn back on the primary with the new resource settings?  The slave takes over as principal when get you to the bottom of the original virtual machine?  If so it swap back roles after she knows the original VM is back online?  If so they will see the new changes?

    As I said, the primary and backup VMs are still the same. You cannot modify the primary virtual machine settings

    (including the size of the memory) without affecting the secondary image. When you have stopped the primary for the parameters

    change, the secondary will be also stopped automatically. The two do not work independently. They are always

    in sync - perform exactly the same instructions, see exactly the same State of memory, etc. You can think

    as a single system image - all operations of maintenance on the primary (parameter changes, patch installs)

    spread to secondary education.

    In short, you cannot use FT to protect any configuration changes that require a stop the virtual machine.

  • EnableVersioning undo_space parameter

    I see that the DBMS_WM. EnableVersioning procedure includes the undo_space parameter. I am confused because I thought Cancel is a thing of the transaction and not something from the table. For example, what happens if you have two tables with versioning enabled the various undo_space settings in the same transaction? I guess I'm interested to know if this parameter of cancellation is the same or related cancellations/rollback transaction more familiar.

    Please explain what is meant by the parameter undo_space and how it relates to the more commonly sql rollback/undo.

    Hello

    The undo_space parameter changes its behavior during the process of EnableVersioning. It makes no difference once the table has been transferred. All transactions work as usual with regard to cancellations. During the EnableVersioning, we need to update the entire table base. In order to accommodate the smaller undo tablespace, we allow the user to specify the maximum amount of undo_space that should be used. On this basis, we update a subset of the table making sure not to exceed the specified amount. Each of these updates is performed in its own transaction.

    Kind regards
    Ben

  • CS6: the default English Dictionary of the USA, cannot change!

    The dictionary in the character Palette by default always English USA in CS6. I changed the setting Preferences > Dictionary and hyphenation of English UK, but the character Palette does not change, even if the rest parameter changed in the Prefs. I opened each of new Document profiles in... \AppData\Roaming\Adobe\Adobe Illustrator CS6 Settings\en_US\x64\New document Profiles (Windows 7) and changed the language in the English UK character Palette, and it ALWAYS goes back to English USA!

    The character palette choose the language set in the character style, so if you want to change the language of palette of characters for all the new document.

    Follow this procedure: -.

    1. Choose file > open and go to the user /AppData/Adobe/Adobe Illustrator CS6 settings/new profiles document (Windows) or the users/user/Library/Application Support / Adobe / Adobe Illustrator CS6 / new Document profiles (Mac OS).

    2. Open one of the templates by default document profile (basic CMYK, RGB basis, Mobile and devices, Print, video and Film, or Web, according to the type of document you want to use).

    3. Choose window > Type > character style.

    4. Select the Normal Character Style and choose Advanced Options of format characters in the palette menu.

    5. Set the language here as British English and save the file

    6. When you create the file based on the same profile, then the default language is UK @English
  • By the way the dynamic parameter with the URL while submitting the form

    Hello

    I the data in xml format in a servlet using the button send the form. I also need to pass a parameter with the URL. But the value of this parameter changes during execution based on the value of a particular field in the form. Please help me with it.

    Thank you.

    Here is an example that shows what I think you want. The code is on epreSubmit th of the button event. I put messages showing what the button submit it URL is... before and after we change. You can delete these messages when make you it work as you want.

    Hope that helps

    Paul

  • Change the path of the DB

    Hello

    I have a database of GR 11, 2 on a 32 bit version for windows OS. I recently migrated to a 10.2.0.4 and now I will change the directory where the database files are.

    I read metalink note No. 115424.1, and I moved the dbf files and redolog files. But I did not find how to move the controlfiles. Can someone help me with this? I use a spfile in this database, so I can not simply change the control_files new path variable.

    Thanks for the help

    Hi, there is no difference between the movement of the data files and the controlfiles. Move controlfiles as data files to the new location. But before doing that first control_files spfile parameter change, you know that this static parameter, then try these.

    Set ORACLE_SID =
    sqlplus "virtue sysdba".
    stop immediately;
    create a pfile = ' pfilelocation/init.ora' of spfile; (or create a pfile = ' pfilelocation/init.ora' of spfile = 'current location of spfile')

    Then change control_files in new pfile created for the new location and the database of closing;

    Stop immediately;
    startup mount pfile = ' pfilelocation/init.ora';
    modify the rename database ' oldlocation/system01.dbf' to 'newlocation'the/system01.dbf ';
    ..................................................................................................................
    ALTER database open;

    Finally after result here

  • My previous Manual proxy settings no longer work after update to v 38.0.5

    the parameters have been working well and now I can not get the updated proxy to work at all.

    I did a complete uninstall
    clean reinstall,
    reset the manual of the proxy (which has worked before, no problem), as it was before.
    browser restarted,
    IP enabled, does not.

    FF not my default browser. No other settings have been changed, other than the update.

    the settings have been saved, as they have not been cleared in the dialog box, but they were ignored.

    tried the x 3. tried to close all the applications and running. everything reset. nothing. FF is still completely ignoring the setting. Ugh.

    any ideas?

    Thank you!

    Please check these steps for troubleshooting ignored parameter changes:

  • Save the page of opening new tabs

    This article has answered my question and it worked, but it will not save. I close the browser or restart it gos back to normal. How to make this stick?

    https://support.Mozilla.org/en-us/questions/983481

    Could check you the following questions:

    (1) a user.js file

    Firefox allows you or external software create this file override the settings from your previous session. To track down and delete that file, please read this article: How to fix preferences that will not save.

    (2) lock of browser settings

    Some utility software such as Advanced SystemCare (with his surf Protection feature) you will protect against unwanted parameter changes by substituting all THE changes. You must disable this feature, at least temporarily, in order to keep your changes.

    Who help me?

  • Web page section headers are too big, content of the text is too small.

    I have to make big text/content fonts so I can read comfortably, but this makes the titles of the sections on the gigantic Web pages, and does not have the whole layout.

    in the opera, 10 years ago it was possible to change the size of the font of the class of the section headings (there are 6 classes/sizes of headings IIRC). the final effect is that the font size of the content was close to the font size of the title or titles on Web pages. parameter changes were made on a configuration page to designate the name of the font and sizes for proportional and monospace. for example, the title on this page of text entry is "Fill in the details of your question." and this font size are at least 3 or 4 times bigger then the topics under which ar "Question" and "Details".

    so is there a way of FF to decrease the font size of the section as a global general parameter headers?

    If Firefox is installed, it does not automatically create the chrome folder. You can create a new folder in your profile folder:

    C:\....\Application Data\Mozilla\Firefox\Profiles\z7hau5ip.default
    

    It will then appear one or more spots below bookmarkbackups.

  • Function key does not work do not

    Recently I bought HP 15R laptop 036TU. Function keys do not work correctly. As if, press F2 it adjusts the brightness rather than change the name of the folder. PL suggest what parameter changes are required. Thanks, Nitin.

    Hello

    Please follow the instructions below:

    http://support.HP.com/us-en/document/c02035108

    You may need to use the ESC key on the step #2 (if F10 does not work).

    Kind regards.

Maybe you are looking for

  • Why the FF fix the links click on a text file, but IE10 works fine?

    I'm composing a text file LibreOffice prepare for the publication of an e-book. In this text I incorporated hyperlinks to locations on the map Icelanders for the development system. I replaced these links with Google URL shortener for easy management

  • Qosmio G20 with authentic vista - topical issues...

    Hi all... I installed a genuine version of Vista Home Premium on my G20 and have several problems that I'm trying to fix. Check of Vista Compatablitity' highlighted only the bluetooth stack and the video drivers as a problem then I moved and made ins

  • FCPx removed a subject

    FCPx just took off a subject. There will be other FCPx training in apple stores?

  • OfficeJet 6700: scan to email

    Using Win 7 64 bit desktop with OfficeJet 6700. How can I scan directly to Thunderbird without having to analyze everything first and then attach it to an email? I'd rather not use (or want to) Windows Live Mail.

  • multicolumn listbox header

    Hello! I have a question about multicolumn list boxes. Is it possible to organize the header string vertically in the multicolumn ListBox? Thank you very much for your help! Ákos