Migrating EBS R12 from Solaris 9 to Solaris 10

Hi
Did anyone tried migrating EBS R12 from Solaris 9 to Solaris 10?
Regards

Also check the following:
Note: 399895.1 - Database Startup On Solaris 10 Fails With Ora-27102 Out Of Memory Error
https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=399895.1
Note: 169706.1 - Oracle Database on AIX,HP-UX,Linux,MacOSX,Solaris,Tru64 Operating Systems Installation and Configuration Requirements Quick Reference (8.0.5 to 11.1)
https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=169706.1

Similar Messages

  • Using i-setup, how to migrate EBS configuration from one Business Group to the other within the instance?

    Using i-setup, how to migrate EBS configuration from one Business Group to the other within the instance?

    Sandeep,
    Yes, I think your command format is not correct.
    Try the one that Rod posted.
    About the note on metalink. It seems that it is under review.
    Here is the basics of the note:
    1. Determine the owner of the workbook. Say UserA.
    2. Open an sqlplus session to the database.
    3. Run the following sql:
    SQL> set heading off
    SQL> set feedback off
    SQL> set echo off
    4. Now spool the result of the following sql to a file.
    SQL> spool c:\exp.bat
    5. Run the sql statement
    NOTE: CHANGE DISCOE_HOME
    SQL>select '<Disco_Home>\discvr4\dis4adm /connect
    EUL_owner_name/passwd@connect_string /export c:\'||rownum||'.eex /workbook "'||
    doc_created_by||'.'||doc_name||'"' from
    SELECT EUL4_DOCUMENTS.DOC_NAME, doc_created_by, NVL(EUL4_EUL_USERS.EU_USERNAME,
    'Document Not Shared') shared_with
    FROM EUL4_ACCESS_PRIVS EUL4_ACCESS_PRIVS, EUL4_DOCUMENTS EUL4_DOCUMENTS,
    EUL4_EUL_USERS EUL4_EUL_USERS
    WHERE ( EUL4_DOCUMENTS.DOC_ID = EUL4_ACCESS_PRIVS.GD_DOC_ID(+) ) AND (
    EUL4_EUL_USERS.EU_ID(+) = EUL4_ACCESS_PRIVS.AP_EU_ID )
    where doc_created_by='UserA'
    where,
    Disco_Home is the Location or Discoverer 4 Home.
    4. SQL> spool off
    5. SQL> set feedback on
    6. Now run the batch command file (exp.bat)
    Regards
    Roelie Viviers

  • Migrating Spatial user from windows to solaris

    Hi,
    I have a user with Spatial tables in oracle 8.1.6 on windows 2000.I want to move this user in to another 8.1.6 database on Solaris unix. When i tried to export the user it gives error with index metadata. If I still import on solaris it misses all spatial indexes.
    Is there any workaround for this problem?
    Thanks in Advance.
    Shiva
    null

    Hi Dan,
    I tryed with both the options. First i inserted some values in to USER_SDO_GEOM_METADATA through following SQL:
    insert into USER_SDO_GEOM_METADATA
    values('COUNTY', 'GEOM',
    mdsys.sdo_dim_array(
    mdsys.sdo_dim_element('X',-92,-94,0),
    mdsys.sdo_dim_element('Y',42,44,0)),
    NULL);
    And i also tryed with creating a table USER_SDO_GEOM_METADATA with some sample values. But it did't work.
    The indexe's on table county in original schema are
    INDEX_NAME INDEX_TYPE
    ------------------------------ --------------COUNTY_SDX DOMAIN
    NET$DIRECTIONS_IDX NORMAL
    RIVERS_SPX DOMAIN
    STREAMS_SDX DOMAIN
    STREETS_IDX NORMAL
    STREETS_SNDX_IDX FUNCTION-BASED NORMAL
    STREETS_SPX DOMAIN
    SYS_IL0000023485C00007$$ LOB
    SYS_IL0000023485C00008$$ LOB
    SYS_IL0000023495C00007$$ LOB
    SYS_IL0000023495C00008$$ LOB
    SYS_IL0000023502C00007$$ LOB
    SYS_IL0000023502C00008$$ LOB
    SYS_IL0000023507C00007$$ LOB
    SYS_IL0000023507C00008$$ LOB
    And the index's i have after import are
    INDEX_NAME INDEX_TYPE
    SYS_IL0000025235C00007$$ LOB
    SYS_IL0000025235C00008$$ LOB
    Other index's are still missing.
    Thanks for the help.
    Shiva

  • Retain SAMBA permissions while migrating from linux to solaris 10 x86

    Hello,
    We are migrating a system from Redhat to Solaris 10 x86 and this has brought up a question on how we can restore our SAMBA files and retain our permissions that are associated by the users name rather then their numeric ID(UID/GID). So far my research hasnt produced anything that gives a solid answer to how we do this and is it even possible.
    The problem is that Windows user and group accounts are mapped locally per host by default. That mapping is defined as the accounts are referenced, so unless there is a way to guarantee the order of accounts being referenced, the mappings from Windows SIDs to Unix UIDs will be different between old and new.
    If the data restoration option we choose for the new server is naive and restores only by UID and GID, the permissions in the ACLs will not map to the correct Windows accounts. We either must find a restoration option which restores permissions by name rather than ID or we must create a script which can automate pushing the ACLs into the restored filesystem correctly by name.
    Initially I thought ufsdump could handle this but we are on ext3 filesystem going to vxfs. I have read a little on star but havent heard about it before. Has anyone used star for backup/restore for the purpose of retaining ACL ownership/permissions? It seems like its an old utility, maybe not used much anymore. Does anyone have a utility they have used for this purpose?
    Your help is much appreciated!!
    LR

    The problem is that Windows user and group accounts are mapped locally per host by default. That mapping is defined as the accounts are referenced, so unless there is a way to guarantee the order of accounts being referenced, the mappings from Windows SIDs to Unix UIDs will be different between old and new.Is there anyway that you can sanitize and post a small snippet of what's going on with the mapping files? I think I can follow this but I'm a bit confused by the username/UID thing since usually if a username is defined in /etc/passwd than the files will display the username. If a username is not defined in /etc/passwd then the ls command will revert to just showing the numbers which I take it is what you don't want to happen.
    If you could also sanitize and post even one of the acl's that might help clear up that portion of the problem as well.
    alan

  • Migrating EBS GL, AP, AR, asset

    we are migrating EBS R12  GL, AP, AR, asset, CM to SAP , is there any standard interface or program can export data from Oracle to SAP? thanks
    or should we need to use PL/SQL? any table in Oracle we need to extract transaction data like AP open item?

    Hi,
    as far as i know there is no such tool to do data conversion from Oracle ERP to SAP.
    To be honest, it would make more sense to search SAP forums for information regarding
    this kind of migration, Why should Oracle be interested in providing Tools to migrate a eBS
    Installation to some other - competitor's - software?
    From the technical point of view you have several options to move data between two
    systems and pl/sql is just one option,
    If there is no direct migration path (i only know Oracle ERP but not SAP) you should have
    either one person which is familiar with both data models or two (one Oracle consultant
    and one SAP consultant) which can do some kind of data mapping between both systems
    and this must be done for every module.
    Regards

  • How to Stage directory for Oracle EBS R12.1.1 on Window Server 2008 ?

    Hi Every Body,
    1- How to Stage directory for Oracle EBS R12.1.1 downloaded from e-delivery.com on Window Server 2008.?
    -- I have download all files from e-delivery and check the md5 and all files are OK.
    I extracted the entire files with winrar program to the same directory and during the unzipping I was notified to replace these files (dvd.label and component.label) and I agreed each time. So >>
    2- Was that a problem ?
    -- I have setup vc++ from VS6 , the sp6, cygwin , ... and set up the active directory and the domain.. and all other requirements.
    BUT when i started the ebs set up it raise the "*Os User and Group Check*" error.
    even if I am the only user and sure I am the Administrator. and also I run this Command to be sure
    C:\>net localgroup administrators and it said that the administrator is one of the administrators group.
    3- Somebody said that I have to change the temp and tmp folder to be on c:\ drive >> might this solve the problem?
    thanks in advance.

    Hi,
    Most of the instructions you have mentioned , already was configured.
    except for the tmp and temp directories.
    And even I changed them from System Properties >> Advanced >>  Environment Variable under User variable for Administrator and System variables , the problem still exist Os User and Group Check .
    I attach the conf_VIS.txt file because I thought it may help.
    http://www.4shared.com/document/1bS6aio5/conf_VIS.html
    Actually I am not sure about the rapid install patch version but I have download the EBS R12 from the following link and I think it contains the recent installer version
    Link >> Oracle E-Business Suite Release 12.1.1 Media Pack for Microsoft Windows (32-bit)
    http://edelivery.oracle.com/EPD/Download/get_form?egroup_aru_number=11250138
    Note If you still can not open the link just suggest a suitable file hosting and I will upload to you. here I used 4shared and hoped it suits you.

  • Questions about Installing EBS R12 continued

    Folks,
    Hello. This post is the continue for previous post "Questions about Installing EBS R12".
    While installing EBS R12 using "./rapidwiz", the Install Wizard gets to "CD Locator - Select root directory of required Rapid Install Disk. Enter location for the disk labeled. Oracle Applications Rapid Install - Database Disk 1"
    I browse the directory where Database Disk 1 is located (file name: V15680-01_1of3/oraAPPDB/Disk1). Then click "OK" button, CD Locator Windows come up again and again. The Install Wizard doesn't proceed !
    The above issue means some files in stage area directory are corrupted. Thus, I have deleted the stage area directory (zip files and unzipped files) and try to download a fresh EBS R12 from Oracle Edelivery to install again.
    Now, the problem is that when I empty trash (EBS_R12) in Oracle Linux 5, the 3 files (V15680-01_1of3.zip, oraAppDB, oraDB) cannot be deleted from the trash, the error message is:
    "You don't have permission to modify its parent folder."
    The file V15680-01_1of3.zip is Rapid Install Database Disk 1 on which the install Wizard stop while installing EBS R12.
    Can any folks help to solve the issue on file "V15680-01_1of3.zip" ?
    that is, how to empty it from Trash ? How to have the Wizard go through it when install again ?

    Please update the original thread instead of creating new one -- Re: Questions about Installing EBS R12

  • Relink failed when migrating EBS from Solaris to Linux

    Hi,
    I am migrating EBS 12.1.1 instance from Solaris 10 to Red Hat Enterprise Linux Server release 5.5.
    Oracle version 11.1.0.7.0.
    And binutils version is :
    $ rpm -qa | grep binutils
    binutils-2.17.50.0.6-14.el5
    Using note when doing step 8 of 438086.1 note, Download and apply the customer-specific update with AutoPatch
    There is plenty of space available in the partition and R+W access is given to os user.
    Following is the relink error log:
    Relinking module 'MSONEW' in product mso ...
    make -f /d02/devlin/apps/apps_st/appl/admin/DEVICORE/out/link_mso_2634.mk
    /d02/devlin/apps/apps_st/appl/mso/12.0.0/bin/MSONEW
    Starting link of mso executable 'MSONEW' on Tue May 17 15:21:21 IST 2011
    g++ -m32 -L/d02/devlin/apps/tech_st/10.1.2/lib
    -L/d02/devlin/apps/tech_st/10.1.2/lib/stubs -lclntsh -o
    /d02/devlin/apps/apps_st/appl/mso/12.0.0/bin/MSONEW \
              /d02/devlin/apps/apps_st/appl/mso/12.0.0/lib/msonew.o \
              /d02/devlin/apps/apps_st/appl/mso/12.0.0/lib/libmso.a
    /d02/devlin/apps/apps_st/appl/msc/12.0.0/lib/libmsc.a
    /d02/devlin/apps/apps_st/appl/mso/12.0.0/lib/libmso.a
    /d02/devlin/apps/apps_st/appl/msc/12.0.0/lib/libmsc.a \
    /d02/devlin/apps/apps_st/appl/sht/12.0.0/lib/ilog/6.2/libschedule.a
    /d02/devlin/apps/apps_st/appl/sht/12.0.0/lib/ilog/6.2/libsolveriim.a
    /d02/devlin/apps/apps_st/appl/sht/12.0.0/lib/ilog/6.2/libconcertext.a
    /d02/devlin/apps/apps_st/appl/sht/12.0.0/lib/ilog/6.2/libsolver.a
    /d02/devlin/apps/apps_st/appl/sht/12.0.0/lib/ilog/6.2/libconcert.a
    /d02/devlin/apps/apps_st/appl/sht/12.0.0/lib/ilog/6.2/libilocplex.a
    /d02/devlin/apps/apps_st/appl/sht/12.0.0/lib/ilog/6.2/libcplex.a
    /d02/devlin/apps/apps_st/appl/sht/12.0.0/lib/ilog/6.2/libcplex.a \
              /d02/devlin/apps/apps_st/appl/fnd/12.0.0/lib/libfnd.a
    -lsql10 -lclntsh `cat /d02/devlin/apps/tech_st/10.1.2/lib/ldflags`
    -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat
    /d02/devlin/apps/tech_st/10.1.2/lib/ldflags` -lnsslb10 -lncrypt10
    -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10
    -lcommon10 -lgeneric10 -lmm -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10
    -lcore10 -lnls10 `cat /d02/devlin/apps/tech_st/10.1.2/lib/ldflags`
    -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat
    /d02/devlin/apps/tech_st/10.1.2/lib/ldflags` -lnsslb10 -lncrypt10
    -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10
    -lcommon10 -lgeneric10 -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10
    -lnls10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lcore10
    -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat
    /d02/devlin/apps/tech_st/10.1.2/lib/sysliblist` -ldl -lm -lpthread
    /d02/devlin/apps/apps_st/appl/sht/12.0.0/lib/stubs/libstdc++.so
    /d02/devlin/apps/apps_st/appl/sht/12.0.0/lib/stubs/libgcc_s.so.1
    g++: /d02/devlin/apps/apps_st/appl/sht/12.0.0/lib/ilog/6.2/libschedule.a: No
    such file or directory
    g++: /d02/devlin/apps/apps_st/appl/sht/12.0.0/lib/ilog/6.2/libsolveriim.a:
    No such file or directory
    g++: /d02/devlin/apps/apps_st/appl/sht/12.0.0/lib/ilog/6.2/libconcertext.a:
    No such file or directory
    g++: /d02/devlin/apps/apps_st/appl/sht/12.0.0/lib/ilog/6.2/libsolver.a: No
    such file or directory
    g++: /d02/devlin/apps/apps_st/appl/sht/12.0.0/lib/ilog/6.2/libconcert.a: No
    such file or directory
    g++: /d02/devlin/apps/apps_st/appl/sht/12.0.0/lib/ilog/6.2/libilocplex.a: No
    such file or directory
    g++: /d02/devlin/apps/apps_st/appl/sht/12.0.0/lib/ilog/6.2/libcplex.a: No
    such file or directory
    g++: /d02/devlin/apps/apps_st/appl/sht/12.0.0/lib/ilog/6.2/libcplex.a: No
    such file or directory
    g++: /d02/devlin/apps/apps_st/appl/sht/12.0.0/lib/stubs/libstdc++.so: No
    such file or directory
    g++: /d02/devlin/apps/apps_st/appl/sht/12.0.0/lib/stubs/libgcc_s.so.1: No
    such file or directory
    make: *** [d02/devlin/apps/apps_st/appl/mso/12.0.0/bin/MSONEW] Error 1
    Done with link of mso executable 'MSONEW' on Tue May 17 15:21:21 IST 2011
    Relink of module "MSONEW" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure. Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory /d02/devlin/apps/apps_st/appl/mso/12.0.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.

    Thanks JD and Hussein, the problem resolved after starting Xserver client on my workstation and setting up DISPLAY setting. Reports generated successfully.
    Now the problem is with There are many INVALID objects and unable to generate flexfields.
    Worker log :
    Start time for file is: Mon May 23 2011 19:10:43
    sqlplus -s APPS/***** @/d02/devlin/apps/apps_st/appl/eng/12.0.0/sql/ENGNLINS.sql
    PL/SQL procedure successfully completed.
    MESG
    LANGUAGE=AMERICAN
    PACKAGE=ENG_CHANGE_ACTIONS_PKG
    SQLERRM=ORA-06508: PL/SQL: could not find program unit being called
    select to_date('ERROR')
    ERROR at line 1:
    ORA-01858: a non-numeric character was found where a numeric was expected
    following are the invalid objects after compiling in adadmin
    APPS AMV_IMT_PUB PACKAGE INVALID
    APPS DOM_DOC_TEXT_UTIL PACKAGE INVALID
    APPS EAM_TEXT_INDEX_PVT PACKAGE INVALID
    APPS EGO_ITEM_TEXT_UTIL PACKAGE INVALID
    APPS ENG_CHANGE_TEXT_UTIL PACKAGE INVALID
    APPS IBC_IMT_PUB PACKAGE INVALID
    APPS JTA_NOTES_IMT_PUB PACKAGE INVALID
    APPS JTF_AMVIMT_PUB PACKAGE INVALID
    APPS CF_1FORMULA FUNCTION INVALID
    APPS ADD_DEPT PROCEDURE INVALID
    APPS LEAVE_EMP2 PROCEDURE INVALID
    APPS P2_INS_DEPT PROCEDURE INVALID
    APPS QUERY_EMP PROCEDURE INVALID
    APPS RAISE_SALARY PROCEDURE INVALID
    APPS AMV_IMT_PUB PACKAGE BODY INVALID
    APPS BOMPKMUD PACKAGE BODY INVALID
    APPS CS_KB_CONC_PROG_PKG PACKAGE BODY INVALID
    APPS CS_SR_ADDR_SYNC_INDEX_PKG PACKAGE BODY INVALID
    APPS CS_SR_SYNC_INDEX_PKG PACKAGE BODY INVALID
    APPS DOM_DOC_TEXT_PVT PACKAGE BODY INVALID
    APPS DOM_DOC_TEXT_UTIL PACKAGE BODY INVALID
    APPS EAM_SYNC_WO_TEXT_INDEX_PVT PACKAGE BODY INVALID
    APPS EAM_TEXT_INDEX_PVT PACKAGE BODY INVALID
    APPS EAM_TEXT_UTIL PACKAGE BODY INVALID
    APPS EDR_INDEXED_XML_UTIL PACKAGE BODY INVALID
    APPS EGO_ITEM_AML_PUB PACKAGE BODY INVALID
    APPS EGO_ITEM_AML_PVT PACKAGE BODY INVALID
    APPS EGO_ITEM_TEXT_PVT PACKAGE BODY INVALID
    APPS EGO_ITEM_TEXT_UTIL PACKAGE BODY INVALID
    APPS ENG_CHANGE_ACTIONS_PKG PACKAGE BODY INVALID
    APPS ENG_CHANGE_LINE_UTIL PACKAGE BODY INVALID
    APPS ENG_CHANGE_TEXT_PVT PACKAGE BODY INVALID
    APPS ENG_CHANGE_TEXT_UTIL PACKAGE BODY INVALID
    APPS ENG_ECO_UTIL PACKAGE BODY INVALID
    APPS ENG_LAUNCH_ECO_OI_PK PACKAGE BODY INVALID
    APPS ENI_DENORM_HRCHY PACKAGE BODY INVALID
    APPS FND_IMUTL PACKAGE BODY INVALID
    APPS FND_TS_MIG_UTIL PACKAGE BODY INVALID
    APPS HZ_DQM_SYNC PACKAGE BODY INVALID
    APPS HZ_PARTY_STAGE PACKAGE BODY INVALID
    APPS HZ_PARTY_STAGE_SHADOW PACKAGE BODY INVALID
    APPS HZ_PURGE PACKAGE BODY INVALID
    APPS IBC_CONTENT_SYNC_INDEX_PKG PACKAGE BODY INVALID
    APPS IBC_IMT_PUB PACKAGE BODY INVALID
    APPS IBE_SEARCHUPDATE_PVT PACKAGE BODY INVALID
    APPS IBE_SEARCH_SETUP_PVT PACKAGE BODY INVALID
    APPS ICX_CAT_INTERMEDIA_INDEX_PVT PACKAGE BODY INVALID
    APPS ICX_POR_INTERMEDIA_INDEX PACKAGE BODY INVALID
    APPS IRC_DOCUMENT_API PACKAGE BODY INVALID
    APPS IRC_POSTING_CONTENT_API PACKAGE BODY INVALID
    APPS JTA_NOTES_IMT_PUB PACKAGE BODY INVALID
    APPS JTF_AMVIMT_PUB PACKAGE BODY INVALID
    APPS JTF_TASK_IDX_UTL PACKAGE BODY INVALID
    APPS OKC_ARTICLE_KEYWORD_PVT PACKAGE BODY INVALID
    APPS OKC_CHR_KEYWORD_PVT PACKAGE BODY INVALID
    APPS OKC_REP_CONTRACT_SEARCH_PVT PACKAGE BODY INVALID
    APPS OKC_TEMPLATE_KEYWORD_PVT PACKAGE BODY INVALID
    APPS RA_CUSTOMER_TEXT_PKG PACKAGE BODY INVALID
    APPS XLA_00140_AAD_S_000002_PKG PACKAGE BODY INVALID
    APPS XLA_00140_AAD_S_000018_PKG PACKAGE BODY INVALID
    APPS XLA_00200_AAD_S_000002_PKG PACKAGE BODY INVALID
    APPS XLA_00200_AAD_S_000005_PKG PACKAGE BODY INVALID
    APPS XLA_00200_AAD_S_000010_PKG PACKAGE BODY INVALID
    APPS XLA_00200_AAD_S_000012_PKG PACKAGE BODY INVALID
    APPS XLA_00200_AAD_S_000021_PKG PACKAGE BODY INVALID
    APPS XLA_00555_AAD_S_000001_PKG PACKAGE BODY INVALID
    APPS XLA_00707_AAD_S_000002_PKG PACKAGE BODY INVALID
    APPS XLA_00707_AAD_S_000005_PKG PACKAGE BODY INVALID
    APPS XLA_00707_AAD_S_000006_PKG PACKAGE BODY INVALID
    APPS XLA_00707_AAD_S_000019_PKG PACKAGE BODY INVALID
    APPS XLA_00707_AAD_S_000020_PKG PACKAGE BODY INVALID
    APPS ZPB_BUILD_METADATA PACKAGE BODY INVALID
    APPS EGO_MTL_SYSTEM_ITEMS_B_TR1 TRIGGER INVALID
    APPS EGO_MTL_SYSTEM_ITEMS_TL_TR1 TRIGGER INVALID
    APPS EGO_MTL_MFG_PART_NUMBERS_TR1 TRIGGER INVALID
    APPS EGO_MTL_ITEM_CAT_GRPS_B_TR1 TRIGGER INVALID
    APPS EGO_MTL_MANUFACTURERS_TR1 TRIGGER INVALID
    OWAPUB DEBUG_CARTX PACKAGE BODY INVALID
    OWAPUB OWA_OPT_LOCK PACKAGE BODY INVALID
    OWAPUB OWA_UTIL PACKAGE BODY INVALID
    XXFNA TCS_WFMAIL PACKAGE BODY INVALID
    81 rows selected.

  • Migrate existing infracture from Solaries to linux plateform

    Hi,
    We want to migrate existing infracture from Solaries to linux plateform.
    Please suggest me the way.
    Our Current Infracture:-
    Serve 1 (on Sun Sparc):-
    indianDBA-1 (Contain:- Infrastructure database (Meta) 10.1.0.4.2 10G R1, Infrastructure middle tier 10G R2)
    Server 2 (on Sun Sparc):-
    indianDBA-2 (Contain:- Application Server middle tier 10G R2 10.1.2.0.2)
    Server 3 (on Sun Sparc)
    indianDBA-3 (Contain:- contains Discoverer report, EUL schema) 11G R2
    Thanks
    Anup

    Hi,
    You can use export/import or transportable tablespaces to migrate the database.
    10gR2 Transportable Tablespaces Certified for EBS 11i
    http://blogs.oracle.com/stevenChan/2010/04/10gr2_xtts_ebs11i.html
    Migrating E-Business Suite Release 11i Databases Between Platforms
    http://blogs.oracle.com/stevenChan/2008/08/migrating_ebusiness_suite_databases_between_platfo.html
    Note: 362205.1 - 10g Release 2 Export/Import Process for Oracle Applications Release 11i
    How long the task would take? Depends on the hardware resources you have. The best practice is to try this on a test instance first.
    The application should work as expected once the task is completed.
    Thanks,
    Hussein

  • Please advise  Migrating of OS from Solaris to Red Hat Enterprise Linux(RHE

    Hi Experts,
    We are in process of Upgrading EBS from 12.0.4 to 12.0.6 and Migrating of OS from Solaris to Red Hat Enterprise Linux(RHEL).
    Current system Details: EBS Version: 12.0.4 DB Version: 10.2.0.3 OS Version : Solaris 10.
    1. Do we need to upgrade first or Migrate the OS First? If so why? Please advise
    2. What is the minimum database version to be upgraded for upgrading from 12.0.4 to 12.0.6 ? Please advise
    3. When will the support for this version of upgraded database expires? Please advise
    4. Minimum downtime required to upgrade the database, application and migrate the OS? Please advise
    5. Documents to follow for Upgradation and Migration? Please advise
    Regards
    Mohammed. Abdul Muqeet

    Including to What John Said you have to Refer for MOS notes Such as :
    Application Tier Platform Migration with Oracle E-Business Suite Release 12 [ID 438086.1]

  • Complexities of Migrating Oracle 10g from Solaris to HP-UX Itanium

    Can anyone share their experiences with regards to migrating Oracle 10g from Solaris on a Sun platform to HP-UX 11i v3 (Itanium) on HP Integrity servers. We are trying to consider all the risks associated with such a move. How much time delay did you experience in resolving unexpected issues along the way? How complex is the process? If you had to do it all over again, would you?
    In addtion, we will also be migrating Oracle eBusiness Suite 11i (11.5.10.2).
    We appreciate your helpful feedback.
    Thank you.

    Here is more information:
    - the database size is currently about 500GB
    - our ASP allows us to be down as much as we want however the company's own needs can only allow a downtime window of two days (over the weekend)
    - i presume further that RMAN might be an option to use to backup the database and instance to some transportable media
    - it would take about four days to get that media from the ASP to our facility so durign that time the instance at the ASP would have to be used
    - after we get the backup media and load everything into our in-house site, our last step would be to find a way to migrate all changes over the WAN. I am told that unless the platforms are the same on both ends, mirroring will be extremely difficult or impossible. If we have a platform that is different from the ASP platform, then the migration of all changes will require conversion and other mechanisms. I am told that HP-UX has so much complexities that this will be a daunting task to accomplish.
    Do you have any opinions and recommnedations?

  • Migrating production oracle 9.2.0.6 datawarehouse from HP to Solaris

    Hi,
    I am planning to move my production data warehouse(oracle 9.2.0.6) with size 600GB from Hp to Solaris.Could you please help me figure out the steps.

    Check my note in this Doc on Migration of Oracle 9i database from HP Unix to RedHat Linux

  • JDeveloper/OAF in our EBS R12 (12.1.3) web server. Solaris Sparc 64bit mach

    Problem Description
    Am trying to setup and use the JDeveloper/OAF in our EBS R12 (12.1.3) web server. Solaris Sparc 64bit machine.
    Followed the metalink document 416708.1 and took the zip p9879989_R12_GENERIC.zip as instructed in the training class. The readme does not mention about installing in UNIX. I am getting all shorts of errors when invoking "jdev".
    Error occurred during initialization of VM
    java/lang/NoClassDefFoundError: java/lang/Object
    Error: JDeveloper can't recognize the JDK version
    Please let me know the steps.

    Hi ,
    Normally the Jdeveloper setup will be done in Windows (32bit or 64 bit) for development of new pages, or extension.
    I understand that you are trying to setup the Jdevelopment for your development in a Solaris Sparc 64bit machine, it should be possible because Oracle Development use Unix machine to run the Jdeveloper for development.
    Please try
    To work around this you should edit the $JDEV_HOME/jdev/bin/jdev.conf -file and comment out the line that shows:
    SetJavaVM hotspot
    After this you should be able to start JDeveloper 10.1.2.
    You might get some weird sticky startup screen showing in front of the initial questionnaire windows. After passing these (either try moving the windows or just pressing Enter) you should be fine with JDeveloper.
    If that didnt work,
    And check the below thread helps,
    http://kaukovuo.blogspot.com/2005/07/jdeveloper-1012-and-linux-x8664-with.html
    JDeveloper On Ubuntu Linux running Java 6
    http://www.ensode.net/jdeveloper_linux.html
    http://focusthread.com/blog/oracletraining/developertechnical/oaframework/jdev-installer-giving-error-as-could-not-create-the-java-virtual-machine-error-jdeveloper-cant-recognize-the-jdk-version/
    Jdeveloper on solaris: an option for mutualized development env ?
    Thanks,
    With regards,
    Kali.
    OSSi.

  • JDeveloper/OAF in our EBS R12 (12.1.3) web server. Solaris Sparc 64bit mac

    Am trying to setup and use the JDeveloper/OAF in our EBS R12 (12.1.3) web server. Solaris Sparc 64bit machine.
    Followed the metalink document 416708.1 and took the zip p9879989_R12_GENERIC.zip as instructed in the training class. The readme does not mention about installing in UNIX. I am getting all shorts of errors when invoking "jdev".
    Error occurred during initialization of VM
    java/lang/NoClassDefFoundError: java/lang/Object
    Error: JDeveloper can't recognize the JDK version
    Please let me know the steps.

    Error occurred during initialization of VM
    java/lang/NoClassDefFoundError: java/lang/Object
    Error: JDeveloper can't recognize the JDK versionPlease see if these docs/links help.
    http://www.ensode.net/jdeveloper_linux.html
    hotspot VM not supported JDeveloper can't recognize the JDK version [ID 785017.1]
    JDeveloper On Ubuntu Linux running Java 6
    Please let me know the steps.Oracle Application Framework Developer's Guide Release 12.1.3 [ID 1107973.1]
    Configuring JDeveloper For Use With Oracle Applications 11i and R12 [ID 330236.1]
    Troubleshooting JDeveloper setup for Oracle Applications [ID 357218.1]
    Thanks,
    Hussein

  • Question on migrating oracle 10g from solaries to linux?

    Can some one tell the exactly what is the advantage of migrating oracle 10g from solaries to linux?
    Thank you,
    hb

    call me
    [email protected]

Maybe you are looking for

  • Satellite L500 - Can't find drivers for FN keys for Windows XP!

    Hello. I have found and installed all drivers I need for this laptop using Windows XP. My problem is that I can only activate Wireless on this laptop by pushin FN+F8 key, I have installed the Realtek Wireless drivers and they are installed fine, but

  • Quicktime never updates to pro

    Hi I download QT7Player and start the update to pro. The registration box takes my information and the buy button disappears. It appears to have accepted my registration. However, the application never opens as Pro always as player. How do I get it t

  • Wrong sign in Hyperion report

    Hi, I am facing a strange issue with Hyperion reports. In the report created through FR studio I am pulling a particular balance sheet account. When I pull that same account through smartview, it shows up correctly as a negative amount, but surprisin

  • Process and Human task deployment version difference.

    Hi, I have a small issue in deploying the process and taskform. Problem is my BPEL Process deploys fine and shows the version 1.0 my TaskForm also deploys fine but somehow the version of this shows as 2.0. When I check the App Server the TaskForm sho

  • When i try to update my iPod

    it gives me an error message saying "The software required for communicating with the iPod is not installed correctly. Please reinstall iTunes to install the iPod's software." The thing is, I just reinstalled iTunes 6.0.5 a couple of weeks ago becaus