Upgrading 10g Express db

In Oracle documentation I found instructions to upgrade the Express db version to 10.2.0.3.
Is it possible to upgrade to 10.2.0.5 ?
Can I use the same instructions?
Tks
Tullio

Which document?
Afaik, XE is not upgradeable (that's one of the conditions of the edition).
There is an "Upgrade" guide, but I think the wording is a bit confusing... Well, at least it involves a change of edition AND upgrade, hmm.
Scroll down to the end of this forum category to find the XE specific forum.
Use the search to find previous discussions about upgrading (I assume there are at least a few).
Oracle Database Express Edition (XE)
Edited by: orafad on Dec 11, 2010 10:15 PM

Similar Messages

  • Problem upgrading 10g Express to Apex 3.1.2

    I have Oracle Database 10g Express Edition Release 10.2.0.1.0 installed on windows XP. I want to develop an application using oracle express (apex), so I thought it would be a good idea to upgrade apex (from the default apex 2.0 that came with 10g xe) to the latest, release 3.1,2 before starting. I have tried up to upgrade twice & it has failed. Without going into a ton of details, based on log errors that I saw each time, it looks like installation script, apexins.sql, expects the 1st param to be the default tablespace instead of the password. Any ideas about this?
    My other questions are:
    1) Prior to upgrading to rel 3.1.2, do I need to create the apex user/passwd FIRST? The doc did not say to create the account first.(so I didn't). It says apexins parameters are the followiing, but the log errors I got seem to disagree:
    @apexins <password> <tablespace_htmldb> <tablespace_files> <tablespace_temp>
    <images> <connect>
    2) Am I following the correct installation instructions for apex rel 3? From what I read, I believe I can go directly from apex rel 2.0 to 3.1.2. I found 2 different install docs for release 3 & they were different. Both docs said to run the change passwd script(apxchpwd) after installation, but one installation doc had 2 additional scripts (which I didn't run). Can someone please point me to the right install instructions?
    3) After searching I found an old apex 2.2 installaction tutorial that says you need to install HTTP prior to APEX. Apparently I misinterpreted the 3.1 install doc that said HTTP was already included in oracle 9.2 or higher. I assumed that I didn't need to install HTTP since oracle xe is rel 10. Now I think I need to install HTTP first from the companion CD BEFORE upgrading to APEX 3.1.2. Is this correct?
    3) It says that 85M is required in SYSTEM tablespace for apex 3. The system tablespace size is 76800 (default).
    Should I increase it before attempting to upgrade again? (I expected the default to be big enough since apex comes with the db)
    4)Any suggestions/tips for starting over are more than welcome! Again I saw > 1 doc on how to cleanup a bad installation. Both said to drop the flows_0300 user, but one said to exec wwv_flow_upgrade.switch_schemas, which I did before I did attempted the 2nd install. Am I supposed to run the switch_schemas or not to cleanup a bad install? Also, in the troubleshooting doc I did not see an option for calling switch_schemas for my apex release (2.1) so I just followed the examples and substituted 'FLOWS_020100'. for 'FLOWS_020200' parameter. Was that a good or bad idea?
    5) Is there any other software (i.e application, server?) that needs be to installed before or after apex 3.1.2? Anything else I missed? The documentation is not clear & has omissions.
    Thanks.

    Hi,
    I'm assuming that you're doing this on a Windows based machine and Apex 3.1.2 has already been downloaded from the Application Express webpage and will use port http 8080.
    NOTE: Make sure your Oracle Database XE does not automatically startup when Windows boots up. If that is the case, then kindly disconnect Oracle Database XE before proceeding with any of these steps.
    Step 1: Unzip Apex to a suitable location (preferable "c:\oraclexe\apex").
    Step 2: Start a SQL Plus session from c:\oraclexe\apex and login as a "sysdba".
    sqlplus / as sysdba
    Step 3: Install Apex.
    +@apexins SYSAUX SYSAUX TEMP /i/+
    Step 4: Reconnect Oracle Database XE.
    Step 5: Assign/Set images PATH for APEX in APEX_HOME folder where we have unzipped APEX i.e. c:\oraclexe.
    [email protected] APEX_HOME+
    Step 6: Assign/Set administrator credentials for/to APEX.
    [email protected] your_password+
    Step 7: Restart Oracle Database XE.
    Step 8: Apex configuration completed. Availability will be as follows:
    Apex availability: http://localhost:8080/apex
    Apex Administrator: http://localhost:8080/apex/apex_admin
    Follow these steps and let me know if this works for you or not.
    Regards,
    Naveed.

  • What is the process of upgrading 10g Express to Standard/Ent Edition?

    We would like to start rolling out Oracle 10g Express to our clients when the production release is available. Our issue is that 50% of our client will stay within the limits of 10g Express (4G of user data etc), 30% of our clients will start on Express and after a few years they will need to upgrade from Oracle 10g Express to Oracle Standard Edition One. The remaining 20% will start with Oracle Standard Edition One or Enterprise Edition.
    For our 30% which may need to upgrade from 10g Express to 10g Standard Edition One, once they encounter the limitations of 10g Express, how do we upgrade? Is it a re-install or just a magic key that needs to be entered to remove the 10g Express restrictions?
    Cheers,
    Tim.

    (Not answering on behalf of Oracle ...)
    I suspect the upgrade will consist of two parts: 1) get the new Oracle software in place - the one that does not have the limits as well as includes all the new and neat capabilites; and 2) apply the dictionary changes to the database that will allow advanced features and functions to work (for example: RMAN backup and recovery, job scheduler, centralized admin)
    One question that I'd have .... how much down time would be tolerated. I'd expect a 4GB export/import to take, say, under 25 minutes. That would let you install the new software, create a new database to hold the stuff, export, import and go.
    An upgrade, with testing, I'd expect to take about one 8-hour day. (About 25 minutes for the actual upgrade, 7-1/2 hours to test, verify that the packages for Standard/Enterprise are installed, verify that the Enterprise Manager & RMAN are operational, etc.) ;-0

  • Problem upgrading Apex 2.1 to 3.2.1 in Oracle Database 10g Express Edition

    G'Day Apex gurus,
    I installed Oracle Database 10g Express edition in my Windows XP PC which comes with Apex 2.1 with no problems. Then I wanted to upgrade Apex 2.1 to 3.2.1 (Currently Apex download in OTN) following the document below:
    http://www.oracle.com/technology/products/database/application_express/html/3.1_and_xe.html
    I went to the steps:
    @apexins SYSAUX SYSAUX TEMP /i/
    Then to change the password for the admin account run apxchpwd.sql and when prompted enter a password for the ADMIN account.
    @apxchpwd
    with not problems
    Then I connected to SQL*Plus as SYS by:
    sqlplus /nolog
    CONNECT SYS as SYSDBA
    Enter password: xxxxxxxxxxx
    but when I tried to run:
    @APEX_HOME/apex/apxldimg.sql APEX_HOME
    where APEX_HOME is Apex3.2.1 in my case
    SQL> @Apex3.2.1/apex/apxldimg.sql Apex3.2.1 (I get the messages below)
    PL/SQL procedure successfully completed.
    old   1: create directory APEX_IMAGES as '&1/apex/images'
    new   1: create directory APEX_IMAGES as 'Apex3.2.1/apex/images'
    Directory created.
    declare
    *+
    ERROR at line 1:
    ORA-22288: file or LOB operation FILEOPEN failed
    The system cannot find the path specified.
    ORA-06512: at "SYS.DBMS_LOB", line 523
    ORA-06512: at "SYS.XMLTYPE", line 287
    ORA-06512: at line 15
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    Commit complete.
    timing for: Load Images
    Elapsed: 00:00:00.17
    Directory dropped.
    Can anyone help me in how to trouble shout this?
    I tried to continue by following the steps document
    @APEX_HOME/apex/apxxepwd.sql password
    (where password is the password of the Application Express internal ADMIN account)
    but when I tried to login in:
    http://localhost:8080/apex/f?p=4550:1
    when I type the credentials
    system
    system
    systempassword
    nothing happens
    or even If I try:
    http://localhost:8080/apex/f?p=4550:10
    admin
    adminpassword
    nothing happens here too.
    I appreciate any help
    Kind regards
    Carlos

    My database version is 10.2.0.1.0 Oracle express.
    Operating system is Windows Vista.
    I started installing using the following commands.
    @ C:\temp\apex\apexins.sql
    it prompts me for the values of sysaux sysaux temp and c:\temp\apex\images\
    If I supply the value for images the sqlplus window closes after scrolling a lot of info.
    Enroute it also prompts me for a value for 9:
    I don't know what the input shall be.
    Then it again stops at enter value for version:
    I used 3.2.1.0
    The window scrols a while and closes.
    later I changed the password and ran the command.
    @c:\temp\apex\apxldimg.sql c:\temp
    but no success with installation.
    the output is as following.
    SQL*Plus: Release 10.2.0.1.0 - Production on Fri Nov 27 18:13:43 2009
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> connect system/sairam as sysdba;
    Connected.
    SQL> @ c:\temp\apex\apxchpwd
    Enter a value below for the password for the Application Express ADMIN user.
    Enter a password for the ADMIN user []
    Session altered.
    ...changing password for ADMIN
    wwv_flow_security.g_security_group_id := 10;
    ERROR at line 3:
    ORA-06550: line 3, column 5:
    PLS-00201: identifier 'WWV_FLOW_SECURITY.G_SECURITY_GROUP_ID' must be declared
    ORA-06550: line 3, column 5:
    PL/SQL: Statement ignored
    ORA-06550: line 4, column 5:
    PLS-00201: identifier 'WWV_FLOW_SECURITY.G_USER' must be declared
    ORA-06550: line 4, column 5:
    PL/SQL: Statement ignored
    ORA-06550: line 5, column 5:
    PLS-00201: identifier 'WWV_FLOW_SECURITY.G_IMPORT_IN_PROGRESS' must be declared
    ORA-06550: line 5, column 5:
    PL/SQL: Statement ignored
    ORA-06550: line 8, column 23:
    PL/SQL: ORA-00942: table or view does not exist
    ORA-06550: line 7, column 15:
    PL/SQL: SQL Statement ignored
    ORA-06550: line 13, column 32:
    PLS-00364: loop index variable 'C1' use is invalid
    ORA-06550: line 12, column 9:
    PL/SQL: Statement ignored
    ORA-06550: line 19, column 5:
    PLS-00201: identifier 'WWV_FLOW_SECURITY.G_IMPORT_IN_PROGRESS' must be declared
    ORA-06550: line 19, column 5:
    PL/SQL: Statement ignored
    Commit complete.
    SQL> @c:\temp\apex\apxldimg.sql c:\temp
    PL/SQL procedure successfully completed.
    Directory created.
    if wwv_flow_utilities.db_version_is_at_least('11') then
    ERROR at line 32:
    ORA-06550: line 32, column 25:
    PLS-00302: component 'DB_VERSION_IS_AT_LEAST' must be declared
    ORA-06550: line 32, column 3:
    PL/SQL: Statement ignored
    PL/SQL procedure successfully completed.
    if wwv_flow_utilities.db_version_is_at_least('11') then --11g only
    ERROR at line 16:
    ORA-06550: line 16, column 25:
    PLS-00302: component 'DB_VERSION_IS_AT_LEAST' must be declared
    ORA-06550: line 16, column 3:
    PL/SQL: Statement ignored
    Commit complete.
    timing for: Load Images
    Elapsed: 00:00:00.32
    Directory dropped.
    SQL>
    Does this require XE 11 or anything else.
    This will happen even if I supply as following(closing of sqlplus in the begining).
    @ C:\temp\apex\apexins.sql sysaux sysaux temp c:\temp\apex\images\
    Any help.

  • Can not upgrade oracle 10g express edition 10.2.0.1 to 10.2.0.4

    I have install oracle 10g express edition 10.2.0.1 for windows 2003
    now I want upgrade to 10.2.0.4,I download p6810189(10.2.0.4 patch)
    When I upgrade 10.2.0.4 at OUI,have 2 option I don't know how to fill
    Specify File Locations
    1.Name:
    2.Patch:
    my oracle was installed at c:\oraclexe
    oracle Home:C:\oraclexe\app\oracle\product\10.2.0\server
    oracle BASE:C:\oraclexe\
    oracle home_name:XE
    oracle sid:XE

    Hello,
    Oracle 10g XE is rather specific and, I'm not sure that you can upgrade it to 10.2.0.4 .
    However, Oracle published an Upgrade Guide for Oracle Express Edition but, it's limited to *10.2.0.3*:
    http://download.oracle.com/docs/cd/B25329_01/doc/server.102/b32391/toc.htm
    But be careful:
    Once you have upgraded to Oracle Database 10g, you cannot downgrade back to Oracle Database Express Edition.Hope this help.
    Best regards,
    Jean-Valentin
    Edited by: Lubiez Jean-Valentin on May 22, 2010 12:06 AM

  • Upgraded to APEX 3.0 in Oracle 10g Express, broken runtime

    Hi,
    I'm a newbie trying to use APEX with Oracle 10g Express on my laptop. I ran the upgrade to the latest APEX version (3.x). It seems to have worked for design-time, but the run-time has broken. I gave up trying to import samle apps, and built a simple one-page application from scratch, and got the below error after entering username/password and clicking the login button:
    ERR-1777: Page 101 provided no page to branch to. Please report this error to your application administrator.
    Thanks in advacne,
    Shahram

    No longer a problem, I needed to successfully log on to the admin account and associate the developer user to a schema other than SYSTEM, I'm not sure why SYSTEM ended up being the default schema for the workspace during the upgrdae.
    Shahram

  • 10g express Upgrade

    Hi,
    Is it possible to upgrade the 10g Express edition from 10.2.0.1 to 10.2.0.4
    I am on windows xp.
    Tried with patch 6810189. But it is not recognizing the existing home. ( Even if specify the path )
    Thanks
    sunil

    Hello,
    There's a documentation given by Oracle which describes the Upgrade of Oracle *10gXE* to Oracle *10.2.0.3*:
    http://download.oracle.com/docs/cd/B25329_01/doc/server.102/b32391/toc.htm
    You'll have firstly to install in a separate directory Oracle *10.2.0.1*, and apply several patches. To download them, you'll have to provide the Support Identifier given when you purchase Oracle 10g. So, I don't think you'll stay in the condition (about the license) of the Express Edition:
    http://download.oracle.com/docs/cd/B25329_01/doc/server.102/b32391/upgrade.htm#BABJGCCA
    However, you may purchase the Standard Edition 1 which is rather cheap.
    Hope this help.
    Best regards,
    Jean-Valentin

  • Oracle 10g Express Edition for OCP 10g Upgrade Certification

    Hi
    Can I use Oracle 10g Express edition to prepare for Oracle 10g Release 2 new features exam.
    Thanks,
    James

    For exam/certification disscussions, I suggest the [Certification forum|http://forums.oracle.com/forums/forum.jspa?forumID=459].
    By preparation I assume you refer to the topics of the [1Z0-040 exam|http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=41&p_org_id=1001&lang=US&p_exam_id=1Z0_040#3].
    For "strictly self-educational purposes", take a look at the OTN downloads license and consider using EE (or PE perhaps) install, supposed you need full features for the managebility stuff, tuning advisors, partitioning, RMAN functionality, etc.
    http://www.oracle.com/technology/software/index.html

  • Not installing Oracle 10g Express Edition Beta 2

    Hi,
    I am in problem to install Oracle 10g Express Edition Beta 2 on Windows 2000 Pro. I have download OracleXE.exe but when i am double clicking on it, it is not working. What are the problems? Please help me
    Dulal

    Hello,
    Oracle 10g XE is rather specific and, I'm not sure that you can upgrade it to 10.2.0.4 .
    However, Oracle published an Upgrade Guide for Oracle Express Edition but, it's limited to *10.2.0.3*:
    http://download.oracle.com/docs/cd/B25329_01/doc/server.102/b32391/toc.htm
    But be careful:
    Once you have upgraded to Oracle Database 10g, you cannot downgrade back to Oracle Database Express Edition.Hope this help.
    Best regards,
    Jean-Valentin
    Edited by: Lubiez Jean-Valentin on May 22, 2010 12:06 AM

  • Creating database oracle 10g express edition

    1. can we create more than one database in oracle 10g express edition?
    2. can we rename database name default "XE" in Oracle 10g express edition?

    >
    1. can we create more than one database in oracle 10g express edition?
    >
    No you cannot.
    http://download.oracle.com/docs/cd/B25329_01/doc/install.102/b25144/toc.htm
    >
    3.2 Oracle Database XE Installation and Execution Restrictions
    <li>On a single computer, only one installation of the Oracle Database XE software can be performed.</li>
    <li>In addition, users can run only one instance of the Oracle Database XE database on each individual computer.</li>
    To run more than one Oracle Database server instance or install more than one copy of the database software, upgrade to Oracle Database 10g Standard Edition, Oracle Database 10g Standard Edition One, or Oracle Database 10g Enterprise Edition.
    >
    >
    2. can we rename database name default "XE" in Oracle 10g express edition?
    >
    Yes you can. Please see the link below for details.
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:963124000346653522
    XE questions are best answered here {forum:id=251}
    Regards,
    Phiri

  • Can I import a tablespace into Oracle 10g Express Edition

    I am very new to Oracle 10g Express Edition. We have a server running Oracle Enterprise Edition and we have been creating a transportable tablespace to be imported into a few servers. This works fine for us. I would like to find out if I can import the tablespace into Oracle 10g Express Edition. Someone told me that I should be able to do that but I have no clue to how to do it. If this is possible, can someone tell where to find the information how to do this.
    Thanks,
    RJ

    I finally tried it and I got the following errors:
    IMP-00017: following statement failed with ORACLE error 721:
    "BEGIN sys.dbms_plugts.checkCompType('COMPATSG','10.2.0.2.0'); END;"
    IMP-00003: ORACLE error 721 encountered
    ORA-00721: changes by release 10.2.0.2.0 cannot be used by release 10.2.0.1.0
    ORA-06512: at "SYS.DBMS_PLUGTS", line 2004
    ORA-06512: at line 1
    IMP-00000: Import terminated unsuccessfully
    Am I right that the server that I exported the tablespace is using Oracle 10.2.0.2.0 while Oracle Express is 10.2.0.1.0? I looked around and I did not see Oracle Express version 10.2.0.2.0 that I can download. Is there a patch or something to upgrade it?
    Thanks,
    RJ

  • What we actually doing with oracle 10g Express Edition???

    Hi all,
    i'm a housewife.... i like to work on oracle which is very new to me.... so i recently downloaded "oracle 10g Express Edition" from oracle.com....
    i got
    run sql commamd line
    get started
    backup database
    start database
    stopdatabase
    go to database homepage
    why those all above???? how i can practice myself on exp' edition???.... actually what the s/w engineers do with express edition???
    i follow the instructions given for get started....
    i can view sometables which already exist....
    what is the use with that.....i don't have any idea when work with get started.....i just follow the instruction given on help and create a table....
    what is the actual use of express edition???

    Hi,
    10g express edition (XE) is free database version of 10g. Application Express (Apex) is already installed to it.
    Apex version that comes with XE is 2.1.
    You can upgrade it to version 3.2.1 witch is latest one. New version of Apex comes with some nice features like interactive reports.
    If you have installed XE you are ready to go developer Apex applications and practice Oracle database
    Edit:
    http://www.oracle.com/technology/products/database/application_express/html/apex_and_xe.html
    Br, Jari
    Edited by: jarola on Aug 31, 2009 7:48 AM

  • Can not connect Oracle 10g express edition from report builder.

    I have newly installed report builder . Different home was selected for Report builder and oracle. Oracle database server is also in the same machine. But i am not able to connect my oracle 10g express edition database. It throws error ORA-12154 : TNS could not resolve service name.( same error displayed while trying to connect from SQL Plus).But from toad i am able to access the database. May be because here I am able to select the proper home.
    Here i am adding my tns entry
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 1ECA66A679AB494)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    can any one suggest what the actual problem is?
    Thanks ..........

    Hello,
    Oracle 10g XE is rather specific and, I'm not sure that you can upgrade it to 10.2.0.4 .
    However, Oracle published an Upgrade Guide for Oracle Express Edition but, it's limited to *10.2.0.3*:
    http://download.oracle.com/docs/cd/B25329_01/doc/server.102/b32391/toc.htm
    But be careful:
    Once you have upgraded to Oracle Database 10g, you cannot downgrade back to Oracle Database Express Edition.Hope this help.
    Best regards,
    Jean-Valentin
    Edited by: Lubiez Jean-Valentin on May 22, 2010 12:06 AM

  • Can we create new tablespace in Oracle Database 10g Express Edition?

    Hi,
    Can we create new tablespace in Oracle Database 10g Express Edition instead of using the default "users" tablespace provided?
    Please advise.
    Thank you.

    Correct. The sum of all user tablespaces is not allowed to exceed 4 GIG.
    You could try shrinking your tablespaces. Theres a script called maxshrink on http://asktom.oracle.com which is useful for this.
    You could compress your tables.
    If you are storing lobs, you could consider storing them as bfiles.
    Or upgrade to Oracle Standard Edition 1. Its not that expensive.

  • Install problems using VISTA, Oracle 10g Express edition and VS2005

    Hi,
    Has anybody got this to work yet?
    I'm on Vista Release Candidate 1, VS2005 and 10g Express.
    When I try to install the tools (ODTwithODAC10202) the install crashes VS2005.
    I can see the tools on the Visual studio menus, but any attempt to use them gives me a "Oracle Developer Tools for Visual Studio failed to load" error message.
    Any ideas?

    Have you got the VS 2005 addin to work on Vista? I installed on XP then upgraded to Vista (RTM) and the add-in no longer works. Am wondering whether to uninstall/reinstall or wait for Oracle to certify use with Vista.

Maybe you are looking for

  • My Process status is in progress but all the subprocess are completed

    Hi, I have a problem, i started a process with 4 subprocess. One of the Subprocess didn't finish its activity and it's status remain "in progress". In the context data of subprocess i didn't see any information. Now if i try to suspend or cancel it i

  • Wish List for Apps (Free Apps)

    I was able to add free apps to my wishlist. Now I see I can add paid apps, but not free apps in iTunes 11. I liked saving apps I may want to install at a later date. What gives

  • CIsco ISE 1.2 to 1.3 upgrade

    I am planning for an ISE upgrade from version 1.2 to 1.3. I have two nodes (primary admin, secondary monitoring (ISE 3355) in one box and secondary admin, primary monitoring in the other (3315).) and 8 PSNs (all 3315). My question is after upgrading

  • MM-SUS: PO not sent to SUS

    Dear experts, We are on SRM 7 and ECC 6 EhP 4 and we want to configure the MM-SUS scenario. We have done the following: - Configured scenario SE_Service_Procurement in Integration Directory in XI system - Activated Business Functions ESOA_OPS01, LOG_

  • Best way to update drivers?????

    I'd like to get advice on the best way to update my MB drivers. If I update my NVIDIA nForce4 System Driver, does that update my AMD 64 4000+ CPU? or do I need to go to AMD's site and get that update?????? I'm new to this building PC's so please bear