Express edition and enterprise edition..

Hi experts,
In my laptop i've installed Oracle 10g express edition.. is it possible to install 10g enterprise edition on the same notebook??
Regards,
SKP

yes

Similar Messages

  • Differences between oracle text in enterprise and express editions

    are there any differences between oracle text features found in express edition and ent. edition. if so what are they?

    There is a list of features available in the online documentation. The only thing that it mentions as being missing from Oracle Text are the english and french knowledge bases. There isn't any Intermedia or Ultra Search or Data Mining. Here is a link to the 10g Express Edition features guide:
    http://download-west.oracle.com/docs/cd/B25329_01/doc/license.102/b25456/toc.htm#BABDDIAE
    There is a separate discussion group for 10g Express Edition, that requires a separate free registration:
    Oracle Database Express Edition (XE)
    There is a thread on this subject in the 10g Express discussion group:
    Oracle Text
    The above thread includes the following quick comparison:
    If it's not in Standard Edition One, it is not in Express Edition. (Therefore everything that is in Enterprise but not in Standard Edition, is also not in Express Edition. That includes all EE-only options.)
    If it requires Java in the database, it is not in Express Edition.
    Other than that, it's mainly the size limits: 1 CPU (no parallel processing), 1 GB RAM, and 4 GB user-related tablespaces.

  • May"NoLogging" Option for Enterprise and Express Edition Behave Diffrently?

    Below you will find my scripts to test the redo generation for a simple create table as select statement. force_logging option in XE database is not enabled, but there is less difference redo generation. How can I go into details, can I use an event to dump what is going on behind? Thank you, kind regards;
    NOLOGGING @ Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit;
    09:52:32 [email protected] > CREATE OR REPLACE VIEW redo_size AS
    09:52:33 2 SELECT value
    09:52:33 3 FROM v$mystat, v$statname
    09:52:33 4 WHERE v$mystat.statistic# = v$statname.statistic#
    09:52:33 5 AND v$statname.name = ‘redo size’;
    View created.
    09:52:34 [email protected] > DROP TABLE t7 PURGE;
    Table dropped.
    09:52:34 [email protected] > SELECT value FROM redo_size;
    VALUE
    54364
    09:52:34 [email protected] > CREATE TABLE t7 AS SELECT * FROM all_objects;
    Table created.
    09:52:36 [email protected] > SELECT value FROM redo_size;
    VALUE
    1854300
    – ReDo Generated -> 1854300 - 54364 = 1745572
    09:52:36 [email protected] > DROP TABLE t7 PURGE;
    Table dropped.
    09:52:36 [email protected] > SELECT value FROM redo_size;
    VALUE
    1885216
    09:52:36 [email protected] > CREATE TABLE t7 NOLOGGING AS SELECT * FROM all_objects;
    Table created.
    09:52:37 [email protected] > SELECT value FROM redo_size;
    VALUE
    1927204
    – ReDo Generated -> 1927204 - 1885216 = 41988
    NOLOGGING @ Oracle Database 10g Express Edition Release 10.2.0.1.0 - Product;
    HR on 13/07/2006 10:00:18 at XE > CREATE OR REPLACE VIEW redo_size AS
    2 SELECT value
    3 FROM v$mystat, v$statname
    4 WHERE v$mystat.statistic# = v$statname.statistic#
    5 AND v$statname.name = ‘redo size’;
    View created.
    HR on 13/07/2006 10:00:39 at XE > DROP TABLE t7 PURGE;
    Table dropped.
    HR on 13/07/2006 10:01:17 at XE > SELECT value FROM redo_size;
    1191304
    HR on 13/07/2006 10:01:18 at XE > CREATE TABLE t7 AS SELECT * FROM all_objects;
    Table created.
    HR on 13/07/2006 10:02:45 at XE > SELECT value FROM redo_size;
    1278368
    – ReDo Generated -> 1278368 - 1191304 = 87064
    HR on 13/07/2006 10:02:45 at XE > DROP TABLE t7 PURGE;
    Table dropped.
    HR on 13/07/2006 10:02:49 at XE > SELECT value FROM redo_size;
    1313828
    HR on 13/07/2006 10:02:49 at XE > CREATE TABLE t7 NOLOGGING AS SELECT * FROM all
    _objects;
    Table created.
    HR on 13/07/2006 10:02:54 at XE > SELECT value FROM redo_size;
    1392884
    – ReDo Generated -> 1392884 - 1313828 = 79056

    Still suspecting NOLOGGING behaviour on XE and couldn't find any way to where this difference comes from..

  • Oracle Enterprise and Express edition

    I am taking two classes for Oracle the SQL programming course told me to down load express edition which doe not work for the database fundamentals course. I wanted to know if i could down load the enterprise manager with out it removing the express edition. If I can have both of them on my computer together.

    Hi,
    I am taking two classes for Oracle the SQL programming course told me to down load express edition which doe not work for the database fundamentals course. I wanted to know if i could down load the enterprise manager with out it removing the express edition. If I can have both of them on my computer together.Yes, you can. But Install it in a different location then the current one.
    Regards,
    X A H E E R

  • Oracle 10g Express Edition for Oracle Enterprise Linux

    Hi All,
    Can I install Oracle 10g Express Edition for Oracle Enterprise Linux?
    And which for? Enterprise Linux Release 5 or 4?
    Thanks.
    Attila

    It's certified with Enterprise Linux 4.
    Werner

  • Issues during reinstallation Oracle 10g express edition and Forms 6i

    I've been racking my head over this issue for the past two three days. Exasperated, I tried searching in the forums but could not find a specific scenario like this.
    I am facing issues while trying to get forms 6i to work with oracle 10g Express edition
    i have windows XP home edition (installed service pack 2) and installed oracle 10g express edition as well as the oracle 10g express client and SQL developer on the same machine. The database started fine and I was able to use Enterprise manager.
    After that I tried installing Forms 6i and whatever i try i am not able to connect to the database from Forms though I was able to connect easily from SQL developer. I used to get the error 12154 "TNS:could not resolve service name"
    I dont know if Forms 6i expects the database connector string in some particular format. I searched on the net and found some people solved the issue by reinstalling the database software.
    My machine name was complex so I changed it as well and reinstalled the software. Again the DB was fine and connections were fine but no way I could get forms to connect to the DB. All the time
    I tried installing Forms to the same folder that Oracle express edition home in the hope that it might fix the problem. That only caused my database to crash. The oracle xe service shows as started but the Enterprise manager link does not work and it seems the database is down. I tried uninstalling and reinstalling client and server to no avail.
    Has anyone gone through such a situation and solved this ? Appreciate your help.

    The statement about XP Home is correct, but in this case I would say the initial problem (Forms and ORA-12154) is independent of that, it also happens in a supported environment. I think it's the old problem, a second Oracle home was installed, but tnsnames.ora containing the connect informations is located in the first home.
    Either tnsnames.ora is copied from to <Second_ORACLE_HOME>\network\admin or the environment variable TNS_ADMIN is set system-wide to <First_ORACLE_HOME>\network\admin.
    I think now it's necessary to create a clean machine (remove all Oracle components as explained in the database installation guide for Windows). Then repeat the installation , but XE and Forms 6i in different ORACLE_HOMEs.
    Werner

  • Streams are included in Standard One and Express Editions?

    Can I use Oracle streams in an environment with Standard One as master database, replicating data with Express Editions remote databases?

    No every one the databases should be a 9.2 and above enterprise edition databases for streams to be setup.

  • Is the Oracle Database Express Edition 11g Release 2 enough for preparing for the 1Z0-051 and 1Z0-144 Exams?

    I am planning on getting certified as an OCA PL\SQL developer. I will be teaching myself and I have all the material needed to prepare.
    Except, I don't have a database that I can solve exercises on and practice commands.
    The two exams I will be taking are the :
    1Z0-051 exam: Oracle Database 11g: SQL Fundamentals I
    1Z0-144 exam: Oracle Database 11g: Program with PL/SQL
    So is the Oracle Database Express Edition 11g Release 2 is enough ?
    If it is not what other options do I have (I am running Windows 8.1) ?

    Yes -- 11gXE should be sufficient for practicing the vast majority of the skills required for those two exams.  I *think* that PARALLEL is not enabled in XE, so you could not test the functionality referred to in the "Use NOCOPY hint, PARALLEL ENABLE hint and DETERMINISTIC clause" topic of 1Z0-144.  I don't consider that to be a significant problem, however.  The material from the manual should suffice for the questions you'll see.
    As for what other options you have, you could download and install VirtualBox (free from Oracle).  You could then make a virtual machine on your Windows 8.1 machine and install Oracle Linux (free from Oracle).  You could then download and install Oracle Enterprise for Linux and install it on your virtual machine (allowable under the licensing when used for learning purposes only).  I have a similar setup on my Windows 7 laptop that I use when I absolutely have to test some feature that requires Oracle Enterprise.  Mind you, when I have the VM running on my system... it is ssssslllllloooooowwwwww because of the memory requirements.  I talk about using virtual machines as a certification aid in the following article:
    There is virtually no excuse to lack hands-on experience - CertMag

  • Can Oracle Database 10g and Oracle Database 10g Express Edition co-exist ?

    I just installed Oracle Database 10g Express Edition. But I also want to access isql*plus for study purposes.
    Can I download/install Oracle Database 10g without removing Oracle Database 10g Express Edition ?

    I decided to download and install Oracle 10g myself and it was pretty quick to install. So I answered my own question : Oracle 10g Express is definitely able to co-exist with Oracle 10g no problem.
    I want to post/share this answer for others who started with Oracle 10g express first - the journey I started.
    The url isql*plus is displayed near the end of the installation together with the enterprise manager url. Pretty cool.
    Now I can learn both Oracle 10g enterprise edition and Oracle 10g Express which is based on apex engine.

  • Confliction between 10g and 10g express edition

    hello friends......i had oracle 10g enterprise edition in my system and then i installed oracle 10g express edition...and the problem is that if m trying to login through the sys account then it gets login in the 10g express edition and m not able to gain acess to my 10g enterprise edition database....so
    my question is how i should get login in my 10g enterprise edition using the sys account......so please help me out
    thanx in advance

    How are you trying to login, from the command prompt? I don't use XE but if you are trying from command prompt, what happens when you issue,
    c:\set oracle_sid=<your EE db name here>After this , try to do the login and post feedback.
    HTH
    Aman....

  • Oracle Express Edition & Enterprise Edition together

    Hi everybody,
    I have an application developed in VB.Net 2005 with Oracle Enterprise Edition 10g as backend.
    I also have a distributed desktop user for the same application which uses Oracle Express edition database.
    I want to write an application for Data synchronisation between Oracle Enterprise Edition and Oracle Express Edition for transfer of data to & fro.
    How can I connect both the databases in my data sync application (vb.net 2005)? I am also using ODP.net in this application?
    Any solutions ?
    Thanks
    Derasari

    Derasari,
    I'm going to ask an obvious question here, if you can connect the desktop user XE database to the Enterprise database, why don't the desktop users simply connect to the Application Express instance running in the EE database?
    It's an obvious question, but I had to ask it ;)

  • On sharepoint2013 upgrade Sql2008 Express edition databse to SQL server 2012 enterprise

    Hi,
    I have a sharePoint 2013 installed as standalone with sql server express edition 2008.Now my database size as increased more that 10GB.I have installed SQL server 2012 enterprise edition on other server.I want to know how do I make this standalone installation
    as farm installation so that the sharePoint installation can take advantage of sql server 2012 enterprise edition ?
    Or
    Do I need to take backup and reinstall to share point as farm solution?

    You need to install & Configure new SharePoint farm, then Move the Content DB to new farm/new SQL server.
    Install the SharePoint 2013, Configure it
    Create & Configure any Services Application
    Create the Web Application
    Backup the Content DB from Express & restore it to SQL Server 2012.
    Attach it to the Web Application.
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • 10g Express Edition on Windows 2008 Enterprise R2 x64 with Active Directory

    I have successfully installed the 10g Express Edition on Windows 2008 Ent. r2 x64 with Microsoft Active Directory Domain Controller but i could not be able to run http://127.0.0.1:8080/apex
    Although i have run the http://127.0.0.1:8080/apex on my another Windows 2008 R2 x64 ant WITHOUT Active Directory Domain Controller Role.
    i think its related with AD Domain server role of my server, because i run that on same config and operation without Active Directory Domain Controller role.
    Can anyone help about this issue?
    thanks in advance

    I have experienced the same problem - running 10g Express on a Win 2008 (32-bit). When not being a Domain controller, the install was fine. When installing after the server had been given the Domain Controller role (+the required DNS), it failed. NO FIREWALLS are involved on the server. Seems like Oracle Express has problems being installed in this kind of environment - independent of x32 or x64 bit OS.
    Edited by: 811504 on Nov 17, 2010 11:44 PM

  • SQL Server 2008 R2 Express Edition and Full Text Indexing

    Hello, we have recently upgraded our web front end server from SQL Server 2005 (Standard Edition) to SQL Server 2008 R2 Express Edition (in conjuction with upgrading our main production servers to SQL 2008 R2 Standard). We have 12 Databases on our production
    SQL Server that are replicated to our web frontend server to the SQL Express instance. One of these databases has a FULL TEXT INDEX. The production database is running the Adobe iFilter version 9 64Bit. The FULL TEXT CATALOG has been created and populated
    and performs searches as intended. However, upon replication, when using the search option on our web page based on that PDF iFilter, it no longer works. After examining the properties of the FULL TEXT CATALOG, we note that the Catalog size on the subscriber
    end is 0MB in size (whereas it is 3MB on the Publication side). Also the Unique Key Count on the subscriber side is '1' whereas on the publisher side it is 30,000+. After examining the FT Indexing logs on the subscriber side shows an error: "Warning: No appropriate
    filter was found during full-text index population" On the subscriber side which is running Windows Server 2003 and SQL Server 2008 R2 Express Edition, Adobe Reader 10.1.1 is installed (all 32Bit) with the Adobe iFilter AcroRdIF.dll. When running the SELECT
    * from sys.fulltext_document_types T-Sql statement, the list returned shows the PDF filter to be installed and shows the correct path. Under the System Environment Variables, that path has also been installed (from previous recommendations in researching this
    problem). After numerous reboots, service restarts and re-attempts to get the FT Daemon to crawl - no success. Can anyone please help with this problem? Is there something I am missing? In an attempt to work around this problem thinking there might be a version
    conflict between the 64Bit version on the publisher and the 32Bit version on the subscriber, I disabled the replication of the FULL TEXT CATALOG and tried to create a new catalog on the subscriber with the same results. Thank you for your answers in advance
    - Fustrated! Sorry, somehow this got posted originally under Server Design

    Hello Jeff hope your still out there.  I wrote this question 2 years ago and upgraded to SQL Express with advanced services.  Full Text replication worked until last week.  We are operating in a virtual environment.  My publisher box
    is a Windows Server 2008 R2 (64bit) with SQL Server Standard Edition.  My Web front subscriber is a Windows 2003 R2 (32bit) Server with SQL Server 2008 R2 Express SP1 with Advanced Services. Now the exact same thing is happening after 2+ years. 
    We are looking for possible updates that might have broken this but I am stretching that.  Any clues please?  32bit vs. 64bit?

  • Installing and Running Oracle 10g Express Edition on Microsoft Vista

    My computer is running on Microsoft Vista.
    I downloaded Oracle 10g Express Edition for Vista.
    I ran the setup.exe. Everything went well there.
    But, when I open the SQLPlus program, a window prompts me to enter my username, password and host string.
    Can someone please tell me what it is expecting for these fields? I am using the same username and password I used to create my Oracle account.
    But what is the host string?
    Appreciate it.
    Thanks.

    This may help
    http://sites.google.com/site/delphibasics/home/delphibasicsarticles/installingoracledatabase10gexpresseditiononwindowsvista
    Check out the section "Access demonstration data"
    Also this is not the best place to post a question of this nature. This might be better :
    Database Installation
    Best Regards
    mseberg

Maybe you are looking for