11g Database Migration with Old 10g Application server

Hi,
Our Database version : 10.2.0.3.0 10gR2
Oracle Application Server - 10gR2.
Now we are planning to migrate our database from 10gR2 to 11g R2. But now we are not going to migrate our Application server. We are continued to use same 10gR2 application server.
Please provide me what are the pre-checks/ Checklist/ knows issues/ obsolete features i must taken care before and after migrate- from the forms&reports developer and application server admin point of view.
for example some where i seen that the DB Password for 11g is case sensitive so we have to set a variable in form env file like that.
Thanks in advance.

Hi
As a general rule, most sql will perform as fast (or faster) on 11gR2 than 10gR2 - there will always be exceptions that's depends upon each one's application So best choice is to perform a test to ur whole project application. Because as u will find out may be someone has a problem but will not face u because of different application, concepts of handeling a solution for the bussiness requiremnets of the end use but it's nice Step to Rethink before u will be in a problem to pre-consider i appreciate :)
Well, i would also recommand Studing Oracle 11gR2 Upgrade Companion
http://www.google.com.eg/search?sourceid=navclient&ie=UTF-8&rlz=1T4ADFA_enEG418EG418&q=Oracle+11gR2+Upgrade+Companion
Hope u Study and Feed ur Knowlege through it...
Step by step Upgrade from 10gR2 to 11gR2
http://sarith.wordpress.com/2010/10/26/step-by-step-upgrade-from-10gr2-to-11gr2/
Best Regards,
Abdetu...

Similar Messages

  • Will JDev 11g deploy to an Oracle 10g Application Server?

    JDev gurus:
    I have been developing my app for several years using IntelliJ/IDEA. Now that JDev has the features I need I am wondering if JDev will help me automate my Develop/Debug cycle, something that is currently missing in IntelliJ/IDEA.
    My first observation is that my existing code that has been in production for some time is having serious compile issues inside of JDev. I am willing to work through these issues if I am certain that in the end moving to JDev will help me to accelerate my programming.
    BTW, as much as I would like to move to WebLogic, the budget won't allow.
    thx in advance,
    Gary

    JDeveloper 11g is optimized for WebLogic server usage.
    You should be able to deploy to OAS 10g from JDeveloper 11g as long as you don't use the new Java EE 5.0 and ADF 11g features in JDeveloper 11g - since OAS 10g doesn't support these.
    You might want to try JDeveloper 10.1.3 if you are looking to streamline the develop/debug/deploy process though. That was the version that worked with OAS 10g.

  • Oracle 10G application server integrate with e-business suites 11i

    Hello,
    Server A:
    i have one UAT server which is installed with e-business suites 11i. The users logon to discoverer from e-business suites using the username and password stored in e-business suites.
    Server B:
    then, i now hv to set up a 10G application server and 10G discoverer on a new server. The user request that they want to login to discoverer using the username and password as mentioned above. They reject to logon to database using 'connect directly', 'open connection' or 'private connection'.
    what can i do in order to synchronize the username from Server A to Server B so that they can logon using the username and password they created in e-business suites.
    thank you.

    follow note 313418.1 it will let you use your oracle apps 11i with discoverer 10g, with the same user name and password, i did it before you may want to check my post after you check oracle note
    http://oracle-magic.blogspot.com/2006/11/upgrading-discoverer-4i-to-10g-on-apps.html
    fadi hasweh
    http://oracle-magic.blogspot.com/
    Oracle is not Magic, it just takes years of experience

  • Auditing in oracle 10g database and oracle 10g application server

    Dear friends,
    We have oracle 10g application server and oracle 10g database server in place.My criteria is to audit users connected using oracle application user credentials to the database.
    Can you please tell me how can i do it.
    Thanks & regards,

    Its the database connection you want to track. The session audit will show where it came from.
    Auditing is turned using this command:
    alter system set audit_trail = DB scope=spfile;
    Note: The use of spfile will require a DB bounce before audit starts
    To audit Sessions:
    audit create session;
    Query by Audit Type:
    SELECT A.USERNAME,
    OS_USERNAME,
    A.TIMESTAMP,
    A.RETURNCODE,
    TERMINAL,
    USERHOST
    FROM DBA_AUDIT_SESSION A
    WHERE USERHOST = <replace with iAS servername> ;
    By User
    SELECT USERNAME,OBJ_NAME,ACTION_NAME , TIMESTAMP
    FROM DBA_AUDIT_TRAIL WHERE USERNAME = 'SCOTT';
    Check for users sharing database accounts
    select count(distinct(terminal)),username
    from dba_audit_session
    having count(distinct(terminal))>1
    group by username;
    Attempts to access the database at unusual hours
    SELECT username, terminal, action_name, returncode,
    TO_CHAR (TIMESTAMP, 'DD-MON-YYYY HH24:MI:SS'),
    TO_CHAR (logoff_time, 'DD-MON-YYYY HH24:MI:SS')
    FROM dba_audit_session
    WHERE TO_DATE (TO_CHAR (TIMESTAMP, 'HH24:MI:SS'), 'HH24:MI:SS') <
    TO_DATE ('08:00:00', 'HH24:MI:SS')
    OR TO_DATE (TO_CHAR (TIMESTAMP, 'HH24:MI:SS'), 'HH24:MI:SS') >
    TO_DATE ('19:30:00', 'HH24:MI:SS');
    Attempts to access the database with non-existent users
    SELECT username, terminal, TO_CHAR (TIMESTAMP, 'DD-MON-YYYY HH24:MI:SS')
    FROM dba_audit_session
    WHERE returncode <> 0
    AND NOT EXISTS (SELECT 'x'
    FROM dba_users
    WHERE dba_users.username = dba_audit_session.username);
    Other audits you might consider:
    audit grant any object privilege;
    audit alter user;
    audit create user;
    audit drop user;
    audit drop tablespace;
    audit grant any role;
    audit grant any privilege;
    audit alter system;
    audit alter session;
    audit delete on AUD$ by access;
    audit insert on AUD$ by access;
    audit update on AUD$ by access;
    audit delete table;
    audit create tablespace;
    audit alter database;
    audit create role;
    audit create table;
    audit alter any procedure;
    audit create view;
    audit drop any procedure;
    audit drop profile;
    audit alter profile;
    audit alter any table;
    audit create public database link;
    Best Regards
    mseberg

  • 11g database compatible with 10g ASM?

    Hi all,
    I have one server with Oracle 10g database and ASM installed. Now I need to install a new database on 11g version. Know you if my new 11g database can use the 10g ASM? Or I need to create a new ASM in 11g too?
    Thanks in advance,
    Jordi

    PLease look at the following link. The 11g Database is indeed going to work with 10g asm but the features available will vary depending on the version compatibility.
    http://download.oracle.com/docs/cd/B28359_01/server.111/b31107/asmdiskgrps.htm#CHDJDDFG
    HTH
    Aman....

  • Does 10g application server 10.1.2.0.2 work for 9i database?

    I have installed 9i database on UNIX. then I am trying to install 10 application server 10.1.2.0.2. But somehow it force me to install a complete 10g database, which is undesireable for me. So I just wonder whether 10g application server can work for 9i database? If it works, how to install 10g app server with 9i database?

    Hi,
    The 10g database installed by the 10.1.2.0.2 application server is used by it as a metadata repository for configuration and also as an LDAP server for the Oracle Internet Directory.
    What components of the application server do you need? If all you want is Forms and Reports services, there is a standalone version that does not install the 10g infrastructure database.
    HTH,
    Jim

  • Version compatibility  of 10G Application Server 10.1.2.0.2  with  JDK 1.5.

    hi buddies,
    I want to know that whether
    10G Application Server 10.1.2.0.2 with JDK 1.5. is Version compatibility
    pls do send ur replies if known to you.

    Hi ,
    As far as I know AS 10.1.2.0.2 is Not certified with JDK 1.5.
    Please see below some links where you can double-check this
    1. OC4J with JDK 1.5 JSP compilation error
    2. http://docs.huihoo.com/oracle/docs/B14099_19/web.1012/b14011/chap1.htm
    "Only the JDK 1.3.1 and JDK 1.4 compilers are supported and certified by OC4J. It is possible to specify an alternative compiler by adding a <java-compiler> element to the server.xml file, and this might provide a workaround for the "classes not in packages" issue, but no other compilers are certified or supported by Oracle for use with OC4J."
    3. "Certified JDKs" from
    http://www.oracle.com/technology/software/products/ias/files/as_certification_r2_101202.html
    BR,
    Mihai

  • 10G Application Server 10.1.2.0.2 with JDK 1.5.0_16 is Version compatible

    hi buddies,
    I want to know that whether
    10G Application Server 10.1.2.0.2 with JDK 1.5.0_16 is Version compatible
    pls do send ur replies if known to you.

    Hi ,
    As far as I know AS 10.1.2.0.2 is Not certified with JDK 1.5.
    Please see below some links where you can double-check this
    1. OC4J with JDK 1.5 JSP compilation error
    2. http://docs.huihoo.com/oracle/docs/B14099_19/web.1012/b14011/chap1.htm
    "Only the JDK 1.3.1 and JDK 1.4 compilers are supported and certified by OC4J. It is possible to specify an alternative compiler by adding a <java-compiler> element to the server.xml file, and this might provide a workaround for the "classes not in packages" issue, but no other compilers are certified or supported by Oracle for use with OC4J."
    3. "Certified JDKs" from
    http://www.oracle.com/technology/software/products/ias/files/as_certification_r2_101202.html
    BR,
    Mihai

  • Oracle 10g Database Server or Oracle 10g Application Server

    Greetings and Salutations!
    I need to install APEX 3.01 for development purposes and I'm wondering if I need to do an Oracle 10g Database Server installation, an Oracle 10g Application Server installation, and then the APEX 3.01 installation, or is there another way such as an Oracle 10g Application Server installation and then the APEX 3.01 installation.
    I'm confused and I need advice.
    Thanks,
    Charles

    Apex software runs inside the database using the database's PL/SQL engine.
    Apex software is accessed via HTTP requests that may be sent to an HTTP server as included on the database 'companion CD' or in the Application Server.
    Apex installation is described in the APEX install manual at http://www.oracle.com/technology/products/database/application_express/index.html

  • Oracle 10g application server

    Dear All,
    we have implemented the oracle 10g application server 10.1.2.0.2 now we pland to apply patch 3.
    can you guys guide me how to apply patch.
    i am familiar with oracle database from 9i to 11g , and RAC also but not with application server.
    please guide me.
    thanks in advance.

    Hi Sherkhan
    It isn't that difficult but you will need to read its documentation a little bit and should be familiar with the OAS architecture, so that you would know which components are used and where, so that you could upgrade them.
    For latest patches and patch sets for OAS 10g R2, check the following article on MOS/Metalink.
    Oracle Application Server 10g Release 2 (10.1.2) Support Status and Alerts ID 329361.1
    you should start by reading the readme of Patch 5983622 which is Patch Set 3. if you are logged on to Metalink, then access this link:
    direct link to the patchset 3;
    http://updates.oracle.com/ARULink/PatchDetails/process_form?patch_num=5983622
    particularly, the first 5 sections. they
    a useful discussion: (probably)
    Re: Patching OID/ DB Upgrade Patch Set 10.1.0.5 before OAS Patch Set 2 or 3
    hope that helps!
    AMN

  • Installation of Oracle 10g Application Server in custom port or 1522

    I want to install Oracle 10g Application Server in Port 1522 or some other port as in port 1521 Oracle 10g database server is already installed.
    But every time I try to install Oracle 10g Application Server it give the warning about 1521 port and then start installing on same 1521 port automatically.
    What should I do if I want to install in some other port ?
    Please help
    Thanx

    As a method, to install an OAS on a custom port,
    1) make a file called staticports.ini and define your components/ports there.
    2) on the Specify Port Configuration Options screen, select Manual and specify this file.
    Follow this link for details for 10g.
    http://download.oracle.com/docs/cd/B14099_19/win.1012/install.1012/install/reqs.htm#CHDJACIG
    However, there are ways to use the same port for OAS and DB depending upon the version of your listener. Check the version of your DB Listener, and if it is 10.1.0.2 or higher then you are just good to go with automatic port assignments.
    AMN

  • Benifits of 10g(Application Server)

    Hi,
    I want to know the benifits of oracle 10g(Application Server) as compare to Developer 6i.Actually we are using an application built on forms6i & reports6i with Oracle 9i database.We want to convert that application on Oracle 10g(Application Server).For this we will give a presentation to our managment shows the benifits of new tech. over previous tech. which we are using.
    Thank's in advance

    There can be various factors to be considered. I'll list some of them, from my experience :
    - End user point of view : if current architecture is Client/Server, and depending on geographic Clients distribution, there could be a quite sensitive performance enhancement. This is not a general tip, it depends on some factors, but we often noticed such an enhancement passing from Client/Server to Web architecture.
    - Technical point of view :
    -- if current architecture is C/S, then you won't need Forms runtime anymore on each Client, just a browser. Moreover, if you don't use a centralized file server, now you have to update each Client for software management.
    -- if current architecture is Web, then 10g is much easier to install and configure, especially if using standalone version Forms and Reports services, and more flexible and powerful.
    -- your version is already desupported, and assuming we are speaking of production environment, this could be a problem.

  • Deployment of Oracle 10g Application on oracle 10g application server

    Sir,
    I am new in this forum. Please guide me how to deploy oracle 10g application on oracle 10g application server.

    Dear Ghulam,
    1)Create A new OC4j instance on Oracle 10g Application Server
    2)Deploy ur war or ear file accordingly on this OC4J.
    3)Create the datasource ie connection of application with the database
    4)Tune your Java Parameters inside the OC4J for better performance.
    The details of this is explained on the above post ie two link.
    Regards
    Fabian

  • Discoverer Plus associate with the Oracle Application Server Infrastructure

    Hi Everyone,
    I just install the Oracle BI (v 10.1.2.0.2) into my 2003 server so I could use the Discoverer Plus and Viewer. This is a stand alone BI installation (I guess, I have little knowledge about Discoverer plus or Oracle AS).
    My question is how could I connect the Discoverer plus to my ODS database, so I could create report or view report.
    and where to find the Oracle Application Server Infrastructure (or How do I know I have the Oracle Application Server Infrastructure?)
    I read the Oracle BI Discoverer Configuration Guide, and it tell me to associate the Oracle BI with the Oracle Application Server Infrastructure to deploy the Discoverer. so I went to the BI Application Server Control page, the Infrastructure section, the Identity Management to configure the Internet Directory, so I could I have the public connection, but it didn't work.
    Also do I real need the Oracle AS Infrastructure to make the Discoverer Plus work?
    Thanks in advance
    Kevin C
    Kevin
    Edited by: cmingl on Feb 11, 2010 1:30 PM

    Hi Kevin,
    Oracle AS Infrastructure is needed only if you are implementing SSO for Discoverer or using Public connection .
    Else only Oracle AS Middle tier is sufficient to work with Discoverer Plus .
    Regarding "how could I connect the Discoverer plus to my ODS database, so I could create report or view report"
    You need to create the End User Layer (EUL) and then grant privilege to the EUL to users who will be creating the report .
    Thanks,
    Sutirtha

  • Urgent: problem running reports in Oracle 10g application server

    Hi all,
    our problem is that we deployed a jsp report as Ear file in Oracle 10g application server in infrastructure node.deployment says successfull.when we try to run that report it says 401 unauthorised.while sending request we are passing the database username,password &sid is this correct or any configuration setting to be done to make it run.
    one morething normal jsp works fine.when we run reports jsp it gives the above mentioned 401 error.

    hello,
    when you deploy reports JSPs they still require the reports specific componentes (e.g. TLD file, classes, ...) etc be available. i doubt that's the case in your ear file.
    thanks,
    ph.

Maybe you are looking for

  • File adapter receiver channel is not initialized.

    Hi iam wrking idoc-file scenario, as per the requirement i have created 4datatypes  4 mapping in IR with 4 communaction chanles in ID. the scenarios is working fine with 3 mappings.but in 4 the scenario the file genaraing properly , i have cheked in

  • Editing template text

    Hi all, I'm having problems with the Classic Brochure (marketing) template. The italicised text on page 2 in the left hand column underneath the two photos refuses to be selected or highlighted for editing. I can't figure out why and it's very frustr

  • Verity search

    Hi, Does Verity Search able to index files (pdf, xls, doc) from network drive(s)? If it does, what should I do in order to index files from mapped drive? Thanks, Andy

  • Ichat error -8 help!

    whenever i try to vieo, audio or screen share with my buddy (both me and him are using .mac) it ays "did not receive response" (or something to that effect) i have never had this problem before it just started last night! and i have no idea what coul

  • Is there a way i can listen to radio on ipod touch???

    is there???