DB Upgrade from Oracle 8i to Oracle 11g express edition

Hello,
As per the requirement i have to upgrade some of our application from oracle 8i to oracle 11g express edition on window base platform.
I am using import/export utility to migrate data from oracle 8i database to newly installed oracle 11g XE database. after importing i have tested my application in testing environment. It is working fine.Now I have to do this in production env. before proceeding with it.
please someone let me know what all things i have to keep in mind before execute in prod env. Like all risk,databse backup recovery, or any guidelines need to follow while upgrading lower version of oracle to 11g XE version.
waiting for your valuable inputs.

You might want to consider what other programs interacts with the database; can they still connect to a much newer db server version? Any integrations that need a dry run before going in production? Any other "ad hoc" applications, like excel, running against the db? (you could use listener.log to find out what connects to the db, but a year worth of history might be needed)
Do you have any scripts or other "loosly coupled" stuff that needs review?
Read the New features guides released between versions - there are five or six of them.
Check out the Database Upgrade forum (you could look at this as an upgrade in general from 8.1.x to 11.2), {forum:id=583}. Search the forum for previous related topics and ideas.

Similar Messages

  • Does Oracle 11g Express Edition 11.2.0.0 support the impdp utility ?

    Hi,
    We are trying to import an Oracle dump within a Express Edition, without success. We got the error message: ORA-39213: Metadata processing is not available.
    A) Source data base: Oracle Database 11g Enterprise Edition Release 11.1.0.7.0
    B) Target data base: Oracle Database 11g Express Edition Release 11.2.0.2.0
    Searching for solution led us to following forum entries:
    1. http://kmpdba.wordpress.com/2012/05/02/ora-39213-metadata-processing-is-not-available/ Cause: DBMS_METADATA_UTIL package does not successfully ran. Solution: to install (among others) SQL> @$ORACLE_HOME/javavm/install/initjvm.sql
    2. But: there is no @$ORACLE_HOME/javavm/install/initjvm.sql scrript -> http://www.oracle.com/us/products/database/enterprise-edition/comparisons/index.html -> Oracle 11g EX does not support java
    Questions:
    a) Does support Oracle 11g EX the impdp utility at all ?
    b) How would it be possible to import the above mentioned dump from (A) into (B) ?
    Thanks in advance,
    Michel

    Sounds like the messing xsl files issue here: Upgrade from XE10 to XE11
    Try
    execute sys.dbms_metadata_util.load_stylesheets;and see if you get the missing xsl files error.
    The XSL files are not distributed with Oracle 11g XE, but seems to be pre-loaded in the default database created by the installer. If you try to create your own database it wont have the stylesheets loaded and you'll need the xsl files to load them up.
    The quick solution will be to copy the 180 xsl files from an Oracle 11.2.0.2 Enterprise to your Oracle 11g installation ($ORACLE_HOME/rdbms/xml/xsl/) and load the stylesheets.

  • VSS for Oracle Database 11g Express Edition?

    I use Veeam to backup our servers.
    I have a Windows 2003 R2 Std edition. On it we have Oracle Database 11g Express Edition (upgraded from 10g).
    I would like to enable application-aware image processing (VSS)
    I do not have the Oracle VSS Writer Service installed, and the oravssw.exe is not in the oracle folder.
    1. Does Oracle Database 11g Express Edition support/include Oracle VSS Writer?
    2. If I get the oravssw.exe from another (not express) oracle database, can I copy it and use it on my 11g Express Edition to create the Oracle VSS Writer?
    Thanks in advance

    909351 wrote:
    Thanks. So I guess I will have to use 10g XE on my 32 bit Linux
    Its interesting 10g XE was for 64 bit and 11g XE is for 32 bit.The other way around. 10.2 is 32-bit and 11.2 is 64-bit. Seems like a logical or natural progression (haven't seen a 32-bit machine for some years now).

  • How to install oracle database 11g express edition on Windows 7

    Hi Guys,
    i am trying to download and install Oracle database 11g express edition on windows7 and i can't seem to get it right. i did get the download but when i try to install, it keeps saying it appears to be an invalid archive.
    Please help..

    Action - Refer to the logs or contact OracleFinding the problem is the key. "Refer to the logs" is the only option, XE has no oracle support offerings.
    Which plugin failed, and why did it fail will be important clues. There should be error messages in the log that will be helpful.
    Otherwise, we don't have much help to offer. Fixing a problem means identifying the problem and performing steps to correct it, if there a fix is available.
    A MOS lookup on the ins-20802 error has snippets from one installer session, this one is from an x64 install. Not x86. To paraphrase the details:
    ... Created a new file <drive>:<OH path>\cfgtoollogs\configToolAllCommands
    SEVERE: java.io.IOException: Access is denied
    ...So from those symptoms, the user trying to run the installer does not have appropriate rights on that drive and/or folder. The fix for that particular problem is adding the user to the local administrators group. And rerunning the install. After running the deinstall steps to clean up the installation. As specified in the XE install guide for Windows.
    http://docs.oracle.com/cd/E17781_01/install.112/e18803/toc.htm
    Also note the System Requirements, it specifies a System architecture Intel x86, which is not X64. There is no X64 installer for XE on Windows. So it might work. Or it might not if your host is x64.
    So if that is your particular error, verify that your user is in the local admins group. Either use the local users and groups applet (Start/Run/lusrmgr.msc) and open up the Administrators group. Click the Add button. Find your user. If your OS user is a windows domain user, be sure you have authenticated to the domain.
    Try the `net ...` list of the adminis group, that should reveal whom is indeed in the local administrators group:
    net localgroup administrators
    Administrator
    <domain>\Domain Admins ... # ??? is the host in windows domain ???
    <domain>\Local Admins
    <domain>\<user1>
    <user2>
    <user3>
    echo %USERNAME%
    # if relevant:
    echo %USERDOMAIN%Like it also states in the Windows install guide, under Permission Required quote:
    ... must be a member of the Administrators group on Windows to install Oracle Database XE.

  • How to take a backup manually in oracle 11g express edition?

    how to take a backup manually in oracle 11g express edition? i want to take backup of a database and want to restore later on on a different computer .

    Stop database, and copy all files to another machine.That sounds to me to be the closest answer to the question posted. And perhaps the easiest solution.
    Install XE on the "another machine", shut it down. Shutdown the source database. Copy the datafiles to the new host. Startup your "new" database, it will be an exact clone of the original.
    To find out what files need to be copied, as system (or sysdba) run:
    select name from v$datafile;
    ... file1, file2 ...
    show parameter control
    ... control_files ... file1 ...
    alter database backup controlfile to trace [reset logs];
    show parameter diag;
    ... diagnostic_dest ... <drive:>|/diag_pathTo do a proper database clone its better to recreate the controlfile and reset the archive sequence number- leave out the controlfile copy part. In the diag_path location find the trace file under diag/rdbms/$ORACLE_SID/<db_name>/trace it should be the latest ora*.trc file.
    The trace file has the commands to recreate the controlfile, which includes the datafiles and putting the tempfile back in place. If the datafiles are in a different location, i.e. in Windows going to a different drive, or you want do put datafiles in a different folder location, the create controlfile statement is the easiest time to get the file directories right.
    If you add the "reset logs" qualifier (don't use the brackets!) you'll get just the reset logs version of the create controlfile statement, otherwise you'll get both NORESETLOGS and RESETLOGS versions of a create controlfile statement, run one or the other. Not both. Not the entire trace file, just the create controlfile, alter database open [reset logs], alter tablespace temp add tempfile ... bits. No recovery is needed for a database that is shutdown when datafiles get copied to a new location/host.

  • Can.t find employee and other sample tables in oracle 11g express edition

    hi i am new to oracle 11g express edition. I want to run my queries over the employee table, but here i can'nt find this. I use the
    Select * from tab;
    it shows no rows selected.
    Is it present in the 11g or not.

    You have to unlock 'hr' Db user.These are the tables u will find in hr
    TNAME
    REGIONS
    COUNTRIES
    LOCATIONS
    DEPARTMENTS
    JOBS
    EMPLOYEES
    JOB_HISTORY
    EMP_DETAILS_VIEW
    For Unlocking hr,in the oracle webpage connect as system (or) sys.Goto Administation-->Manage Database Users-->clik hr and unlock.

  • Oracle 11g Express Edition with Default Apex 4

    Hi,
    I recently installed Oracle 11g Express Edition, It came by default with apex 4 installed in it, I did not install apex in my system since it already had apex 4 in build.
    Next I created a schema and tried to import some of the application developed in apex 4, But i am getting this below error.
    >>1 error has occurredNOT COMPATIBLE (Your export may contain calls not supported by your application version.)
    Kindly please suggest me do i need to install apex again in the system or what is the alternative method to make application install.
    Thanks
    Sudhir

    Download the latest APEX version and upgrade.
    Regards
    Nico

  • Oracle 11g Express Edition.

    I successfully downloaded Oracle 11g Express Edition, but I got stuck on login to the database. I used my Oracle Username: [email protected] and password: Malka@123 that I had created. This is the message I am getting when I try to login: "Invalid Login Credential"
    Username Password Login as a database user which has been granted the DBA database role (for example, SYSTEM). Please assist me with the login. My email address : [email protected] and my telephone in Minneapolis, MN is 651-354-9404
    I was never asked to set up a username or password for the database during the time I downloaded Oracle 11g Express Edition. Any help will be appreciated.
    Thank you,
    Arif Mirza

    Hello Orafrad,
    Thank you for the message. I used the following oracle location:
    http://www.oracle.com/technetwork/products/express-edition/downloads/index.html
    to download "Oracle 11g Express Edition" and this time I did get the option to set up a Database "SYS" password.
    I then downloaded the Oracle 11g Express Edition from the above site. And unzipped "setup.exe" file but my newly created Password is still NOT working?
    This is the link I am trying to login.
    http://127.0.0.1:8080/apex/f?p=4950:101:4141991175428941&notification_msg=Invalid%20Login%20Credentials/D45C54BB561D1CE833C0484713441422/
    But it still is not accepting my Password? This is really frustrating!

  • Primavera CM compatibility with Oracle 11g Express Edition

    We are trying to install Primavera CM 13.1 application (on windows 7 32 bit) with oracle 11g express edition (on CentOS 5.4 64 bit). Installation is completed without any warning but while trying to log on in the system with expadmin, it shows Internal Server Error. Through dbconfigcm utility we can connect the database but while running the CMAdminConfig utility, it throws java exception in command line "Unable to parse XML String" with java pop-up warning node has no children.
    Is it due to compatibility issue of Primavera CM 13.0/ 13.1 with oracle 11g express edition or something we are missing?
    Regards,
    Sandip

    Thanks Jim for the quick response. From the link, I understand that TT integration will be available with an extra cost. I presume it is only with EE and not XE, correct? Technically, there is no TT support with XE, Is that a fair statement?
    Thanks

  • Problem in installing oracle database 11g express edition

    while installing oracle database 11g express edition during product specific prerequisite check, checking for oracle XE service instance is failed, what to do ?

    Hello, and welcome to the OTN forums,
    the prerequisites are documented quite well. I'm not sure about the actual error message, but from what you write it sounds like you already have another Oracle XE install on your machine, possible the Oracle 10g XE. As mentioned in the Installation Guide, you may have only one instance per server, so the installer fails.
    If that's not the reason, can you please post the exact error message you receive?
    -Udo

  • Installing Oracle 11g Express Edition

    Hello,
    I am a little new to this, but I'm trying to install a local database server onto my laptop to use for my OCA preparations...
    I was hoping someone can explain what I'm doing wrong... I'll try and provide as much information as I can.
    I downloaded Oracle Database Express Edition 11g Release 2 (http://www.oracle.com/technetwork/database/express-edition/downloads/index.html) and installed it... Unzipped the file to Disk 1 folder and ran setup.exe. Got the prompted and left everything with their default values and the install went fine.
    Tried to run the "Get Started With Oracle Database 11g Express Edition" from my desktop and it tries to open up APEX on 127.0.0.1:8080 and that fails (cannot establish a connection).
    I tried starting up the database with the command provided in the Oracle Database 11g Express Edition folder and then went to "Run SQL Command Line". Tried to connect to the database with system/<password> and it returns an ORA-01089 error - immediate shutdown in progress.
    I have already installed Oracle - OraHome92 in the past for work on the machine as just a client...
    Is this simply an issue of restarting the computer to get all of the services working properly?
    Do I need to install the full blown 11g database from http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html instead?
    I just want to be able to create the simple schemas and tables that the textbook says are provided and not do it on the company servers...
    Any information or links to getting this set up would be greatly appreciated.
    If you need me to provide any more details, I will do my best and give you the information as well...
    Thank you very much in advance for your time.
    Regards,
    Ivan

    Hi Ivan,
    I think in you're case its better to keep with the Express edition. You could have it on you're notebook everywhere, It's not so heavy and doesn't requires a lot of space, but you still have all the Oracle database behaviour.
    Regarding the Apex URL you should put one /apex/ at the end of the URL and then login with admin and password you've entered during installation.
    Regarding the error this means that the database is in progress of shutting down. Open command prompt and run adrci (Automatic Diagnostic Repository Command Interface), then type show alert and then select the number 1 (should be something like diag/rdbms/xe/XE). Once the new windows opens up scroll to the bottom and you'll see the last event which occurred in the database.
    Either way you could try restarting you're computer and then start the service when it boots up.
    Regards,
    Sve

  • Oracle Database 11g Express Editionへの接続について

    Oracle Database 11g Express Editionを自PCにインストールし、SQLPLUS等の接続
    まで確認する事ができました。
    その後、VB2008で開発を行っている事から、VB2008で接続しようと考えていますが、
    どのような接続方法が最適なのでしょうか???
    当然、最終的にはクライアント/サーバ型にしたいと考えている為、クライアントからの接続
    も想定しています。
    ODBCは避けたく、他に方法を探していたところ、ODP.NETで接続できると記載が
    あった為、同自PCにインストールし、接続を行おうと記述したところ下記のようなエラー
    となってしまいます。
    《記述内容》
     'Connectionオブジェクトの生成
     Dim cnn As New OracleConnection
     Dim Command As OracleCommand
    'Oracleへのコネクションの確立
    cnn.ConnectionString = _
    "User Id=ABCD; Password=000000; Data Source=XE"
    cnn.Open()
    Command = cnn.CreateCommand
    'SQL初期化
    Command.CommandText = ""
    'データリーダーにデータ取得
    Command.CommandText = "SELECT COUNT(*) FROM T_東京"
    《エラー内容》
     ORA-12154: TNS: 指定された接続識別子を解決できませんでした
    ”tnsping XE”は確認しており、問題なくとおります。
    そもそも私の考え方が間違っていて、ODP.NETは使用できない???
    記述の方法が間違っている???
    初歩的な質問で申し訳ありませんが、教えて頂きたいと思います。
    よろしくお願いします。

    .netアプリを作成しているならばODP.netでの接続がベストだと思います。
    ORA-12154が発生するのは参照しようとしているtnsnames.oraの中に"XE"という接続定義が見つからないためと思われます。
    tnspingでは問題なく疎通できる+ODP.netを追加インストールしたとのことから
    odp.netをインストールしたORACLE_HOME配下のtnsnames.oraにXEという定義がないのだと思います。
    (XEのORACLE_HOME配下のtnsnames.oraにのみXEの定義がされている)
    ちなみに、tnsnames.oraは以下にあります。
    %ORACLE_HOME%\NETWORK\admin\tnsnames.ora
    そもそも私の考え方が間違っていて、ODP.NETは使用できない???
    ORA-12154が発生するところまで進んでいるのでODP.net自体は使用できています。
    ODP.net自体が使用できない状態だと OracleConnectionオブジェクトの生成の時点でエラーになるはずなので。
    あと、tnsnames.oraを参照しないで接続できる簡易接続ネーミングという記載方法もあります。
    例)
    Data Source=localhost:1521/XE
    参考
    http://www.doppo1.net/oracle/beginner/network_connect_2.html

  • Need help: Silent install of oracle 11g express edition does not install services.  As a result, i'm unable to start\launch database

    Installing using the GUI works fine.  I'm using the following code to perform the silent installation of the oracle client: C:\temp_pyx\Oracle source\3-Oracle 11G Express\setup.exe /S /f1"C:\temp_pyx\Oracle source\3-Oracle 11G Express\response\OracleXe-install.iss" /f2 "c:\windows\logs\paychex\oracle11ginstall.log"
    Result code in "oracle11gisntall.log" shows "result = 3"
    response file is configured as follows:
    **  Response file to perform silent install of Oracle Database 11g Express Edition    **
    **  Values for the following variables are configurable:                              **
    **  szDir - Provide a valid path                                                      **
    **  TNSPort - Provide any valid available port number                                 **
    **  MTSPort - Provide any valid available port number                                 **
    **  HTTPPort - Provide any valid available port number                                **
    **  SYSPassword - Provide a valid password string                                     **
    [{05A7B662-80A3-4EB9-AE1D-89A62449431C}-DlgOrder]
    Dlg0={05A7B662-80A3-4EB9-AE1D-89A62449431C}-SdWelcome-0
    Count=7
    Dlg1={05A7B662-80A3-4EB9-AE1D-89A62449431C}-SdLicense2Rtf-0
    Dlg2={05A7B662-80A3-4EB9-AE1D-89A62449431C}-SdComponentDialog-0
    Dlg3={05A7B662-80A3-4EB9-AE1D-89A62449431C}-AskPort-13013
    Dlg4={05A7B662-80A3-4EB9-AE1D-89A62449431C}-AskSYSPassword-13011
    Dlg5={05A7B662-80A3-4EB9-AE1D-89A62449431C}-SdStartCopy-0
    Dlg6={05A7B662-80A3-4EB9-AE1D-89A62449431C}-SdFinish-0
    [{05A7B662-80A3-4EB9-AE1D-89A62449431C}-SdWelcome-0]
    Result=1
    [{05A7B662-80A3-4EB9-AE1D-89A62449431C}-SdLicense2Rtf-0]
    Result=1
    [{05A7B662-80A3-4EB9-AE1D-89A62449431C}-SdComponentDialog-0]
    szDir=C:\programdata\oraclexe
    Component-type=string
    Component-count=1
    Component-0=DefaultFeature
    Result=1
    [{05A7B662-80A3-4EB9-AE1D-89A62449431C}-AskPort-13013]
    TNSPort=1521
    MTSPort=2031
    HTTPPort=8080
    Result=1
    [{05A7B662-80A3-4EB9-AE1D-89A62449431C}-AskSYSPassword-13011]
    SYSPassword="Intentionally left blank"
    Result=1
    [{05A7B662-80A3-4EB9-AE1D-89A62449431C}-SdStartCopy-0]
    Result=1
    [{05A7B662-80A3-4EB9-AE1D-89A62449431C}-SdFinish-0]
    Result=1
    bOpt1=0
    bOpt2=0

    I only see the following folders after install, which tells me that although the program shows up in program and features, it is still not successfully installed?

  • Error while opening Oracle Database 11g Express Edition after installation.

    After finishing the installation of Oracle database 11g Express Edition, when I tried to open it, it shows following error : windows cannot find `http://127.0.0.1:%HTTPPORT%/apex/f?p=4950`.Make sure you typed the name coorectly, and then try again.
    What the above error means? I followed the installation steps as given in the link.

    Hi,
    Follow thread may help you.
    <<Newbie on running Oracle 11g - Windows cannot find http:something
    Regards,

  • Oracle ILM Assistant 1.4 Installation for Oracle 11g Express Edition

    Can we use Oracle ILM Assistant 1.4 with Oracle 11g Express Edition?
    I installed ILM Assistant with Oracle 11g Express Edition along with default APEX in my laptop. Oracle SQLPlus connect and Application Express working fine. But facing problem is connecting ILM Assistant.
    I used below commands to install ILM Assistant
    sqlplus /nolog
    Connect SYS as SYSDBA
    Password: oracle
    @ilma_install oracle ILM_ASSISTANT NONE
    granted all access rights to user
    @ilma_post_install
    I restarted by computer once installation completes.
    When I use http://localhost:8080/pls/apex/f?p=737677 address in IE to connect ILM Assistant it ask for XDB server username and password. When I provide default password IE giving 404 Not Found error.
    Just wondering if I am missing something or issue is some thing else.

    Hermann, thanks for your support.
    Answer: please use username in Capital Letters
    e.g.
    SQL> @grant_privs ILM_USER_TEST;

Maybe you are looking for

  • Determining the executing environment...

    I have a very complex PL/SQL program with multiple packages calls. In order to log the process I insert in a log table both informative messages and error messages. In a development environment I need the informative messages but NOT in others enviro

  • Missing master files

    I use the library to manage all of my files and when I moved files the versions from one project to another some of the master files are now missing. Any easy way to locate the missing master files or restore them to the library? I move images betwee

  • How to install solaris when having no physical access to the machine

    Hi, I administer a Dell PowerEdge 2950 server with Windows Server 2003. The machine is in a rack located in a datacenter which I do not have any physical access to. As most of server's systems are working on the Java platform, I'm interested in migra

  • Appfirewall log no ip addresses?

    When I turn on the firewall on mavericks and look at the log appfirewall log . Block all connections and steath etc I see that it is logging connections attemps but no details Nov 11 15:08:33 XXXXX.local socketfilterfw[108] <Info>: iTunes: Deny TCP C

  • How to automate the system sound

    what i'd like to do is since i cannot remove the system startup "chord" i'd like to have a script that would turn the system sound off when the computer is shut down...and back on after i log in. how would i go about this. i'm familiar with basic and