Difference between 32bit and 64bit Weblogic 10.3.3 Installer

Hi,
I would like to understand what is the difference in terms of files/libraries in 32bit & 64bit installer of WLS10.3.3.
We have installed 32bit WLS10.3.3 and would like to upgrade to 64 bit version of WLS ( OS is 64bit Linux). If we just update the JDK to 64bit, will it work. Or do we need to include some more libraries WLS installation.
Would appriciate suggestions in this regard.

Since you are connecting via JDBC that shouldn't be a problem.
I have no issues connecting a Weblogic Server running in a 32bits host to a Oracle database running in a 64bits host.
Cheers,
Vlad
Edited by: vladodias on May 16, 2012 11:24 AM

Similar Messages

  • Qosmio F50-10M - Difference between 32bit and 64bit BIOS

    Hello,
    I use WindowsVISTA-32bit SP2, and my BIOS is up to date (2.0 32bit I suppose). What are the differences between 32 oder 64 bit version of the BIOS? What would happen if I flash fw of BIOS to 64bit altough using VISTA32 and vice versa?
    I think about changing to a 64bit system (propably Win7 Ultimate OEM or LINUX), does it make sense changing?
    Thank you guys in advance!
    Yours,
    Stamind_1

    > But what would happen if I change my OS from 32 to 64bit without updating the BIOS, or if I change back from 64 to 32 after updating BIOS to 64bit? Do I have to expect difficulties/errors?
    Nobody would be able to say what would happen!
    Usually you should not notice any serious hardware problems but possibly the notebooks parts like cooling modules, WLan, or other functions like multimedia control buttons would not work as it should.
    If there is no other BIOS then you have to use the one which is available on the Toshiba European driver page if there are more BIOS versions for different operating systems then you have to use the one which has been designed for the certain Windows OS.

  • Stupid question: Difference between 32bit and 64bit 10g Client?

    We have an application (Informatica 8, 32bit) for which the vendors claim they only support a 32bit client. Oracle does not ship a word-size specific client for 10g. This leads me to believe that 32bit vs 64bit is really innocuous and perhaps irrelevant. For my own curiosity, is the 10g client (not Instant Client) actually 32bit or 64bit?

    Hi,
    Note that you can always run 32-bit apps on a 64-bit client . . . . .
    There are separate clients for 32-bit and 64-bit instant clients:
    http://www.oracle.com/technology/software/tech/oci/instantclient/index.html
    Instant Client for Microsoft Windows (32-bit)
    Instant Client for Microsoft Windows 64-bit Itanium
    Instant Client for Microsoft Windows (x64)
    Instant Client for Linux x86
    Instant Client for Linux x86-64
    Instant Client for Linux Itanium
    Instant Client for Linux AMD64 (32-bit and 64-bit)
    Instant Client for Linux on Power (32-bit)
    Instant Client for Linux on Power (64-bit)
    Instant Client for z/Linux (32-bit and 64-bit)
    Instant Client for Mac OS X (Intel x86)
    Instant Client for Mac OS X (PPC)
    Instant Client for Solaris Operating System (SPARC) (64-bit)
    Instant Client for Solaris Operating System (SPARC) (32-bit)
    Instant Client for Solaris x86
    Instant Client for Solaris x86-64
    Instant Client for HP-UX PA-RISC (64-bit)
    Instant Client for HP-UX PA-RISC (32-bit)
    Instant Client for AIX5L (64-bit)
    Instant Client for AIX5L (32-bit)
    Instant Client for HP Tru64 UNIX
    Instant Client for HP-UX Itanium (64-bit)
    Instant Client for HP-UX Itanium (32-bit)
    Hope this helps. . .
    Donald K. Burleson
    Oracle Press author
    Author of "Oracle Tuning: The Definitive Reference":
    http://www.dba-oracle.com/bp/s_oracle_tuning_book.htm

  • What's different between 32bit and 64bit ?

    Hi all,
    What's different between 32bit and 64bit for Oracle Database 10g Release 1 ?
    such as "Oracle Database 10g Release 1 (10.1.0.2) for Microsoft Windows (32-bit)"
    and "Oracle Database 10g Release 1 (10.1.0.2) for Microsoft Windows (64-bit Itanium)"
    Thanks
    fish

    What's different between 32bit and 64bit ? oooh, about 32 bits ;)
    what is different between (x64) and (64-bit Itanium)This really is the short of question google could answer better but in a nutshell Itanium is the Intel 64bit chip (AKA the Itanic, due to its troubled history). Whereas x64 is the appelation given to AMD's 64bit Opteron chips; I believe x64 was coined by Microsoft but Sun use it as well.
    Cheers, APC.

  • Diff. between 32bit and 64bit oracle

    Hi all,
    I want to know the tradeoffs of using 32 bit oracle and 64 bit oracle.

    follow these links you may get more about your question..
    http://asktom.oracle.com/pls/ask/f?p=4950:8:::::F4950_P8_DISPLAYID:1512005480694
    http://www.softwaretipsandtricks.com/windowsxp/articles/581/1/The-difference-between-64-and-32-bit-processors
    http://en.wikipedia.org/wiki/64-bit

  • Export & import between 32bit and 64bit windows

    I need to move a schema over from a 32-bit windows machine to a 64-bit windows machine.
    both machines are network mapped,
    so
    I exp it out from 32 machine
    copy and paste from 32 to 64 machines
    then imp into 64 machine
    and get this error
    IMP-00010: not a valid export file, header failed verification
    IMP-00000: Import terminated unsuccessfully
    machine oracle utilities are:
    Export: Release 10.2.0.1.0
    Import: Release 10.2.0.1.0
    help please.

    Are you using original exp/imp or data pump?
    exp/imp should be able to handle 32bit to 64bit transport.
    It's either your dump file got corrupted during transfer.
    Or your database server is not same version as your utilities. Please verify and post your Oracle server version.

  • Regarding 32bit and 64bit libraries

    Hi,
    Can any one please clarify my quries below.
    1) What is the difference between 32bit and 64bit library.
    2) How to identify the 32bit and 64bit library? Is there any naming convention fallowed?
    3) From which version onwards of Sun Studio, 64 bit libraries are supported?
    Regards,
    Vignesh

    The platforms suppported by Sun compilers have both 32-bit and 64-bit modes of operation. The two modes cannot be mixed in a single program. A 64-bit platform can run 32-bit code, but not the other way around.
    On the supported platforms, 32-bit mode is known a ILP32, meaning that types int, long, and pointer are all 32 bits. 64-bit mode is known as LP64, meaning that type int is still 32 bits, but types long and pointer are 64 bits. (Other systems, not supported by Sun compilers, can have different definitions.)
    The 64-bit mode of the processors supports different instruction sets. The amd64 processor also has different register sets. The layout of objects is different in the two modes, and the way functions are called is different. (There are other differences as well.)
    A program compiled in 32-bit mode must link to 32-bit libraries, not 64-bit libraries, for reasons which I hope are now obvious. A program compiled in 64-bit mode must link to 64-bit libraries.
    The Sun compilers automatically link to the right library version of system libraries, as long as you use consistent options when compiling and linking. For example, you could build a 64-bit sparc program this way:   CC -xarch=v9 -c f1.cc
      CC -xarch=v9 -c f2.cc
      CC -xarch=v9 f1.o f2.o -o myprog The 64-bit version of the various system runtime libraries will be linked automatically, given the -xarch=v9 option on each command line.
    If you create both 32-bit and 64-bit versions of a library of your own, you must arrange to name them differently or put them in different subdirectories. If you give them the same name and put them in differrent subdirectories (which is the convention for system libraries on Solaris), you can use different -L options at link time to point to the right directory.
    You can use the Solaris "file" command to find out whether a program or library is 32-bit or 64-bit.`
    Example, this time on a Solaris Opteron system:
    % file /usr/lib/libCrun.so.1
    /usr/lib/libCrun.so.1: ELF 32-bit LSB dynamic lib 80386 Version 1, dynamically linked, not stripped, no debugging information available
    78% file /usr/lib/amd64/libCrun.so.1
    /usr/lib/amd64/libCrun.so.1: ELF 64-bit LSB dynamic lib AMD64 Version 1 [CMOV], dynamically linked, not stripped, no debugging information available

  • Difference between JSF and JPF from WebLogic workshop

    Hi i am new to JSF , currently i am working on JPF and i got a chance to work on JSF..
    I feel that event drivent programming as same as JSF and In JPF.
    Can any body explaine in detail difference between JSF and JPF
    Thanks in Advance
    Suneel.

    JSF is Sun's MVC framework for web applications.
    I've never heard of JPF, so it might not be part of Sun.

  • Install Photoshop 32bit AND 64bit

    hi,
    is it possible to install Photoshop 32bit and 64bit on one system?
    im currently running 64 bit, but it doesnt recognize my 32bit filters...
    if not, is there much difference in performance between the 64 and 32bit version? [btw: i am running Windows Vista 64bit Home Premium SP2]

    oh....
    lol
    sorry XD
    i see now, i have both
    and is there much difference in performance between 64 and 32 bit?

  • Satellite A350D PSAKCE - Bios 32bit and 64bit update

    Hello guys.
    I need to upgrade my A350D PSAKCE bios. But I don't know what is the difference between Windows_BIOS_Package_V330_1 and Windows_BIOS_Package64_V330_1. Which should I install? I am using Windows 7 Ultimate 64bit edition.

    Hi
    Usually you should not get any serious issues if you would downgrade the OS to 32bit and will still use the BIOS 64bit. But in some very rare cases some features like FN buttons or similar would not function very well
    It could be also possible that only 3.2GB RAM would be recognized due to 32bit OS limitation
    So in your case I would stay with 64bit OS.
    Greets

  • Difference between 10g and 11g OEM

    Hi,
    I would like to know what is the difference between 10g and 11g Grid control. Unfortunately I have worked only on 11g Grid Control. So do not not what exactly are the differences like from GUI features,installation steps.
    Thank you....

    Hi,
    From 11g grid Weblogic also introduced. You can refer this below note for understanding even architecture.
    *Understanding the Enterprise Manager 10g and 11g Grid Control Management Agent, Directory Structure and Key Configuration Files. [ID 234872.1]*

  • A CONFUSION:The difference between cluster and multi-IP--DNS mapping??

              I have a test about simplest cluster,admin and managed server all told me "start
              cluster service"!the two IP address use ONE DomainName,If one down,when I send
              request with dn,It first look up admin server,no found and then go dns to search
              another server,about one minute then the server send response to me!
              But when I do not config a cluster,only start two admin server and give them the
              same dns,the same appearance as cluster!
              I don't understand the difference between cluster and multi-IP--DNS mapping??
              

              <[email protected]> wrote in message news:3b16f1db$[email protected]..
              |
              | I have a test about simplest cluster,admin and managed server all told me
              "start
              | cluster service"!the two IP address use ONE DomainName,If one down,when I
              send
              | request with dn,It first look up admin server,no found and then go dns to
              search
              | another server,about one minute then the server send response to me!
              |
              This is DNS fail-over.
              | But when I do not config a cluster,only start two admin server and give
              them the
              | same dns,the same appearance as cluster!
              | I don't understand the difference between cluster and multi-IP--DNS
              mapping??
              It is totally different. regarding the last failover example you've given,
              of course the 2 servers can have identical files maintained under
              public_html. DNS will failover requests to "foo.html" to the other one if
              the first server is down, but if you have something saved in a session, say
              shopping cart example, it's totally lost, but with WLS clustering, the
              session is replicated to the other server in the cluster, you may just
              check-out, don't have to order again.
              This is just a simple example of WLS cluster session-replication. WLS
              supports EJB, RMI Objects, JMS (6.0) clustering.. check the doc at
              http://www.weblogic.com/docs50/cluster/index.html
              

  • Difference between Clustering and Load balancing

              What is the difference between Clustering and Load balancing?
              For example, We use Cisco Arrowpoint to do load balancing and it works fine for 3
              Sun solaris boxes/WebLogic 6.1 SP1.
              So what is the value addition to buy clustering license?
              Thanks
              Selvaraj
              

    Hi.
              Among other things, clustering allows you to share app data (such as http session
              data) across cluster members, allowing you to failover should one cluster member
              crash.
              If your app is stateless then this doesn't mean much - load balancing alone would
              probably be ok for you.
              Regards,
              Michael
              Selvaraji wrote:
              > What is the difference between Clustering and Load balancing?
              >
              > For example, We use Cisco Arrowpoint to do load balancing and it works fine for 3
              > Sun solaris boxes/WebLogic 6.1 SP1.
              >
              > So what is the value addition to buy clustering license?
              >
              > Thanks
              >
              > Selvaraj
              Michael Young
              Developer Relations Engineer
              BEA Support
              

  • Difference between TCD and SAPGUI

    Hi all,
    What are the differences between TCD and SAPGUI in ecatt?
    And also which one is better? Should I used tcd mode of ecatt for any transaction? Or there is any limitations for the same. same for SAPGUI?

    Hello Lalit,
    TCD & SAPGUI modes have their own advantages & disadvantages. So their usage depends on their requirement in the recording.
    Some of the differences between TCD & SAPGUI are as follows -
    1. TCD recording mode can run in background as well as foreground.
    - SAPGUI recording mode requires GUI playback. But it can run with or without user intervention.
    2. TCD is fastest mode of recording as well as replay.
    -SAPGUI is very slow.
    3. TCD cannot be used for ENJOY transactions (those who have activex controls) where the usage of activex controls is mandatory. It is suitable for simpler transactions where directly values and be placed and results can be seen.
    -SAPGUI work with ENJOY transactions. It should be selected only when the usage of the controls is mandatory.
    You will conclude more about the TCD & SAPGUI usage gradually as you will work with transaction in eCATT.
    More details can be found from the following weblogs -
    1. eCATT Introduction
    /people/sapna.modi/blog/2006/04/10/ecatt--an-introduction-part-i
    2. TCD Recording Mode
    /people/sapna.modi/blog/2006/04/10/ecatt-scripts-creation-150-tcd-mode-part-ii
    3. SAPGUI Recording Mode
    /people/sapna.modi/blog/2006/04/10/ecatt-scripts-creation--sapgui-mode-part-iii
    PS If the answer solves your query, do reward points to everyone responding.
    Regards

  • Difference between 32 and 64 and why is 64 your preference

    Hi, can someone please explain the difference between 32 and 64 bit and why the 64 is a preference for some of you? I'm more concerned about peripherals and printers working with Vista Ultimate on 64bit, before purchasing and installing CS4 onto a new computer. Thank you.

    Bear in mind that to run 64 bit you need (a) a computer able to do
    this and (b) the 64-bit edition of Vista (not the normal one).
    Good things:
    * Can run 64-bit programs that use more than 2 GB (Photoshop CS4 will
    be one of these).
    * Can use more than 3 to 3.5 GB of RAM in total
    * Each program can use up to 2 GB (if available)
    * The excess is available for cacheing disk
    Bad things
    * Driver and software availability needs checking. Little things may
    not work (e.g. in Acrobat, PDF preview in icons). Or big things.
    * 64-bit applications will need 64-bit plug-ins
    * Less mainstream, overall support may be more limited if things don't
    work.
    * 64-bit programs are a little larger and use a little more RAM than
    their 32-bit equivalents.
    Myths
    * "64 bit programs will go faster than 32 bit programs". Myth, unless
    the program can make use of more than 2 GB of RAM.
    * "All programs will go faster in 64 bit Windows". Myth, unless the
    extra memory you can use reduces the amount of disk operation.
    Aandi Inston

Maybe you are looking for

  • Status Not changed in Activity Screen

    Helo Experts In activity screen MORE menu, i have option SET TO COMPLETED. If i click on it then the STATUS textbox should change to COMPLETED (either from OPEN / INPROCESS). But thats not happening..... i have the following code for it. Kindly go th

  • LR5, Canon 6D, Mac and WB issue!

    So I just upgraded to LR5 and I'm finding that my white balance is different in LR5 vs LR4.  I had the same problem when I updated to the latest version of 4 (so I had to reinstall 4.3 and all was well)  I figured it was a fluke and didn't think I'd

  • Wireless guest-net IP before login

    We have a wireless guest net and we broadcast it thru-out our hospital. The problem is with all the IPAD's, IPHONE's, ADROIDS and such roaming around the hospital we are using all of our Class C IP addresses. Is there a way setup the WISM to keep the

  • User groups in phonebook

    Hi! This is a question about the Series60 FP1 contacts application (Especially the 6110 Navigator). I was wondering if there are any limit to the user groups that can be assigned? How many user groups can be created? Hoping for reply, thank's a lot!

  • Hp veer 4 g unable to create mail account

    i have hp veer 4g, unable to set up mail accont. it says certificate expired. unable to open on manual mode also. please help