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.

Similar Messages

  • 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

  • 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....

  • 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

  • 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

  • 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.

  • 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

  • How to set the option Bit-mapped indexes to true ?

    Hi,
    I a not a an Oracle Administrator. Usually, I just use Oracle as developper. I have got a Oracle 10g database. I can not import data in my database because the Bit-mapped options is not set.
    When I type
    select banner from v$version
    I get this result :
    BANNER
    Oracle Database 10g Release 10.2.0.1.0 - Production
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    TNS for Linux: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    I run the import and I get this error :
    IMP-00017: following statement failed with ORACLE error 439:
    "CREATE BITMAP INDEX "ID_ACC_DO" ON "ES_AUDIT_CONNEXION_ARCH" ("DATE_OUVERTU"
    "RE" ) PCTFREE 10 INITRANS 2 MAXTRANS 255 STORAGE(INITIAL 33554432 FREELIST"
    "S 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT) TABLESPACE "IND_XL" LOGGING"
    IMP-00003: ORACLE error 439 encountered
    ORA-00439: feature not enabled: Bit-mapped indexes
    I typed the command :
    SELECT * FROM V$OPTION WHERE PARAMETER LIKE 'Bit-mapped%';
    I get the result :
    PARAMETER
    VALUE
    Bit-mapped indexes
    FALSE
    How to set this parameter to true ?
    Best regards,
    Xavier

    I beleiev that you are on Standard Edition.Bitmap indexes can be used only when you are working with Enterprise edition.
    SQL> select  * from V$option where parameter like '%Bit%';
    PARAMETER
    VALUE
    Bit-mapped indexes
    TRUE
    SQL> select * from V$version;
    BANNER
    Oracle Database 11g *Enterprise Edition* Release 11.1.0.6.0 - Production
    PL/SQL Release 11.1.0.6.0 - Production
    CORE    11.1.0.6.0      Production
    TNS for 32-bit Windows: Version 11.1.0.6.0 - Production
    NLSRTL Version 11.1.0.6.0 - Production
    SQL>I guess you see the entry coming of Enterprise Edition in my banner.This is missing in your V$version, so you are using Standard Edition install.
    You need to move to Enterprise edition to use Bitmap Indexes.
    HTH
    Aman....
    Edited by: Aman.... on Dec 11, 2008 3:09 PM
    added a little more.

  • Bit-mapped Index

    Hi,
    I run this
    CREATE BITMAP INDEX bx_time_period ON time_period (time_period_cd)
    and i got this error:
    ORA-00439: feature not enabled: Bit-mapped
    I am using a Oracle 9i SE.
    How can i do to fix this error ?
    Do i need to install any patch
    Thanks.
    Leo

    About differences between normal an bitmap indexes you can see [url http://download-west.oracle.com/docs/cd/B14117_01/server.101/b10743/schema.htm#sthref883]The documentation
    In general, bitmap indexes are useful in application with huge data, low cardinality keys and low level of concurrent transactions (i.e. DataWarehouse), while normal indexes are tipically suitable for OLTP applications.

  • 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

  • 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

  • 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

  • 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

Maybe you are looking for

  • Itunes will not quit on my windows 7 computer.

    I have to use task messenger every time i want to close itunes   or restart my computer. I cannot put music on my iphone or shuffle either.  please help

  • How do I change the name of my movies in Apple TV from Unknown Genre

    I assume I would change it in iTunes?  When I go to Computers on Apple TV, I get Music, Movies etc., but my movies are listed under "Unknown Genre" Thanks for your help Cheers

  • HP Video Editing Laptop

    Here is a new laptop from HP that I would not mind owning.  It is their new EliteBook 8740w.  There are stock configurations but how about this custom configuration: i7-940QM Extreme Processor 2.13 GHz 17" 1920 x 1200 Antiglare DreamColor LED display

  • UNdeploying an EJB

    Is there an automated way to "un"-deploy an EJB? ...or, is removing the generated classes and unpublishing the object sufficient? (Does that leave anything behind?) null

  • How do I fix error code 1406 when downloading Adobe Reader

    How do I fix error code 1406 when trying to download Adobe Reader, using Windows 7 Pro, 64 Bit.