How to check version of .fmb,.pls,sql files in 11.5.10.2

Hi can any one tell me ho to checks the above files vesrions .
We r using
Oracle 11.5.10.2
OS Windows 2003 Pro
(GL)
Regards...

Thanks i already got it
For Windows
C:\>find "Header" apaidthb.pls | more
---------- APAIDTHB.PLS
/* $Header: apaidthb.pls 115.10 2003/11/18 22:34:47 ajmcguir noship $ */
C:\>find "Header" APXINWKB.fmx | more
---------- APXINWKB.FMX
$Header: APPSTAND.fmb 115.33 2002/04/04 11:13:40 pkm ship
$Header: APXINWKB.fmb 115.819 2005/04/12 01:25 kgurumur ship
For AIX
strings -a ARPURG.pls | grep -i Header
Regards

Similar Messages

  • How to check version Oracle Datawarehouse Builder

    How to check version Oracle Datawarehouse Builder?
    thanks alot

    How do you check which version you have of the Oracle Datawarehouse Builder ?
    Opatch gave an error, so is there any other method to check it?

  • How to check particular error in alert log file

    Hi all,
    How to check particular error in alert log file,for supose if i get error in batabase yesterday 4 pm & today i want to check alert log file to get basic idea..it might be a big file so how to check that particular error..
    Thanks & regards,
    Eswar..

    What's your oracle version?
    If you are in 11g you can use adrci tool
    1- set homes diag/rdbms/orawiss/ORAWISS/ : the rdbms home
    2- show alert -P "MESSAGE_TEXT LIKE '%ORA-%'" -term : to find all the ORA-% errors in the alert file
    3- show alert -P "MESSAGE_TEXT LIKE '%ORA-%' and originating_timestamp > systimestamp-51 " -term : to find all the ORA-% errors in the alert file during the last 51 days,
    4- show alert -P "MESSAGE_TEXT LIKE '%ORA-%' and originating_timestamp > systimestamp-1/24 " -term : to find all the ORA-% errors in the alert file during the last hour,
    5- show alert -P "MESSAGE_TEXT LIKE '%ORA-12012%' and originating_timestamp > systimestamp-1/24 " -term : to find the particular ORA-12012 error in the alert file during the last hour,
    Example:
    [oracle@wissem wissem]$ adrci
    ADRCI: Release 11.2.0.1.0 - Production on Wed May 4 10:24:54 2011
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    ADR base = "/home/oracle/app/oracle"
    adrci> set homes diag/rdbms/orawiss/ORAWISS/
    adrci> show alert -P "MESSAGE_TEXT LIKE '%ORA-'" -term
    ADR Home = /home/oracle/app/oracle/diag/rdbms/orawiss/ORAWISS:
    adrci> show alert -P "MESSAGE_TEXT LIKE '%ORA-%'" -term
    ADR Home = /home/oracle/app/oracle/diag/rdbms/orawiss/ORAWISS:
    2010-12-11 19:45:41.289000 +01:00
    ORA-1109 signalled during: ALTER DATABASE CLOSE NORMAL...
    ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
    ORA-01152: file 1 was not restored from a sufficiently old backup
    ORA-01110: data file 1: '/home/oracle/app/oracle/oradata/ORAWISS/system01.dbf'
    ORA-1547 signalled during: ALTER DATABASE RECOVER  database until time '2011-01-21:10:48:00'  ...
    Errors in file /home/oracle/app/oracle/diag/rdbms/orawiss/ORAWISS/trace/ORAWISS_j000_5692.trc:
    ORA-12012: error on auto execute of job 29
    ORA-01435: user does not exist
    2011-03-15 11:39:37.571000 +01:00
    opiodr aborting process unknown ospid (31042) as a result of ORA-609
    2011-03-15 12:04:15.111000 +01:00
    opiodr aborting process unknown ospid (3509) as a result of ORA-609
    adrci>
    adrci> show alert -P "MESSAGE_TEXT LIKE '%ORA-%' and originating_timestamp > systimestamp-51 " -term
    ADR Home = /home/oracle/app/oracle/diag/rdbms/orawiss/ORAWISS:
    2011-03-15 10:19:45.316000 +01:00
    Errors in file /home/oracle/app/oracle/diag/rdbms/orawiss/ORAWISS/trace/ORAWISS_j006_5536.trc:
    ORA-12012: error on auto execute of job 26
    ORA-01435: user does not exist
    Errors in file /home/oracle/app/oracle/diag/rdbms/orawiss/ORAWISS/trace/ORAWISS_j000_5692.trc:
    ORA-12012: error on auto execute of job 29
    ORA-01435: user does not exist
    2011-03-15 11:39:37.571000 +01:00
    opiodr aborting process unknown ospid (31042) as a result of ORA-609
    2011-03-15 12:04:15.111000 +01:00
    opiodr aborting process unknown ospid (3509) as a result of ORA-609
    adrci>

  • How to check the resolution of a pdf file using Acrobat 9 pro?

    How to check the resolution of a pdf file using Acrobat 9 pro?

    PDF files don't have one resolution, but may have none or many different resolutions, one per image. You can check the maximum/minimum resoluion with preflight in Acrobat Pro, but not in Adobe Reader.

  • How to check whether there r new txt files in a folder n file creation date

    How to check whether there r new text files in a specified folder and what is the date of creation of the text file.........?

    Hi
    I have been searching for a solution to find the date of creation of a file for over 6 months now but haven't found it. So I presume that it is not possible though I havent found any authentication of my assumption in any document.
    Cheers!
    Shailesh

  • How to check version after i apply pacth

    Hi
    I'm going to apply patch with the ID# 9355677 - R12.1.2 UNABLE TO SAVE THE TAX CLASSIFICATION FOR A SUPPLIER TYPE EMPLOYEE
    my question is
    in the readme file
    there is a portion that i need to check the version of the following file
    $JAVA_TOP/oracle/apps/zx/schema/server/PartyTaxProfileEOImpl.class 120.17.12010000.4
    $ZX_TOP/patch/115/sql/zxcptytaxprfileb.pls 120.9.12010000.4
    $ZX_TOP/patch/115/sql/zxcptytaxprfiles.pls 120.3.12010000.2
    how do I know the version?
    do i need to execute command so that i can able to check version?
    thanks

    Hi,
    Use adident or strings command to get the v ersion.
    Use the strings command or adident to get the version and use the class file instead of the java file, thus:
    $ strings -a <file name> | grep Header
    You should find similar answer in old threads (search for: how to find file version).
    File Versions
    File Versions
    Thanks,
    Hussein

  • How to check versions of a smartfroms

    Hi Experts,
    Can you tell me how to check different versions of smartfroms.
    Regards,
    Kali Pramod

    i think u cannot maintain versions for smartforms.

  • How to find version of a pls file

    Hi,
    Is there a query or a program to find the version of a *.pls file.
    Thanks,
    Neeraj

    How to find a *.java version of the files is it the
    same wayIn order to know the version of a java file, you need to find the class file first. Usually the class files are on the $JAVA_TOP/oracle/apps directory.
    For example:
    We are looking for version of HzFormatting.java on java/hz/address/webui directory
    - The complete directory to review that is:
    $JAVA_TOP/oracle/apps/<product>/<dir>
    Where:
    - product = ar (hz is on ar)
    - dir = hz/address/webui (do not put "java")
    Getting:
    $JAVA_TOP/oracle/apps/ar/hz/address/webui
    - Use the strings command or adident to get the version and use the class file instead of the java file, thus:
    $ strings -a $JAVA_TOP/oracle/apps/ar/hz/address/webui/HzFormatting.class | grep Header

  • How to check differences between two bpel jar files

    Hi,
    Can some one please suggest, how to check the differences between two versions of a BPEL process jar files.
    Thanks in advance!

    Hi,
    Try this,
    SELECT   cons.owner AS child_owner, cons.table_name AS child_table,
             cons.constraint_name constaint_name,
             cons.constraint_type constraint_type, col.owner parent_owner,
             col.table_name parent_table, col.column_name column_name
        FROM dba_cons_columns col, dba_constraints cons
       WHERE cons.r_owner = col.owner
         AND cons.r_constraint_name = col.constraint_name
         AND col.owner = 'MY_USER'
    ORDER BY child_table;Thanks,
    Shankar

  • Example from the SDK. How to check in plugin FrameLabelUI.pln whether file exists with plugin FrameLabel.pln?

    or how to check for any plugin, there are system dependent other plugins?

    in which file?
    i added to FrmLblUIActionComponent in constructor
    FrmLblUIActionComponent::FrmLblUIActionComponent(IPMUnknown* boss)
      : CActionComponent(boss),fPrintFrmLbl(kFalse)
      CAlert *alert = new CAlert();
      if( Utils<IFrameLabelDataFacade>().Exists() )
      alert->ErrorAlert("Plugin can run because dependency plugin found :)");
      else
      alert->ErrorAlert("Plugin can't run because dependency plugin not found!");
    faults
    Error
    2
    error C2065: 'IFrameLabelDataFacade' : undeclared identifier
    c:\adobesdk\win\cs4\indesign\source\sdksamples\framelabelui\FrmLblUIActionComponent.cpp
    125
    Error
    3
    error C2955: 'Utils' : use of class template requires template argument list
    c:\adobesdk\win\cs4\indesign\source\sdksamples\framelabelui\FrmLblUIActionComponent.cpp
    125
    Error
    4
    error C2228: left of '.Exists' must have class/struct/union
    c:\adobesdk\win\cs4\indesign\source\sdksamples\framelabelui\FrmLblUIActionComponent.cpp
    125

  • How to check if the content in txt file is empty

    hi, i need my program to check if the content in txt file is empty. can anyone demonstrate an example with if-else statement ?

    I assume you already have file object
    File file = new File("path");
    if (file.length() == 0) {
      System.out.println("File size is 0");
    else {
      System.out.println("File size is " + file.length());
    }Read API here:
    http://java.sun.com/j2se/1.4.2/docs/api/java/io/File.html#length()
    Edited by: Kunkhmer on Feb 26, 2008 1:57 PM

  • How to check the datfiles from oracle SQL Developer(enterprise Manager)

    hi,
    Iam using Oracle SQL Developer as enterprise manager in my local pc.I want to check the size of datafiles using this enterprise manager.could u pls help me out..
    Thanks in advance ,
    R.Ratheesh

    What?
    Sql developer is not enterprise manager.
    Size of datafiles? Read the documention, and read the concepts and administration manuals for your release.
    I am not going to provide links, because you have not given your database version number and secondly if you found this forum you can find the docs.
    But I will give you a clue....DBA_DATA_FILES...
    Message was edited by:
    bazzza

  • How to check a String in PL/SQL

    Hello Everyone,
    First Question :
    In my PL/SQL code say if I get something from table like :
    Associate A - L 1
    Associate B - L 1
    Associate C - L 2
    System Stable
    I want to find out if the value is Associate and then do this....How can I partially compare the string and if it is System Stable then do something else....
    So basically how can I say (Associate A- L1 partially matches Associate) then do this...
    Secondly, I want to strip whatever it is after Associate A or Associate B....how can I do that...
    So input string Associate A - L1 and output is Associate A...
    Thanks,
    Harsimrat

    Your need is kind of different, but ok
    1) if v_coltext like 'Associate%' then
    -- do something
    2) substr(v_coltext, 1, length('Associate')+2)
    That should do it I guess.
    Lee

  • How to check version

    how can we get to know the version of MIDP a particular phone is supporting programmitically.
    rgds,
    mank

    to take this discussion further ,is there any other system property that we can get apart from the list given below
    1.microedition.configuration -> Name and version of the supported configuration .
    2.microedition.encoding->Default character encoding set used by the platform .
    3.microedition.locale->Name of the platform's current locale .
    4.microedition.platform->Name of the host platform or device .
    5.microedition.profiles ->Names of all supported profiles.
    regds,
    manik

  • How to check UNUSED ADMIN-SCRIPTS through SQL Query..??

    Can someone help me with the SQL query, which would give result of total unused ADMIN SCRIPTs for past few months?? (not the routing scripts)
    Thanks in advance for your help n concern..!!

    You can youse the below queries
    Step 1:
    Query to pull the used scripts between 17/12/2011 to 18/01/2012
    select MasterScriptID,EnterpriseName from Master_Script where MasterScriptID in (
    select MasterScriptID from Script where ScriptID in(
    select distinct(ScriptID) from Route_Call_Detail
    where DateTime between '2011-12-17 00:00:00' and '2012-01-18 23:59:59'))
    Step 2:
    Query to pull all the current configured Scripts 
    select MasterScriptID,EnterpriseName from Master_Script
    Step 3:
    Once we get both the data, we can use Excel’s VLOOKUP functionality to find the unused Scripts
    Regards,
    Senthil

Maybe you are looking for

  • How to change number for support message in satellite system

    Hi, When i'm creating the messages in the satellite sytem the messages are generating with internal number range(0000002345) of solman.I would like to change to external number as (9999000000). Please help me to resolve the issue. Regards, Eswar.

  • Hi, i would llike to know why my i tunes is not working

    hello, my name is thomas. i have a problem excessing the itune account. i made some mistake at first. when i create the apple id the first time i did something wrong. i found out after i try to eccess the i tune card. when i enter the apple id and pa

  • Calling a concurrent request from within the trigger

    Oracle apps r12. Calling a concurrent request from within the trigger. Does it requre apps initilization. Thanks, Lavan

  • Renaming Set Code and Stage Code for a refresh set in Concurrent Manager

    Hi, We're using Oracle Applications 11.5.10.2 on a 10.2.0.4 Database: Would anyone know how to rename the Set Code for the Refresh Set and Stage Code for the Stage for a Refresh Set in Concurrent Manager? I've seen it done in the two Report Sets but

  • Kodak EX1011 Wireless photo frame

    Hi All Anyone know if it is possible to get the Kodak Wireless photo frames to see a shared photos from iPhoto? The frame see the network, and the Windows machines, but I cant get it to see the photos on the Mac iPhoto shared library. I have the Koda