+ Reply to Thread
Page 4 of 5 FirstFirst ... 2 3 4 5 LastLast
Results 31 to 40 of 43

64 bit or 32 bit

  1. Re: 64 bit or 32 bit

    yasaswi@encfor.com (Yasaswi Pulavarti) wrote in message news:...
    > How can I verify if Oracle 10g running on RHEL 3 AS is running on 64
    > bit mode or 32 bit mode?


    run the shell command:

    file $ORACLE_HOME/bin/oracle

    and it should tell you.

    Also, there might be a clue if it is using a directory called lib64
    instead of lib for shared libraries. But I don't have one handy to
    see for sure.

    jg
    --
    @home.com is bogus.
    http://osdir.com/modules.php?op=modl...ticle&sid=2668

  2. Re: 64 bit or 32 bit

    Hi Fabrizio:
    Thank you for your reply. For option 2 you also mean EM64T Xeon
    processors and not just AMD64 right?
    Also when you say AMD64, which Opteron model are you using? 200 or
    250? Please inform. I need to make a hardware decision as well for
    running Oracle 10g.
    Thanks,
    Yasaswi

    Fabrizio wrote in message news:<41AB87D6.3050000@mycontinent.com>...
    > Yasaswi Pulavarti wrote:
    > > How can I verify if Oracle 10g running on RHEL 3 AS is running on 64
    > > bit mode or 32 bit mode?
    > > Also the x86-64 installation guide does not not talk about
    > > "runInstaller" asking if the DBA wants 64 bit Oracle 10g installed or
    > > 32 bit Oracle 10g installed. How can I specify which bit version to
    > > install?
    > > Please help.
    > > Thanks,
    > > Yasaswi

    >
    > For linux there are three different versions of oracle 10g (all in
    > different CD packs):
    >
    > 1. for x86 (for example xeon)
    > 2. for x86-64 (AMD64 and EM64T)
    > 3. for itanium.
    >
    > You can install 1 on 32 bit processors and opteron, 2 only on AMD64 and
    > 3 only on itanium.
    >
    > If the database is already installed just connect with sqlplus. If it is
    > a 64 bit version it is explicitly stated. Otherwise it is a 32 bit version.
    > Another way is to check the libraries with the command "file".
    >
    > From your previous post I believe you are trying to guess what kind of
    > processor to use for your future systems.
    >
    > I find the AMD64 extremely fast but I haven't made enought test yet on
    > itanium II for making comparisons.
    > Drawback for oracle x86-64, so far, is the support. Oracle is not
    > spending too many efforts on that system. Few patches... and releases
    > late by months.
    >
    > However I like this architecture a lot.
    > (By the way: in my test RAC 10g x86-64 is still not working).
    >
    > Regards


  3. Re: 64 bit or 32 bit

    Hi Fabrizio:
    Thank you for your reply. For option 2 you also mean EM64T Xeon
    processors and not just AMD64 right?
    Also when you say AMD64, which Opteron model are you using? 200 or
    250? Please inform. I need to make a hardware decision as well for
    running Oracle 10g.
    Thanks,
    Yasaswi

    Fabrizio wrote in message news:<41AB87D6.3050000@mycontinent.com>...
    > Yasaswi Pulavarti wrote:
    > > How can I verify if Oracle 10g running on RHEL 3 AS is running on 64
    > > bit mode or 32 bit mode?
    > > Also the x86-64 installation guide does not not talk about
    > > "runInstaller" asking if the DBA wants 64 bit Oracle 10g installed or
    > > 32 bit Oracle 10g installed. How can I specify which bit version to
    > > install?
    > > Please help.
    > > Thanks,
    > > Yasaswi

    >
    > For linux there are three different versions of oracle 10g (all in
    > different CD packs):
    >
    > 1. for x86 (for example xeon)
    > 2. for x86-64 (AMD64 and EM64T)
    > 3. for itanium.
    >
    > You can install 1 on 32 bit processors and opteron, 2 only on AMD64 and
    > 3 only on itanium.
    >
    > If the database is already installed just connect with sqlplus. If it is
    > a 64 bit version it is explicitly stated. Otherwise it is a 32 bit version.
    > Another way is to check the libraries with the command "file".
    >
    > From your previous post I believe you are trying to guess what kind of
    > processor to use for your future systems.
    >
    > I find the AMD64 extremely fast but I haven't made enought test yet on
    > itanium II for making comparisons.
    > Drawback for oracle x86-64, so far, is the support. Oracle is not
    > spending too many efforts on that system. Few patches... and releases
    > late by months.
    >
    > However I like this architecture a lot.
    > (By the way: in my test RAC 10g x86-64 is still not working).
    >
    > Regards


  4. Re: 64 bit or 32 bit

    Hi Fabrizio:
    Thank you for your reply. For option 2 you also mean EM64T Xeon
    processors and not just AMD64 right?
    Also when you say AMD64, which Opteron model are you using? 200 or
    250? Please inform. I need to make a hardware decision as well for
    running Oracle 10g.
    Thanks,
    Yasaswi

    Fabrizio wrote in message news:<41AB87D6.3050000@mycontinent.com>...
    > Yasaswi Pulavarti wrote:
    > > How can I verify if Oracle 10g running on RHEL 3 AS is running on 64
    > > bit mode or 32 bit mode?
    > > Also the x86-64 installation guide does not not talk about
    > > "runInstaller" asking if the DBA wants 64 bit Oracle 10g installed or
    > > 32 bit Oracle 10g installed. How can I specify which bit version to
    > > install?
    > > Please help.
    > > Thanks,
    > > Yasaswi

    >
    > For linux there are three different versions of oracle 10g (all in
    > different CD packs):
    >
    > 1. for x86 (for example xeon)
    > 2. for x86-64 (AMD64 and EM64T)
    > 3. for itanium.
    >
    > You can install 1 on 32 bit processors and opteron, 2 only on AMD64 and
    > 3 only on itanium.
    >
    > If the database is already installed just connect with sqlplus. If it is
    > a 64 bit version it is explicitly stated. Otherwise it is a 32 bit version.
    > Another way is to check the libraries with the command "file".
    >
    > From your previous post I believe you are trying to guess what kind of
    > processor to use for your future systems.
    >
    > I find the AMD64 extremely fast but I haven't made enought test yet on
    > itanium II for making comparisons.
    > Drawback for oracle x86-64, so far, is the support. Oracle is not
    > spending too many efforts on that system. Few patches... and releases
    > late by months.
    >
    > However I like this architecture a lot.
    > (By the way: in my test RAC 10g x86-64 is still not working).
    >
    > Regards


  5. Re: 64 bit or 32 bit

    Hi Fabrizio:
    Thank you for your reply. For option 2 you also mean EM64T Xeon
    processors and not just AMD64 right?
    Also when you say AMD64, which Opteron model are you using? 200 or
    250? Please inform. I need to make a hardware decision as well for
    running Oracle 10g.
    Thanks,
    Yasaswi

    Fabrizio wrote in message news:<41AB87D6.3050000@mycontinent.com>...
    > Yasaswi Pulavarti wrote:
    > > How can I verify if Oracle 10g running on RHEL 3 AS is running on 64
    > > bit mode or 32 bit mode?
    > > Also the x86-64 installation guide does not not talk about
    > > "runInstaller" asking if the DBA wants 64 bit Oracle 10g installed or
    > > 32 bit Oracle 10g installed. How can I specify which bit version to
    > > install?
    > > Please help.
    > > Thanks,
    > > Yasaswi

    >
    > For linux there are three different versions of oracle 10g (all in
    > different CD packs):
    >
    > 1. for x86 (for example xeon)
    > 2. for x86-64 (AMD64 and EM64T)
    > 3. for itanium.
    >
    > You can install 1 on 32 bit processors and opteron, 2 only on AMD64 and
    > 3 only on itanium.
    >
    > If the database is already installed just connect with sqlplus. If it is
    > a 64 bit version it is explicitly stated. Otherwise it is a 32 bit version.
    > Another way is to check the libraries with the command "file".
    >
    > From your previous post I believe you are trying to guess what kind of
    > processor to use for your future systems.
    >
    > I find the AMD64 extremely fast but I haven't made enought test yet on
    > itanium II for making comparisons.
    > Drawback for oracle x86-64, so far, is the support. Oracle is not
    > spending too many efforts on that system. Few patches... and releases
    > late by months.
    >
    > However I like this architecture a lot.
    > (By the way: in my test RAC 10g x86-64 is still not working).
    >
    > Regards


  6. Re: 64 bit or 32 bit

    Hi Fabrizio:
    Thank you for your reply. For option 2 you also mean EM64T Xeon
    processors and not just AMD64 right?
    Also when you say AMD64, which Opteron model are you using? 200 or
    250? Please inform. I need to make a hardware decision as well for
    running Oracle 10g.
    Thanks,
    Yasaswi

    Fabrizio wrote in message news:<41AB87D6.3050000@mycontinent.com>...
    > Yasaswi Pulavarti wrote:
    > > How can I verify if Oracle 10g running on RHEL 3 AS is running on 64
    > > bit mode or 32 bit mode?
    > > Also the x86-64 installation guide does not not talk about
    > > "runInstaller" asking if the DBA wants 64 bit Oracle 10g installed or
    > > 32 bit Oracle 10g installed. How can I specify which bit version to
    > > install?
    > > Please help.
    > > Thanks,
    > > Yasaswi

    >
    > For linux there are three different versions of oracle 10g (all in
    > different CD packs):
    >
    > 1. for x86 (for example xeon)
    > 2. for x86-64 (AMD64 and EM64T)
    > 3. for itanium.
    >
    > You can install 1 on 32 bit processors and opteron, 2 only on AMD64 and
    > 3 only on itanium.
    >
    > If the database is already installed just connect with sqlplus. If it is
    > a 64 bit version it is explicitly stated. Otherwise it is a 32 bit version.
    > Another way is to check the libraries with the command "file".
    >
    > From your previous post I believe you are trying to guess what kind of
    > processor to use for your future systems.
    >
    > I find the AMD64 extremely fast but I haven't made enought test yet on
    > itanium II for making comparisons.
    > Drawback for oracle x86-64, so far, is the support. Oracle is not
    > spending too many efforts on that system. Few patches... and releases
    > late by months.
    >
    > However I like this architecture a lot.
    > (By the way: in my test RAC 10g x86-64 is still not working).
    >
    > Regards


  7. Re: 64 bit or 32 bit

    Hi Fabrizio:
    Thank you for your reply. For option 2 you also mean EM64T Xeon
    processors and not just AMD64 right?
    Also when you say AMD64, which Opteron model are you using? 200 or
    250? Please inform. I need to make a hardware decision as well for
    running Oracle 10g.
    Thanks,
    Yasaswi

    Fabrizio wrote in message news:<41AB87D6.3050000@mycontinent.com>...
    > Yasaswi Pulavarti wrote:
    > > How can I verify if Oracle 10g running on RHEL 3 AS is running on 64
    > > bit mode or 32 bit mode?
    > > Also the x86-64 installation guide does not not talk about
    > > "runInstaller" asking if the DBA wants 64 bit Oracle 10g installed or
    > > 32 bit Oracle 10g installed. How can I specify which bit version to
    > > install?
    > > Please help.
    > > Thanks,
    > > Yasaswi

    >
    > For linux there are three different versions of oracle 10g (all in
    > different CD packs):
    >
    > 1. for x86 (for example xeon)
    > 2. for x86-64 (AMD64 and EM64T)
    > 3. for itanium.
    >
    > You can install 1 on 32 bit processors and opteron, 2 only on AMD64 and
    > 3 only on itanium.
    >
    > If the database is already installed just connect with sqlplus. If it is
    > a 64 bit version it is explicitly stated. Otherwise it is a 32 bit version.
    > Another way is to check the libraries with the command "file".
    >
    > From your previous post I believe you are trying to guess what kind of
    > processor to use for your future systems.
    >
    > I find the AMD64 extremely fast but I haven't made enought test yet on
    > itanium II for making comparisons.
    > Drawback for oracle x86-64, so far, is the support. Oracle is not
    > spending too many efforts on that system. Few patches... and releases
    > late by months.
    >
    > However I like this architecture a lot.
    > (By the way: in my test RAC 10g x86-64 is still not working).
    >
    > Regards


  8. Re: 64 bit or 32 bit

    Yasaswi Pulavarti wrote:
    > Hi Fabrizio:
    > Thank you for your reply. For option 2 you also mean EM64T Xeon
    > processors and not just AMD64 right?
    > Also when you say AMD64, which Opteron model are you using? 200 or
    > 250? Please inform. I need to make a hardware decision as well for
    > running Oracle 10g.
    > Thanks,
    > Yasaswi
    >


    Well, my reply was imprecise.
    As Jeroen stated there is even oracle10g for z/linux. I mised it since I
    have never tried that architecture. Unfortunately I cannot install linux
    on my company mainframe

    However the option 2 referred to EM64T and AMD64 but I have first hand
    experience only with the second (HP DL585 Model 848, 4 CPU 2.2GHz/ 1MB).
    The machine is execellent. Maybe the fastest I tested (IBM power5 should
    be even faster... maybe in 6 months I'll have something mounting them).

    I believe the opteron (SMP configuration) could be a good solution even
    if you don't need 64bit...

    --
    Fabrizio Magni

    fabrizio.magni@mycontinent.com

    replace mycontinent with europe

  9. Re: 64 bit or 32 bit

    Yasaswi Pulavarti wrote:
    > Hi Fabrizio:
    > Thank you for your reply. For option 2 you also mean EM64T Xeon
    > processors and not just AMD64 right?
    > Also when you say AMD64, which Opteron model are you using? 200 or
    > 250? Please inform. I need to make a hardware decision as well for
    > running Oracle 10g.
    > Thanks,
    > Yasaswi
    >


    Well, my reply was imprecise.
    As Jeroen stated there is even oracle10g for z/linux. I mised it since I
    have never tried that architecture. Unfortunately I cannot install linux
    on my company mainframe

    However the option 2 referred to EM64T and AMD64 but I have first hand
    experience only with the second (HP DL585 Model 848, 4 CPU 2.2GHz/ 1MB).
    The machine is execellent. Maybe the fastest I tested (IBM power5 should
    be even faster... maybe in 6 months I'll have something mounting them).

    I believe the opteron (SMP configuration) could be a good solution even
    if you don't need 64bit...

    --
    Fabrizio Magni

    fabrizio.magni@mycontinent.com

    replace mycontinent with europe

  10. Re: 64 bit or 32 bit

    Yasaswi Pulavarti wrote:
    > Hi Fabrizio:
    > Thank you for your reply. For option 2 you also mean EM64T Xeon
    > processors and not just AMD64 right?
    > Also when you say AMD64, which Opteron model are you using? 200 or
    > 250? Please inform. I need to make a hardware decision as well for
    > running Oracle 10g.
    > Thanks,
    > Yasaswi
    >


    Well, my reply was imprecise.
    As Jeroen stated there is even oracle10g for z/linux. I mised it since I
    have never tried that architecture. Unfortunately I cannot install linux
    on my company mainframe

    However the option 2 referred to EM64T and AMD64 but I have first hand
    experience only with the second (HP DL585 Model 848, 4 CPU 2.2GHz/ 1MB).
    The machine is execellent. Maybe the fastest I tested (IBM power5 should
    be even faster... maybe in 6 months I'll have something mounting them).

    I believe the opteron (SMP configuration) could be a good solution even
    if you don't need 64bit...

    --
    Fabrizio Magni

    fabrizio.magni@mycontinent.com

    replace mycontinent with europe

+ Reply to Thread
Page 4 of 5 FirstFirst ... 2 3 4 5 LastLast