How can I check the version of Oracle in Linux?

Dear all :
How can I check the version of Oracle in Linux ?
Regards
Terry

Hi terry;
How can I check the version of Oracle in Linux ?You mean your db version or something else? If you mean you want to control your version issue is:
source env file as oramgr
sqlplus "/as sysdba"
when u login sqlplus it will give u something as below:
SQL*Plus: Release 10.2.0.4.0 - Production on
Regard
Helios

Similar Messages

  • How can I check the version of the rdf file?

    Dear all:
    How can I check the version of the rdf file? such like CEXRECRE.rdf .
    my environment is : oracle 11.5.9
    platform : Linux red hat 4.0
    Regards
    Terry

    Terry,
    Use "adident" or "strings -a" commands -- See (Note: 125922.1 - How To Find Oracle Application File Versions) for details.
    Thanks,
    Hussein

  • How can I check the version of the Folio Producer tools that a publication has used?

    I work on several different iPad publications, many of which use different versions of the Folio Producer tools (some use version 1.1.1 while some use 1.5.0 or 1.6.0)... how can I quickly check the version of folio producer that a publication has been using? I want to aviod accidently working on a publication with the wrong Folio Producer tools which will neccessate recreating a new App.

    Here's how to tell which tools you're using and which folios .
    To see which tools are installed, choose "About" from the Folio Builder panel menu, and look at the last numbers. For example, 7.0.5.17 means you're using the v17 tools.
    To see which viewer version you're using, open the folio in the viewer (either the custom viewer or the Content Viewer) and tap the title. The first two numbers indicate the viewer version. For example, 2.2.0.13.34603 refers to the 2.2 version of the viewer. Unfortunately, the viewer version doesn't match the Folio Producer tools. Here's how they match up:
    v12 (tools) = 1.7 (viewer)
    v13 = 1.8
    v14 = 1.9
    v15 = 2.0
    v16 = 2.1 (not available for iPad)
    v17 = 2.2

  • How can I check the version of my Airport Express and TimeCapsule machines ?

    I want to look up the technical specifications of the routers in my wifi network (1 TimeCapsule and 3 Airport Expresses), such as maximum bandwidth etc. (my provider just increased maximum download speed but I am not seeing that difference on my machine). How can I find out the version number of those items in Airport Utility ?

    Open AirPort Utility
    Hold down the option key on your Mac while you double-click on the picture of the Time Capsule
    The model and version will be displayed
    Follow the same procedure for the Express devices
    Post back on your results
    Note that the Ethernet port on the AirPort Express will only support up to a 100 Mbps connection, so if the Expresses are connecting using Ethernet, 100 Mbps would be maximum speed that they could attain.

  • How can I check what version of Java Web Start is installed on the client ?

    hi,
    Can anyone tell me how can I check what version of java web start is installed on the client and display a message if the client has not the good version ?
    I mean:
    I'd like all people running my application use java 5 and if someone using java 1.4 try to run the application get a nice screen telling him to download the latest version of Java Web Start.
    Is this possible ?
    Thanks in advance.

    Of course, I put this on my jnlp file,
    <resources>
        <j2se version="1.5+"/>
        <jar href="..... "/>
    </resources> But even with that, it doesn't display a nice message but a kind of exception instead.
    Thanks in advance.

  • How to check the version of oracle

    Hi,
    Did anyone know the command to check the version of oracle db?
    Thanks
    daron

    also as a normal user (non-dba) if you want to know then during login to the database using sql*plus you get the following.
    SQL*Plus: Release[b] 9.0.1.3.0 - Production on Thu Oct 6 10:43:35 2005
    (c) Copyright 2001 Oracle Corporation.  All rights reserved.
    Connected to:
    Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.4.0 - ProductionThe first bold version if the version of the client(Sql*plus) and the second bold version (9.2.0.4) is the database version to which you are connected to .

  • How can I view the version of clusterware??

    Hi, all.
    In order to check the version of oracle including patchest and
    intrim patch applied, I use "opatch lsinventory".
    What is the command for checking the version of clusterware
    including patchset and intrim patch??
    Thanks in advance.
    Best Regards.

    Dear user566698.
    Thanks for your reply.
    "crsctl query crs softwareversion" shows only the version of oracle and patch set.
    For example,
    C:\Documents and Settings\Administrator>crsctl query crs softwareversion
    CRS software version on node [nmsp110] is [10.2.0.2.0]
    How can I check intrim patch has been applied to the clusterware?
    Best Regards.

  • How can i know the version of autoconfig ?

    hi
    I am on 12.1.1
    to determine my autopatch version i used Note 390666.1
    i ran
    SET head off Lines 120 pages 100
    col n_patch format A10
    col bug_number format A10
    col patch_name format A10
    spool LACF_ptch_level.txt
    select ' LACF ' FROM dual;
    select bug_number, decode(bug_number,
    '4494373' ,'R12.TXK.A'
    ,'5872965' ,'R12.OAM.A'
    ,'5909746' ,'R12.TXK.A.1'
    ,'5917601' ,'R12.TXK.A.2'
    ,'6077487' ,'R12.TXK.A.DELTA.3'
    ,'6145693' ,'R12.Rapidclone Cons Jan2008'
    ,'6776948' ,'R12.Rapidclone CONSOLIDATED'
    ) n_patch, last_update_date
    FROM ad_bugs
    WHERE bug_number IN ( '4494373', '5872965', '5909746', '5917601', '6077487', '6145693', '6776948' );
    the output was
    4494373 R12.TXK.A 04-JAN-07
    4494373 R12.TXK.A 22-JAN-08
    5872965 R12.OAM.A 22-OCT-07
    5872965 R12.OAM.A 22-OCT-07
    5909746 R12.TXK.A. 22-OCT-07
    1
    5909746 R12.TXK.A. 21-JAN-08
    1
    5917601 R12.TXK.A. 22-OCT-07
    2
    5917601 R12.TXK.A. 21-JAN-08
    2
    6077487 R12.TXK.A. 22-OCT-07
    DELTA.3
    6077487 R12.TXK.A. 21-JAN-08
    DELTA.3
    6145693 R12.Rapidc 06-NOV-08
    lone Cons
    Jan2008
    how can i know the version of autoconfig from that?
    Thanks

    Hi,
    4494373 R12.TXK.A 04-JAN-07
    4494373 R12.TXK.A 22-JAN-08
    5872965 R12.OAM.A 22-OCT-07
    5872965 R12.OAM.A 22-OCT-07
    5909746 R12.TXK.A. 22-OCT-07
    5909746 R12.TXK.A. 21-JAN-08
    5917601 R12.TXK.A. 22-OCT-07
    5917601 R12.TXK.A. 21-JAN-08
    6077487 R12.TXK.A. 22-OCT-07
    6077487 R12.TXK.A. 21-JAN-08
    6145693 R12.Rapidc 06-NOV-08
    how can i know the version of autoconfig from that?The above indicates that the latest patches applied are 6077487 and 6145693.
    To find the latest AutoConfig and Rapid Clone patches on R12, please refer to:
    Note: 387859.1 - Using AutoConfig to Manage System Configurations in Oracle E-Business Suite Release 12
    Note: 406982.1 - Cloning Oracle Applications Release 12 with Rapid Clone
    Thanks,
    Hussein

  • How can i check what version of safari i am on

    how can i check what version of safari i am on

    Thanks Allan for quick response.  I am trying to access my work emails from home but I can only see OWA light and not premium.  Apparently you need version 3.1 of Safari or higher to get premium and I am on 6.0.2 but still can only get the light version

  • How can I check what version iOS my iPad 2 is using

    how can I check what version iOS my ipad2 is using

    Settings > General > About and it's in the Version field. It also shows on the Summary tab when connected to your computer's iTunes. The most up-to-date version is 4.3.5

  • How can I check the price of upgrading CS5 educational edition to CS6 educational edition?

    How can I check the price of upgrading
    "Adobe Creative Suite 5 Design Premium Student and Teacher Edition" to
    "Adobe Creative Suite 6 Design & Web Premium Student and Teacher Edition"?
    Accroding to http://www.adobe.com/hk_en/products/cs6/faq.html , "owners of a CS5 or CS5.5 suite edition qualify for upgrade pricing to a CS6 suite edition."
    I can only found the price for CS6 full version from the site. But I can't found the upgrade price. Where can I check the upgrade price?
    Thanks.

    There are no upgrades for edu products. You simply buy a complete new license at the discounted price.
    Mylenium

  • How can I check the all schedule CM jobs' time?

    Dear all:
    How can I check the all schedule CM jobs' schedule time?
    my environment is : EBS 11.5.9 | DB:ORACLE 9.2.0.8 | PLATFORM: LINUX redhat 4.0*
    Regards
    Terry
    Edited by: Terry Chen on 2010/4/14 下午 7:12

    Terry,
    Please see (Note: 170107.1 - How to Determine Scheduled Concurrent Requests).
    Regards,
    Hussein

  • How can i check the planned data vs actual data

    How can i check the planned data vs actual data with the infocubes?

    Hi Srinivas,
    You create one cube for plan data and create another cube for actual data.
    Create a multiprovider and give comparision report. this is betterway.
    Or you can also load actual and plan data in one cube but you need to maintain one character like version to seperate atual and plan data.This is not a good work.
    Regards,
    Vijay.

  • How can i check the realtime ability of my program with LV 6.1?

    Hi, i did use a PXI-6053E daq card with Labview RT 6.0.3, after upgrading to
    LV 6.1 the single scan vi in my control loop displays no error, if i put too
    much stuff in the loop. i check data remaining, everything exactly as in
    the example i attached. With Labview 6.0.3 i did use the opcode "read
    oldest" all the time and got a "1" at data remaining output if runnig too
    slow. How can i check the realtime ability of my Program with LV 6.1? The
    attached example is running with 35kHz and green RT-LED, even if i put a
    "wait 1 ms" in the loop.
    Thx4help.
    Joerg
    [Attachment Optimized HW Timed Loop.llb, see below]
    Attachments:
    Optimized_HW_Timed_Loop.llb ‏242 KB

    You should still be able to use the data remaining output of AI SingleScan to indicate that you are maintaining real-time as you did in LabVIEW 6.0.3. If this is not working properly for you, you might try wiping out the ni-rt folder on the RT system and re-installing the RT software on it through MAX on your host computer. Check the versions you have. If you are still seeing data remaining = 0 even when you are running your loop significantly slower than your scan rate, you might want to contact the LabVIEW RT group at National Instruments for additional assistance.

  • IP Job in BW finished, but how can I check the IDoc receive status in BW ?

    Hi,experts
    After I execute a Infopackage with loading more than 200000 records data, the infopackage monitor show me yellow light, 186020 from 200000 records. this infomation still show me till now, seaval hours,it looks pause here.
    And I check the request in the R/3, the Job has finished. as you know it means the R/3 push the IDoc already finished.
    and how can I do now ? or how can I check the IDoc receive status in BW side?

    Hi,
    I too had the same problem, i executed the following to solve the proble, may be this will help you:
    1) Go to T-code SM58 and select TRFC and press F6,
    2) For manual push of I-Docs, GO to T-COde BD87 select perticular idoc and see the status if it is not executed properly then do the manual push by pressing Execute option,
    Thanks,

Maybe you are looking for

  • Cannot get Brother HL-2140 laser printer to work -- AT WIT'S END...

    Hi, I'm hoping someone can help me to get this printer to work -- I'm about at the point that I'm just ready to chuck the d*mn thing out the window! For the record, I'm trying to use it with a Dual 1.42 GHz PowerPC G4 with 2 GB of memory, running Sys

  • Spaces in bewteen words

    If you look at my site, www.gs-productions.org The bottom of the page has links...in the preview they are spaced out more from one another...when I upload they are crammed together. What do I add to the code to accomplish the spacing? <a> is making i

  • The Web Agent for IIS will not work

    Environment: NT4 Server, IIS4 I try to install the Web Agent in use with IIS but IIS fails to load the dll. After the installation I can read the event-log : The HTTP server was unable to load the ISAPI Application 'C:\Oracle\Ora81\ord\web\bin\wsciis

  • Can't import photos from new "Photo" into iMovie 9.0.

    Since upgrading to the new Photo app, iMovie 9.0 only recognizes Photo Booth.  Previously I could drag and drop selected photos into iMovie, but now can't import them that way or through the Photo Browser in iMovie.  Any suggestions?

  • SD_SALESDOCUMENT_CREATE with conditions & error message in CHECK_VBAP

    Hello, I have follow problem. I want to create a sales order via BAPI SD_SALESDOCUMENT_CREATE. I fill the condition table with item numbers. The parameter logic_switch-cond_handl is set to 'X'. The error message behavior (parameter behave_when_error)