Database 8.1.7/apps 11i - migration from sunos 8 to 10

hey,
can anyone refer me to documents on this matter (tips, howto..)?
thanks,
rafi.

You need to relink all binaries after an OS Upgrade to ensure that everything is working as expected.
- Take a backup of the application/database
- Upgrade the OS
- Relink all binaries
- Start up the application/database
- You may want to take another backup once you confirm that everything works properly
Note: 356878.1 - How to relink the whole Applications 11i Installation
https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=356878.1
Note: 131321.1 - How to Relink Oracle Database Software on UNIX
https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=131321.1
Note: 407055.1 - Process To Upgrade the Operating System and Oracle Database Server
https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=407055.1

Similar Messages

  • Apps not migrated from iPad 2 to new iPad

    I just got the new iPad. I am using an iPad 2 already. How do I migrate my apps and data from the iPad 2 to the new iPad?
    Here's what I tried last night and the results:
    1) Connect the iPad 2 to my MacBook Pro.
    2) Wait for complete sync and backup to finish
    3) Eject iPad 2 and turn off.
    4) Start new iPad and during configuration process, connect to MacBook via USB to restore from backup when prompted
    5) Wait 2-3 hours
    6) Check new iPad for results. Become bitter disappointed to find the following:
    2285 out of 2384 songs transferred. Question 1) How do I figure out what is missing? I don't like losing 99 songs!
    8 out 81 videos transferred. When I go into the "Video" app, there are 0 files. I am not sure how Apple is counting 8. Question 2) I can't find a "videos" heading in iTunes. These might be on another computer. If I find the video files, how do I add them back in iTunes and where will they show up in iTunes after I re-add them?
    728 out of 728 photos transferred. I am grateful something went smoothly! Why aren't the rest this easy!
    0 out 509 apps transferred. Ouch! This hurts! So I checked my settings on the iPad 2 in iTunes. On the Apps tab, the "Sync Apps" box is unchecked. Don't ask me why. When I check the box, I get a scary message "Are you sure you want to sync apps? All existing apps and their data will be replaced with apps from this iTunes library." Question 3) How do I get my apps and their data from the iPad 2 to the new iPad without losing anything?
    I got burned horribly with iCloud losing my data. After that I wasn't sure I'd ever buy another Apple product. After a LOT of trial and error, I was able to recover my data from iCloud, so here I go again. Why can't this be simple?!!! Thanks in advance for any help!

    Are the iPads the same size (16GB, 32, 64GB)? 
    If you are using iCloud, on the iPad 2 go to Settings > iCloud > Storage and Backup > Backup Now
    After the iPad 2 finishes backup, you can restore your new iPad with your latest iCloud backup, make sure you are using the same Apple ID on both devices.
    Step by step instructions here: http://bit.ly/Hhxy5H

  • How to access Oracle Apps 11i forms from Virtual Machine(Vmware Player)?

    Hi,
    I have installed Oracle Apps 11i on native OS OEL5 Server and Windows XPP on Virtual Machine using Vmware Player on standalone same desktop.Now how to access Oracle Apps 11i from Virtual Machine(Windows XPP)?
    Thank's
    Regard's
    Rerry

    Hi,
    Sorry my instance is PROD instead of TEST.
    1)Renamed the sqlnet.ora and make the following change in the tnsnames.ora (SERVICE_NAME = PROD) to (SID = PROD) and tryed but same error.
    2)Only one oracle homes on the cleint machine
    3)The output of tnsping PROD
    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    C:\Documents and Settings\Administrator>tnsping PROD 5
    TNS Ping Utility for 32-bit Windows: Version 8.1.7.0.0 - Production on 23-FEB-20
    10 00:38:40
    (c) Copyright 1997 Oracle Corporation. All rights reserved.
    Attempting to contact (ADDRESS=(PROTOCOL=tcp)(HOST=SHUBH.hnp.com)(PORT=1521))
    TNS-12570: TNS:packet reader failure
    Normal ping is ok from both host to guest and guest to host.
    Thank's
    Regard's
    Rerry

  • Google Apps Connector: Migrate from 1.0.4455 to 1.1.5658.jar

    Hello IDM Gurus,
    Recently I upgraded our IDM instance from 8.1 with patch 14. My
    understanding is that this aggregation of patches would also allow us to
    utilize the new Google Apps (org.identityconnectors.googleapps-1.1.5658.jar) connector.
    http://wikis.sun.com/display/IdentityConnectors/Google+Apps+Connector
    1st question: How does one migrate from an existing instance of the Google Apps connector 1.0.4455?
    Resources->Migrate Adapters->Migration Wizard (Does not list the Google Apps Resource)
    Thank you for any assistance or documentation you may be able to provide.
    - IDMxml

    I think you had copy from some where i.e pdf, doc file. Write in notepad, don't copy, paste it and try.
    In error clearly showing some kinds of junk character ie. "ûrepository"
    Edited by: 953040 on Apr 10, 2013 10:47 PM

  • How to check the performance of the database instance in oracle apps 11i

    hii everybody,
    i want to know,how to check the performance of the database instance using oracle applications 11i.your help highly appreciated,thanks.

    Pl do not post duplicates - how to check the performance of the server in oracle applications 11i

  • Regarding ClearCase migration from SunOS 5.8 to SunOS 10

    Hi All,
    We are in need to migrate our current ClearCase 2002.05.00 from SunOS 5.8 to SunOS 10 (UNIX)
    Cam any one suggest me the best way to migrate …??
    Thanks in advance.

    Since you are jumping several compiler releases and two Solaris releases, you should migrate in two steps.
    1. Get your application working with Sun Studio 11 on Solaris 8.
    2. You can now run that application on Solaris 10, or you can rebuild it on Solaris 10 and then run it.
    An application built on Solaris 8 will run on Solaris 9 and 10.
    An application built on Solaris 10 cannot be run on Solaris 8 or 9.
    We promise upward binary compatibility, allowing an old binary to be used with a newer compiler or on a newer Solaris. But we can't promise source code compatibility because we don't want to have to duplicate old bugs in old compilers.
    C++ 5.8 in Sun Studio 11 detects errors that older compilers might have missed. The rules about where to use "typename" are one example.
    I would not expect the warning about typename to be generated by either of the source code lines that you show, but I can't really tell without seeing a compilable example.
    You need to use typename when you use a type that depends on a template parameter. Example:
    template <class T> class C1 {
    public:
        typedef T Type;
    template <class T> class C2 {
    public:
        typename T::Type a;
    C2< C1<int> > c2i;If in C2 you do not specify typename, the compiler does not know whether T::Type is intended to be the name of a type. If it is not a type, the code is always invalid. The C++ rule is that if an an identifier is not known to be a type, it is not a type. You use typename to tell the compiler that T::Type is supposed to be the name of a type.

  • Oracle Apps 11i Access from external harddisk

    Hi..I recently got Oracle Apps11i installed in external harddisk.I am trying to access the sofware from my laptop..Which is by the way giving me hard time....My Laptop supports windows7 Os and my Apps support windows 2003....I am trying to access the Apps s/w using Virtual m/c.I am facing problem while creating Virtual MAchine.Can anyone help me out here...Thank you

    When I am trying to power on the virtual machine it is not responding...While creating virtual machine it is asking guest operating system and I specified the one the oracle apps s/w supports(windows 2003)...and is it like lapto and external hard disk should support same OS??Wat is the solution for this??thank you

  • Regarding database migration from Oracle to MS SQL

    Hi All,
    In my application, the existing database is oracle. we need to migrate from Oracle db to MS SQL.
    We need procedure is as below
    1.export data from Oracle and keep it in a file.(.dmp)
    2.Import data to MS SQL from the exported oracle file.
    and vice versa from MS SQL to Oracle.
    my question is- is it possible to import .bmp (oracle export data) into MS SQL.
    Please clarify me.

    There are couple of options to get data from Oracle to MS SQL.
    The simplest is to create a linked server in MS SQL that points to Oracle and copy data with a query like select * into my_mssqlTable from oracle.schema.table; via the linked server.
    Some data types will not be supported.
    That is for one time copy.
    If you need a close to real time replication you can use MS replication (I would not recommend because it creates triggers on Oracle tables), or you can use GoldenGate or DataCurrents or other replication products.

  • Oracle HTTP server, Oracle 9iAS server, Oracle APPS 11i

    Hi, expert:
    I was reading the Oracle Applicaitons Concepts (11i). There three tiers in Apps. In the middle tier there are: Web Server, Forms Server, Concurrent Processing Server, Reports Server and Admin Server.
    But when I look our company's EBS architecture below (middle tier only here), I am confused. Does 9iAS includs HTTP server? Or 9i is the middle tier? what is Apps 11i? We have Unix and 11.5.10.2.
    Oracle HTTP server
    Oracle 9iAS
    Oracle Apps 11i
    Forms server
    Concurrent Manger
    Really appreciate you to help me.
    Edited by: 870765 on Jul 13, 2011 9:41 AM

    Oracle HTTP server
    Oracle 9iASThis is the web service component -- $IAS_ORACLE_HOME
    If you stop those services you will not be able to access the main login page or any Self-Service page in the application.
    Oracle Apps 11iThis is the application release (which is a group of components/tiers) -- 11i means 11.5.x (where x is from 1 to 10) or 11.5.10.1 (CU1), 11.5.10.2 (CU2)
    Oracle Apps 11i comes with 3 ORACLE_HOMEs (Web: $IAS_ORACLE_HOME, Developer (Forms/Reports): 8.0.6 ORACLE_HOME, Database: $RDBMS_ORACLE_HOME).
    Oracle Apps 11i = Oracle Application Tier ($APPL_TOP, $COMMON_TOP, iAS ORACLE_HOME, 8.0.6 ORACLE_HOME) + Oracle Database Tier (RDBMS ORACLE_HOME).
    Forms serverThis is Oracle Developer 6i home -- 8.0.6 ORACLE_HOME
    If you stop the forms server you cannot open any form.
    Concurrent MangerThis component is not represented in a separate ORACLE_HOME and the executable files can be found under $APPL_TOP directory ($FND_TOP/bin).
    If you stop the CM, you cannot submit concurrent requests but you can still access the application and open the forms.
    If you stop the database, you cannot access any part of the application.
    Thanks,
    Hussein

  • How to access Oracle Apps 11i forms using Vmware Player?

    Hi,
    I have installed Oracle Apps 11i on native OS OEL5 Server and guest OS Windows XPP using Vmware Player.Now how to access Oracle Apps 11i forms from Windows XPP using Vmware on my OEL5 Server Desktop?
    Thank's
    Regard's
    Rerry

    Hi,
    If you mean how to access eBusiness Suite from within the Virtual Machine, then you just navigate to the same URL you normally would. You may need to put the machine alias in your hosts file if you are referencing it via machine name rather than IP address.
    If you mean that you want to load the form in forms builder (for example) then you need to FTP the form from server to client (as you normally would) and then open it in your client (XP virtual machine).
    If you want to use Workflow Builder (as per your original requirement) then you need to ensure that the TNSNAMES.ora file in the Workflow Builder home has an entry for your instance on Linux, and then you should be able to connect to the database directly.
    HTH,
    Matt
    WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
    Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
    Have you read the blog at http://www.workflowfaq.com/blog ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

  • Faster way to migrate from Single byte to Multi byte

    Hello,
    We are in the process of migrating from a 9i Single byte db to a 10g Multi byte db. The size of our DB is roughly 125 GB. We have fixed everything in the source database (9i) in terms of seamlessly migrating from a single byte to a multi byte db. The only issue is the migration window - curently we are doing an export/import since there is a character set migration involved and it's taking about 20+ hrs to do the import in 10g. The management wants to cut this down to less than 10 hours, if that's possible. I know the duration it takes to import depends on many factors like the system/OS configuration, SAN, etc but I wanted to know what , in theory, is considered the fastest method of migrating a database from single byte to multi byte.
    Have anybody here gone through this before?
    Thanks,
    Shaji

    If the percentage of user tables containing some convertible data (I am assuming you will not have any truncation or lossy data) is low, you can export only those tables, truncate them, and rescan the database. This should report no convertible data, except some CLOBs in Data Dictionary. Such database can be migrated to AL32UTF8 using csalter.plb. After the migration, you import only the previously exported subset of tables.
    Note, for this process to work, no convertible VARCHAR2, nor CHAR, nor LONG data can be present in the Data Dictionary.
    The process should be refined by dropping and recreating indexes on the exported tables as recreating an index is faster then updating it during import. You should also disable triggers so that they do not interfere with the migration (for example, they should not update any "last_updated" timestamp columns).
    If the number and size of affected tables is low compared to the overall size of the database, the time saved may be significant.
    There may also be tables that require even more sophisticated approach. Let's say you have a multi-gigabyte table that stores pictures or documents in a BLOB column. The table also has a single text column that keeps some non-ASCII descriptions of the stored entities. Exporting/truncating/importing such table may be still very expensive. A possible optimization is to offload the description column to an auxiliary table (together with ROWIDs), update the original column to NULL, export the auxiliary table, drop it, rescan the database, migrate with csalter.plb, re-import the auxiliary table, and restore the original column. If pictures alone occupy, for example, 30% of the whole database, such approach should yield significant time saving.
    -- Sergiusz

  • Oracle Apps 11i(11.5.10.2) migration from IBM AIX 5.3 to 6.1 (64-bit)

    Hi,
    Is there any additional steps required after migrating Oracle Apps 11i(11.5.10.2) from IBM AIX 5.3 to 6.1?
    Regards,
    Kiran

    Is there any additional steps required after migrating Oracle Apps 11i(11.5.10.2) from IBM AIX 5.3 to 6.1? Are you cloning or upgrading the OS?
    If you want to upgrade the OS, then you need to make sure you install all OS pre-req software and packages aftet the upgrade and relink executable files.
    How to relink an Applications Installation of Release 11i and Release 12 [ID 356878.1]
    Recommendations To Install Oracle Applications 11i [ID 294932.1]
    Oracle Applications Installation Update Notes, Release 11i (11.5.10.2) [ID 316806.1]
    If you want to clone, then make sure you have all OS pre-req. software and packages installed and use Rapid Clone -- Rapid Clone Documentation Resources For Release 11i and 12 [ID 799735.1]
    Thanks,
    Hussein

  • ORACLE APPS migration from AIX to Linux

    Dear All,
    Please help me to understand the following scenario of ORACLE APP'S migration.
    One of my client currently using Oracle APP'S ver 11.0.3 DB version 8.0.5 running on IBM AIX platform.
    Currently three customized module under operation with 50 forms and reports.
    Also some external application integrated with the current oracle financial 11.0.3.
    The client is more interested to migrate their platform to linux based server.
    They wants to move the current set up to the new version EBS along with the existing customized module. (My question is it possible to migrate the customized module to another platform. AIX to Linux)
    If so , where i can find the right document to explore more idea of this scenario of migration.
    Thanks in advance.
    Regards,
    Ram.
    Dear all,
    looking for experts help is this regard.
    Thanks.
    Ram
    Message was edited by:
    rambtn

    ram,
    I am going to do the similar upgrade with replatform at the same time. I collect the information from forum and finally get an indicator to how to do it. You need to read the "Upgrading the Oracle Applications", B19297-01
    "Installing Oracle Applications" B19296-01 and
    "Maintenance Utilities" B19300-01
    The documentation mentioned the way for upgrade an 11.0 version of EBS to latest release including some pre-upgrade tasks including the database version upgrade to work with 11i, etc.
    Hope this help.
    mcken

  • Migrating from 10.7C to 11i

    Can anybody tell me how to migrate from 10.7C which is on SEQUENT DYNIX/ptx to 11i on IBM AIX. After migration, DATA_TOP should be on DYNIX/ptx and APPL_TOP is on AIX.
    As 11i is not certified on DYNIX/ptx (only database tier is certified), I would like to know who has done the above configuration...?
    Thanks in-advance.
    Manohar

    This is not a simple question and you really need to talk to both ex-sequent apps people and also other customers. Have a read of the white paper on heterogenous installs although it barely scraps the surface. Basically your middle tier will be extended to run the concurrent managers as well with only the database on the Sequent box. In simplistic terms you will do the whole install onto your middle tier and then export the database to your DB tier and change the configuration files to point to it. This is however a VERY general overview
    Leigh
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Manohar Shettigar ([email protected]):
    Can anybody tell me how to migrate from 10.7C which is on SEQUENT DYNIX/ptx to 11i on IBM AIX. After migration, DATA_TOP should be on DYNIX/ptx and APPL_TOP is on AIX.
    As 11i is not certified on DYNIX/ptx (only database tier is certified), I would like to know who has done the above configuration...?
    Thanks in-advance.
    Manohar<HR></BLOCKQUOTE>
    null

  • Oracle E-business suite database migrate from AIX to Linux

    Oracle 11i application database migration from single Aix instance to oracle Linux cluster RAC.
    What is the easy way to migrate?
    Migrate single instance from aix to linux cluster.
    OR
    Migrate single instance from aix to linux cluster RAC.
    We have installed oracle Linux cluster.
    Please help me which way I can go with RAC.
    Thanks
    Prince

    Migrating to a single instance will be the simplest. The migration itself will not be much different between the two because you're migrating from one platform to another. The options you have available are, the traditional IMP/EXP, datapump, and RMAN to migrate to either a standalone or RAC environment. The difficulty will be in creating a RAC environment and a little a few extra steps in the RMAN restore. Working with RAC will make things harder, but the actual migration is similar. The steps to IMP/EXP, whether it's traditional or Datapump will be no different. However, standing up a RAC database will be.

Maybe you are looking for

  • Print Output in Duplex Mode in Smartform

    Hi Experts, I have an situation where I want to terms & conditions page on back side of my last page in SmartForm. e.g sales order have 4 pages so terms and condition page should be only on back side of 4th page. SO we have total 4 pages in hand. I u

  • How to use CDHDR and CDPOS tables

    Hello Gurus, How can the data be extracted from CDHDR and CDPOS tables ? For example, I want to find the changes for the material master, what is the object need to be given in the OBJECT value etc.. I tried to use restricting the transaction MM02 an

  • How to create rollover text on an image

    I'm a non-coder I'm using Dreamweaver CS4 to create a personal website.  I know next to nothing about CSS, but I think I understand how to create a style and apply it to elements.  My website has several image galleries, and what I'd like to be able

  • Exception in finally

    hi, i throw an Exception in try block and also throw an Exception in finally block. why do i get only the Exception thrown in finally block. i completely lose the Exception thrown in try block. The reason i'm asking this is because of the way JUnit i

  • Can't get menu.

    Okay...i installed openbox to use purely. Everythings good except i can't get a menu like i see it comes with. I've installed obmenu or w/e to configure it through gui look, but still get nothing when saving some menu'e. I guess should i just configu