How to Check OEL 64-bit

Hi hussein,
I am task to install EBS R12 64-bit to our client OEL 64-bt server. The OS install part was done by another vendor.
How do I know if they installed the 64-bit OEL and not the 32-bit?
Thanks

Hi yxes,
*As you point Hussein_ is the best :) I swear,i just adore him...*
By the way i wanna share one information wiht you too. One time you can need to check solaris, its 64 bit or 32 bit. I was searched a lot to find this usefull information:)
run isainfo -v
If the system is running in 32 bit mode, you will see the following output:
32-bit sparc applications
On a 64 bit Solaris system, you’ll see:
64-bit sparcv9 applications
32-bit sparc applications
For see information about system:
run uname -X
Regards
Helios

Similar Messages

  • How to check for 12-bit versus 16-bit audio?

    Several hours of my first digital recordings were done with 12-bit audio (factory default). Later I changed the camera's settings to 16-bit, but I'm not sure when I did that.
    Is there a way to check the audio bit-rate of a clip if the camera doesn't display that information? I'd like to periodically check the imported clips to determine when I started recording with 16-bit audio, because at that point I'll need to change the Easy Setup settings in FCE.
    Thanks.

    Unfortunately not. FCE assumes you set the easy setup correctly and will capture the audio as if it's that sampling rate. It's unfortunate that some cameras don't display this. If you capture fairly short segments, around 10 minutes, you should be able to get away with it however, especially if you don't capture across a TC break.

  • How to check bit mode of running JVM

    HI experts,
    i am using JNI which are 64 bit . libraries looks well at their proper place.
    but stll i m facing error
    [java.lang.UnsatisfiedLinkError: /xxx/xxx/xxx/xxx/native_bin/mylib.so: ld.so.1: java: fatal: /xxx/xxx/xxx/xxx/native_bin/mylib.so: wrong ELF class: ELFCLASS64]]
    i want to confirm about bit mode of running JVM as it should be 64 bit.
    i m using solaris 9. can any body tell how to check running JVM bit mode that is (wheather it is 32 bit or 64 bit)
    thanx

    HI experts,
    i am using JNI which are 64 bit . libraries looks well at their proper place.
    but stll i m facing error
    [java.lang.UnsatisfiedLinkError: /xxx/xxx/xxx/xxx/native_bin/mylib.so: ld.so.1: java: fatal: /xxx/xxx/xxx/xxx/native_bin/mylib.so: wrong ELF class: ELFCLASS64]]
    i want to confirm about bit mode of running JVM as it should be 64 bit.
    i m using solaris 9. can any body tell how to check running JVM bit mode that is (wheather it is 32 bit or 64 bit)
    thanx

  • How do I install 32 bit gcc on a OEL 5.8 64 bit system

    Hi,
    How do I install 32 bit gcc on a OEL 5.8 64 bit system
    the command to check whether the required versions of the 32-bit and 64-bit glibc packages are installed is as follows:
    rpm -q --qf '%{NAME}-%{VERSION}-%{RELEASE}-%{ARCH}\n' packagename
    while I understand the package name is gcc, how do I know the name for its 32 bit counterpart?
    thanks

    Hi dude thanks a lot,
    my objective: install oracle 10gr2 on oel 5.8 remotely. I've set up a virtualbox for oel 5.8
    but right now I encountered another problem,
    enterprise manager configuration failed due to the following error - invalid value null for parameter PORT
    from Unable to start enterprise management console
    and have rebuild the repository
    oracle@source ~]$ emca -repos create
    STARTED EMCA at Aug 30, 2012 6:00:08 AM
    EM Configuration Assistant, Version 10.2.0.1.0 Production
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Enter the following information:
    Database SID: orcl
    Listener port number: 1521
    Password for SYS user:
    Password for SYSMAN user:
    Do you wish to continue? [yes(Y)/no(N)]: Y
    Aug 30, 2012 6:00:28 AM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at /u01/app/oracle/product/10.2.0/db_1/cfgtoollogs/emca/orcl/emca_2012-08-30_06-00-08-AM.log.
    Aug 30, 2012 6:00:28 AM oracle.sysman.emcp.EMReposConfig createRepository
    INFO: Creating the EM repository (this may take a while) ...
    Aug 30, 2012 6:00:28 AM oracle.sysman.emcp.EMReposConfig invoke
    SEVERE: Error creating the repository
    Aug 30, 2012 6:00:28 AM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Refer to the log file at /u01/app/oracle/product/10.2.0/db_1/cfgtoollogs/emca/orcl/emca_repos_create_<date>.log for more details.
    Aug 30, 2012 6:00:28 AM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error creating the repository
    Refer to the log file at /u01/app/oracle/product/10.2.0/db_1/cfgtoollogs/emca/orcl/emca_2012-08-30_06-00-08-AM.log for more details.
    Could not complete the configuration. Refer to the log file at /u01/app/oracle/product/10.2.0/db_1/cfgtoollogs/emca/orcl/emca_2012-08-30_06-00-08-AM.log for more details.
    [oracle@source ~]$
    details for u01/app/oracle/product/10.2.0/db_1/cfgtoollogs/emca/orcl/emca_2012-08-30_06-00-08-AM.log is as follow
    Aug 30, 2012 6:00:28 AM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error creating the repository
    Refer to the log file at /u01/app/oracle/product/10.2.0/db_1/cfgtoollogs/emca/orcl/emca_2012-08-30_06-00-08-AM.log for more details.
    Aug 30, 2012 6:00:28 AM oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Error creating the repository
    at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:194)
    at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:124)
    at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:142)
    at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:479)
    at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1123)
    at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:463)
    at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:412)
    118,1 Bot
    here's my /etc/hosts profile
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1          localhost.localdomain localhost
    ::1          localhost6.localdomain6 localhost6
    #92.242.132.18          source.localdomain source
    192.168.0.211          source.localdomain source
    here's my ifconfig settings
    [oracle@source ~]$ /sbin/ifconfig
    eth0 Link encap:Ethernet HWaddr 08:00:27:EE:68:57
    inet addr:192.168.0.211 Bcast:192.168.0.255 Mask:255.255.255.0
    inet6 addr: fe80::a00:27ff:feee:6857/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:180055 errors:0 dropped:0 overruns:0 frame:0
    TX packets:323764 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:26740364 (25.5 MiB) TX bytes:62621397 (59.7 MiB)
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:18198 errors:0 dropped:0 overruns:0 frame:0
    TX packets:18198 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:22512862 (21.4 MiB) TX bytes:22512862 (21.4 MiB)
    would really appreciate some one could really guide me what's the solutions to the above EM confugration problem as I'm run out of ideas.
    thanks a lot!

  • How to check which version of hyperic is installed , hyperic 32 bit or 64 bit version on solaris

    how to check which version of hyperic is installed , hyperic 32 bit or 64 bit version on solaris

    If you have only a single home, the quickest/easiest way is probably just to check the properties of %ORACLE_HOME%\odp.net\bin\2.x\oracle.dataacess.dll
    Or are you asking how to check it at runtime?
    If you want to see externally what is actually loaded by an app you can use process explorer
    http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx
    If you want to check it in the app itself:
    http://stackoverflow.com/questions/383686/how-do-you-loop-through-currently-loaded-assemblies
    Hope it helps,
    Greg

  • How to check My linux is Redhat linux  or OEL linux

    HI
    How to check My linux is Redhat linux or OEL linux
    THANKS
    SIMHA

    So what about /etc/oracle-release? Is thought this is always installed when installing OEL or OL?Depends on the O/S version. You get better information by:
    $ rpm -qf --qf='%{NAME} %{VENDOR}\n' /etc/*-release
    enterprise-release Oracle America
    oraclelinux-release Oracle America
    enterprise-release Oracle America
    Regarding the kernel revision numbers, that interesting, but if I take Oracle Linux 5.6 for example:
    2.6.32-100.0.19.el5
    I think the revision is 32-100.0.19 - Is this correct?Nope, it's *100.0.19*
    CentOS seems very similar: e.g.
    2.6.18-53.1.21.el5It happens.
    Based on the number of digits I could not tell the difference between OL and CentOS.The best way is to ask RPM as I showed earlier.

  • How to check the dependency of Timesten Application version 11.2.1 for OEL 6U4

    How to check the dependency of Timesten Application version 11.2.1 for OEL 6U4

    Hi Chris,
    THank for your reply.. My requirement is I am planning to upgrade my Server OS from OEL 5U8/5U3 servers to OEL 6U4. And we are using timesten application 11.2.1 version as of now. So wanted to check if the same version of TImesten can we install them on OEL 6U4 . if we can install it successfully what are the dependent RPM packages we need to consider for installing the timesten application and will there be any issues using the application? .
    Is timesten 11.2.2 is the officially supported and stable version on OEL6U4?
    And also can you suggest me if I want to check other applications dependency like rhino-2.3 and postgres 8.1.23 version how I need to check if this applications versions are certified to run on OEL 6U4.
    IT would be great help if you can suggest me on this.
    Naveen

  • How to check your oracle is 32 bit or 64 bit?

    How to check your oracle is 32 bit or 64 bit on windows?

    SQL*Plus has it's own banner that gives the same information
    >
    SQL*Plus: Release 11.1.0.6.0 - Production on Thu Jun 7 11:19:06 2012
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    Enter user-name:
    >
    Just make sure that you run the right version if there are multiple versions installed on the machine.

  • How to check table is creating or not

    Hi,
    I am creating only one table by running a table creation script(table.sql) which contain 366 partition.but I dont know whether table is creating or not.it is taking long time,sometimes I feel like script is hanging.even before running the script I have even spooled but spool file shows nothing. so how to check table is creating or not from background? can anyone please let me know abt this.this is bit urgent
    sql>spool table.log
    sql>@table_partition.sql

    hi,
    I am running the script table_partition which consist of 366 partition and 31 sub partition but the script is hanging.there is no hint in alert log file or anything wat might be the reason is it because of extent size? as extent size for this tablespace where table has to be create is 1mb,wat i suspect is do i need to set for higher value inorder to avoid this?
    with regards;
    Boo

  • How to unstill OEL 5.4 32bit and reinstall OEL 6.1 64bit

    I have OEL 5.4 32bit installed.
    I need to wipe it out and install OEL 6.1 64 bit.
    how to unstill OEL 5.4 32bit and reinstall OEL 6.1 64bit

    When you start the system from the Oracle Linux installation DVD the installer will provide you an option to repartition or erase the target disk.

  • How to check a quality of a picture

    Hello. Im a starter graphic in small company. I decide to try adoboe software to make my projects. My task;s is to make pdf files from illustrator and send them to printer company to make copys. And i have a problem because printer company dont want to print my files coz they said " you have too small quality of pictures in your pdf, we need 300 dpi or more to print this in good quality". Im using illustrator to change photos or adding some text to background then i make .pdf file in illustrator.
    And my question is how check quality of pasted picture (example i go to file>new>ok>ctrl+v some picture from memory and how to check what dpi have this picture)
    In save menu to pdf i have printer quality check
    Thanks for answare. CHeers

    szeli,
    Soo if iths PPI and in print company they wana miniumu 300 dpi how many ppi this will be ?
    Many use the terms PPI and DPI indiscriminately, but wrongly. DPI expresses how closely dots are placed in print, whereas PPI expresses digital image resolution. If one pixel is used to produce one dot, the values correspond to each other, but the relation depends on the process.
    To muddle things a bit, with traditional (amplitude modulation) halftone screening, the key concept is LPI (lines per inch) rather than DPI.
    The general rule is PPI = 1 - 2 times LPI, 1.5 times LPI often being suitable or even best for traditional screening; the pleasant increased woolliness of stochastic screening (frequency modulation) may give you better images or allow lower resolution. The LPI may be 150, 100, or lower, or higher.
    To muddle things a bit more, if the images are line art, the required PPI may be much higher than 300, maybe 1200 or more to create what is (at least sometimes) called SPI (spots per inch).

  • How to check hard drive health

    My mac pro starts up and shuts down very slow. Anyone know how to check hard drive health?

    Normally if you have a hard drive problem it manifests itself with delays, periodic locks-ups, I/O errors, etc.during notrmal use, not just start ups and slow downs.
    Never the less, you asked how you check the health of a drive, so I'll answer.
    You can check the SMART status of your drive with Disk Utility or a free tool like smartctl in the smartmontools package. Disk Utility will typically report the SMART status of your drive as "verified" or a message associated with a type of failure right in the Disk Utility window. SMART status will be reported on most internal drives and Thunderbolt drives. More elaborate SMART information can often be obtained with newer OS versions by clicking on the "info" button. SMART is a reporting technology and will only report on errors after they occur. Many in the industry are highly critical of SMART, with a recent study by Google on hard drive problems indicating that it did a poor job indicating impending problems.
    Other tools such as Scannerz (http://scsc-online.com/Scannerz.html), TechTool Pro (http://www.micromat.com/products/techtool-pro) and Drive Genius (http://www.prosofteng.com/products/drive_genius.php) do, IMHO, a better job of testing because surface scans can detect errors not detected by SMART yet, and all three of them do those tests. Personally I like Scannerz myself because it's to the point, hardware testing oriented, and can expose other system problems like cable problems, whereas the others are more like swiss army knife tools with a lot of features that may or may not be of use to end users. Some of the people on this site will swear by these tools, whereas others will swear at them. All three of these also monitor SMART status in one way or another.
    With software tools out of the way, I'd have to agree with all previous posts, because it doesn't sound like it's probably a hard drive problem. Yes, it possibly could be, it's just that slow start ups and shutdowns are usually caused by too many apps being saved in an "on" state. Any time the system starts, it has to re-load them and resume them as best as it can, and then any time it gets shut down it must save all that information  and this all takes time. (I'm assuming Lion or newer operating system is in use). This is often the most likely cause in Lion, Mountain Lion, and Mavericks.
    There are other possibilities, but you should probably ellaborate on the problem a bit more.

  • How To Check Oracle Product Version (Ora 11g)

    Hello!
    I want to check my Oracle 11g product version (Standard or Enterprice, etc...).
    I use this query:
    select * from product_component_version
    Result:
    NLSRTL      11.2.0.1.0     Production
    Oracle Database 11g      11.2.0.1.0     64bit Production
    PL/SQL      11.2.0.1.0     Production
    TNS for 64-bit Windows:      11.2.0.1.0     Production
    How to check product version? (Standard or Enterprice, etc...)

    Try
    SQL> select * from v$version;
    BANNER
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Product
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    SQL>
    Marcello

  • The database structure has been modified - how to check if it happend?

    Hello,
    I have a question. How to check if the database structure has been modified? I know that there is shown a messagebox after creating table and adding some fields, but sometimes this message appear after some seconds. The problem is that I want to create table and UDO for this table, and until database structure is not modified I got an error message. If I wait and DB strucuture modifies then UDO is creating correctly.
    My question is - does anyone know how to check if database structure has been modified?
    Regards,
    Hmg

    Hi Szymon,
    I guess you are stuck up in a kinda scenario, where in, you will be populating a form with values, before the structure modifies, if this is going to be your problem, I can help you out with a work around.
    In the beginning of the process, before the creation of the UDO or tables, set a boolean value to false, and once all UDO's and Tables are created, only then, should you make it true and only after the boolean becomes true, you should proceed with populating the values from the screen.
    I really ament sure what your problem is, but one of my guys faced this problem, I then, thought even you might have a similar problem.
    Satish.

  • How to check connection from SAP to reservation system?

    Dear Experts,
    May I know how to check whether the connection between SAP and the reservation system has been set up and ready to use?
    Thanks.

    Hi
    You need to check the identification code issued to the enterprise by AMADEUS must be entered in the R/3 Customizing for Travel Planning under Master Data u2192 Control Parameters for Travel Planning u2192 Define sales offices and Define API access parameters.
    External reservation system In the Travel Planning subcomponent Travel Management accesses an external reservation system connected to R/3 to carry out the queries on available travel services and to book the selected services. The reservation system currently available is the AMADEUS Global Travel Distribution system.
    For more information, see Technical Prerequisites for Travel Planning--
    Technical Prerequisites for Travel Planning
    Before you can use Travel Planning fully, a number of internal R/3 and external prerequisites or settings must be fulfilled.
    Connection to an External Reservation System
    The online booking function in Travel Planning is based on the cooperation with external reservation systems that are used to communicate with the service providers. The R/3 user has access to the following functions via the connection to an external reservation system:
    u2022 Availability query of travel services
    u2022 Transfer of additional information about selected travel services
    u2022 Price information
    u2022 Processing of reservation by the respective provider
    u2022 Synchronization of the data in SAP Travel Planning if external booking changes have been made
    In the current release the external reservation system in use is AMADEUS Global Travel Distribution. AMADEUS is a subsidiary of Lufthansa, Air France, Continental Airlines and Iberia. The reservation system it provides is in worldwide use and 160,000 terminals in 37,000 travel agencies and ticket sales centers in over 130 countries are connected to it.
    In order to carry out online booking via AMADEUS the following must have been carried out:
    u2022 Your enterprise must have signed an agreement with AMADEUS for the use of the interface and be registered at AMADEUS with a user ID
    u2022 A network connection to the AMADEUS computer center must have been opened
    u2022 The identification code issued to the enterprise by AMADEUS must be entered in the R/3 Customizing for Travel Planning under Master Data u2192 Control Parameters for Travel Planning u2192 Define sales offices and Define API access parameters.
    For questions about registration, contact the SAP & AMADEUS Competence Center:
    SAP & AMADEUS Competence Center ACC 02 Neurottstrasse 16 69185 Walldorf Germany
    Cheers
    Mukta

Maybe you are looking for

  • HP LaserJet Pro 400 Printer M401a (CF270A) is not printing complete statement on letterhead

    Dear i have supplied printer HP LaserJet Pro 400 Printer M401a (CF270A)Qty 10 to my customer but its not printing complete statement there is missing ink in the words and also spots are coming on the page. the page is letterhead of the company. could

  • Installing OSX on new hard drive

    New to discussions and novice with the Mac OS so bear with me. Got a new Mac Pro 3.0 with the standard 250GB hard drive. I've got 4 Samsung 500GB drives I am installing. In bay 2 & 3 I created a RAID 0. No problem. I formated the drive in bay 4 with

  • Caller ID won't switch to on

    My caller ID switched itself to off and I can't flick it back to on, everything esle is working is working fine but the button wont move over to on, I reset my settings and the phone but it still wont wor

  • Background processing contract?

    1416427 - Background processing in contract not working can any one explain . what is this functionality of background processing contract? Symptom The background processing in contract will not work. And eventhough the processing fails, success mail

  • Why can't PS be more like LR ?

    I somehow had the impression that one could use PS CS5/6 in much the same way as Lightroom, in respect of 'continuous editing'. In LR, if I close and restart, my situation is exactly as if I had stayed continuously open. I can backtrack, do whatever