Sqlplus determining Enterprise or Standard Editions.

Hello.
Is there anyway from sqlplus to tell if you are using on a enterprise server or standard server? select * from v$instance doesn't suggest anything.
Message was edited by:
user554561

I don't get the same results when I run it (HP-UX 11.11 or Windows XP Pro). This may depend on the environment.
sqlplus /nolog
SQL*Plus: Release 10.2.0.2.0 - Production on Fri Nov 2 14:02:47 2007
Copyright (c) 1982, 2005, Oracle. All Rights Reserved.
SQL> connect sys@fsdev as sysdba
Enter password:
Connected.
SQL> select * from v$version;
BANNER
Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bi
PL/SQL Release 10.2.0.2.0 - Production
CORE 10.2.0.2.0 Production
TNS for HPUX: Version 10.2.0.2.0 - Production
NLSRTL Version 10.2.0.2.0 - Production
SQL> connect sys@emdev as sysdba
Enter password:
Connected.
SQL> select * from v$version;
BANNER
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bi
PL/SQL Release 10.2.0.3.0 - Production
CORE 10.2.0.3.0 Production
TNS for HPUX: Version 10.2.0.3.0 - Production
NLSRTL Version 10.2.0.3.0 - Production
SQL> connect sys@aodev
Enter password:
Connected.
SQL> select * from v$version;
BANNER
Oracle9i Enterprise Edition Release 9.2.0.6.0 - 64bit Production
PL/SQL Release 9.2.0.6.0 - Production
CORE 9.2.0.6.0 Production
TNS for HPUX: Version 9.2.0.6.0 - Production
NLSRTL Version 9.2.0.6.0 - Production

Similar Messages

  • Enterprise verses Standard Edition

    Hi All,
    What is the difference between Oracle 10gAS Enterprise & Standard Editions?
    Thanks.

    From the SQL Server installation guide:
    ● SQL Server 2000/2005: Enterprise and Standard Edition
    ● SQL Server 2008: Enterprise (capture or delivery) or Standard Edition (delivery only)
    ● SQL Server 2008 R2: Enterprise (capture or delivery) or Standard Edition (delivery only)

  • Weblogic Enterprise or Standard Edition

    Hello there,
    Could anyone please advise if it's possible to find out whether you're running Weblogic 11g Standard or Enterprise edition?
    There doesn't seem to be any details in the console apart from the version (10.3.1).
    Any help greatly appreciated !

    Hi,
    There is only one WebLogic Server software download. Whether you need a WebLogic Server Enterprise Edition or a WebLogic Suite license depends on whether you use the premium components which are included in the WebLogic Server Enterprise Edition or WebLogic Suite licenses.
    For WebLogic Server 11g, the packaging is as follows:
    WebLogic Server Standard Edition:
                 includes WebLogic Server
                             Kodo Enterprise
                             TopLink and ADF
                             JDeveloper
                             Enterprise Pack for Eclipse
    WebLogic Server Enterprise Edition:
                 includes WebLogic Server Standard Edition
                              + Clustering
                              +Enterprise Manager Diagnostics Pack
    WebLogic Suite:
                 includes WebLogic Server Enterprise Edition
                              + Coherence EE
                              + JRockit Real Time
                              + Management Pack for Coherence
                              + iAS EE (on WebLogic)
                              + WL Operations Control
    Thanks,
    Sharmela

  • Oracle 10g Enterprise vs Standard Edition performance

    For a database hosted on a single machine is there any performance advantage in using Oracle 10g Enterprise Edition over Standard Edition? For our application we do not require data warehousing or OLAP, just the ability to store and query a large amount of XML as CLOBs or using sturctured mapping.
    I have looked at online documentation but have not been able to find the answer. Any advice would be appreciated.

    Probably not. Unless there is some EE feature you can leverage, there probably won't be a performance difference.
    Justin

  • Find Weblogic server is Enterprise or Standard Edition

    Hi,
    I need to find if the Weblogic server version in my windows server is standards or enterprise edition.
    My  weblogic version 10.3.6.0 which was configured earlier and now we have got the enterprise version lisence
    Regards,
    Gaurav

    Hi,
    There is only one WebLogic Server software download. Whether you need a WebLogic Server Enterprise Edition or a WebLogic Suite license depends on whether you use the premium components which are included in the WebLogic Server Enterprise Edition or WebLogic Suite licenses.
    For WebLogic Server 11g, the packaging is as follows:
    WebLogic Server Standard Edition:
                 includes WebLogic Server
                             Kodo Enterprise
                             TopLink and ADF
                             JDeveloper
                             Enterprise Pack for Eclipse
    WebLogic Server Enterprise Edition:
                 includes WebLogic Server Standard Edition
                              + Clustering
                              +Enterprise Manager Diagnostics Pack
    WebLogic Suite:
                 includes WebLogic Server Enterprise Edition
                              + Coherence EE
                              + JRockit Real Time
                              + Management Pack for Coherence
                              + iAS EE (on WebLogic)
                              + WL Operations Control
    Thanks,
    Sharmela

  • SQL server 2008 R2 downgrade from Enterprise to standard edition

    Hello,
    we are going to downgrade SQL server 2008R2 from enterprise to standard for a server whose databases are not using any of the enterprise features. 
    Per the link http://www.mssqltips.com/sqlservertip/3079/downgrade-from-sql-server-enterprise-edition-to-standard-edition/ we had made a plan to do so.
    However, we are not sure of two points:
    1) Do we need to import the SSIS packages, i.e. after downgrade would all the packages vanish? Therefore what should be done for the Integeration services on this instance?
    2) second would be related to reports configured. Would all the settings in reporting configuration also change? If yes what should be done while downgrading (removing the reporting services as well)
    Thanks, please suggest.

    Hello,
    I you copy the old system databases incl ReportServer Db as described in the article then you have all SSIS packages & reports available as before.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Best procedure to downgrade a SQL Server 2012 SP2 installation from Enterprise edition to Standard edition

    Hi,
    following a purpose change for a database server, I need to downgrade the SQL Server 2012 SP 2 installation from Enterprise to Standard edition.
    Does it exist the best procedure to do it in a secure manner with a low impact?
    Many thanks

    Please note that while you are downgrading by uninstalling and reinstalling and then restoring backup  taken from 2012 enterprise to standard , if backup contains data about used enterprise features you would not be able to restore the backup so BE
    CAREFUL.
    You should , if possible, get a new box install SQL Server standard and try restoring backup if it fails disable enterprise features and again take backup and then you would be able to restore.
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

  • Sql server 2008 standard edition verses enterprise edition

    I heard on a call today that microsoft has different logging capture in these two editions. Also because of this difference that at least in the past GG could not support some replication approaches from SQL Server Standard Edition beacuse of this. Can anyone point me to a resource or certification matrix that references standard verses enterprise versions of SQL Server.

    From the SQL Server installation guide:
    ● SQL Server 2000/2005: Enterprise and Standard Edition
    ● SQL Server 2008: Enterprise (capture or delivery) or Standard Edition (delivery only)
    ● SQL Server 2008 R2: Enterprise (capture or delivery) or Standard Edition (delivery only)

  • Differences between Oracle 10g Enterprise and Standare editions

    Can someone please direct me to a link where I can find the differences between Enterprise and standard editions? Thanks in advance.

    10g provides many self-tuned festures like SGA. Browser based DBcontrol, AWR, ADDM, advisors ....

  • Free trial download of Oracle 10g or 11g R2 Emterprise or Standard Edition

    I am tring to download a free trial version of Oracle Database 10g or 11g R2 Enterprise or Standard Edition onto my
    Windows 7 system that I can install and use. I was able to download a trial copy of 10g R2 Enterprise database but the problem is that I cannot open/install the Oracle program.
    Please help!
    Bud

    Hi,
    I am using Window's 7 Home Preamium x64
    Can I still use your link for the 11g R2 to download Oracle DatabaseYou can download, but you cannot install it as your OS it not certified with 10g/11g.
    You said I can right click on the executable Installation file
    Do you mean the Install file
    I have Window's XP Compatibillity Mode and service pack 1 or 2 or 3
    Can I use one of them to download the 10g R2 download to Oracle DatabaseUse the above as a workaround to run the installer. However, this does not guarantee that the installation will work smoothly as your OS is not certified.
    Again, your OS has nothing to do with the download, you should be able to download the file no matter that OS you are running, but it is about the installation.
    Thanks,
    Hussein

  • 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

  • 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

  • Is "RAC" Free if you use "Standard Edition" and not the "Enterprise Edition" Databases?

    Hello to All you wonderful Oracle Guru's....Greetings...
    I was told to do some research on this, it's quite simple, but it's a question of getting management to buy in the idea of going with Clusters and moving off the nice and secure single instances..
    Is RAC FREE if you use "Standard Edition" instead of "Enterprise Edition"...
    Does anyone know?
    I am going to do a Proof of Concept RAC install for management\devs\ect and others to review....
    Any Clues???
    Thanks,
    Xevv...

    Have a check of this: http://www.oracle.com/us/corporate/pricing/price-lists/index.html
    Oracles licensing is predominantly per seat (user) or per CPU. So taking per CPU, you would need to figure out what you need - say you want to license the DB on RAC, you will need a license for Oracle Database Standard Edition (either per user or per CPU) - so only bound per user or per CPU on which the database(s) are running. If you have 2 x servers in a cluster, you will have 2 x installations of Oracle DB, each running on n processor(s)
    If you can quantify the number of users (if say an internal application) you can go per seat (say 50 users) but there will always be a minimal user license.
    Alternatively you're looking at per CPU. Generally you're speaking of the backend to a system that serves a large volume of users, so rather than license 1000 users, you'll just license the core.
    If you take a look at the above, you'll see that Oracle determines processor charges around the number of processors and cores (so some cores might be charged at 0.25 of a processor price). Here's a link to how you can cost processors (some processors with 4 cores will still only be charged as 1 x processor, as Oracle will rate each core at 0.25 of a processor) when calculating price.
    http://www.oracle.com/us/corporate/contracts/processor-core-factor-table-070634.pdf

  • Migrating windows 2003 standard edition  to windows 2008 enterprise edition

    Hi
    We are using ECC 5.0 and our PRD system is running on windows 2003 standard edition,and recently we have got some physical memory problem.as windows 2003 standard edition supports only 4 GB of RAM. and we want to extend our RAM for that we are planning to upgrade os to windows 2008 enterprise edition,is that possible.and after upgrading OS what are the activities that need to be performed for SAP to run succesfully,kindly suggest.
    Regards
    Pranav

    Hi Markus
    I read note SAP Note 690432 - Windows 2003 Support in it regarding upgradation of os  windows 2003 standard edition to windows 2003 enterprise edition.
    Upgrade of Your Operating System
    If you upgrade an existing SAP system to Windows Server 2003 perform the
    following actions:
    o Install the latest R3DLLINS
    You find the latest dynamic link libraries R3DLLINS for Windows
    Server 2003 on the EXT-Kernel CD in the NTPATCH directory.
    o Replace the R/3 kernel with the EXT-Kernel.
    If you do not replace it you will get error "SICK" after the first
    logon attempt after the start.
    In this case, download the disp+work package(s) from the SAP
    Service Marketplace at service.sap.com/patches and unpack the
    patch(es) to directory usr\sap\exe:
    dw*_<patch-level>
    Use at least patch level 186.
    o Use the latest saposcol version.
    This version supports the changed performance counter of Windows
    Server 2003 to determine values for ST06 and RZ20.
    You can find the latest version in file saposcol_<Patch Level>.CAR.
    in the SAP Service Marketplace.
    o SAP DB only: See SAP Note 315237.o Compatibility of the Hardware with Windows Server 2003
    You can perform the upgrade to Windows Server 2003 only if the
    hardware has been explicitly released for this purpose. To check,
    do one of the following:
    - If the Windows Server 2003 CD is available, check compatibility
    with WINNT32.EXE in the \I386 directory. The exact statement
    is: <DRIVE:>\I386\WINNT32 /CHECKUPGRADEONLY. The result is
    stored as text file WINNT32.LOC in the present Windows
    directory (e.g. C:\WINNT).
    - The hardware has successfully passed SAP hardware certification
    (http://www.addon.de).
    - The hardware is contained in the Microsoft Hardware
    Compatibility List (http://www.microsoft.com/hcl).
    - The hardware has been released for Windows Server 2003 by the
    manufacturer. This information is published on the
    corresponding website.
    o Kerberos Single Sign-On
    When the SAP system is installed on Windows Server 2003 you can
    setup the Kerberos Single Sign-On. If you use the kerberos protocol
    the information exchanged between the SAP frontend and the
    application server for authentication is encrypted.
    The procedure for setting up Single Sign-On is described in all
    recent installation guides which you can download from the SAP
    Service Marketplace at: service.sap.com/instguides.
    o SAP domain under Windows Server 2003
    Follow the instructions of the Windows documentation for the
    migration of a Windows NT 4 domain to Windows 2003. For the SAP
    environment some additional points need to be observed.
    For Windows NT 4 there are two models for the SAP system domain:
    - Single domain
    All users and the SAP system build one single domain. This
    domain can be migrated to Windows Server 2003 and exist there
    as single domain.
    - Additional domain
    There is one domain for the users and a second domain for the
    SAP system(s). For a migration to Windows Server 2003 the SAP
    system domain has to be created as child domain under the user
    domain. A "Top-down" procedure is to be used. The higher domain
    (the user domain) must be migrated prior to the SAP child
    domain. If the user and SAP domain is part of a larger domain
    structure the complete domain structure for Windows Server 2003
    needs to be planned in a preparing phase. Usually, the
    structure created under Windows NT 4 has to be re-arranged and
    consolidated.
    The name space of the root domain and all sub-ordinated domains
    has to be defined and the distribution of the DNS services
    needs to be determined.
    Note the following:
    The SAP domain has to be created as child domain.
    The SAP domain must not be converted into an organizational
    unit (OU). OUs are not supported by R3SETUP and R3up.
    in it nowhere it is mentioned about system copy so plz suggest.

  • MS SQL Server 2008 R2 Enterprise Edition on Windows Server 2008 R2 Standard Edition

    Hello Team, 
    Is there any issue/conflicts/limitationn to install MS SQL Server 2008 R2 Enterprise Edition on Windows Server 2008 R2 Standard Edition. 
    OR their is nothing to worry about it I guess their is memory limitation between both of them. Please suggest
     Regards
    Naveed Amir

    Hi,
    Here you can find the officially Hardware and Software Requirements for SQL Server 2008 R2:
    http://msdn.microsoft.com/en-us/library/ms143506(v=sql.105).aspx
    There should be NO problem as much as I know if the basic limitation fit you (as shanky mentioned).
    I had (an clients still have) several servers with Windows Server 2008 R2 Standard & SQL
    Server 2008 R2 Enterprise and Standard with no problem (today I have one old developing server with this exact installations work great for several years).
    [Personal Site] [Blog] [Facebook]

Maybe you are looking for

  • Problem with torrent-downloading, dont start!?

    I have a problem with my Transmission (torrent-downloading), it dont start to download any file. My friends has tried the same torrents-file and with no problems. I havnt had this problem before, it just started recently. I have tried BitTorrent to c

  • Problem in configuring MS Win2003 AD as a Directory Service

    I am trying to configure MS Windows Server 2003 Active Directory as a Directory Service for Sun ONE Web Server 6.1 I have made the following configuration at the Global Settings Page of the Administration Server : Directory Service ID : default Host

  • Is it possible to retry the err mess in Adapter engine thru Batch job

    Hi Experts, Is it possible to restart the errored messages in the adapter engine thru a batch job as we have for the Integration server, apart from setting the maximum number of retries and the intervals in the J2EE visual cmposer..?.. In case the re

  • Custom tag problem (parent/child tag)

    I have a table tag and a column tag that I'm using in my application to display records. The first time through it sets up headers and keeps a coun't of the columns. The second time through it starts putting data in the fields. The problem I'm having

  • Caching Realm: enable only for positive answer

    Hi, can anyone give me an idea if it is possible to enable the caching realm only for positive answers and not for negative? Just setting the ttl for negative does not seem to work: weblogic.security.realm.cache.user.ttl.negative=0 However, if this i