EBS R12: Product licensing related questions

Hi,
I was asked to activate two new products in EBS R12.1.3 DEV environment. Before this, I made a backup of the system.
In License Manager, before the activation:
- Product #1 was in state "Shared"
- Product #2 was in state "Not Licenced"
Does state "Shared" mean that product #1 was partly active from those parts that are required by other licensed products? If yes, does state "Shared" have any license costs? I.e. do I need to buy a license for "Shared" product?
After activation:
- both products are in state "Licensed".
Unfortunately, Product #1 should have stayed in state "Shared" as we need only those parts that are required by other products.
Does this mean that I need to buy licenses for both products? Or is it possible leave Product #1 in "Licensed" state and use only its functionalities that are shared with other products? We do not want to buy license for Product #1.
I understood from the old threads that the only options for deactivating product are:
- restore the system from backup
- create an SR to Oracle and they MAY give you a onetime script to disable the products.
Is this still the case?
Could you advise what would be the best course of action?
BR,
TH

I was asked to activate two new products in EBS R12.1.3 DEV environment. Before this, I made a backup of the system. Good you did take a backup :)
Does this mean that I need to buy licenses for both products? Or is it possible leave Product #1 in "Licensed" state and use only its functionalities that are shared with other products? We do not want to buy license for Product #1.If both are licensed then yes you need to get a license for both products.
If you do not want to buy a license then revert back from the backup so Product #1 will be Shared again.
I understood from the old threads that the only options for deactivating product are:
- restore the system from backup
- create an SR to Oracle and they MAY give you a onetime script to disable the products.
Is this still the case?Correct.
Could you advise what would be the best course of action?I would suggest you restore the files from the backup as this is the fastest/easiest way. If you have time, you could put this on hold and log a SR and see if there is a way to revert back the changes without restoring from the backup.
Thanks,
Hussein

Similar Messages

  • Oracle EBS R12 Pre - Implementations phase question air

    Oracle EBS R12 Pre - Implementations phase question air
    Posted: Jun 30, 2009 10:22 AM Edit Reply
    Dear all Gurus,
    We are going to implement Oracle EBS r12, for industrial concern, we have following quires if any peer may suggest.
    1) we heard the oracle R12 has build new release with 11g db , is it been practical for choosing it for corporate ???
    2) Linux Read hat which version is more stable like 5 releases is compatible with R12 new release?
    3) We are also thinking for 64 bit architecture rather than 32 bit, could any one figure out the practical pros and cons for this.
    4) We are also wondering about the server machine brand and its configurations like HP DL380 G6, DELL 2850? could any one share abut his experience about the same.
    5) What sort of Server configurations (Processor , 2way -4way , RAM , HD and other accessories ) for r12 Multi node setup for 150 clients (DB Server , Apps Server , Test Prod )
    6) What should be backup strategies like tap backup and how much space requirements we must have provisioned for retaining almost 2~3 month backup.
    7) Application implementations methodologies?
    8)
    I know to address our queries would be time consuming for you bust peoples , but I would really oblige for being shared your journey this would defiantly the PATH way for other like mentoring for others.
    looking forward your valuable instructions ASAP.
    Thanks & Best Regards
    Muhammad Waseem
    Manager IT
    Neee-Has Textiles Divisions
    31-Q Gulberg II Lahore
    Pakistan
    92-0333-4240949

    Duplicate post.
    Oracle EBS R12 Pre - Implementations phase question air
    Oracle EBS R12 Pre - Implementations phase question air

  • EBS R12 OA Page Export Question...

    Hi,
    I'm trying to export a seeded page to my local PC.. I'm using OA Jdeveloper version 10.1.3.1.0.. With this version of jdeveloper, export.bat was in this folder jdevbin\oaext\bin . This is what i have in my export.bat
    ===========================================
    @echo off
    REM export.bat
    REM
    REM DESCRIPTION
    REM This file is used to call the JRAD XML Export utility
    REM
    REM
    REM NOTES
    REM
    REM
    REM
    REM MODIFIED (MM/DD/YY)
    REM ayu 01/31/06 - update classpath
    REM lramados 09/01/05 - Remove JDK118 dependency.
    REM cbarrow 08/06/03 - #(3057426) Add oamdsdt.jar to classpath
    REM kaalvare 07/17/03 - Add jsp-el-api.jar to classpath
    REM lramados 07/17/03 - #(3053248)Added mdstoold.jat in the classpath
    REM cbarrow 06/09/03 - Move to RTMDS 9.0.5: add dependencies to JRAD_JAR
    REM lramados 05/07/03 - #(2627931) Support for case insensitive parameters
    REM jhsi 01/21/03 - #(2741748) Support jdk118 runtime env.
    REM jhsi 09/27/02 - #(2562017) Package structure changes for XMLExport
    REM lramados 08/13/02 - #(2500845) Rearranged the order of parameters in help
    REM lramados 08/01/02 - #(2386414) Support for displaying list of documents and package files
    REM lramados 06/25/02 - #(2418684) Changed WITHREFERENCES to WITHREFS for the sake of uniformity
    REM lramados 06/24/02 - #(2423145) Handle invalid command line parameters
    REM lramados 06/18/02 - #(2408092) Added comment as 'DO NOT CHANGE' for JRAD_ROOT
    REM lramados 06/07/02 - #(2378477) Compute JRAD_ROOT
    REM lramados 06/07/02 - Changed default USERNAME and PASSWORD to 'jdr'
    REM lramados 06/07/02 - Support for package files and directories
    REM gkonduri 04/05/02 - Creation
    REM
    :: ## This file should be in sync with the "export" shell script ##
    :: ## Please update "export" when updating this file. ##
    setlocal
    :: --------- COMPUTE JRAD_ROOT. DO NOT CHANGE THIS VALUE !! ---------
    :: -- JRAD_ROOT directory
    :: The JRAD_ROOT environment variable is computed by getting the current
    :: path and going up two directory levels to get the actual "deliver"
    :: directory. By convention, the deliver directory is called JRAD_ROOT
    set JRAD_ROOT=%~d0%~p0..\..
    :: need to set the default values for variables
    set jdk13="n"
    set middle_tier="n"
    set verbose="n"
    :: Check for any occurence of -jdk13 or jdk13=y and set the
    :: jdk13_str=y so that we have JDK13 PATH and classpath is setup.
    :start
    if %1.==. goto done
    if /i %1==-jdk13 goto jdk13_handle
    if /i %1==jdk13 goto jdk13eq_handle
    if /i %1==-middleTier goto middleTier_handle
    if /i %1==-verbose goto verbose_handle
    :: -- Finished processing the current parameter. Process the next parameter set
    set PARAMS=%PARAMS% %1
    shift
    goto start
    :jdk13eq_handle
    set PARAMS=%PARAMS% %1
    shift
    if "%1"=="y" goto jdk13_handle
    set PARAMS=%PARAMS% %1
    shift
    goto start
    :jdk13_handle
    set jdk13="y"
    set PARAMS=%PARAMS% %1
    shift
    goto start
    :middleTier_handle
    set middle_tier="y"
    shift
    goto start
    :verbose_handle
    set verbose="y"
    shift
    goto start
    :middle_tier_checking
    if %jdk13% == "n" goto jdk13_setup
    echo.
    echo.ERROR: The -middleTier option is not supported while running with -jdk13.
    echo.
    goto end
    :: ----------------- Done with the parameter processing.
    :: -- Prepare to call the migration utility
    :done
    :: -- check for using -middleTier with -jdk13
    if %middle_tier% == "y" goto middle_tier_checking
    :: --------- setup JDK and JDBC
    :jdk13_setup
    set JDBCVER=12
    set JAVA_HOME=%JRAD_ROOT%\jdk
    set CLASSPATH=%JRAD_ROOT%\jdev\appslibrt\uix2.jar
    if %middle_tier% == "y" goto middle_xdk
    set XDK_CLASSPATH=%JRAD_ROOT%\lib\xmlparserv2.jar
    goto donejdk
    :middle_xdk
    set XDK_CLASSPATH=%JRAD_ROOT%\lib\xmlparserv2.jar
    :donejdk
    set JRAD_JAR=%JRAD_ROOT%\oaext\lib\mdsdt.jar;%JRAD_ROOT%\oaext\mds\lib\mdsrt.jar;%JRAD_ROOT%\oaext\lib\oamdsdt.jar;%JRAD_ROOT%\jlib\jsp-el-api.jar;%JRAD_ROOT%\jlib\commons-el.jar;%JRAD_ROOT%\jlib\oracle-el.jar
    :: ------- JDBC classes
    set CLASSPATHJ=%JRAD_ROOT%\jdbc\lib\ojdbc14.jar;%JRAD_ROOT%\jdbc\lib\orai18n.jar
    :: ------- PATH settings
    set PATH=%JAVA_HOME%\bin;%path%
    :: ------- CLASSPATH settings
    set CLASSPATH=%CLASSPATH%;%JRAD_ROOT%\jdev\classes;%JRAD_ROOT%\jdev\appslibrt\collections.zip;%JRAD_ROOT%\jdev\appslibrt\share.jar;%JRAD_JAR%;%CLASSPATHJ%;%XDK_CLASSPATH%
    if %verbose% == "n" goto done_verbose
    echo.
    java -version
    echo.
    echo.CLASSPATH = %CLASSPATH%
    echo.
    echo on
    :done_verbose
    java oracle.jrad.tools.xml.exporter.XMLExporter /oracle/apps/icx/icatalog/shopping/webui/ShoppingHomePG -rootdir C:\Jdev12\jdevhome\jdev\myprojects -username apps -password apps -dbconnection "(description = (address_list = ( address = (community = tcp.world)(protocol = tcp)(host = shreekar.oracle.com)(port = 1521)))(connect_data= (sid = VIS)))" -includeSubpackages -mmddir C:\Jdev12\jdevbin\oaext\config\mmd -jdk13
    @echo off
    ::echo JavaProgramReturnValue = %ERRORLEVEL%
    :end
    endlocal
    ============================================
    When i modified this and ran from the command prompt on my PC. i get the following error.. Please let me know where the problem is...
    Thanks in Advance,
    Prasad
    ===============================================
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/ide/net/URLFac
    tory
    at oracle.adf.mds.dt.mds.generic.MDSDocument.save(MDSDocument.java:2438)
    at oracle.adf.mds.dt.mds.generic.MDSMetadataManager.saveDocumentToFile(M
    DSMetadataManager.java:5566)
    at oracle.adf.mds.dt.mds.generic.MDSMetadataManager.saveDocumentToFile(M
    DSMetadataManager.java:4397)
    at oracle.jrad.tools.xml.exporter.java13.Java13XMLExporter.saveDocuments
    (Java13XMLExporter.java:279)
    at oracle.jrad.tools.xml.exporter.java13.Java13XMLExporter.doExport(Java
    13XMLExporter.java:171)
    at oracle.jrad.tools.xml.exporter.XMLExporter.main(XMLExporter.java:194)

    Well,
    I have no idea what you are doing and how? The above error is a generic one. Your details about steps, your environment will make the things easier for us to suggest you properly.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                               

  • Module Licensing in Oracle EBS R12

    Hi All,
    We are trying to license modules in EBS R12 but licensing some application products seem to add other modules which we do not require. These modules that are getting added show up as licensed and not shared. For instance, if we license HRMS, it adds public sector HR. We went in to the component application licensing and licensed "Internet Expenses" which was listed under "Financials" but we do not see it as a separate module in the licensed products list. Any suggestions on how to go about licensing products?
    Thank You.

    Hi Hussein,
    Thanks a lot for your prompt reply. All the documents that you have stated point to 12.0.0 but we are on 12.1.1 version, sorry my mistake I did not make it clear in my initial post. We are actually trying to figure out the right way to license products so that we do not license any other products that we are not authorized to use.
    Thank You again.

  • Where to find Oracle EBS R12 vision demo document?

    I am looking for some Oracle EBS R12 vision demo related document.
    Could anyone tell me where I can download such document?
    I hope it can contain introduction, business summary, and basic use instruction.
    Thanks in advance!

    Robin.Xu wrote:
    I am looking for some Oracle EBS R12 vision demo related document.
    Could anyone tell me where I can download such document?
    I hope it can contain introduction, business summary, and basic use instruction.
    Thanks in advance!Please see old threads for similar topic and discussion.
    https://forums.oracle.com/forums/search.jspa?threadID=&q=vision+AND+demo+AND+document&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=vision+AND+demo+AND+documentation&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Hardware Requirements for Production Instance of  EBS R12 version (12.1.1)

    Hi All,
    Can you please let me know, what is the Hardware Requirements ( like CPU's, RAM size and HDD size)for Production Instance of EBS R12 version (12.1.1) about 3000 users.
    The production instance would be deployed on a Multi-Node architecture where in the Database and Concurrent Managers would be deployed in one box.
    Forms & Web server (Application tier) would be deployed on a different box. It is proposed to have a minimum of two front-end servers with a hardware based load balancer for traffic management.
    Thanks,
    Venkat

    My company have EBS R12.1.2 on LINUX system. We used HR, Finance, DW, ODI, Single sign on, Hyperion and peoplesoft.
    we use two DELL R910 servers for production. one for EBS and ODI, another server for Peoplesoft, Hyperion, DW, ....
    Our record indicate highest concurrent users are 1120 on EBS server. For EBS server I will suggest at least following configuration for more tan 1000 users:
    1. DELL R910 with 4 sockets in it. each sock may have 2 to 4 cores. Even this configuration sometime we still get server complain 90% CPU load warning.
    2. Min 64 GB RAM . 128 GB or 256 GB prefer.
    3. Redhat X86_64 version Linux . Prefer version 5.7 and up.
    4. PERC 6/E or H800 RAID card and connect to MD1000 or MD1120.
    5. One MD1000/1120 for database, and two for backup (1TB X 15 disks). Depend on how many days backup keep on RAID. Our EBS database data in one year grow from 60 GB to 350 Gb.
    6. dedicate tape backup library and server. Due to large amount of data.
    7. need Grid control (OEM) server to monitor all databases and application servers.
    8. for application server, you need at least two DELL R910 and run Microsoft Hyper-V in it better performance than VMware. Configure All EBS relate application servers on each R910 for redundant and load balance. I f you plan is 3000 users. You may need 4 DELL R910 servers. Anyway it can add later.
    9. same hardware configuration may need for staging/test application servers.
    10. If you want RAC or standby databses, you need more.
    11. For development staging/test database server, you may need similar configuration. We have four servers for that purpose.
    13. Don't forget ORACLE license you need purchase for database, application server and ....
    13. EBS solution is NOT cheaper. If you can do other way, think it first. NOT only hardware, man power also very expensive.

  • Oracle EBS R12 application Production contact person contact details

    Hi
    Any one can provide me contact details of Oracle EBS R12 application production head, coz I would like to introduce some new feature can be added in EBS R12, then R12 will more user friendly users and other process of application reduce the process time.
    Thanks in advance
    Regards
    [email protected]
    9910059723

    Hi,
    I would suggest you contact Steven Chan (Senior Director in the Oracle Applications Technology Integration group).
    Oracle E-Business Suite Technology - Blog Authors
    http://blogs.oracle.com/stevenChan/about.html
    Steven Chan monitors "Technology - LCM: R12 Install/Upgrade" forum, so you may post your suggestions in this forum, or contact him directly by email through the link referenced above.
    Technology - LCM: R12 Install/Upgrade
    LCM: R12 Install/Upgrade
    You can also find Oracle contact in this page, and Oracle should they should connect you with the right person.
    Oracle E-Business Suite Applications Oracle
    http://www.oracle.com/us/products/applications/ebusiness/index.htm
    Regards,
    Hussein

  • 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

  • BIP in Oracle EBS R12.1 - Characters displayed as question marks

    Hi,
    We have recently upgraded to EBS 12.1.1, and have noticed that since doing so some characters in PDF outputs (from BIP reports run in EBS) are being displayed as question marks.
    The Templates are created using the font Arial, and the characters that are being displayed incorrectly are 'long dashes' "–" (\endash) and where Microsoft Word has group three full stops together "..." (\'85)
    An Example, the text in MS Word and in the PDF when run using Oracle BI Publisher Desktop is:
    Three full stops ……………
    A long dash –
    A short dash -
    However the output in PDF when running the report in EBS is:
    Three full stops ?????
    A long dash ?
    A short dash -
    Has anyone come across this before, or does anyone know of a way to resolve it. I have tried uploading an Arial font file and creating mappings (although Arial already exists as a seeded font file) but this has not resolved the issue.
    Regards
    Carl

    Hello,
    Check if you have all necessary fonts under your jre/lib/fonts ($AF_JRE_TOP and $OA_JRE_TOP) on all your web and concurrent nodes. Or, try to copy the fonts from $FND_TOP/resource (check post install steps for XMLP 5.6.3). Mid-tier bounce needed after copy.
    Hope this helps.
    Rownald

  • Questions about Installing EBS R12

    Folks,
    Hello. I have downloaded E-Business Suit R12 from edelivery and want to instsll it in Oracle Linux 5.
    There are about 50 ZIP files in EBS R12 (Bxxxxx.zip and Vxxxxx.zip).
    I unzip the a few Bxxxxx.zip files. The contents in "B53824-01_3of4.zip_FILES" folder are:
    Start CD -> Disk1 -> rapidwiz ->rapidwiz
    Is "rapidwiz" the file to initialize the installation?
    Do I need to unzip all of the files in EBS R12 before install ?

    Hi,
    Is Base directory the place where EBS R12 will be installed?Yes.
    The directory before your apps, db and inst folder
    Ex:
    /u01/oracle/PROD/ ---> Base
    /u01/oracle/PROD/db --> Db folder
    /u01/oracle/PROD/apps -> Application folder
    How to choose the Base directory in the File System ?Depends on your mount points. But the basic is as shown above
    Do I need to create a new Top-level directory as Base directory ? Not needed. Rapidwiz will create it for ya
    But make sure you have correct permissions for oracle and applmgr.
    Thanks

  • Oracle EBS R12 intalltion on Windows Web Server 2008 R2

    hi ,
    Am planning to install intially oracle EBS R12 in windows web server 2008 R2.
    Is this OS supported by oracle? Did anybody already done this ?
    also later am planning to install OBIA + OBIEE stack on this. will all these
    supported on windows web server 2008 R2?
    Please provide your suggestions.
    which windows version is stable to have EBS R12 + OBIA + OBIEE.
    thanks

    Hi Srini;
    Duplicate post - Oracle EBS R12  intalltion on Windows Web Server 2008 R2
    Dont you have admin right? You could delete duplicate which pretend to open same question more than one place and also it could hold clear to open question interface on main related forum part
    Regard
    Helios

  • Installing EBS R12 in HP-UX Itanium

    Hello Experts,
    I'm newbie to Oracle EBS, so i have a lot of small/simple questions regarding the installation of EBS.
    1. Is it possible to install EBS in HP-UX Itanium 11.31 architecture? I hope the answer is Yes, because i could able to see the downloads for the architecture in http://edelivery.oracle.com.
    2. I believe, downloading EBS R12 is free and anyone can download the software from the above link. But during the installation, it asks for 'Support Identifier (CSI)' and 'Metalink Account'. What are these informations and how to get this informations?
    3. Based on the installation document, i hope, Database and Apps Server can be installed as separately using 'rapidwiz -techstack' option. But this installation only installs the Database and Apps Server not the Data and Application respectively.
    Thanks in Advance,
    Prakash.A

    Hi,
    1. Is it possible to install EBS in HP-UX Itanium 11.31 architecture? I hope the answer is Yes, because i could able to see the downloads for the architecture in http://edelivery.oracle.com.
    It is possible -- See (Note: 762891.1 - Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for HP-UX Itanium) for details.
    2. I believe, downloading EBS R12 is free and anyone can download the software from the above link. But during the installation, it asks for 'Support Identifier (CSI)' and 'Metalink Account'. What are these informations and how to get this informations?Providing the CSI number during the installation is optional and you can do the installation without having this number.
    Oracle Applications Installation Guide: Using Rapid Install
    http://download.oracle.com/docs/cd/B53825_03/current/html/docset.html
    The CSI number is the number you get when you license the software through a sales representative and have a support contract with Oracle Support (please search the forum for CSI and you will get many hits).
    3. Based on the installation document, i hope, Database and Apps Server can be installed as separately using 'rapidwiz -techstack' option. But this installation only installs the Database and Apps Server not the Data and Application respectively.Do NOT use the -techstack option as this is only required to install the application/database binaries, instead run rapidiwz on the database tier node, then copy the configuration file to the application tier node and run rapidwiz again (select to read the configuration file on the apps tier node). Please see the installation manual as it is all described in this guide.
    Thanks,
    Hussein

  • Oracle EBS R12.1.3 High Availability with RAC 11g on VMWARE

    Dear All,
    Our customer requirement is of high availability and good utilization of hardware for EBS R12.13 implementation.As per our strategy we want to use Oracle VM(I think it doesn't require any licensing) , RAC 11gR2 and appstier load balancing.We have only two servers to achieve all these.One one node there will be two VMs one for dbtier and another one for appstier and same will be on second server.So this way we will be having four virtual machines on two physical nodes.For all these we will use OEL Linux as Operating system
    Please share your experiences , if above deployment model is correct or need further enhancements.
    Regards.

    Our customer requirement is of high availability and good utilization of hardware for EBS R12.13 implementation.As per our strategy we want to use Oracle VM(I think it doesn't require any licensing) , Please contact your Oracle Sales representative for license questions.
    RAC 11gR2 and appstier load balancing.We have only two servers to achieve all these.One one node there will be two VMs one for dbtier and another one for appstier and same will be on second server.So this way we will be having four virtual machines on two physical nodes.For all these we will use OEL Linux as Operating system
    Please share your experiences , if above deployment model is correct or need further enhancements.Please see these docs.
    Using Oracle VM Templates for Oracle E-Business Suite [ID 975734.1]
    Using Oracle VM with Oracle E-Business Suite Release 11i or Release 12 [ID 465915.1]
    Oracle E-Business Suite High Availability on Oracle VM [ID 986690.1]
    Certified Software on Oracle VM [ID 464754.1]
    Oracle VM General Frequently Asked Questions [ID 464756.1]
    Thanks,
    Hussein

  • What is Oracle's recommendation of enabling a 3rd Party application for Online Patching? Is this a requirement with EBS R12.2 or is this something that can be done in phases for e.g.:

    Hello -
    My Oracle Partner account uses Oracle EBS, Fusion Apps and is in the process of migrating from 10g to 11g;  forwarding their question here -
    What is Oracle’s recommendation of enabling a 3rd
    Party application for Online Patching? Is this a requirement with EBS R12.2 or
    is this something that can be done in phases for e.g.
    Phase 1: Oracle EBS utilizes Online patching while
    the 3rd Party application does not leverage edition based
    redefinition for Online patching
    Phase 2: 3rd Party application is modified
    to leverage edition based redefinition Online patching mechanism.
    I would appreciate any insight/recommendations you may have
    regarding Online patching for EBS 12.2.

    This seems to be related to EBS an may be better answered in the EBS forums as this forum is dedicated to Fusion.
    Jani Rautiainen
    Fusion Applications Developer Relations
    https://blogs.oracle.com/fadevrel/

  • Windows 7 for EBS R12

    Hi Hussein,
    Our boss give us band new laptops for our coming big project so that we will look smart :).
    Since I was the first to select I chose the 4gb ram , coz some have 3Gb.
    We are ask to install windows 7 so we dont pay for license.
    The problem is win I installed windows 7 is installed the 64-bit as default. i dont know why.
    I can not install the jinitiators for firefox and ie8. I cant not also install my oracle clients.
    Are there 64bit jinitiators?
    What made me surprised is that the 3Gb laptop have installed 32bit, or I dont know what happened
    bacause they can install jiniitiators and they can access EBS R12 and 11i using ie8 and firefox.
    They said my work around is to install vmware and install XP on top of my windows 7.
    Are there any other opions better than these?
    How do you select 32 bit from windows 7? I did not see any choices when I installed it.
    Thanks a lot

    Hi,
    Are there 64bit jinitiators? I do not think so. Even if you can find 64-bit of this software, this OS is not yet certified as a client OS.
    Are there any other opions better than these? Apart from installing VMWare, I believe there is no other option (except installing a certified OS directly).
    How do you select 32 bit from windows 7? I did not see any choices when I installed it.Sorry, I do not get your question here.
    Regards,
    Hussein

Maybe you are looking for

  • Why can`t i use the iMessage app in my mac?

    every time i try to sign in, it tells me that there is an error. i dont know why!!! that happens as well with my facetime on my mac!!!

  • Get an item at a particluar position in Advanced Datagrid

    I want to access some property of an item lying at nth position in an advanced datagrid. I was not able to find any method which can return me this result. getChildAt method returns display objects of the adv DG and not the items in it. Also numChild

  • PE 11 Organizer bugs (2)?

    Using PE 11: Question 1: When I change a photo caption in Organizer, PE copies and deletes the file in the background, filling up my trash can. Running Windows 7 Pro. Question 2: Intermittently the keyboard shortcuts aren't recognized (e.g., PF11 in

  • Email Event Generator

    Hi I am using WebLogic 8.1 sp3 and WebLogic Workshop. I am trying to use an Email Event Generator. I selected the IMAP server protocol. I provided invalid connection information in hope of generating errors just so I know the Email Event Generator is

  • Sequence path expression for remote execution

    I usually specify path name expressions with double backslashes to avoid problems when a backslash is followed by a character interpreted as an escape sequence (e.g. C:\test, where \t would be the Escape sequence for a TAB). Now I tried to execute a