Error: ORA-00439: feature not enabled: Managed Standby

Hi there, after I turned on auto archiving in the init.ora file (altered archivelog) and started up the DB, I get the error "ORA-00439: feature not enabled: Managed Standby" while starting up the instance. Under the Alert log, it said License_max_session = 0 and license_sessions_warning = 0. Is that mean I need licenses in order to turn Auto archiving on? how?
PS: I can "alter system archive log start to '...';" though when the instance is open.
Thanks,
-Harry

I couldn't agree more with Kin..
Are you running Enterprise Edition? If not, Managed Recovery Mode, is available only with the Enterprise Edition of 8.1.x. This
may be why you are getting this error. Also, check v$option and see what 'Managed Standby' option shows, TRUE or FALSE. If
FALSE and you are running Enterprise Edition, then you may want to post to the Microsoft forum regarding getting this installed.
It would also help to know what your 'compatibility' parameter is set to.
I have read numerous...views..
some syntoms:
- enabling my database mode to archivelog
However when you take out the parameter
log_archive_dest_1 parameter and added the old log_archive_dest paremeter then database opened fine.
also if you remove the word location and the
character =
it might just work.
hope this helps
shah

Similar Messages

  • Urgent - ORA-00439: feature not enabled: Partitioning - Windows

    i have downloaded the 11gr2 and installed in my xp laptop. Strange, i can't see the partition feature enabled. Any clue how to enable the feature in windows? In google search, i can find the solution for unix and linux but not windows
    CREATE TABLE T_CUSTOMER
    ERROR at line 1:
    ORA-00439: feature not enabled: Partitioning
    SQL> select * from v$version;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE 11.2.0.1.0 Production
    TNS for 32-bit Windows: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production
    SQL> select * from v$option where parameter='Partitioning';
    PARAMETER
    VALUE
    Partitioning
    FALSE

    As suggested already, you need to install the Partitioning option from the OUI. Please run OUI from your oracle home (locate it from Start>All Programs) . It will load a product listing file, in the end , a listing of features would be shown to you which would show Partitioning as a new install . Do the installatation and you should be fine.
    Aman....

  • Got ORA-00439:  feature not enabled: Fine-grained access control

    Trying to implement VPD, I've got ORA-00439 when implementing Fine-grained access control. Will this be available on XE?

    Hi,
    lewisc: Yes. I mean "persistent package variables" and I know this feature is available in any version of Oracle. But, I don't know how It works whith HTMLDB when using "HTMLDB Authentication Scheme".
    i.e.: when I connect to an HTMLDB Application, I can see a new session on
    V$SESSION with username=ANONYMOUS with SID=xxx and SERIAL#=yyyy.
    1.-Will HTMLDB use the same session until User Press "logout" link?
    2.-Will this particular Database session be exclusive or shared for any HTMLDB sessions?
    3.-If I Logout from HTMLDB App, then Login again, Will HTMLDB reuse the same session?
    or will create a new one?
    -About VPD.
    VPD is a Personal Edition feature too. All features of EE is
    available on Personal Edition except RAC and a few others
    specials features.
    After all:
    Maybe with these examples you can see my question.
    CREATE OR REPLACE VIEW myviewname
    AS
    SELECT *
    FROM mytablename
    WHERE somecolumn = V('Fxxx_HTMLDB_ITEM_NAME')
    CREATE OR REPLACE TRIGGER mytriggername
    BEFORE
    INSERT
    ON mytablename
    FOR EACH ROW
    BEGIN
    :new.mycolumn1 := V('Fxxx_HTMLDB_ITEM_NAME');
    END;
    Can these two examples work? If so, maybe there is something wrong in my applications.
    Thanks GaryM for your issues and I already know this can be done that way

  • Err ORA-00439 feature not enabled: function-based indexes

    How can I enable function based indexes?
    Database Version is 8i Release 8.1.6.0.0.
    I've done the following steps:
    The init-parameter compatible is set to 8.1.0.0.0.
    I've altered the session parameters
    QUERY_REWRITE_INTEGRITY to TRUSTED and
    QUERY_REWRITE_ENABLED to TRUE.
    But it still doesn't work.
    I would appreciate your help.
    Martin

    Function Based Index feature is not available in the Standard Edition of Oracle. This feature is available ONLY in the Enterprise and Personal Editions.
    Use the V$OPTION view to see the list of installed options.
    If the option is installed, you will see for "Function-based indexes":
    PARAMETER VALUE
    Function-based indexes TRUE
    null

  • ORA-00439: feature not enabled: Bit-mapped indexes

    Do I need to change any parameter to enable this feature or I just can't use it in Oracle XE?
    Thanks,
    Allwyn

    Hi Allwyn,
    the feature list of XE says that Bitmapped index and bitmapped join index are not supported ( http://download-east.oracle.com/docs/cd/B25329_01/doc/relnotes.102/b25327/toc.htm#BEIDGBCD ) . I guess it won't work then.
    We get the function based index, though.
    Regards,
    ~Dietmar.

  • 00439 : Feature not enabled: Database Queuing (HELP NEEDED URGENTLY)

    Hi,
    For a 8.1.6 installation on WinNT, I get the "Database queuing
    not enabled" error. As a result, i cannot create any queues,
    moreover, the default SYS queues have not got created. Someone
    advised me to run the following scripts :
    1) dbmsaqad.sql
    2) catqueue.sql
    3) catdefrt.sql
    I did, but this did not help. Selecting from V$option still
    shows "Database Queuing : FALSE" and i cannot create any queue
    tables and hence queues. Pls HELP !!!!
    Thanks
    Regards,
    Naren

    Are you sure you have 8i Enterprise Edition. AQ should be
    automatically enabled in the Enterprise Edition

  • 00439 : Feature not enabled : Database Queuing

    Hi,
    I get the "Database queuing not enabled" error. As a result, i
    cannot create any queues, moreover, the default SYS queues have
    not got created. Someone advised me to run the following scripts
    1) dbmsaqad.sql
    2) catqueue.sql
    3) catdefrt.sql
    I did, but this did not help. Selecting from V$option still
    shows "Database Queuing : FALSE" and i cannot create any queue
    tables and hence queues. Pls HELP !!!!
    Thanks
    Regards,
    Naren

    hi ,
    i think u don't have access to dbms_aqadm,dbms_aq packages . try to get it from dba. upto 8.1.7 Oracle db was not directly come with AQ's . after initial versions of Oracle 9i db Aq become part of it but still u need access to those packages along with roles like JavaUserPrivs & javaSystemPrivs.
    any help u needed on aq contact me on [email protected]
    Mandar

  • PARTITIONING PROB. -Feature not enabled

    when trying to make partition on table or index database gives error :
    ORA-00439: feature not enabled: Partitioning
    so how to solve the error ?
    null

    that doesn't work
    are you using partitioning for manageability, or performance? what size document collection?

  • Oracle Objects - Feature not enabled

    Hi,
    When I am trying to create a new object
    I am getting the following error:
    ORA-00439: feature not enabled: Objects
    How to enable this object feature
    in Oracle8 Release 8.0.5.2.1 - Production
    version?
    Should I re-install Oracle?
    Thanks in advance,
    Satheesh.
    null

    Satheesh,
    In 8.0 release, Objects option was a separate purchase. However, since 8.1.5, Objects has been a bundled feature in Standard edition. If I were you, I would upgrade to 8.1.7 or 9i to take advantage of Objects features.
    Regards,
    Geoff

  • Streams: feature not enabled

    Hi all!
    I'm trying to set up my streams with some scripts, but soon an error raieses: feature not enabled...
    why?

    Hi Justin,
    I am using the Express edition of 10g. But still I am getting the error
    ORA-00439: feature not enabled: Streams Capture.
    Doesnt Express Edition have this feature?What am I to do? Actually I have posted a thread regarding this. But as of now,I havent got a reply. Here's the link.
    Problem with journalizing
    I am getting this error while starting a journal in Oracle Data Integrator. Hence I've put the details in the Integrator section.
    Please help.
    Regards,
    Divya

  • Partitioning - feature not enabled

    Hello!
    I have created my new database and some tables. When I tried to
    create a partitioned table I am getting the following error.
    ORA-00439: Feature not enabled: Partitioning
    Can any one tell me what I have to do for creating my partitioned
    table.
    Thanx in advance
    Jaishree
    null

    Enterprise Edition of Oracle is already available.
    Stefan
    Jeremy D. Alexander (guest) wrote:
    : Wait for the Enterprise Edition...
    : jaishree (guest) wrote:
    : : Hello!
    : : I have created my new database and some tables. When I tried
    to
    : : create a partitioned table I am getting the following error.
    : : ORA-00439: Feature not enabled: Partitioning
    : : Can any one tell me what I have to do for creating my
    : partitioned
    : : table.
    : : Thanx in advance
    : : Jaishree
    null

  • Feature not enabled: Partitioning

    Cannot create partionned table whith
    Oracle 8i
    message :
    ORA-00439: feature not enabled: Partitioning
    null

    that doesn't work
    are you using partitioning for manageability, or performance? what size document collection?

  • Feature not enabled(objects)

    Hi,
    I am trying to create a Type object in oracle but it gives me an error saying
    ORA-00439: feature not enabled: Objects
    Can any one help me with this.
    Cheers
    Vivek

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Vivek Sinha ([email protected]):
    Hi,
    I am trying to create a Type object in oracle but it gives me an error saying
    ORA-00439: feature not enabled: Objects
    Can any one help me with this.
    Cheers
    Vivek <HR></BLOCKQUOTE>
    Hi my name is Ahmad khan from pakistan
    the aswer is that u should install oracle enterprise edition in using nt or any o/s.
    null

  • Feature not enabled: OLAP Window Functions

    I was trying to use the RANK function in oracle 8i when I got this message
    ORA-00439: feature not enabled: OLAP Window Functions
    Where do I enable this feature? there isn't enough detail available for this in documentation.
    Any help will be appriciated.

    That's correct
    The differences between Standard and Enterprise Edition are listed here:
    http://www.oracle.com/technology/products/oracle8i/pdf/8i_fam.pdf

  • Ora-29886 feature not supported for domain indexes ??

    Could anyone tell me the reason for the following error
    ora-29886 feature not supported for domain indexes
    What are domain indexes ..??
    Thanks in advance ..

    It would have been better if you posted the statement that caused the error.
    If you are using something like MERGE INTO, it is not supported with with Domain Indexes. Workaround is to complete your insert with individual insert statements or drop the Domain Index before insert and recreate the index after insert
    Domain indexes are built for specific applications (specific domain) like Oracle text, Oracle Spatial etc. So depending on what application you are running, you might be using domain indexes. You create domain indexes as you create b-tree indexes, but the difference is that you have to define the INDEXTYPE.
    You can find domain indexes in DBA_SECONDARY_OBJECTS. Find the index on the table you are using, then check the definition of the index and see what it looks like.

Maybe you are looking for

  • Can no longer access epub books since iOS update

    Until recently I had a number of books and PDFs installed on my iPad that I accessed through iBooks.  During a recent iOS upgrade ALL of them were removed from my iPad, but were still available on iTunes.  I have been able to move all of the PDFs bac

  • Prepared Statement too fast?

    I have an app that performs thousands of inserts at a time via prepared statements. A batch of insert statements could contain 100's to 10,000's of insert statements in it. When a batch is completed, an execute batch is performed. Now when our users

  • Username and password for 11g

    Hi there, can anyone tell me what is username and password for SQL PLUS of oracle 11g??

  • White space again!

    In Firefox in my site at the url: http://www.mcjtraining.co.uk/mcjFormMail/informationrequestform.shtml there spaces between the last few rows of the form that are not present in IE7. Would anyone happen to know why the displays are different? I am c

  • How to improve poor video quality in iMovie?

    I have a movie in iTunes (version 10.6.3).  When I play the video, the quality is good on my Mac, on my iPad 3 and on my Apple TV.  The Apple TV is hooked to a 42-inch LCD TV. Next, I open the video file (MP4) using QuickTime Player.  I use the Edit