FAST_START_MTTR_TARGET & Redo Log Advisor in 10g Standard Edition

OS: Oracle Enterprise Linux 5 Update 2 (64-bit)
DB: 10.2.0.4
I've been trying to set the FAST_START_MTTR_TARGET in my 10.2.0.4 Standard Edition database. As well as wanting the value set for recovery reasons, I'd also like to use the Redo Advisor Log to determine the best size for my redo logs.
[oracle@scgamadb01pl ~]$ sqlplus / as sysdba
SQL*Plus: Release 10.2.0.4.0 - Production on Thu Oct 16 15:04:32 2008 Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
Connected to:
Oracle Database 10g Release 10.2.0.4.0 - 64bit Production
SQL> ALTER SYSTEM SET fast_start_mttr_target=300;
ALTER SYSTEM SET fast_start_mttr_target=300
ERROR at line 1:
ORA-02097: parameter cannot be modified because specified value is invalid
ORA-00439: feature not enabled: Fast-Start Fault RecoveryOracle Support tells me that Fast-Start Fault Recovery is not available in 10g Standard Edition so I'm unable to set FAST_START_MTTR_TARGET. I'm confused because in my 9i Standard Edition iinstance I have the value set and can adjust it.
Has anybody else run into this? Is there a workaround other than manually adjusting all the checkpoint-related parameters?

In 9i, it's also not suppose to be working for SE
Oracle either ignored the parameter or it's a bug not detecting the setting.
http://download.oracle.com/docs/cd/B10501_01/server.920/a96531/ch5_edit.htm#66165
You can use LOG_CHECKPOINT_INTERVAL instead
http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/initparams109.htm#REFRN10095

Similar Messages

  • What is limit of database size in oracle 10g standard edition/edition one

    Hai All,
    What is the limit of database size in oracle 10g standard edition and standard edition one.. I see the white paper of oracle says that the limitation is 500 GB. This limitation is correct.? if correct then what happened after the limit..?
    Please help?
    Shiju

    What white paper would that be? I can't see any limit in the Oracle Database 10g Editions comparisons.
    C.

  • Oracle Streaming Queues in Oracle 10G standard Edition

    I would like to configure and implement Oracle Streaming Queues in Oracle 10G standard Edition. If it is possible then please guide me and give me some clues and if not then please advise me some alternate method.

    Here is the guidance you requested.
    License information:
    http://download.oracle.com/docs/cd/B19306_01/license.102/b14199/toc.htm
    Technical information:
    http://tahiti.oracle.com/
    Since I don't even know what version you have ... this is as far as I can take you.

  • Upgrading from Oracle 10G standard edition to Oracle 10G enterprise edition

    Hi
    I want to upgrade from Oracle 10G standard edition to Oracle 10G enterprise edition. Is there any script provided by oracle which I can run on existing Oracle 10G standard edition to upgrade to enterprise edition after completing the licensing formalities or do I need to install Oracle 10g Enterprise edition from scratch and then migrate my data.
    Ramanbir S

    You will not need to perform any data migration to upgrade to EE. The diffetence between standard en enerprise editions are the features offered. When you upgrade you can use the same set of files you used to install standard edition and just add the enterprise edition features you want to use in the 'Custom' section of the Universal Installer.

  • Oracle 10g standard edition installation and problems with logon (help pls)

    I installed 10g standard edition, however I got the following two messages during installation:
    1) The host IP address can not be determined
    2) Missing or Invalid password ...
    Eventhough I unlocked all the passwords during install (tiger/scott, sys, system, etc) I can not logon now with none of them ("invalid username/password: logon denied"). I also get "ORA-12170: TNS: Connect Timeout Occured" when trying to lgoon with my email addr and password used for installation.
    Please help, this is frustrating. Thx!
    P.S> Do I need to input anything in the "Host String" box ?

    Chances are
    1) you are using WIndows of some sort;
    2) your machine does not have a static IP address (you are using DHCP);
    3) you have not installed the loopback adapter, as desrcibed in the installation document.
    You may want to review the Oracle Database 10g (release whichever you are using) "Installation Guide" manual for your operating system again. I think you missed a step.

  • Basic replication in 10g Standard Edit.

    Can some one guide me on the configuration of basic replication on version 10g Standard Edition? What I am looking for is a manual/documentation and examples or something like that. I just need to replicate a couple of tables from a database in a remote city to my local database in my local city.

    i have problem to install developer suit 10g on window xp, i download it from oracle site. unzip it in disk1 and disk2 folder on C, when i start the setup from disk1. it's run but it give me the error specify the file location, the location of file products.jar is exist in disk1 but it give me the same error every time.
    please help me what the problem is that.
    thanks

  • Failover in 10g Standard Edition tips

    Hi guys,
    We have an Oracle 10.2.0.5 Standard Edition Database in a Windows Server 2008 x64, and we were looking for a Failover solution. The idea is when the primary server could have a problem, automatically open in read/write mode the standby DB, and after repairing the primary DB, propagate the changes from the standby to the primary.
    After researching, we had decided to create a Manual Physical Standby Database in another server, following this guide
    We are now testing it and seems to work with no problems, but we like to know some tips or advices for that solution, or if it exists one better option for Failover in Standard Edition, from some experienced dbas from this forums. Can somebody help us with that?
    Thanks in advance!
    Juan Alvarez

    user13325846 wrote:
    How to programatically partition table in 10G standard Edition ?I had no idea (reading this thread) that 7.3's partition views were still supported. At the time (back in the mid 90's), we were explicitly told not to use this option for a large OPS data warehouse, by Oracle experts that assisted us in building and tuning the system. So never really used this option and thought it deprecated ifo proper partitioning introduced with v8.
    I currently roll a my own partition-like feature on 10g SE - using dynamic SQL where a function is used to determine the table name. As all access to the tables are done via PL/SQL, this works fine (and bind variables are used all the way). On the client reporting side, we use APEX. APEX has the option of using a function (supplying the SQL) for reporting region, instead of coding the actual SQL. Again, PL/SQL is used to construct the source SQL (for the appropriate table) and given to APEX to parse and bind and execute as a report.
    Of course, this is not nearly as flexible as the Enterprise partitioning feature, but it works fine for the (limited) job required.

  • Load Balancing and Failover with 10G Standard Edition

    Hi,
    I am new to Oracle Replication and need some help setting up replication for load balancing and failover. Is this possible using Oracle 10G Standard Edition? I plan on having all updates done on the master site and both databases will be for reads. In case of failure of the master site, I would need to be able to failover to the other database.
    Also, if anyone knows of any documention for Basic Replication in 10G, please let me know.
    Thanks.

    Simple nnapshot replication of data would require significant manual effort to configure to load balance or failover. One the load balancing side, you would generally be limited to to static load balancing-- assigning half the users to one machine and the other half of the users to the other machine, regardless of who is actively using the machine. Failover would be a significant manual effort, particularly to bring the failed machine back into the cluster. You would be implementing the guts of multi-master replication.
    Frankly, if you actually have a system which is valuable enough to need load balancing and disaster recovery, I'm going to wager that it will be far cheaper even in the short run to buy more boxes and/or enterprise edition licenses than to try to implement this sort of thing yourself. In the long run, it will be far cheaper, since it will be far easier to maintain. Building all this yourself would probably be penny wise and pound foolish.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Virtual Private Database on 10g standard edition database

    I would like to implement Fine-grained access control (row level security) on 10g standard edition database.
    Please let me know if there is any workaround to enable this security on 10g standard database.
    Thanks in advance,
    Dora

    RLS can be enabled in the Standard Edition of the Oracle Server with special
    event codes in the initialization file :
    For Oracle8i :
         event="28119 trace name context forever"
    For Oracle 9i :
         event="28131 trace name context forever"
    DBMS_RLS.ADD_POLICY will not throw the error message ORA-00439 : feature not
    enabled: Fine-grained access control anymore. Do not forget to remove the
    special event code after having recreated the Portal VPD Policies.
    I can't find for 10g. May be some one can help you or check with oracle support.

  • OLAP option and 10g Standard Edition

    Hi,
    I have a small question. I want to find out if it is possible to have the OLAP option for my DB if I possess a Oracle 10g Standard Edition, or Standard Edition One license.
    I've checked the product note for EE, SE and SE One. Only EE contains a word about OLAP option. But as its just an Option, can't we have it with SE also?
    Thanks
    Goga

    Oracle is kind enough to document this information. I encourage you to become familiar with the 'Licensing' document, and in this case, the first 2 paragraphs of chapter 2.
    For your convenience, I've provided the link to that doc for 10gR2:
    http://download-east.oracle.com/docs/cd/B19306_01/license.102/b14199/toc.htm

  • Oracle RAC utilizing 10g Standard Edition

    Hi all,
    is it possible to implement cluster utilizing Oracle 10g Standard Edition on windows 2003 platform?
    Thanks

    Hi,
    Yes, you can setup RAC on Oracle 10g Standard Edition with no aditional cost.
    This document may helps u http://www.jobcestbon.com/oracle/RacOnWindows.pdf
    Regards,
    Rodrigo Mufalani
    http://mufalani.blogspot.com

  • Forms 6i C/S with Oracle 10g Standard Edition

    ¿Somebody had installed Developer 6i C/S with Oracle 10g Standard Edition on Windows 2000, Windows 2003, Windows XP Professional?
    ¿What about the results?

    I believe this particular combination (6i Forms with 10g database) is not actually supported, so is perhaps best avoided.
    My own experience is that these forms run ok against a 10g database if compiled against a non-10g database, but if you try and compile the 6i form while connected to a 10g db, the results are unpredictable - forms which compile perfectly well against 9i fail against 10g, with all sorts of horrible looking internal error codes.
    regards
    Andrew
    UK

  • How to choose 10g Standard Edition One.

    Hi,
    Does anyone know how to choose 10g Standard Edition One during the installation process ? There are only two type to choose: Enterprise and Standard Edition.
    And is Standard Edition One defined by product or license ?
    Thanks!

    Oracle Standard Edition:
    Standard Edition is designed for smaller businesses and enterprises. It offers a subset of the features/ functionality implemented in Enterprise Edition. Database options like Data Guard, Partitioning, Spatial, etc. is not available with Standard Edition (from 10g one can use RAC with Standard Edition). Standard Edition can only be licensed on servers with a maximum capacity of four processors.
    Oracle Standard Edition One:
    Standard Edition One is a low cost, entry-level version of the Oracle Standard Edition database server. Standard Edition One can only be licensed on small servers with a maximum capacity of two processors.
    Additional reading:
    Oracle10g Database Licensing Guide
    (Part of the Oracle 10g Documentation Set)
    Oracle9i Database New Features Guide
    Chapter 5: Database Feature and Option Availability
    References:
    Oracle Store
    http://store.oracle.com/
    ~ Madrid

  • Oracle Database 10g Standard Edition

    Oracle Database 10g Standard Edition Suitable for medium sized organization. Actually it supports how many no of concurrent connection, workload??

    Yes, it is suitable for, and is used in many medium sized organizations. It supports as many concurrent connections as possible until the operating system starts paging or swapping. At which time it slows down. I personally have seen it handle 125 concurrent connections.
    You question is like asking 'will a Pentium 4 CPU handle Microsoft Powerpoint?'. And the answer is 'yes, of course'. But what about when you want to run video clips in Powerpoint?
    There is no accurate way of answering your question without understanding the exact workload you plan on generating.

  • Physical Standby database Oracle 10g Standard Edition

    Hello,
    I open a new question about testing a standby database a because of this:
    I realize that my standby database is 10g Standard and not Enterprise and not 11g.
    Because for testing we plan to modify data on Standby, we are looking for some way to restore Standby to the point before testing.
    So, I can't use Flashback Recovery Area for restoring my database to a certain point after testing.
    In this scenario, the only way that I think is:
    On Standby
    - Shutdown database
    - Copy by O/S all datafiles, temp files, control files and redo logs. That will be my backup before testing.
    - Open database, test and modify data
    - When test is finished, shutdown database
    - Copy and replace by O/S all datafiles, temp files, control files and redo logs from backup place
    - Open database as standby and apply all archived redo logs needed.
    Would be it work without problem or should I copy other files?

    user521219 wrote:
    Hello,
    I open a new question about testing a standby database a because of this:
    I realize that my standby database is 10g Standard and not Enterprise and not 11g.
    Because for testing we plan to modify data on Standby, we are looking for some way to restore Standby to the point before testing.
    So, I can't use Flashback Recovery Area for restoring my database to a certain point after testing.
    In this scenario, the only way that I think is:
    On Standby
    - Shutdown database
    - Copy by O/S all datafiles, temp files, control files and redo logs. That will be my backup before testing.
    - Open database, test and modify data
    - When test is finished, shutdown database
    - Copy and replace by O/S all datafiles, temp files, control files and redo logs from backup place
    - Open database as standby and apply all archived redo logs needed.
    Would be it work without problem or should I copy other files?yes, It will work.
    it comes under Refresh of database, use --> cleanup --> restore.
    If its enterprise edition , you can use procedure mentioned in this note How To Open Physical Standby For Read Write Testing and Flashback [ID 805438.1]
    Edited by: CKPT on Jul 5, 2012 11:01 PM

Maybe you are looking for