Compare the INIT parameters

Hello gurus,

I was invited to "' * compare the INIT parameters among 3 bodies *"; " 2 on a particular server and 1 on another server. The oracle DB versions I have for all instances of 3 are:

Instance 1: 10.2.0.4.0
Instance 2: 11.2.0.1.0
3 instance: 11.2.0.1.0

Please let me know what should I do in matter of compare parameters these instances installed on my servers init. The only thing I know is ' SQL > create pfile from spfile;

It depends on you are looking for.

One way is to compare the parameter $ v or v$ spparameter between instances using the links in the database. Version 10 and 11 have a different number of parameters.

HTH
Antonio NAVARRO

Tags: Database

Similar Questions

  • Dynamically change the Init parameters

    Hello

    We will improve our database 10.1.0.5 to 10.2.0.5.

    The database is running on pfile.

    SQL > show the pfile parameter

    VALUE OF TYPE NAME
    ------------------------------------ ----------- ------------------------------
    chain of SPFile

    After you run the tool preupgrade, got the warnings below.
    **********************************************************************
    Update settings: [update of the Oracle 10.2 database init.ora or spfile]
    **********************************************************************
    ATTENTION: - > "streams_pool_size" must be increased at least 50331648
    ATTENTION: - > "session_max_open_files" must be worn at least 20


    I don't find these settings in the pfile file. Is it possible to dynamically change these settings?

    Can I add these parameters to the pfile file before the upgrade of the database?

    SQL > show parameter of flow

    VALUE OF TYPE NAME
    ------------------------------------ ----------- ------------------------------
    STREAMS_POOL_SIZE big integer 0

    SQL > show parameter session_max_open_files

    VALUE OF TYPE NAME
    ------------------------------------ ----------- ------------------------------
    session_max_open_files integer 10

    Thank you
    Pradeep

    As noted, if the values are not explicitly defined, they assume default values - see the documentation

    http://docs.Oracle.com/CD/B14117_01/server.101/b10755/initparams209.htm#REFRN10243
    http://docs.Oracle.com/CD/B14117_01/server.101/b10755/initparams187.htm#REFRN10196

    HTH
    Srini

  • There the init.ora parameters cannot be changed at all?

    DB version: 11 GR 2

    We have the following two types of initialization parameters

    Dynamic - which can be changed without a rebound in DB (example CURSOR_SHARING)
    Static - which can be changed with a rebound in DB (example MEMORY_MAX_TARGET)

    The two types of init parameters listed above can be changed with or without a rebound in the DB. There are initialization parameters that cannot be changed at all with or without a rebound in DB?

    Max wrote:

    Documentation is Oracle that describes the init.ora parameters ' Oracle database reference 11gRelease 2'. It is not answered my question

    Maybe it does.

    of DB_BLOCK_SIZE

    The value of DB_BLOCK_SIZE in effect at the time you create the database determines the size of the blocks. The value must be set to its initial value.


  • A query is very convenient which lists all the important associated DG init parameters

    Version: 11.2/10.2

    Did you guys a very practical query that I could run in the primary and Standby sites that will be all important lists
    Data Guard related init parameters.

    Something like below but a query that lists important Dataguard bound init.ora parameters
    col name format a35
    col display_value forma a20
    set pages 25
    
    SELECT name, display_value FROM v$parameter WHERE name IN ('db_name', 
    'db_block_size','undo_retention',
    'shared_servers', 
    'memory_target','sessions',
    'processes', 
    'session_cached_cursors', 
    'sga_target', 
    'pga_aggregate_target', 
    'compatible', 
    'open_cursors',
    'nls_date_format',
    'db_file_multiblock_read_count',
    'cpu_count',
    'cursor_sharing')ORDER BY name;

    Hello

    You must include standby settings, check below to see if it is useful for you or not?

    sys@ORCL> set line 500
    sys@ORCL> column name for a30
    sys@ORCL> column display_value for a30
    sys@ORCL> SELECT name, display_value FROM v$parameter WHERE name IN ('db_name','db_unique_name','log_archive_config','log_archive_dest_2','log_archive_dest_state_2','fal_client','fal_server','standby_
    file_management') order by name;
    
    NAME                           DISPLAY_VALUE
    ------------------------------ ------------------------------
    db_name                        orcl
    db_unique_name                 orcl
    fal_client
    fal_server
    log_archive_config
    log_archive_dest_2
    log_archive_dest_state_2       enable
    standby_file_management        MANUAL
    
    8 rows selected.
    
    sys@ORCL>
    

    My environment is not in sleep mode, so some of the values are NULL.

    Thank you.

  • Problem with the published parameters between the movement of FCPX

    Hello

    I have a little problem with the settings published between the movement at FCPX.

    For some reason, the published parameters have different values within FCPX in movement.

    For example, in motion, a parameter is - 187.04 and in FCPX is-0,19. What are the parameters of position for CSOS.

    If I try to change this setting in FCPX, the application crashes after 10 seconds or less.

    No idea what is causing the problem? I re-edited the effect several times, same result. The software that I use is FCPX 10.2.2 and 10.2 of the Motion.

    MOTION

    FINAL CUT X

    Thank you.

    The values that you have published on the move have been compared to this project that you created. The values shown in FCPX are "consistent" with any project that you create. Often, you will see the center screen is 0.5, 0.5. Left and below are 0, right and up are 1.0. Or you could see Center of 0.0 and a range between - 0.5 and 0.5. Sometimes, you will see the numbers on the scale of some sort of percentage (vertical values will be 0-100 [%] and the horizontal will be based on the aspect of the project, for example, horizontal will be between 0 and 177.7778 for a project of 1920 x 1080, etc..) It will depend on the type of object and the parameters associated with what you posted.

    If you want to "correct" values in FCPX, you will probably need to rig settings, otherwise, just live with it.

    For what is * why * your model crashes FCPX, that will be another reason and not the difference in the numbers. So, can we get more information on the model?

    To use specific fonts?

    You publish alterations settings?

    Anything out of the ordinary?

  • Comparing the spfile and pfile

    Hi all

    11.2.0.3

    I want to compare my pfile_old generated a month ago and the spfile current, just to check if there have been changes.

    So, I converted my current spfile to pfile_new. To make the taskeasy...

    Then, I created an external table for this 2 files with the same name.

    create table pfile_old (text1 varchar2 (100))

    external organization (type oracle_loader default BDUMP directory

    access parameters (records delimited by newline)

    location ("pfile_old.txt"))

    reject the limit 1000;

    create table pfile_new (Text2 varchar2 (100))

    external organization (type oracle_loader default BDUMP directory

    access parameters (records delimited by newline)

    location ("pfile_new.txt"))

    reject the limit 1000;

    =================

    But when I compare the values, none are equal?

    Select text1 from pfile_old less select Text2 pfile_new;

    everything is selected in pfile_old.

    How can I fix this?

    Thank you

    zxy

    Have you looked at the actual data in both files to see what are the real differences?  It is impossible for us to guess what may be different between the files, because we have no idea how the original pfile has been created or maintained.  You have two files.  You know what lines you expect to be the same.  You know, or can know, what are the real differences.

    If, once you know why they are different and determine the algorithm you want to use for comparison, we would be happy to help you to implement this algorithm if you know enough PL/SQL to do.  But you'll have to do the legwork.

    Of course, discover that something has changed by looking at the spfile rather than through good change control process is rather crazy in and of itself.  In the past, you indicated that you are somehow responsible for a large system.  There is no universe in which it makes sense for a DBA of a real production system (not to mention one who claims to have sensitive data or to be 24 x 7) to be surprised by a change in initialization parameter.

    Justin

  • Integrated procedure compare (directories, initialization parameters, roles...

    Hello all;
    I tried to look on the integrated oracle procedure that compares (directories, initialization parameters, roles, profiles, tablespaces, users, redo logs) between two different databases, but I found...
    Therefore, if no on knows it please send it to me as soon as possible.

    Thank you all.

    Wrong forum. The database may be more than appropriate. Also, you should read this: http://www.catb.org/esr/faqs/smart-questions.html with a lot of attention. If you have used google before dismissing your question here in the wrong forum you would have gotten so solutions:
    http://www.Google.com/search?q=Oracle+database+diff

    Oracle SQL Developer is an integrated database diff, you can take a look.

    see you soon

  • Instantiate using 'new' does not not on the init() method

    Hello

    I am instantiating an object using "new" and calling my init() with 4 parameter passing constructor, but I get the error message that the parameters are required (see below). It works by using "createobject", that's fine, but I wanted to use 'new' to create an object. Can someone give some info why it doesn't work? Thank you.

    The SHOPPINGCARTDSN parameter to the INIT function is required but is not passed in.

    < cfscript >
    o = new cfc.shop.discount () .init (shoppingcartdsn: 'test', localDSN: 'timerDelegate', starsDSN: 'testdsn', ProjectName: 'test');
    writeDump (o);
    < / cfscript >

    You do not have to call the init method when you instantiate your object with the new. This is done by the new function itself (even with parameters, pass the parameters to the object, and not to the init function)

    Try this:

    o = new cfc.shop.discount (shoppingcartdsn: 'test', localDSN: 'timerDelegate', starsDSN: 'testdsn', ProjectName: 'test');

    writeDump (o);

  • What average star (asterisk) in the init.ora file

    What average star (asterisk) in the init.ora file? Parameters such as core_dump_dest, db_block_size db_domain mentioned below has a prceeding *.

    What does that mean?
    jap91.__sga_target=1392508928
    jap91.__shared_io_pool_size=0
    jap91.__shared_pool_size=822083584
    jap91.__streams_pool_size=0
    *.core_dump_dest='/data_DISK1/bkp_dir/jap91/cdump'
    *.db_block_size=8192
    *.db_domain=''
    *.db_file_multiblock_read_count=16

    This is the rating that mentions that the setting is applied to all instances, if you use a RAC database. Instead of *, you can also SID in the specific case of fees so if you want that the parameter only works for this instance.

    HTH
    Aman...

  • By comparing the numbers on MAC worksheet cell text

    How to compare the content of text in a cell in a column with the text content of each cell in another column to check for duplication. After checking the first cell, I won't move to the next and repeat the operation for each cell in the first column, ultimately comparing each cell in the first column with each in the second

    A simple way to do this would be something like this:

    The formula for C2, filled to the bottom of the column, is:

    = IF (COUNTIF (A, B) ", TRUE," "")

    The formula in D2, filled to the bottom is:

    = IF (COUNTIF(B,A), TRUE,"" ")

    This requires that you compare the contents of a cell in column B with all the contents of each cell in A and vice versa.

    If you want to see if the contents of a cell in column B is contained within the contents of the cells, etc., then a more complicated approach would be necessary.

    SG

  • What formula would I use to add all the other ranks in my spreadsheet. I want to compare the fees and expenses of 2015 since they are incurred for 2016

    On the same worksheet, I want a spreadsheet to compare spending 2015 totals by month in several categories to 2016 expenses when they occur. What is the best way to implement this worksheet? It is essentially a budget, but wants to see how the category spending increase or decrease all the months for 2016.

    Thanks for any help.

    Hi Bruddah,

    I would like to start by rearranging your table so that the amounts from here to 2015 and 2016 switch not in the column, as implied in your question.

    Vocabulary of the numbers:

    worksheet not sentence numbers

    Worksheet: A spreadsheet. Usually abbreviated to 'Document '.

    Leaf: a blank canvas on which are placed the tables and other objects. A Document has at least one and maybe more than one.

    Table: an object consisting of one or more cells, arranged in rows and columns.

    Take a look at the personal Budget template (file > new form model...), specifically the summary in the table of categories.

    It uses the formula: = SUMIF (Transactions::Category, A2, Amount)

    Since you want to compare the volumes in several CATEGORIES at the specific two-year MONTH, you will need SUMIFS, using three test values, pairs of condition.

    Syntax: = SUMIFS (sum of the values,test values,condition,test values,condition,test values,condition)

    I would like to know if it is enough information. If this isn't the case, I'll be later in the day to enter more specific details. In the meantime, a screenshot of your table and the lines of (at least) your transactions table header would be probably useful.

    Kind regards

    Barry

  • How to compare the 2 versions of the same document in Pages?

    How to compare the 2 versions of the same document on Pages?

    There is no OS X Visual tool which can open two Pages document and show the differences between them - other than the human eye.

    What information are you interested in identify as different between the two documents? What specific version of Pages?

  • Just updated to ios 9 and my ipod touch is stuck at 'update of the iCloud parameters.  I can not restore from iTunes as I have to disable 'find my iPod toch' and cannot do the iPod is blocked with the message to update.  Will not work force a stop down.

    Just updated to ios 9.2 (from 8 something) and my ipod touch is stuck at 'update of the iCloud parameters.  I can not restore from iTunes because I have to disable "Find my iPod touch" first of all, and I can't do as the iPod is blocked with the message to update.  Forcing a stop down does not work that for some reason, I am unable to turn off my iPod touch manually.  I tried to turn off my wifi to see if that stops the iPod touch, but he always keeps on the message to iCloud.  Do I just wait until the battery sinks so that it forces a reboot?

    Place your iOS device into Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.

    iOS: I forgot the password or disabled device

    If the recovery mode does not work, try the DFU mode.

    How to put iPod touch / iPhone in DFU "Karthik doodles."

    To learn how to restore:

    iTunes: restore iOS software

    To restore backup see:

    Restore your device from an iCloud or iTunes backup - Apple Support

    If you restore from a backup of iCloud apps will be automatically downloaded. If you restore from backup iTunes, applications and music must be in iTunes since synchronized as music media library and apps are not included in the backup of the iOS device what iTunes does.

    You can re-download most of iTunes purchases by:

    Download after purchase from the App Store and iTunes Store iBookstore

    If no problem what happens or doesn't happen, and when in the instructions? When you get the iPod into recovery successfully mode and connect to iTunes on the computer should say that it found an iPod in recovery mode.

  • In comparing the two last samples read in

    Hey guys,.

    before the start of my program to test a sample, to check whether its current temperature stable

    So, I read the information of my sample temperature very low frequency (once every 5 seconds) and basically I want to compare the last two samples I have read, and if they are the same allow the next part of the program to start.

    I thought that this could involve using the Labview collector function, but I can't see how I would implement it.

    Any help is very appreciated,

    Sam.

    use a registry node or shift of feedback.

    Write the value to the entry of feedback node and compare to the output

  • Compare the voltage

    Hello.

    I created a VI in order to compare the measure. I start with a simple button.

    I want to replace the button with a myDAQ data. But read the data on sent myDAQ of data streams, and I need only one value? How to extract a value from the stream?

    Pascal

    Hi Pascal, see the attached VI (old version, but should open).

    Place your daq assistant as shown and see the results.

    Hope this is what you are looking for.

    Best regards, W

    P.S. I could not resist to show an alternative to the structure of your business

Maybe you are looking for

  • file missing in the list Panel

    My main folder is no longer appears in the Panel on the left of the folder. E-mails and their content are the database file Sqlite is seen from s 3rd part app. The search application Thunderbird find emails, but when you open the email, there is no c

  • Can I remove the diagnostic system reports?

    As above. Can I remove Diagnostic system reports that sit in the Console? Actually, can I delete everything in the Console? Thank you.

  • How get rid of all these unauthorized charges?

    How get rid us of all these expenses aren't allowed on our account I-tunes, which have shown up on our credit card statement without our knowledge?

  • Satellite U400 - 12 p - multimedia keys stopped working

    Hello. multimedia keys on my Satellite U400 - 12 p has recently stopped working. Turn everything first they get is "stuck" on, a few days ago the resulting work back and later arrested again but this time they "stuck" is off. with the backlight on th

  • EOS 400 d rebel AF just by clicking

    Hello I have been vacationing Luckily enough these days. I cleaned the lens with lens cleaner, removed the lens and used a small amount off the coast of the solution and clean the mirror angle glass behind the goal, which is the sensor? Since I did t