Topology creation in standard edition of oracle

I am creating topology in standard edition of oracle and getting error
Please suggest
SQL> EXECUTE SDO_TOPO.ADD_TOPO_GEOMETRY_LAYER('city_data1','LAND_PARCELS1','FEATURE','POLYGON');
BEGIN SDO_TOPO.ADD_TOPO_GEOMETRY_LAYER('city_data1','LAND_PARCELS1','FEATURE','POLYGON'); END;
ERROR at line 1:
ORA-13111: cannot add topo_geometry layer [NSA_TRAINING.LAND_PARCELS1.FEATURE] to topology
ORA-06512: at "MDSYS.MD", line 1723
ORA-06512: at "MDSYS.MDERR", line 17
ORA-06512: at "MDSYS.SDO_TOPO", line 758
ORA-06512: at "MDSYS.SDO_TOPO", line 994
ORA-06512: at line 1

Hi,
For Your information : Topology is licensed only with Spatial option to Enterpise Edition.
BR,
Tomek

Similar Messages

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

  • Sample Response File for Oracle Database 12c Standard Edition on Oracle Linux 6.4 -- working

    oracle@styles-and-artists-development-oracle database]$ cat response/db_install.rsp
    ## Copyright(c) Oracle Corporation 1998,2013. All rights reserved.##
    ## Specify values for the variables listed below to customize     ##
    ## your installation.                                             ##
    ## Each variable is associated with a comment. The comment        ##
    ## can help to populate the variables with the appropriate        ##
    ## values.                                                        ##
    ## IMPORTANT NOTE: This file contains plain text passwords and    ##
    ## should be secured to have read permission only by oracle user  ##
    ## or db administrator who owns this installation.                ##
    # Do not change the following system generated value.
    oracle.install.responseFileVersion=/oracle/install/rspfmt_dbinstall_response_schema_v12.1.0
    # Specify the installation option.
    # It can be one of the following:
    #   - INSTALL_DB_SWONLY
    #   - INSTALL_DB_AND_CONFIG
    #   - UPGRADE_DB
    oracle.install.option=INSTALL_DB_AND_CONFIG
    # Specify the hostname of the system as set during the install. It can be used
    # to force the installation to use an alternative hostname rather than using the
    # first hostname found on the system. (e.g., for systems with multiple hostnames
    # and network interfaces)
    ORACLE_HOSTNAME=styles-and-artists-development-oracle
    # Specify the Unix group to be set for the inventory directory. 
    UNIX_GROUP_NAME=oracle
    # Specify the location which holds the inventory files.
    # This is an optional parameter if installing on
    # Windows based Operating System.
    INVENTORY_LOCATION=/home/oracle/oracleInventory
    # Specify the languages in which the components will be installed.            
    # en   : English                  ja   : Japanese                 
    # fr   : French                   ko   : Korean                   
    # ar   : Arabic                   es   : Latin American Spanish   
    # bn   : Bengali                  lv   : Latvian                  
    # pt_BR: Brazilian Portuguese     lt   : Lithuanian               
    # bg   : Bulgarian                ms   : Malay                    
    # fr_CA: Canadian French          es_MX: Mexican Spanish          
    # ca   : Catalan                  no   : Norwegian                
    # hr   : Croatian                 pl   : Polish                   
    # cs   : Czech                    pt   : Portuguese               
    # da   : Danish                   ro   : Romanian                 
    # nl   : Dutch                    ru   : Russian                  
    # ar_EG: Egyptian                 zh_CN: Simplified Chinese       
    # en_GB: English (Great Britain)  sk   : Slovak                   
    # et   : Estonian                 sl   : Slovenian                
    # fi   : Finnish                  es_ES: Spanish                  
    # de   : German                   sv   : Swedish                  
    # el   : Greek                    th   : Thai                     
    # iw   : Hebrew                   zh_TW: Traditional Chinese      
    # hu   : Hungarian                tr   : Turkish                  
    # is   : Icelandic                uk   : Ukrainian                
    # in   : Indonesian               vi   : Vietnamese               
    # it   : Italian                                                  
    # all_langs   : All languages
    # Specify value as the following to select any of the languages.
    # Example : SELECTED_LANGUAGES=en,fr,ja
    # Specify value as the following to select all the languages.
    # Example : SELECTED_LANGUAGES=all_langs 
    SELECTED_LANGUAGES=en
    # Specify the complete path of the Oracle Home.
    ORACLE_HOME=/extended2/oracleBase/db12c1
    # Specify the complete path of the Oracle Base.
    ORACLE_BASE=/extended2/oracleBase
    # Specify the installation edition of the component.                    
    # The value should contain only one of these choices.       
    #   - EE     : Enterprise Edition                               
    #   - SE     : Standard Edition                                 
    #   - SEONE  : Standard Edition One
    #   - PE     : Personal Edition (WINDOWS ONLY)
    oracle.install.db.InstallEdition=SE
    # PRIVILEGED OPERATING SYSTEM GROUPS                                          #
    # Provide values for the OS groups to which OSDBA and OSOPER privileges       #
    # needs to be granted. If the install is being performed as a member of the   #
    # group "dba", then that will be used unless specified otherwise below.       #
    # The value to be specified for OSDBA and OSOPER group is only for UNIX based #
    # Operating System.                                                           #
    # The DBA_GROUP is the OS group which is to be granted OSDBA privileges.
    oracle.install.db.DBA_GROUP=osdba
    # The OPER_GROUP is the OS group which is to be granted OSOPER privileges.
    # The value to be specified for OSOPER group is optional.
    oracle.install.db.OPER_GROUP=osoper
    # The BACKUPDBA_GROUP is the OS group which is to be granted OSBACKUPDBA privileges.
    oracle.install.db.BACKUPDBA_GROUP=bckdba
    # The DGDBA_GROUP is the OS group which is to be granted OSDGDBA privileges.
    oracle.install.db.DGDBA_GROUP=dbdba
    # The KMDBA_GROUP is the OS group which is to be granted OSKMDBA privileges.
    oracle.install.db.KMDBA_GROUP=kmdba
    #                               Grid Options                                  #
    # Specify the type of Real Application Cluster Database
    #   - ADMIN_MANAGED: Admin-Managed
    #   - POLICY_MANAGED: Policy-Managed
    # If left unspecified, default will be ADMIN_MANAGED
    oracle.install.db.rac.configurationType=
    # Value is required only if RAC database type is ADMIN_MANAGED
    # Specify the cluster node names selected during the installation.
    # Leaving it blank will result in install on local server only (Single Instance)
    # Example : oracle.install.db.CLUSTER_NODES=node1,node2
    oracle.install.db.CLUSTER_NODES=
    # This variable is used to enable or disable RAC One Node install.
    #   - true  : Value of RAC One Node service name is used.
    #   - false : Value of RAC One Node service name is not used.
    # If left blank, it will be assumed to be false.
    oracle.install.db.isRACOneInstall=
    # Value is required only if oracle.install.db.isRACOneInstall is true.
    # Specify the name for RAC One Node Service
    oracle.install.db.racOneServiceName=
    # Value is required only if RAC database type is POLICY_MANAGED
    # Specify a name for the new Server pool that will be configured
    # Example : oracle.install.db.rac.serverpoolName=pool1
    oracle.install.db.rac.serverpoolName=
    # Value is required only if RAC database type is POLICY_MANAGED
    # Specify a number as cardinality for the new Server pool that will be configured
    # Example : oracle.install.db.rac.serverpoolCardinality=2
    oracle.install.db.rac.serverpoolCardinality=
    #                        Database Configuration Options                       #
    # Specify the type of database to create.
    # It can be one of the following:
    #   - GENERAL_PURPOSE/TRANSACTION_PROCESSING                      
    #   - DATA_WAREHOUSE                               
    oracle.install.db.config.starterdb.type=GENERAL_PURPOSE
    # Specify the Starter Database Global Database Name.
    oracle.install.db.config.starterdb.globalDBName=cbd
    # Specify the Starter Database SID.
    oracle.install.db.config.starterdb.SID=cdb1
    # Specify whether the database should be configured as a Container database.
    oracle.install.db.ConfigureAsContainerDB=true
    # Specify the  Pluggable Database name for the pluggable database in Container Database.
    oracle.install.db.config.PDBName=pdb1
    # Specify the Starter Database character set.
    #  One of the following
    #  AL32UTF8, WE8ISO8859P15, WE8MSWIN1252, EE8ISO8859P2,
    #  EE8MSWIN1250, NE8ISO8859P10, NEE8ISO8859P4, BLT8MSWIN1257,
    #  BLT8ISO8859P13, CL8ISO8859P5, CL8MSWIN1251, AR8ISO8859P6,
    #  AR8MSWIN1256, EL8ISO8859P7, EL8MSWIN1253, IW8ISO8859P8,
    #  IW8MSWIN1255, JA16EUC, JA16EUCTILDE, JA16SJIS, JA16SJISTILDE,
    #  KO16MSWIN949, ZHS16GBK, TH8TISASCII, ZHT32EUC, ZHT16MSWIN950,
    #  ZHT16HKSCS, WE8ISO8859P9, TR8MSWIN1254, VN8MSWIN1258
    oracle.install.db.config.starterdb.characterSet=AL32UTF8
    # This variable should be set to true if Automatic Memory Management
    # in Database is desired.
    # If Automatic Memory Management is not desired, and memory allocation
    # is to be done manually, then set it to false.
    oracle.install.db.config.starterdb.memoryOption=true
    # Specify the total memory allocation for the database. Value(in MB) should be
    # at least 256 MB, and should not exceed the total physical memory available
    # on the system.
    # Example: oracle.install.db.config.starterdb.memoryLimit=512
    oracle.install.db.config.starterdb.memoryLimit=512
    # This variable controls whether to load Example Schemas onto
    # the starter database or not.
    oracle.install.db.config.starterdb.installExampleSchemas=true
    # Passwords can be supplied for the following four schemas in the             #
    # starter database:                                                           #
    #   SYS                                                                       #
    #   SYSTEM                                                                    #
    #   DBSNMP (used by Enterprise Manager)                                       #
    # Same password can be used for all accounts (not recommended)                #
    # or different passwords for each account can be provided (recommended)       #
    # This variable holds the password that is to be used for all schemas in the
    # starter database.
    oracle.install.db.config.starterdb.password.ALL=CDBadmin12345#
    # Specify the SYS password for the starter database.
    oracle.install.db.config.starterdb.password.SYS=CBDsys12345#
    # Specify the SYSTEM password for the starter database.
    oracle.install.db.config.starterdb.password.SYSTEM=PDBsys12345#
    # Specify the DBSNMP password for the starter database.
    oracle.install.db.config.starterdb.password.DBSNMP=DBsnmp12345#
    # Specify the PDBADMIN password required for creation of Pluggable Database in the Container Database.
    oracle.install.db.config.starterdb.password.PDBADMIN=PDBadmin12345#
    # Specify the management option to use for managing the database.
    # Options are:
    # 1. CLOUD_CONTROL - If you want to manage your database with Enterprise Manager Cloud Control along with Database Express.
    # 2. DEFAULT   -If you want to manage your database using the default Database Express option.
    oracle.install.db.config.starterdb.managementOption=DEFAULT
    # Specify the OMS host to connect to Cloud Control.
    # Applicable only when oracle.install.db.config.starterdb.managementOption=CLOUD_CONTROL
    oracle.install.db.config.starterdb.omsHost=
    # Specify the OMS port to connect to Cloud Control.
    # Applicable only when oracle.install.db.config.starterdb.managementOption=CLOUD_CONTROL
    oracle.install.db.config.starterdb.omsPort=
    # Specify the EM Admin user name to use to connect to Cloud Control.
    # Applicable only when oracle.install.db.config.starterdb.managementOption=CLOUD_CONTROL
    oracle.install.db.config.starterdb.emAdminUser=
    # Specify the EM Admin password to use to connect to Cloud Control.
    # Applicable only when oracle.install.db.config.starterdb.managementOption=CLOUD_CONTROL
    oracle.install.db.config.starterdb.emAdminPassword=
    # SPECIFY RECOVERY OPTIONS                                                    #
    # Recovery options for the database can be mentioned using the entries below  #
    # This variable is to be set to false if database recovery is not required. Else
    # this can be set to true.
    oracle.install.db.config.starterdb.enableRecovery=true
    # Specify the type of storage to use for the database.
    # It can be one of the following:
    #   - FILE_SYSTEM_STORAGE
    #   - ASM_STORAGE
    oracle.install.db.config.starterdb.storageType=FILE_SYSTEM_STORAGE
    # Specify the database file location which is a directory for datafiles, control
    # files, redo logs.        
    # Applicable only when oracle.install.db.config.starterdb.storage=FILE_SYSTEM_STORAGE
    oracle.install.db.config.starterdb.fileSystemStorage.dataLocation=/extended1/db/data
    # Specify the recovery location.
    # Applicable only when oracle.install.db.config.starterdb.storage=FILE_SYSTEM_STORAGE
    oracle.install.db.config.starterdb.fileSystemStorage.recoveryLocation=/extended1/db/recovery
    # Specify the existing ASM disk groups to be used for storage.
    # Applicable only when oracle.install.db.config.starterdb.storageType=ASM_STORAGE
    oracle.install.db.config.asm.diskGroup=/dev/oracleasm
    # Specify the password for ASMSNMP user of the ASM instance.                
    # Applicable only when oracle.install.db.config.starterdb.storage=ASM_STORAGE
    oracle.install.db.config.asm.ASMSNMPPassword=ASMsnmp122345#
    # Specify the My Oracle Support Account Username.
    #  Example   : [email protected]
    MYORACLESUPPORT_USERNAME=
    # Specify the My Oracle Support Account Username password.
    # Example    : MYORACLESUPPORT_PASSWORD=password
    MYORACLESUPPORT_PASSWORD=
    # Specify whether to enable the user to set the password for
    # My Oracle Support credentials. The value can be either true or false.
    # If left blank it will be assumed to be false.
    # Example    : SECURITY_UPDATES_VIA_MYORACLESUPPORT=true
    SECURITY_UPDATES_VIA_MYORACLESUPPORT=false
    # Specify whether user doesn't want to configure Security Updates.
    # The value for this variable should be true if you don't want to configure
    # Security Updates, false otherwise.
    # The value can be either true or false. If left blank it will be assumed
    # to be false.
    # Example    : DECLINE_SECURITY_UPDATES=false
    DECLINE_SECURITY_UPDATES=flase
    # Specify the Proxy server name. Length should be greater than zero.
    # Example    : PROXY_HOST=proxy.domain.com
    PROXY_HOST=
    # Specify the proxy port number. Should be Numeric and atleast 2 chars.
    # Example    : PROXY_PORT=25
    PROXY_PORT=
    # Specify the proxy user name. Leave PROXY_USER and PROXY_PWD
    # blank if your proxy server requires no authentication.
    # Example    : PROXY_USER=username
    PROXY_USER=
    # Specify the proxy password. Leave PROXY_USER and PROXY_PWD 
    # blank if your proxy server requires no authentication.
    # Example    : PROXY_PWD=password
    PROXY_PWD=
    # Specify the proxy realm.
    # Example    : PROXY_REALM=metalink
    PROXY_REALM=
    # Specify the Oracle Support Hub URL.
    # Example    : COLLECTOR_SUPPORTHUB_URL=https://orasupporthub.company.com:8080/
    COLLECTOR_SUPPORTHUB_URL=
    # Specify the auto-updates option. It can be one of the following:
    #   - MYORACLESUPPORT_DOWNLOAD
    #   - OFFLINE_UPDATES
    #   - SKIP_UPDATES
    oracle.installer.autoupdates.option=SKIP_UPDATES
    # In case MYORACLESUPPORT_DOWNLOAD option is chosen, specify the location where
    # the updates are to be downloaded.
    # In case OFFLINE_UPDATES option is chosen, specify the location where the updates
    # are present.
    oracle.installer.autoupdates.downloadUpdatesLoc=
    # Specify the My Oracle Support Account Username which has the patches download privileges 
    # to be used for software updates.
    #  Example   : [email protected]
    AUTOUPDATES_MYORACLESUPPORT_USERNAME=
    # Specify the My Oracle Support Account Username password which has the patches download privileges 
    # to be used for software updates.
    # Example    : AUTOUPDATES_MYORACLESUPPORT_PASSWORD=password
    AUTOUPDATES_MYORACLESUPPORT_PASSWORD=

    This is the simplest installation you can get, but if you want to do a fast response file based installation, there it is.

  • Database link between Oracle Standard Edition and Oracle Enterprise Edition

    Hi,
    I am looking at setting up a data transfer process between an Oracle 11g Enterprise Edition database and an Oracle 11g Standard Edition database. Database links would be required each way.
    I heard once that this is not permitted as connecting Standard to Enterprise via a DB Link means that the Standard Edition database would now need an Enterprise license.
    I have searched around but can't find anything to confirm this. Am I being mislead by this information? Is it permitted to
    connect Standard to Enterprise via a DB Link?
    John

    John O'Toole wrote:
    Hi,
    I am looking at setting up a data transfer process between an Oracle 11g Enterprise Edition database and an Oracle 11g Standard Edition database. Database links would be required each way.
    I heard once that this is not permitted as connecting Standard to Enterprise via a DB Link means that the Standard Edition database would now need an Enterprise license.
    ============================================================================
    Where did you hear that?
    --- On the internet
    And you believed it?
    --- Sure. They can't put anything on the internet that isn't true
    Where did you hear that?
    --- On the internet.
    ============================================================================
    I have searched around but can't find anything to confirm this. Am I being mislead by this information? Is it permitted to
    connect Standard to Enterprise via a DB Link?I would be shocked if it were not permitted due to licensing issues. When a db-1 has a link pointing to db-2, as far as db-2 is concerned db-1 is just another client .. no different than sqlplus. If you have an Enterprise Edition database, of course it will need to be properly licensed. But that doesn't mean all of its clients (including a SE database) have to be EE licensed.
    But even my reply is just something you read on the internet. Licensing questions can only be definitively answered by Oracle itself. Ultimately you will need to put your hands on an official Oracle document or a written statement from someone authorized to make such statements.
    >
    John

  • Oracle Standard Edition 1 / Oracle WebLogic Server 11g Standand Edition

    Can anyone tell me if WebLogic Server 11g Standard Edition can be used for installations that use the "Oracle Standard Edition 1" of the database?
    If so what sort of licensing costs would be associated with Oracle WebLogic Server 11g Standard Edition?
    Thanks!

    Can anyone tell me if WebLogic Server 11g Standard Edition can be used for installations that use the "Oracle Standard Edition 1" of the database?
    If so what sort of licensing costs would be associated with Oracle WebLogic Server 11g Standard Edition?
    Thanks!

  • Difference between Enterprise Edition and Standard Edition for Oracle RAC

    Hi,
    In our current setup we have RAC on standard edition and client is now planning to go for Enterprise Edition but not yet decide because of cost.
    Is there any difference between Grid Infrastructure 11gR3 Enterprise edition and Standard Edition ?
    They told me to first install Enterprise Edition and then will move to Standard Edition if they can't get the EE license so in that case do i have to re-install Grid infrastructure for standard edition?
    Regards,
    Chirag

    994551 wrote:
    Hi,
    In our current setup we have RAC on standard edition and client is now planning to go for Enterprise Edition but not yet decide because of cost.
    Is there any difference between Grid Infrastructure 11gR3 Enterprise edition and Standard Edition ?
    They told me to first install Enterprise Edition and then will move to Standard Edition if they can't get the EE license so in that case do i have to re-install Grid infrastructure for standard edition?Hi,
    There is no "Grid Infrastructure 11gR3 Enterprise edition and Standard Edition", is only Grid Infrastructure 11gR2.
    About Oracle Clusterware (Grid Infrastructure) licensing.
    At least one of the servers in the cluster is licensed for Oracle Database (SE1, SE, or EE)
    A cluster is defined to include all the machines that share the same Oracle Cluster Registry (OCR) and Voting Disk.
    http://docs.oracle.com/cd/E11882_01/license.112/e10594/editions.htm#CJAHFHBJ
    About Database licensing.
    http://www.oracle.com/us/products/database/enterprise-edition/comparisons/index.html
    Note : Oracle Real Application Clusters (Oracle RAC), is an option to Oracle Database 11g Enterprise Edition and included with Oracle Database 11g Standard Edition (on clusters with a maximum of 4 sockets).
    If you move to Oracle EE you must purchase a separate licence to use RAC option
    About Installation:
    Nothing changes on your current setup of Grid Infrastructure 11.2
    Just install a new fresh installation of Oracle Database (On current clusterware) chosing E.E during Install. Configure the database/services to start from this new ORACLE HOME. Nothing change on Database all previous backup and features used still unchanged. Using this new Oracle Home new features are enabled to be used by your databases.
    About Downgrade:
    Step by Step Procedure to Convert from Enterprise Edition to Standard Edition [ID 465189.1]

  • Differences between Personal & Standard edition of Oracle 9i

    What are the differences between Oracle 9i Personal Edition & Standard Edition (and for that matter between the Lite Edition) It's all too confusing... ;-(

    store.oracle.com

  • Create context in Oracle 9i Standard Edition

    Hi,
    I am using application context for dynamic queries in 9i Enterprise edition. I need to know if the application context feature is also supported in the Standard Edition. I do not have access to a SE database to test. Is CREATE CONTEXT and DBMS_SESSION.SET_CONTEXT standard functions?
    thanks,

    We have SE database here. CONTEXTs are part of core database and are available in the Standard Edition of Oracle database.

  • Upgrade Oracle 9i Standard Edition

    Hi,
    I have a requirement to migrate my Oracle 9i Standard Edition to Oracle 9i Enterprise Edition on Windows 2000 and on Linux
    What is the best way for me to do this?
    1.I was thinking of taking exports of all the user tablespaces.
    2.De-installing oracle standard edition from the machines that have to be migrated.
    3. Install Oracle 9i Enterprise Edition.
    4. Import the user tablespaces again.
    The amount of data that is to be exported and reimported is about 100 MB. very small amount.
    I was wondering if there is a better way to do the migration- perhaps run a migration wizard (but the universal installer did not contain any such thing)
    Would the steps that I have outlined work? Or are there any gotchas that I need to look out for?
    Many thanks for any posts in this regard.

    Hi,
    Hi, Is there any cost involved to upgrade Oracle 9i standard edition to 11g? The license was purchased in 2004.
    As updated by Jim you need pay all these missed years  since 2004.
    I recommend you to take new license for 11g that will save huge amount.
    thanks,
    X A H E E R

  • Oracle standard edition one and enterprise edition difference

    Can the stadard edition one support user roles and access priveleges for them, for example can I create a user called u1, create an access privelege read_only and assign u1 to read_only.
    Also, can I do database audits on the standard edition one database.
    Can also be reached at [email protected]
    Appreciate your response.
    Thanks

    Hello,
    Here is the basic difference between Standard Edition One and Enterprise Edition
    Oracle Database Standard Edition One :
    Oracle Database Standard Edition One delivers unprecedented ease of
    use, power, and performance for workgroup, department-level, and Web
    applications. Standard Edition One can only be licensed on servers with
    a maximum capacity of two processors.
    Oracle Database Enterprise Edition :
    Oracle Database Enterprise Edition provides the performance,
    availability, scalability, and security required for mission-critical
    applications such as high-volume online transaction processing (OLTP)
    applications, query-intensive data warehouses, and demanding Internet
    applications. Oracle Database Enterprise Edition contains all of the
    components of Oracle Database, and can be further enhanced with the
    purchase of the options and packs.
    https://metalink.oracle.com/metalink/plsql/f?p=130:14:3297805768795637384::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,271886.1,1,1,1,helvetica
    Check the url you will find more info.
    -Sri

  • Windows 2003 Server Standard Edition,  Oracle process needs 5 Gb memory

    Hi
    Actually i'm under Windows 2003 server Standard Edition and Oracle Standard 9.2.0.6.
    I need to have for my oracle process (User Process) a large amount of memory. (>= 5 Gb) probably 3 Gb for the PGA and 2 Gb for the SGA. (roughly).
    I'm looking on AWE 4GT etc... Microsoft is'nt clear about this.
    People with a similar experiment? Is it necessary to migrate under Windows 2003 Server Enterprise Edittion ?
    All informations and experiences are welcome.
    Regards
    Den

    Before considering ways to overcome process addressing limits (32-bit process virtual address space), Windows Server Std Ed can use/see maximum 4 GB RAM. You cant fit 5GB Oracle Server memory + other stuff + OS in that. I guess your only options are EE 32-bit or Std Ed x64, if you have the hardware.
    But, staying on the 32-bit path, it will be hard to achieve confilicting objects of large memory areas. Remember that process virtual space is 4GB regardless of how much RAM the hardware (and OS) can manage.

  • Oracle Retail Standard Edition

    Can anyone give any info about Oracle retail Standard Edition or Oracle Retail Mid Market.

    Hi,
    Metalink has the following notes that may be of interest:
    - Note:455477.1      15-NOV-2007 - Oracle Retail Business Process Documents for use while implementing the Oracle Merchandising Products (sounds like standard edition, though the phrase isn't used here)
    - Note:465089.1      30-OCT-2007 - Appendix B - Further detail on Standard Edition (version 12.0.3)
    Regards,
    Erik

  • Oracle 8 Enterprise edition / standard Edition :Diff

    Could any body briefly explain what is the difference between the
    1. Enterprise edition and the 2. standard Edition of
    Oracle 8i Datatbase for WinNT / 2000. ( These are two different downloads or Installation CD's )
    What features are missing in Standard edition compared to the Enterprise edition?
    ( It is definitly is cheaper, from licensing / cost point of view ).
    Thanks for your time
    HS

    Bruce (guest) wrote:
    : Is the Oracle 8 Enterprise Edition port for Linux (available
    on
    : the free download page) page a 30 day trial version? Thanks.
    : Bruce
    If you closely read the license under which developers can
    download this for free, you'll see that the answer is "no".
    It's not a trial version, it's a license allowing developers free
    access for development purposes only.
    You should always closely read all license agreements which apply
    to software you download, whether for free or for money.
    null

  • Oracle BI Standard edition vs Enterprise Edition

    Hi All, can someone kindly tell me the difference between Oracle BI standard edition and Oracle BI Enterprise edition,
    On the website it says about Oracle BI Standard Edition that
    Oracle Database 10g—an analysis-ready database with ETL, OLAP, and Data Mining built into the data server—and Oracle Business Intelligence Standard Edition (SE) allow you to rapidly develop and deploy data warehouses and data marts with an integrated array of query, reporting, analysis, desktop integration, and BI application development capabilities. so does that mean Standard edition has ready made reports that can be used in a standard installation.
    Also
    Where i found Oracle VM Template for Oracle Business Intelligence Enterprise Edition and not Oracle VM Template for Oracle Business Intelligence Standard Edition,
    Is Oracle VM Template for Oracle Business Intelligence Standard Edition no yet released?
    thanks in advance,

    Hi,
    Can anybody give me a short explaination about the differences between the Standard Edition and the Enterprise Edition. Is the standard edition a fully qualified development and production environment?
    Regards,
    Joshua The diff between SE and EE has to do with what you license. SE for example, is not licensed for REP and Parallel Server but that might not stop someone from implementing them ? I consider SE and EE to be 'fully qualified development and production environment' but that is just my opinion.
    RP.

  • Does CREATE_RULE_CLASS work in Standard Edition?

    Documentation reads, "Rules Manager is a feature of Oracle Database 10g Release 2, Standard and Enterprise Editions."
    However, when I run DBMS_RLMGR.CREATE_RULE_CLASS, I get "ORA-38493: feature not enabled: Exprerssion Filter index".
    Cause: An attempt was made to create an Expression Filter index in Standard Edition.
    Does this mean I need Enterprise Edition to use Rules Manager?
    Thanks,
    -Ken

    Ken,
    There was a bug that prevented the composite rule class creation in Standard Edition. The fix for this bug is available in 10.2.0.3 patch set (bug 5078837).
    Regards,
    -Aravind.

Maybe you are looking for

  • Customer Style & Skins in OBIEE 11.1.1.7

    Hi, Did anyone configure custom style and skins in the latest OBIEE (11.1.1.7)? I followed steps mentioned in OBE here http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1113/customizing_obiee11g/customizing_obiee11g.htm#t1, but that

  • Windows laptop isnt recognizing my 4th generation ipod shuffle, does anyone know how to fix this

    My windows 8 Asus laptop will not recognize my 4th gen ipod shuffle, either in device manager or in itunes just to be clear, apple support just tells me its my usb cable and not something that is wrong with the ipod, anyone else have this issue or at

  • Mac Power Point freezes on opening

    I am trying to understand why some Power Point (i.e., .pps files) I download freeze when I open them. In order to unfreeze I have to FORCE QUIT these files by clicking COMMAND, OPTION, ESCAPE. It seems that the only way I can view these presentations

  • Upgrade from SP7 to SP9: how to save DB data?

    Hello! I've installed NW 2004s Sneak Preview SP7. Now the license has expired, and portal data (CAF COs, and etc.) is not accessible As I understand, the license cannot be prolonged. I have an installation of NW 2004s Sneak Preview SP9. Is it possibl

  • CPU usage on Flash Builder 4

    Dear all, since we use Flash Builder 4 final release, we observe a very high CPU usage (Vista or windows 7 same behavior. Configs with 4GB or 8GB doesn't change anything ), after 10 to 20 minutes of usage, that suddenly goes to 60-80% for eclipse*32