HOW TO configure oracle bi discoverer 11.1.3 32 bit window to oracle ebs 11

Hi all ,
How can we configure oracle bi discoverer 11.1.3(desktop and admin) installed on windows 32 bit with oracle ebs 11i with database 10g
installed on sun solaris sparc machine.
Kindly send any link which can give me step by step link for this specific scenario.
Thans

Hi Sirini,
I create workbook through Discoverer desktop and save in database, Now I like to give assign these workbooks
to the user through Discoverer view , so that they can view these worksheets, How can I view these workbooks
through Discoverer view in oracle ebs 11i.
Thanks

Similar Messages

  • Reg: How to Configure internet for solaris 10 in x86 32 bit

    Hi,
    I am new to Sun Solaris can any one help me detailed step of how to configure internet for standalone pc. Thanks in Advance
    Thanx
    MA

    OK, the classical way:
    Open a terminal.
    Type
    ifconfig -a
    ifconfig -a plumb
    ifconfig -a
    Note the differences, it will plumb ALL available interfaces this way. So, now you can see, which device is your network card.
    Then perform a
    ifconfig <interface> unplumb
    for all the newly interfaces (aka those, that were new in the last ifconfig -a output).
    Then, the simple way:
    cd /etc
    vi hostname.<interface-driver-name>0 (example: hostname.rge0, the driver would be rge, the instance is 0, and rge0 would have been displayed as an available interface in the last ifconfig command). Add the name of the host into this file.
    Then
    vi /etc/inet/hosts
    and add the pair of IP-address and hostname.
    If needed:
    vi /etc/inet/netmasks
    if you have a sub-divided network, and you need a differenbt subnet mask...
    Then:
    vi /etc/defaultrouter
    and add the name or ip-adress of the gateway... (name only, if you have that name also in the /etc/inet/hosts file!)
    Also:
    vi /etc/nodename
    and add the name of your host into that file, so that the system knows, who it is... ;-)
    And: For the DNS you can then add the infos into:
    /etc/resolv.conf
    For example:
    nameserver 192.168.2.1
    or some such...
    Then, as the last but one step:
    ls /etc/nsswitch.*
    and:
    cd /etc
    cp nsswitch.<what you need> nsswitch.conf (should be .files here!)
    And the reboot... ;-)
    HTH!
    Matthias
    P.S.: There might be some GUI, but I'm an old-timer, so I prefer the command-line version of things...

  • How do I install Photoshop 4 from XP to 64-bit Windows 7

    My XP machine, on which I used Photoshop 4, has failed.  I've ordered a new PC run by 64-bit Windows.
    I first obtained Photoshop Ver 3 on a CD/DVD, upgrading to Ver 4 online.
    How do I now install Ver 4 onto the new Win 7 machine?
    Regards.....Noel

    Many thanks Curt.  Yes, I meant CS4.  The HDD of my old machine is still readable, but I suspect Photoshop could not be retrieved from it.  One partion, C:, contains XP and the Apps programs.
    I have an external HDD containing an image of this C: partition, however, I don't see that to be much use to a new PC.
    Many thanks Mylenium, most grateful for your response.  I will be restoring my Lightroom this way and hadn't realised I could do something similar by downloading the CS4 upgrade.
    However, does this mean upgrading to CS5, incurring yet more cash?....!
    Regards.....Noel

  • 64 bit Windows Vista Oracle Client Environment::createEnvironment exception

    Platform: 64 bit Windows Vista Business
    Oracle : oraocci10.dll version 10.2.0.3
    Oci.dll version 10.2.0.1
    Both of these were downloaded from Oracle packages:
    Instantclient-basic-win-x86-64-10.2.0.3.0.zip
    Instantclient-sdk-win-x86-64-10.2.0.3.0.zip
    A call to Environment::createEnvironment(Environment::DEFAULT)
    Throws and exception oracle::occi::SQLException with garbled text.
    The programs works (unchanged) in 32 bit windows environments with different instant client versions.
    Any help is appreciated.

    Is this not supported on 10G?
    At this point it is not feasible to upgrade the server to 11G.

  • How to configure Sql Server 2008 R2 for debugging without disabling Windows Firewall?

    When I try to debug a procedure in Sql Server 2008 R2 I get a dialog box telling me to unblock some ports.
    >>
    The Windows Firewall on this machine is currently blocking remote debugging.  Remote debugging requiers that the debugger be allowed to receive informatino from the network.  Remote debugging also requires DCOM (TCP Port 135) and IPSEC (UDP 4500
    / UDP 500) be unblocked.
    <<
    I went to the Windows Firewall and added some new Inbound rules for each of the specified ports (in the images below.  But after this and rebooting entire computer -- I still get this dialog box when I want to go into debug mode from SSMS.  I can
    actually kind of debug standalone code in the SSMS window if I cancel the dialog box.  But I can't debug an actual stored procedure -- which is what I need to do.  I also noticed that my server has an IP address instead of LocalHost.  This is
    not a public Server -- it's my private development machine which is on a peer to peer network (with one other workstation), but I don't need that workstation to be able to access this server..  Would localholst make a difference for debugging?  How
    should I configure the sql server?  The firewall?
    Rich P

    Use PRINT and SELECT for debugging. That's what I do. I used to play with the debugger in SQL 2000 and older days, but I realised that I spent more time on getting it to work that I gained from using it.
    I thought about that.  I guess that IS the way to go.  Very well.  Thank you for the suggestion.   Although, when the debugger does work in the regular window (not a stored proc because it doesn't work there) the debugger IS nice. 
    For debugging my proc I am thinking I will insert param vals into a test collection table for now.  One obscure error I am getting with a particular proc -- in a When loop on one parameter I get the "value will be truncated" error -- but everything
    is set to accept 1000 characters and none of the source data even comes close to 1000 characters.  I have isolated at what point the error occurs and which section of data where the error is occurring but I have not isolated the cause of the error. 
    I cannot reproduce the error when I run the procedure by hand in a regular query window with the exact same code.  The error only occurs when the code is run in the stored proc.
    Rich P

  • How to configure automatic start option of the Hyper-V role (Windows 2012 R2)

    Hi,
    If there a way to configure the automatic start up option of each Virtual Machine?
    I know that you can't use the VMM settings to setup the Automatic Start action, and the Cluster Hyper-V setting only specify the "shutdown" action.
    How can I make sure that after a an event like a power recovery affecting all my node that all my Hyper-V role will be started?Thank

    Hi,
    You can set the guest vm start up after your host computer start up, if you want to specific the guest vm start up order please refer the following related article:
    Line em up! Starting Hyper-V VMs in Specific Order
    http://blogs.technet.com/b/keithmayer/archive/2012/11/07/hypervvmstartup.aspx
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • How to configure correctly the Airport Base Station to work with windows PC?

    Hi Friends...
    I am having MacBook Air and Windows PCs with XP & Windows7.
    In MacBook I can use the internet through Airport Extreme Base Station.
    But In windows PCs I am unable to use. It is not getting the IP. And I am unable to configure DHCP also.
    Please help me out in this or let me know where i can get step by step instructions.
    Regards,
    Prakash

    If you temporarily disable wireless security on the AirPort, can both PCs now get their proper IP address information from the DHCP server in the base station?

  • How to configure use of Ethernet and wireless simultaneously, with different Windows´s?

    Hello friends,
    My network has two Win XP-laptops connected via ethernet to a Dovado-router, and from the Dovado-router another ethernet cable to a Win 7 PC.
    The Win 7 PC connects to the internet via a D-Link wireless network to my ISP wireless router Huawei E589.
    Problem: the PC refuses to work with both ethernet and wireless at the same time.
    I use the ethernet for tranferring vast amounts of graphical data (astronomy photographs at 3-4 GB each), and I can only access the internet through the wireless. Neither XP nor 7 wizards are able to fix it. Both networks were visable in Network Center,
    now only the wireless is available. Ethernet is gone.
    What do I do, to make it work?

    Hi,
    What's your purpose? My understanding is that you want Windows 7 PC wireless use internet and wired use Lan. If I am misunderstand please point me fault.
    For the situation you can do like this:
    1) Setting for your both routers. 
    Make sure both routers have different Router IP's and SUBNETS, you should try to set the subnet of Dovado-router to 255.255.255.252(this router should be used as local Lan, not connect to internet).
    Set the subnet of D-link to 255.255.255.0
    2) Setting For the LAN adapter. 
    Under the TCP/IP properties(Lan adapter),  please assign a unique IP address (which coincides with the subnet of Dovado-router ), set the subnet to 255.255.255.252 (or whatever you set it to Dovado-router). The very important things is that
    don't assign any GATEWAY to Lan adapter, leave it blank.
    3) Setting For the WIRELESS adapter.
    Under TCP/IP properties(wireless adapter), please assign a unique IP address (that coincides with the wireless router), set the subnet to 255.255.255.0 (or whatever the default is for the wireless router), and make sure to type gateway IP address ( D-link
    IP address).
    Now you can test if they are work normally.
    Hope this helps.
    Regards.
    Spencer
    TechNet Community Support

  • Accessing a 32 Bit Oracle 9.2 database from a 64 bit Windows 2008 Server

    Hi Guys,
    I hope someone might be able to help me I am trying to extract data from our existing oracle 9.2 Database onto our new 64 bbit 2008 server. The problem I seem to be having is that no matter what version of Oracle I try to install I'm not able to see any oracle Drivers in the ODBC\ODBC32 section.
    I have tried both the 32 bit Oracle 10g ODAC 10.1.0.4.0 and Oracle 11g ODAC 11.1.0.7.20 with no luck, hopefully some one can point me in the right direction. I don't tthink installing the 64 bit would work as the database is 32 bit is this correct or should I be using the 64 bit.
    Thanks in advance
    D0n_mac

    Hi,
    You need to install 64 bit client if you're going to use it with a 64 bit app. You dont need to worry how many bits the server is, the client takes care of that.
    Hope it helps,
    Greg

  • Migrating Oracle 9.2.0.7  (32-bit) Windows to Oracle 11g R1 (64-bit) Linux

    The entire database is about 18 gig.

    user2857110 wrote:
    I would say 12-24 hours for the downtime window.That gives a lot more options
    >
    I could hardwire between the two they have additional cards in them.
    I suggested Linux in '04 I came from an IBM z/os background and did not want Windows. Oh well.What "Oh well"?? I was commending you for moving away from Winows. ;-)
    I started my career on IBM system 360 and was on its descendant up to z/os before moving to the DBA role in a client server enviornment. With that I worked with Windows, OS/2, OpenVMS, and several flavors of nix.  I always* recommend against Windows for anything besides end-user desktop ... and that only because of Windows's pervasiveness in that arena.
    >
    Is it really that easy to just install Oracle 11g R1 (64-bit) and take a 9.2.0.7 dmp (Windows) and import it in?
    I do not have anything else to do? What about data type differences etc......I have some Blobs and Clobs in this database.I've never had the opportunity to work with clobs and blobs, but I do understand there are some issues there with exp and imp. I understand there are methods for dealing with it, but it does add a bit more complexity. Aside from that, it really is that easy. When using exp/imp to move data between different versions of oracle, always exp with the utility from the lower version and imp with that of the version being imported into.
    >
    Thank you for your time.
    Edited by: user2857110 on Aug 5, 2009 9:43 AM

  • Installation of Oracle 10.2.0.3 on 32 bit windows 2008

    I am trying to install oracle 10g on windows 2008. The installation process went smooth until it reached creating database. At that point when it reached 2% I am getting an error Ora 12560: TNS protocol adapter error. I tried to download the patch file 10.2.0.3 but i am not getting in to the metalink. Is this error related to the patch file? if so where can i get that patch file from?

    hi,
    i'm having the same issue.
    so far, I realized that:
    - bug number for this problem is 7263061
    - patch for this bug seems to be number 7677780
    (Opatch also needs to be upgraded, via patch 6880880)...
    BUT (yes, there's a BUT...)
    that patch applies to 10.2.0.4 base system, while Oracle.com indicates 10.2.0.3 for installing on a windows 2008 server 32bit, and I have a that windows 2008 server which is also domain controller, and need to install oracle on it.
    SO... I'm stuck.
    Still I haven't found a patch for 10.2.0.3 system.
    I'm searching, anyway...
    anybosy with a solution that applies?
    thanks in advance!
    cheers
    Bernardo Volpi
    bernardo (dot) volpi (at) publicatoscana (dot) it

  • How to Enable the Preview of PDF Files in 64-bit Windows 7

    If you are running the 64-bit version of Windows 7 (or Vista), you will find that your PDF files do not preview in Windows Explorer as they do in the 32-bit versions. Instead, all you see is a message stating that This file can’t be previewed. To enable this functionality on your 64-bit operating system, follow these steps.
    1. Click the Orb (Start Button).
    2. Go to the Search programs and files textbox and input regedit.
    3. Select regedit.exe from the results.
    4. When the UAC prompt appears, click the Yes button.
    5. In the left pane of the Registry Editor, go to (and select):&#8232;
    HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Classes\CLSID\{DC6EFB56-9CFA-464D-8880-44885D7DC193}
    6. In the right pane, locate AppID.
    7. Change AppID value to {534A1E02-D58F-44f0-B58B-36CBED287C7C}.
    8. Restart your computer for the change to take affect.

    still get "c\This file can't be previewed" in right pane of Windows Explorer for all PDF files.
    OS is Windows 7 Ultimate, 64 bit.
    Acrobat is 9.0 Standard
    Acrobat Reader XI also installed (ver 11.0.10)
    changed the registry AppID and get same results.
    Any more suggestions?

  • How do I get Flash on Firefox running on 64 bit Windows 7

    I have a 64 bit version of Windows 7, but flash does not work on Firefox. I understand that Flash isn't compatible with 64 bit OS's, but supposedly it does work on 32 bit browsers, but I can't seem to get it to install and work.

    Your above posted plugins list shows two Flash plugins:
    # Shockwave Flash 5.0 r41
    # Shockwave Flash 10.0 r45
    You need to remove the old Flash 5.0 r41 version, probably installed in the plugins folder in the Firefox program folder.
    C:\Program Files\Mozilla Firefox\plugins\NPSWF32.DLL
    See also [[Managing the Flash plugin]] and [[Installing the Flash plugin]]
    You also have an old Shockwave for Director plugin that you also need to update.
    # Macromedia Shockwave for Director Netscape plug-in, version 8.5
    http://www.adobe.com/shockwave/welcome/

  • How to configure OraMTS to allow WCF using MSDTC access  OracleDB  On unix?

    How to configure OraMTS to allow WCF using distributed transactions to access the ORACLE database On Linux/Unix ?
    Env:
    1. DB-tier node , ORACLE database (version: 11.2.0.1.0) on Redhat Linux server ;
    2. middle-tier node ,Both the client, the MS DTC and Oracle MTS run on the same computer , Win7 x64 OS , installed .Netframework 4.0, ODP.net (ODAC112030), and configure the component services in a distributed transaction;
    Has done the configuration:
    1. ORACLE database on a Linux server (version: 11.2.0.1.0) has execute oramtsadmin.sql script;
    2.ORACLE database on a Linux server (version: 11.2.0.1.0) has execute the following script, Creating an Access Control List (ACL);
    BEGIN
    -- Create the new ACL, naming it "OraMTSadmin.xml", with a description.
    -- This provides the OraMTS administrative user e.g. MTSADMIN user FOO
    -- the privilege to connect
    DBMS_NETWORK_ACL_ADMIN.CREATE_ACL('OraMTSadmin.xml',
    'Allow usage to the UTL network packages',
    'ORAMTS', TRUE, 'connect');
    -- Now grant privilege to resolve DNS names to the OraMTS administrative user
    DBMS_NETWORK_ACL_ADMIN.ADD_PRIVILEGE('OraMTSadmin.xml' ,
    'ORAMTS', TRUE,'resolve');
    -- Specify which hosts this ACL applies to, in this case we are allowing
    -- access to all hosts. if one knew the list of all Windows middle-tier,
    -- these could be added one by one.
    DBMS_NETWORK_ACL_ADMIN.ASSIGN_ACL('OraMTSadmin.xml','*');
    END;
    3. ORACLE database on a Linux server has set JOB_QUEUE_PROCESSES = 1000;
    4. restart Oralce;
    5.Test code as follows :
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using JetSun.Infrastructure;
    using Microsoft.VisualStudio.TestTools.UnitTesting;
    using JetSun.Infrastructure.ServiceModel;
    using JetSun.DataModel.Cis;
    using JetSun.TestFramework;
    using System.IO;
    using System.Data.EntityClient;
    using System.Data.Objects;
    using ConsoleApplicationTest;
    using System.Transactions;
    namespace Core.Tests
    [TestClass]
    public class EfOracleTest
    public TestContext TestContext { get; set; }
    [TestMethod]
    public void GetEntities()
    //string cn = "DATA SOURCE=HIS30;DBA PRIVILEGE=SYSDBA;PASSWORD=jetsun;PERSIST SECURITY INFO=True;USER ID=SYS;enlist=true";
    string cn = "DATA SOURCE=HIS30;DBA PRIVILEGE=SYSDBA;PASSWORD=mtssys;PERSIST SECURITY INFO=True;USER ID=mtssys;enlist=true";
    DbsSetting s = new DbsSetting(Dbs.IP, DbsProvider.Oracle, cn);
    Runtime.SetDeploymentDir(TestContext.TestDeploymentDir);
    File.Copy("E:\\VSTS\\MedicalHealth\\bin\\Debug\\DataModel.Cis.Oracle.dll", Path.Combine(TestContext.TestDeploymentDir, "DataModel.Cis.Oracle.dll"));
    //File.Copy(@"E:\VSTS\MedicalHealth\DataModel\Oracle\DataModel.Cis\EdmDiagnose.csdl", Path.Combine(TestContext.TestDeploymentDir, "EdmDiagnose.csdl"));
    //File.Copy(@"E:\VSTS\MedicalHealth\DataModel\Oracle\DataModel.Cis\EdmDiagnose.ssdl", Path.Combine(TestContext.TestDeploymentDir, "EdmDiagnose.ssdl"));
    //File.Copy(@"E:\VSTS\MedicalHealth\DataModel\Oracle\DataModel.Cis\EdmDiagnose.msl", Path.Combine(TestContext.TestDeploymentDir, "EdmDiagnose.msl"));
    File.Copy(@"D:\vsts_test\ConsoleApplicationTest\ConsoleApplicationTest\bin\Debug\Model1.csdl", Path.Combine(TestContext.TestDeploymentDir, "Model1.csdl"));
    File.Copy(@"D:\vsts_test\ConsoleApplicationTest\ConsoleApplicationTest\bin\Debug\Model1.ssdl", Path.Combine(TestContext.TestDeploymentDir, "Model1.ssdl"));
    File.Copy(@"D:\vsts_test\ConsoleApplicationTest\ConsoleApplicationTest\bin\Debug\Model1.msl", Path.Combine(TestContext.TestDeploymentDir, "Model1.msl"));
    string connectionString = s.ToEdmConnectionString(typeof(EdmEncounter), false);
    //// Initialize the EntityConnectionStringBuilder.
    //EntityConnectionStringBuilder entityBuilder =
    // new EntityConnectionStringBuilder();
    ////Set the provider name.
    //entityBuilder.Provider = s.Provider.Provider;
    //// Set the provider-specific connection string.
    //entityBuilder.ProviderConnectionString = cn;
    //// Set the Metadata location.
    //entityBuilder.Metadata = string.Format(@"res://{0}/EdmDiagnose.csdl|res://{0}/EdmDiagnose.ssdl|res://{0}/EdmDiagnose.msl", "DataModel.Cis.Oracle, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null");
    //entityBuilder.Metadata = string.Format(@".\Model1.csdl|.\Model1.ssdl|.\Model1.msl", "DataModel.Cis.Oracle, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null");
    //connectionString = entityBuilder.ToString();
    ////using (Entities edm = new Entities(connectionString))
    //// foreach (var item in edm.ENCOUNTERs.Take(10))
    //// Console.WriteLine("{0}\t{1}", item.ENCOUNTERID, item.DISPLAYNAME);
    //entityBuilder.Metadata = string.Format(@"res://*/EdmDiagnose.csdl|.\EdmDiagnose.ssdl|.\EdmDiagnose.msl", "DataModel.Cis.Oracle, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null");
    //entityBuilder.Metadata = string.Format(@"res://{0}/", "DataModel.Cis.Oracle, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null");
    connectionString = s.ToEdmConnectionString(typeof(EdmFeeInfo), false);
    try
    //using (TransactionScope tx = new TransactionScope())
    using (TransactionScope scope = new TransactionScope(TransactionScopeOption.Required, new TimeSpan(0, 0, 30)))
    //using (var dbcn = s.Provider.CreateConnect(connectionString))
    using (EdmFeeInfo edm = new EdmFeeInfo(connectionString))
    //edm.Connection.CheckOpen();
    //using (edm.Connection.BeginTransaction())
    foreach (var item in edm.FeeInfos.Take(100))
    TestContext.WriteLine("{0}\t{1}", item.EncounterId, item.Amount);
    item.Amount = item.Amount * -1;
    edm.SaveChanges();
    // using (EdmFeeInfo edm2 = new EdmFeeInfo(connectionString))
    // edm2.Connection.CheckOpen();
    // edm2.Connection.EnlistTransaction(Transaction.Current);
    // foreach (var item in edm2.FeeInfos.Take(100))
    // item.Amount = item.Amount * -1;
    // edm2.SaveChanges();
    // throw new NotImplementedException();
    TestContext.WriteLine("-----------1---------------");
    using (EdmFeeInfo edm = new EdmFeeInfo(connectionString))
    foreach (var item in edm.FeeInfos.Take(100))
    TestContext.WriteLine("{0}\t{1}", item.EncounterId, item.Amount);
    throw new NotImplementedException();
    catch (Exception ex)
    TestContext.WriteLine((ex.InnerException ?? ex).Message);
    TestContext.WriteLine("-------------2-------------");
    using (EdmFeeInfo edm = new EdmFeeInfo(connectionString))
    foreach (var item in edm.FeeInfos.Take(100))
    TestContext.WriteLine("{0}\t{1}", item.EncounterId, item.Amount);
    6. the test results are as follows:
    4 125
    4 835.45
    4 3458
    4 2350
    4 200
    4 100
    4 300
    4 123
    4 234
    无法列入分布式事务处理 (Could not be included in the Distributed Transaction)
    -------------2-------------
    4 125
    4 835.45
    4 3458
    4 2350
    4 200
    4 100
    4 300
    4 123
    The main error message:无法列入分布式事务处理 (Could not be included in the Distributed Transaction) , not use distributed transaction everything is normal.
    My test environment MS DTC and Oracle MTS Recovery Service run on the same computer, but OracleMTSRecoveryService registry values under£º HKEY_LOCAL_MACHINE \ SOFTWARE \ Wow6432Node \ ORACLE \ OracleMTSRecoveryService ,not under HKEY_LOCAL_MACHINE \ SOFTWARE \ ORACLE,I do not know that there is no relationship.
    Is not configured incorrectly?Who can help me, thank you very much!

    Do you really have a requirement to push data from Oracle to Access rather than pulling data from Oracle to Access? It would be exceptionally unusual to push data from Oracle to Access.
    Pushing from Oracle to Access would means that you want some Oracle process running that is updating Access. But you said that your Access database was on your "local desktop" which implies that it is not running on a server where it is always available. So that means that the Oracle process is going to regularly encounter (and report) errors because the Access database is not available. In turn, that's going to mean that your push process is either going to cause the underlying transaction to fail or it's going to mean that the push process is going to have to implement a fair amount of code to queue data to be pushed at a later date (and track all those changes) which is no small task. None of that seems particularly pleasant.
    On the other hand, Access is designed to pull data from real relational databases like Oracle. That's the far more normal approach architecturally. It doesn't require an Oracle process, it doesn't generate errors on the Oracle database when the local desktop is down, etc.
    And, of course, I'm assuming that introducing Access is even architecturally reasonable. Most organizations would be extremely hesitant to allow data from an Oracle database to get moved into Access because that quickly means that they lose control of the data from a security standpoint, that there are now multiple copies of the data floating around when changes & corrections are made, etc. That causes all sorts of headaches normally above and beyond the headaches that pushing from Oracle to Access would create.
    Justin

  • Oracle EBSuite 12i - Are the apps available for Windows 64 bit machine?

    Hello,
    Can anyone help please? I am looking for Oracle EBSuite V 12i on eDelivery site. But the only Apps available for download is for Windows 32bit systems. Does anyone know if it is available for 64bit systems, given that most systems one buys now are 64bit machines? Based on the answer, i will either have to buy a new 32bit machine (if it is available) or get the downloads for 64bit systems. Please kindly let me know.
    Many thanks, Deepak

    1) Does one need to be a technical guru to install Oracle EBS R 12i on Windows?No.
    2) Do you have any documentation which takes this step by step for the non technical person?Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Microsoft Windows Server (32-bit) [ID 761567.1]
    Oracle E-Business Suite R12 Installation Steps on Windows XP
    Oracle E-Business Suite R12 Installation on Windows 2003
    3) I downloaded EBS zipped folders (approximately 30 to 40) from the eDelivery site. I will obviously have to unzip them and then run the exe files. My purpose in having R12i is purely for learning purposes, using the Visions database. Will I need to purchase any license for this, or after isntallation, I can start using the visions database?You can use it for the first 30 days for evaluation as mentioned in the e-Delivery website -- https://edelivery.oracle.com/
    However, nothing would stop you from using the application after then -- The license is something ethical.
    Thanks,
    Hussein

Maybe you are looking for

  • IMac shut down and will not turn on no matter what I try...help!

    I am hoping that someone can help me. I have a 20", 2.0GHz Intel Core 2 Duo iMac that was purchased late 2007. A few days ago, it shut down on it's own during normal computer use and it won't turn back on since. I have searched through the boards and

  • IBook G4 "Fans of Death"

    Hey there guys, just swapped an old iBook G4 of mine since the old one was dead, and since the swap I'll press the power button, black screen, then the fans will run at max, this will go until i disconnect the battery. I've tried reseting the PMU alr

  • Hierarchy org unit to wad report from MSS

    Hello to all. I have a WAD Report that the parameters for it are: Org unit - as the root, and a year/month. The report receive an org unit and display data for it and for all org units under it in the Org. structure. I start the report from the MSS o

  • Problem with new window opening with basic test JTree program

    I'm still getting to grips with Swing, and have now moved on to basic JTrees. I'm currently trying to use an add and delete button to add new nodes to the root etc. The addition and deletion is working ok, except that each time the addButton is press

  • Dreamweaver CS4 and Mac OS X 9, Maverick

    After installing Mac OS 9,  Maverick, when trying to open Dreamweaver I get a message that the licensing does not work anymore and the code 150:30. What to do?