Migration from reports 6i to 11g

Hi Guys,
I am very new to report development and needed some help on migrating reports 6i to reports 11g. I did some reading up and only found the the document Upgrading Oracle Forms 6i to Oracle Forms 11g 11g Release 1 (11.1.1) E10394-01 which talk about forms migration. I am looking for a reports migration and found no good documentation on it. Could somebody direct me to some good documentation. Also a few more questions i had in mind
1) Can I migrate to 11g directly or should i migrate to 10g first.
2) Can I use the migation assitant for reports migration or is it only for the forms.
3) If i need to recompile the reports in 11g is there a a 11g developer suite that i should use for it.
Thanks and regards

We will be starting a process of converting our forms/reports 6i to 11Gr2. I just installed weblogic/forms 11Gr2 and i'm trying out reports. They do compile easely and run in "paper layout" but do not work in "web layout"..404 error in web browser. We have maybe 100reports in our systems to convert. If I create a new 11G report from scratch and define it has being "web and paper layout" everything works like a charm. I compiled in reports 11G and use the report converter with same results.
I heard many times that reports RDF in 6i will look the same in 11G...in paper layout they do...but that does not get your reports on the web.
Is there some way to auto convert all reports so that the web layout is added...or we will need to convert all of them?
thanks for nay help you can give me guys...

Similar Messages

  • Steps for migrating from Oracle10g to Oracle 11g

    Hi,
    Please send me steps to migrate from Oracle10g to Oracle 11g on Redhat Linux x86_64 on RAC with ASM.
    Regards,
    Tushar

    http://download.oracle.com/docs/cd/B28359_01/server.111/b28300/toc.htm

  • Migrating forms/reports 6i to 11g

    Hi,
    Im looking for a step-by-step guide to migrate from form/reports 6i to forms 11g.
    I found the document bellow. Can one suggest more resources ?
    Oracle® Forms
    Upgrading Oracle Forms 6i to Oracle Forms 11g
    11g Release 1 (11.1.1)
    E10394-01Thanks

    I'm thinking no because a large part of it depends upon how the 6 Forms were written.
    You probably already have this:
    http://www.oracle.com/technetwork/developer-tools/forms/index-095046.html
    Oracle Doc 207396.1 has some information too.
    Best Wishes
    mseberg

  • EPMMaster.rpd Fusion Pack migration from OBIEE 10g to 11g

    We have successfully installed OBIEE 10g and 11g on Windows 2008 32bit servers. On the 10g Installation, we have applied the Fusion Pack EPMMaster RPD file and it connects successfully to our EPM warehouse. We want to migrate the Fusion pack to 11g which is also setup on the same platform. Per the instructions in the documentation, we have copied the files (RPD file and Webcat folder) to the 11g server. We run the UA.bat file and it proceeds to start copying the files over fom the RPD and WebCatalog to the new system. It completes this process, but then hangs on starting the Oracle BI server - it never gets beyond that.
    We will be purchasing the EPMMaster RPD and know it is not available yet for 11g – however we’re trying to get ahead of the curve a bit and manually fix the items in the presentation layer that will not render correctly in 11g
    upgrade exception occurred
    Unable to start process: instance1: coreapplication_obis1
    One thing that I noticed – Since the UA tool does not completely finish --
    RPD size on 10g – 42,675KB; 11g – 6,375KB
    I manually change the webcat in Enterprise Manager to the EPMMaster catalog -this actually caused additional errors on restart.
    Has anyone attempted upgrading a delivered RPD to 11g?
    Thanks in advance -

    This is a known issue that we have worked through with Oracle tech support. The Dimension Deduction.Deduction Sid causes an error that prevents the UA tool from completing the upgrade process. There are a couple of ways around this, but the fastest is to simply delete the Dimension, the two related hierarchies and the fact table that is joined to this dimension. Physical table do not need to be touched however. There are still issues once it’s moved to 11g, but those can be addressed post migration. Thanks much to the Oracle support team for helping us out with this issue!

  • Migration from Reports 6i to AS10g and rwservlet

    Okay, somehow I managed to delete my last post, so I'm trying this again...
    I have a legacy application that I am trying to migrate from Oracle 9i (with reports 6i) to Oracle 10g db and AS10g (running on a Windows 2003 server). Our current reports are being run via CGI (rwcgi60.exe). The oracle documentation says that in 10g this is only supported for backward compatibility and it recommends the use of rwservlet instead.
    I have spent the past two days reading both the oracle documentation and other information I have found on the web. I have turned off SSO, modified the cgicmd.dat file to incorporate our key mappings and have modified the REPORTS_PATH environment variable in the registry. I believe things are configured correctly as I get a response when calling the following URL from a browser:
    https://www.mydomain.com:2121/reports/rwservlet/showenv
    I am also able to generate one of our custom reports by issuing either of the following URLs:
    https://www.mydomain.com:2121/reports/rwservlet?mykey+REPORT=cyprtl+DESFORMAT=PDF+P_ASOFDATE=01/19/2010+P_CLI_CODE=ALS+P_CMU_CODE+TONS+P_FUN_CODE=ALS+P_METRIC_FLAG=N+P_PRO_CODE=ALDENC+P_SESSION=113289+P_TRA_ID=36239+P_TRA_CODE=AS321
    https://www.mydomain.com:2121/reports/rwservlet?mykey&REPORT=cyprtl&DESFORMAT=PDF&P_ASOFDATE=01/19/2010&P_CLI_CODE=ALS&P_CMU_CODE&TONS&P_FUN_CODE=ALS&P_METRIC_FLAG=N&P_PRO_CODE=ALDENC&P_SESSION=113289&P_TRA_ID=36239&P_TRA_CODE=AS321
    The application that we use to generate reports previously submitted the request to the CGI server via an html form (example below). I have modified the code so that the form action is "https://www.mydomain.com:2121/reports/rwservlet?" rather than "https://www.mydomain.com:2121/reports/rwcgi60.exe?".
    <HTML>
    <HEAD>
    <SCRIPT TYPE="text/javaScript">
    function displayRpt() {
    alert ("bozo");     
    document.forms[0].submit();
    </SCRIPT>
    </HEAD>
    <BODY onLoad="displayRpt();">
    <FORM ACTION="https://www.mydomain.com:2121/reports/rwservlet?" METHOD="POST" TARGET="_top">
    <INPUT TYPE="hidden" NAME="mykey" VALUE="">
    <INPUT TYPE="hidden" NAME="REPORT" VALUE="cyprtl">
    <INPUT TYPE="hidden" NAME="DESFORMAT" VALUE="PDF">
    <INPUT TYPE="hidden" NAME="P_ASOFDATE" VALUE="01/19/2010">
    <INPUT TYPE="hidden" NAME="P_CLI_CODE" VALUE="ALS">
    <INPUT TYPE="hidden" NAME="P_CMU_CODE" VALUE="TONS">
    <INPUT TYPE="hidden" NAME="P_FUN_CODE" VALUE="ALS">
    <INPUT TYPE="hidden" NAME="P_METRIC_FLAG" VALUE="N">
    <INPUT TYPE="hidden" NAME="P_PRO_CODE" VALUE="ALDENC">
    <INPUT TYPE="hidden" NAME="P_SESSION" VALUE="113289">
    <INPUT TYPE="hidden" NAME="P_TRA_ID" VALUE="36239">
    <INPUT TYPE="hidden" NAME="P_TRA_CODE" VALUE="AS321">
    </FORM>
    </BODY>
    </HTML>
    Unfortunately, just modifying the form action call does no work on 10g.
    Instead I get the following error messages:
    REP-771: There exist uncompiled program unit(s).
    REP-1247: Report contains uncompiled PL/SQL.
    I do not believe it to be a compilation issue, because as stated above I can invoke the report with the URL syntax.
    Any help would be greatly appreciated.
    -Stephen
    Edited by: user8562081 on Jan 20, 2010 3:21 PM

    Roberto,
    Thanks for the reply, but the issue is not with the port number. After installing AS, I created a virtual host with port number 2121 and secured it with SSL. As mentioned in the post, I can successfully test the report server with the following URL: https://www.mydomain.com:2121/reports/rwservlet/showenv
    -Stephen

  • MIGRATING FROM REPORTS 3.0 TO 6i

    I am migrating reports from version 3.0 to 6i. Looking for some
    documentation on any problems that may have been encountered or
    any information on migrating reports from Reports 3.0 to 6i".
    Any link would be helpful.

    Haven't gone from 2.0 to 6i, but expect it will work the same as from 2.5:
    Open the 2.0 report in 6i and save it. There may be some slight layout adjustments needed, and with 2.0 upgrades matrix reports can experience some problems, so you'll have to make sure those are well tested.
    John Alexander www.SummitSoftwareDesign.com
    St. Petersburg, FL

  • Migrate from Reports 3.0 to Reports 9i

    Dear friends,
    I kindly request you all for the following help.
    I have a task that i need to upgrade & migrate application from reports 3.0 to reports 9i in HP-UX server.
    Since i know that it is not possible to go directly from 3.0 to 9i, i should follow from 3.0 to 6i and then 6i to 9i.
    May i know what are the major changes involve at the time of upgrading and migrating the above task.
    Please provide me the steps that i should follow the above mentioned task.
    Or send me a recommended web site if any.
    Note: Do i need to change any codes for the existing application when i go for the above upgrade?
    Thank you
    Venket

    The SWVC in receiver determination is not relevant for service interfaces of type "XI 3.0 compatible".
    So you can leave the fields emtpy.
    The technical background for this SWVC in receiver determination is finding the correct operation for a message.
    But XI 3.0 compatible service interfaces have only one operation with same name as the interface.

  • Problem in displaying Thai fonts after migrating from Reports 2.5 to 6i

    Hi,
    We have recently migrated our reports from Reports 2.5 to 6i.
    When we were using Reports 2.5, we could display The Thai Fonts correctly, but after migrating to 6i, the data retrieved from database is being displayed as junk characters.
    In Reports 2.5 we had set a registry variable ORA_CHARSET_CONVERSION to NO_CHARSET_CONVERSION. We were using NLS_LANG as AMERICAN_AMERICA.WE8IS08859P1 in 2.5.
    If we change WE8IS08859P1 to US7ASCII for Reports 6i, the data retrieved from database is being displayed correctly in Thai fonts, but the labels become junk characters.
    Do we need to do any special setup in 6i?
    Nigam.

    Hi All,
    Whilst doing the migration (and god knows how long this will take) I need to document the log file of all functions and changes made. The manual states that there is a PLG file created however, I can't seem to find it. I'm running the conversion one by one and not in batch mode. Can someone help me locating the PLG log file.
    Thanks

  • I got this error when migrate from Jdev11gTp4 into JDev 11g (Build 5188)

    Hello,
    when i migrated my application from Jdev11gTp4 into JDeveloper 11g (Build 5188) , i got this error but it's not understandable for me and I am new in jdeveloper and adf application
    C:\JDeveloper\mywork\Application14\FOO\ViewController\public_html\myFolder\myPage .jspx
    Error(7,4): The public type __myPage_32__jspx must be defined in its own file
    Thanks
    GreenApple
    Edited by: greenApple on Jan 15, 2009 9:18 AM

    Hello,
    when i migrated my application from Jdev11gTp4 into JDeveloper 11g (Build 5188) , i got this error but it's not understandable for me and I am new in jdeveloper and adf application
    C:\JDeveloper\mywork\Application14\FOO\ViewController\public_html\myFolder\myPage .jspx
    Error(7,4): The public type __myPage_32__jspx must be defined in its own file
    Thanks
    GreenApple
    Edited by: greenApple on Jan 15, 2009 9:18 AM

  • Migration from Reports 6i to 10G

    Hi,
    I have migrated my forms from 6i to 10g. Everything is working fine except reports.
    (Im calling reports from my menu modules using run_product builtin).
    Now i need the steps to migrate the reports from 6i to 10G.
    Good Help will be appreciated.
    Regards
    Sankar.M.N

    hi,
    instead of run_product you hav to use web.showdocument
    migrate your from from which you are clling report
    it will add report-object and rp2rro lib to your form
    and then change your function
    like this
    PROCEDURE call_report IS
              pi_id paramlist;
              alrt_var number;     
              repid report_object;     
              rep_path varchar2(200);
              vc_reportserverjob varchar2(100);
              report_job_id varchar2(100);
              v_rep_status varchar2(100);
    begin
         repid := find_report_object('RP2PRO');
         rep_path:=*path of ypur report*;
         set_report_object_property(repid,report_filename,rep_path);
         set_report_object_property(repid,report_server,*report_server_name*);
         set_report_object_property(repid,report_execution_mode,RUNTIME);
         set_report_object_property(repid,report_comm_mode,SYNCHRONOUS);
         set_report_object_property(repid,report_destype,cache);
         set_report_object_property(repid,report_desformat,'pdf');
         pi_id := get_parameter_list('it_param');
         if      not Id_null(pi_id) then
              destroy_parameter_list(pi_id);
         end if;
         pi_id := create_parameter_list('it_param');
         add_parameter*(your_parametrer here*
         add_parameter(pi_id,'PARAMFORM',TEXT_PARAMETER,'NO');
         vc_reportserverjob := RUN_REPORT_OBJECT(repid, pi_id);
         report_job_id:=substr(vc_reportserverjob,length(*report_server_name*)+2,length(vc_reportserverjob));
         v_rep_status:=report_object_status(vc_reportserverjob);     
         if v_rep_status='FINISHED' then
              web.show_document('http://'||*host_name*||':'||*port_name*||'/reports/rwservlet/getjobid'||report_job_id||'?server='||*report_server_name*,'_blank');      
         else
              message ('error when running report'||v_rep_status);
         end if;
    end;
    END;

  • Database migrated from Oracle 10g to 11g Discoverer report performance issu

    Hi All,
    We are now getting issue in Discoverer Report performance as the report is keep on running when database got upgrade from 10g to 11g.
    In database 10g the report is working fine but the same report is not working fine in 11g.
    The query i have changed as I have passed the date format TO_CHAR("DD-MON-YYYY" and removed the NVL & TRUNC function from the existing query.
    The report is now working fine in Database 11g backhand but when I am using the same query in Discoverer it is not working and report is keep on running.
    Please advise.
    Regards,

    Pl post exact OS, database and Discoverer versions. After the upgrade, have statistics been updated ? Have you traced the Discoverer query to determine where the performance issue is ?
    How To Find Oracle Discoverer Diagnostic and Tracing Guides [ID 290658.1]
    How To Enable SQL Tracing For Discoverer Sessions [ID 133055.1]
    Discoverer 11g: Performance degradation after Upgrade to Database 11g [ID 1514929.1]
    HTH
    Srini

  • Migrating from MySQL to Oracle 11g

    can u tell me the steps to migrating database from MySQL to Oracle using SQL Developer?
    I have installed Oracle 11g(11.1.0.6.0) in server and SQl Developer in my local system.
    I connected to MySQL and Oracle in SQL Developer and tried to MIgrate everything in MySQL to Oracle using Quick Migrate option.
    it took one and half day but didn't work at last...
    is there any pre tasks that i need to do before migrating to oracle from MySQL?
    and also when i export the MySQL data to Oracle using SQL Developer,it is giving data type mismatch errors like (date, boolean etc...).
    please give a reply what i need to do and any refferences also very much appreciated.

    hi Turloch ,
    I followed the steps mentioned above.
    When I right click my MySQL server db Connection and click "Capture MySQL server", it just shows a dialog with "Close" enabled.
    after clicking the close button, it gives following error messages.
    oracle.dbtools.metadata.persistence.PersistableObject.doInsert(PersistableObject.java:238)
    the same error is coming no of times.
    Kindly help me in this regard.

  • Challenge question and password migration from oimm 10g to 11g r2

    hi all,
    can you please tell me how do i do the migration of oim 10g user's password and challenge questions to oim 11g r2. Do we have any api to do it. these values are in encrypted format in oim db.
    thanks

    Run your sql query to output the encrypted fields to a flatfile or csv, and include the usr_login field so you know which user to assign the values to.
    Copy your config folder from your oim server and create a patch like c:\xellerate\config. In your code, when you connect to OIM, use this:
    System.setProperty("XL.HomeDir", "c:/xellerate");
    System.setProperty("java.security.auth.login.config", "c:/xellerate/config/authwl.conf");
    Now, when you read the file and have the encrypted field, use this code:
    String decryptValue= tcCryptoUtil.decrypt(encryptValue, "DBSecretKey");
    Now that you have the unencrypted value from your 9x instance, you can use the APIs to set challenge questions, and set user passwords with the 11g APIs.
    -Kevin

  • Manually Migrating from Oracle 10g to 11g

    Hello, I'm currently a student in an Oracle DBA class. I'm totally new to the Oracle world.
    One of our final assignments concerns upgrading Oracle instances without the use of DBUA.
    I've currently got Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 and am trying to upgrade to 11.1.0.7.0
    This is all inside of VirtualBox, running Windows Server 2008. I've been using 10g with absolutely no issues for the duration of this class.
    I successfully installed 11g, choosing to install the software only and not use dbua.
    I changed my environment variables to point towards the 10g installation; ORACLE_HOME, ORACLE_SID, PATH, and LD_LIBRARY_PATH.
    Then logged into 10g's SQLPlus and ran utlu111i.sql, which ran successfully. I issued a shutdown immediate and exited SQLPlus.
    Changed my environment variables to point towards the 11g home and set ORACLE_SID as the 10g database name. I was able to log into 11g's SQL plus, was told I was connected to an idle instance, which I expected. I issued a startup upgrade command, and then attempted to run catupgrd.sql, but got an error stating that I had to run the script from 11g.
    If I don't set the environment variables then when I try to log into 11g's sqlplus, I get an ORA-12560: TNS:protocol adapter error... I've tried reinstalling 11g from scratch, but to no avail. My instructor and I have been emailing back and forth frequently over the past few days but we have not been able to reach a solution, so I thought I would see if I could pick your brains.
    Here's all of the terminal output from the process:
    C:\Users\Administrator>sqlplus
    SQL*Plus: Release 10.2.0.3.0 - Production on Fri Apr 29 20:15:09 2011
    Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
    Enter user-name: connect /as sysdba
    Enter password:
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> @?
    SP2-0310: unable to open file "C:\270Oracle.sql"
    SQL> @C:\NewCIS270\product\11.1.0\db_1\rdbms\admin\utlu111i
    Oracle Database 11.1 Pre-Upgrade Information Tool 04-29-2011 20:16:16
    Database:
    --> name: KYLMAN
    --> version: 10.2.0.3.0
    --> compatible: 10.2.0.3.0
    --> blocksize: 8192
    --> platform: Microsoft Windows IA (32-bit)
    --> timezone file: V4
    Tablespaces: [make adjustments in the current environment]
    --> SYSTEM tablespace is adequate for the upgrade.
    .... minimum required size: 729 MB
    .... AUTOEXTEND additional space required: 249 MB
    --> UNDOTBS1 tablespace is adequate for the upgrade.
    .... minimum required size: 417 MB
    .... AUTOEXTEND additional space required: 352 MB
    --> SYSAUX tablespace is adequate for the upgrade.
    .... minimum required size: 455 MB
    .... AUTOEXTEND additional space required: 215 MB
    --> TEMP tablespace is adequate for the upgrade.
    .... minimum required size: 61 MB
    .... AUTOEXTEND additional space required: 33 MB
    --> EXAMPLE tablespace is adequate for the upgrade.
    .... minimum required size: 78 MB
    Update Parameters: [Update Oracle Database 11.1 init.ora or spfile]
    -- No update parameter changes are required.
    Renamed Parameters: [Update Oracle Database 11.1 init.ora or spfile]
    -- No renamed parameters found. No changes are required.
    Obsolete/Deprecated Parameters: [Update Oracle Database 11.1 init.ora or spfile]
    --> "background_dump_dest" replaced by "diagnostic_dest"
    --> "user_dump_dest" replaced by "diagnostic_dest"
    --> "core_dump_dest" replaced by "diagnostic_dest"
    Components: [The following database components will be upgraded or installed]
    --> Oracle Catalog Views [upgrade] VALID
    --> Oracle Packages and Types [upgrade] VALID
    --> JServer JAVA Virtual Machine [upgrade] VALID
    --> Oracle XDK for Java [upgrade] VALID
    --> Oracle Workspace Manager [upgrade] VALID
    --> OLAP Analytic Workspace [upgrade] VALID
    --> OLAP Catalog [upgrade] VALID
    --> EM Repository [upgrade] VALID
    --> Oracle Text [upgrade] VALID
    --> Oracle XML Database [upgrade] VALID
    --> Oracle Java Packages [upgrade] VALID
    --> Oracle interMedia [upgrade] VALID
    --> Spatial [upgrade] VALID
    --> Data Mining [upgrade] VALID
    --> Expression Filter [upgrade] VALID
    --> Rule Manager [upgrade] VALID
    --> Oracle OLAP API [upgrade] VALID
    Miscellaneous Warnings
    WARNING: --> Database contains stale optimizer statistics.
    .... Refer to the 11g Upgrade Guide for instructions to update
    .... statistics prior to upgrading the database.
    .... Component Schemas with stale statistics:
    .... SYS
    .... OLAPSYS
    .... SYSMAN
    .... CTXSYS
    .... XDB
    WARNING: --> Database contains schemas with objects dependent on network
    packages.
    .... Refer to the 11g Upgrade Guide for instructions to configure Network ACLs.
    WARNING: --> EM Database Control Repository exists in the database.
    .... Direct downgrade of EM Database Control is not supported. Refer to the
    .... 11g Upgrade Guide for instructions to save the EM data prior to upgrade.
    PL/SQL procedure successfully completed.
    SQL> shutdown immediate;
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Pr
    oduction
    With the Partitioning, OLAP and Data Mining options
    C:\Users\Administrator>set ORACLE_HOME=C:\NewCIS270\product\11.1.0\db_1
    C:\Users\Administrator>set ORACLE_SID=KYLMAN
    C:\Users\Administrator>set PATH=%ORACLE_HOME%\bin
    C:\Users\Administrator>sqlplus "/as sysdba"
    SQL*Plus: Release 11.1.0.7.0 - Production on Fri Apr 29 20:22:49 2011
    Copyright (c) 1982, 2008, Oracle. All rights reserved.
    Connected to an idle instance.
    SQL> startup upgrade;
    ORACLE instance started.
    Total System Global Area 440401920 bytes
    Fixed Size 1291072 bytes
    Variable Size 146803904 bytes
    Database Buffers 289406976 bytes
    Redo Buffers 2899968 bytes
    Database mounted.
    Database opened.
    SQL> @?
    SP2-0310: unable to open file "C:\NewCIS270\product\11.1.0\db_1.sql"
    SQL> @?/rdbms/admin/catupgrd
    DOC>#######################################################################
    DOC>#######################################################################
    DOC>
    DOC> The first time this script is run, there should be no error messages
    DOC> generated; all normal upgrade error messages are suppressed.
    DOC>
    DOC> If this script is being re-run after correcting some problem, then
    DOC> expect the following error which is not automatically suppressed:
    DOC>
    DOC> ORA-00001: unique constraint (<constraint_name>) violated
    DOC> possibly in conjunction with
    DOC> ORA-06512: at "<procedure/function name>", line NN
    DOC>
    DOC> These errors will automatically be suppressed by the Database Upgrade
    DOC> Assistant (DBUA) when it re-runs an upgrade.
    DOC>
    DOC>#######################################################################
    DOC>#######################################################################
    DOC>#
    DOC>######################################################################
    DOC>######################################################################
    DOC> The following statement will cause an "ORA-01722: invalid number"
    DOC> error if the user running this script is not SYS. Disconnect
    DOC> and reconnect with AS SYSDBA.
    DOC>######################################################################
    DOC>######################################################################
    DOC>#
    no rows selected
    DOC>######################################################################
    DOC>######################################################################
    DOC> The following statement will cause an "ORA-01722: invalid number"
    DOC> error if the database server version is not correct for this script.
    DOC> Shutdown ABORT and use a different script or a different server.
    DOC>######################################################################
    DOC>######################################################################
    DOC>#
    SELECT TO_NUMBER('MUST_BE_11_1') FROM v$instance
    ERROR at line 1:
    ORA-01722: invalid number
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Pr
    oduction
    With the Partitioning, OLAP and Data Mining options
    C:\Users\Administrator>
    Edited by: 855732 on Apr 29, 2011 6:59 PM

    Hi,
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Pr
    oduction
    With the Partitioning, OLAP and Data Mining options
    Your instance is started from the 10g ORACLE_HOME. You mentioned you started it from the 11g ORACLE_HOME but it's not the case.
    Here is an example with a 10gR2 database started from a 11gR2 ORACLE_HOME :
    SQL> startup upgrade pfile =/u01/app/oracle/product/10.2.0/db_1/dbs/initP102.ora
    ORA-32006: BACKGROUND_DUMP_DEST initialization parameter has been deprecated
    ORA-32006: USER_DUMP_DEST initialization parameter has been deprecated
    ORACLE instance started.
    Total System Global Area  167387136 bytes
    Fixed Size                  1335248 bytes
    Variable Size              88080432 bytes
    Database Buffers           75497472 bytes
    Redo Buffers                2473984 bytes
    Database mounted.
    Database opened.
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing optionsNotice the Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 part.
    In your case it was Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.3.0
    To solve the issue follow the official documentation, you have specific actions with oradim etc. to do (it's always a bit more complicated than with Unix/Linux but it's documented) :
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28300/upgrade.htm#insertedID8
    Best regards
    Phil

  • Migrating from Informix to Oracle 11g

    Hi,
    I have downloaded the Migration workbench, and the plug-ins Inofrmix7.jar from http://www.oracle.com/technetwork/topics/index-095746.html. Kindly could you please tell me from where i can download the ifxjdbc.jar. Are these files same with different name.
    Regards

    Hello,
    What you need is the Informix Dynamic Server JDBC Driver, version 1.4 JAR file, ifxjdbc.jar.
    This driver is shipped with the Informix Dynamic Server software. I am not sure you can download it freely.
    Regards,
    Jean-Patrick

Maybe you are looking for

  • TC 2 TB A1409 Wan internet connection no longer working but light is still green?

    TC 2 TB A1409 Wan internet connection no longer working but light is still green? My TC and modem have been up and running for at least the last 2 years without any issues. It recently started acting up and I would have restart it as I had no interne

  • How can I read cookies in WebDynPro for Java

    Hi, in WebDynPro for Java I found a possibility to to get a "request-object" like the standard "HttpServletRequest-object" IWDProtocolAdapter protocolAdapter = WDProtocolAdapter.getProtocolAdapter(); IWDRequest request = protocolAdapter.getRequestObj

  • Is it the best practice to use Month Name as name of the column?

    Hi, We need to store many data elements (like Balance, Cost,  Budget etc) for each account  for varying time periods (month end, month to date, quarter end , quarter to date etc)  for at least 5 years before archiving them. To achieve the best perfor

  • Replicate from primary to logical standby

    We are considering a logical standby, but have three tables with an XMLTYPE datatype. We have successfully set up a bi directional streams environment, with advanced replication also handling those tables that streams cannot (such as those already no

  • Data Filtering Problem

    Hi all, i have a report which has to display country wise sales based on the prompt(having drop down values: India, Australia, SouthAfrica). Here i have set filter for the country (Is prompted) in the report. On the selection of the prompt value, the