How to find version of package

Hello every body
Anyone please tell me how to find version of package ASAP.
Thanks
Rahul

And what exactly do you mean by version of the package?
Are you using a versioning system like CVS or SubVersion etc? or you want to know the version of the database holding that package?
For the first case, consult the documentation related to that software. For db version, do this:
logon to the db using any user, or preferably as sys user as sysdba and enter this query:
select * from v$version;

Similar Messages

  • How to find which ESS Package is installed on customer system

    Hi All,
    I have just joined this project as a portal admin support. The customer has Employee Self Service installed. How can i find which ESS package has been installed by the customer.
    Thanks

    Hi,
    go to http://<localhost>:<port>/index.html
    System Information - under Software Components - click on link all components - look for BP_ERP5ESS
    and SAP_ESS version which is deployed into Portal.
    Hope this helps.
    Cheers-
    Pramod

  • How to find out the packages created by a particular user.

    Hi,
    In a system which i am working.
    I want the find the different packages that wer created by me.
    How to find it out.
    Regards,
    Chandru

    Hi Chandra
    Goto SE21
    Package Z* then Press F4.
    Person Responsible: Your Login Name
    OKAY . This will list all packages made by u.
    Reward Points if useful
    Regards
    Akshay Chonkar

  • How to find out Unused Packages/Procedures/Functions/Triggers

    Hi,
    I have one database. This database is with 7 schemas. Around 1000 triggers are associated with each schema. But the application is using only some triggers.
    How to find out the used triggers? Apllications is developed in J2EE.
    Same way I want to find out the for Packages/Procedures and Functions.
    Any easy way is available?
    Please help me.
    regards
    Mathew

    Hi,
    >Audit the execution event on the objects by access.
    Kindly explain how to enable this auditing.
    regards
    Mathew

  • How to find the exact package that I need?

    How can I find the exact package that I need, for example, in Ubuntu, I can add launcher in System -> Preferences -> Main Menu, but in Arch, I can not find this Main Menu, I know I need to install something, but don't know where to go?

    Ghost1227 wrote:depends... where are you now?
    LOL
    pacman -Ss <package-name>
    would help you out. You can also put in part of the name and it will return all the matches. As for a GUI -- you don't get that by default in Arch.
    There is a GUI wrapper for pacman called shaman, but iirc, it uses kdelibs and integrates well with KDE. It looks like you are using Gnome, but you can use shaman in Gnome too.

  • How to find version ib sap system

    Hi Experts,
       if suppose am new to sap, then how to find (or) see the which sap version the sap systm is using?
    Regards,
    sudha.

    Hi Sudha,
                      To find out the SAP version, after login to SAP system in the main menu,                             goto      System------>status, one pop up window comes, look for SAP System data/ Component version.
    Regards,
    Hari.

  • How to find versions of application server components to apply patches

    Hi,
    I have Oracle Application server 10.1.2.0.2 installed in my linux box.
    under metalink.oracle.com
    1. i read documentation Doc ID: 420061.1 in metalink about patches and i did find one patch# 5922120 for my application middletier.
    but when i did a metalink search i did see some patches for my database version which were not critical
    so if they are not critical and if my application server is working fine then do i need to apply these patches.
    My application server version is 10.1.2.0.2
    and my apalication server infrastructure version is 10.1.0.4.2
    during my metalink searches i found the following patches which were uner normal priority. they are:
    patch numbers: 5127390, 5094712, 5605377
    Can someone guide me.
    Bottom line is: do i need to apply these patches unless they are critical and they are requred for my applications.
    Also i have one more basic question is
    How do i find out individual component versions in my application server like Portal, discoverer, EM, EM agent, etc?
    Thanks in advance,
    Philip.
    Message was edited by:
    [email protected]

    Philip,
    You have a similar environment to ours. We actually have two Oracle environments: 91) 10gDB 10.1.0.5 / 10gAS 9.0.4.3, and (2) 10gDB 10.2.0.3 / 10gAS 10.1.2.0.3.
    In regards to what patches, I look at two items: the latest patchset for DB and AS, and the Critical Patch Updates(CPU). Often, the CPU will drive what patchset you will need to be at. For example, with the CPU April 2007, we had to move to patchset 3 for our AS (9.0.4.3) since that is the only 10gAS R1 that Oracle provided CPU patches.
    As far as version ID, I have not found one single area to acquire this. For Portal, you can invoke Portal, http://host/pls/portal, logon as 'portal', then Administer, Global Settings, and at the bottom of the page is the version.
    For other products like Forms and Discover, you can find the version when the tool is invoked.
    Not quite as nice as the DB side where dba_registry will give you all the goodies.
    Regards,
    John

  • How to find version and arch of Oracle client installed

    Hi all
    I have sles 10 sp2 x86_64 on which oracle client 10.2 is installed. this installation was not done by me!
    so i dont know what version/architecture (32/64 bit) mode of the oracle client is installed on the client.
    from sqlplus -V i get only the version which is installed and not whether it is 32 or 64 bit. how can i find that out.
    sqlplus -V
    SQL*Plus: Release 10.2.0.1.0 - Production
    with a bit of googling i found only the below link which says 10g client 32-bit cannot be installed on a 64 bit system.
    i read this Installing 32-bit RDBMS Client software on x86_64 Linux. [ID 1075717.1]
    Installing 32-bit RDBMS Client software on x86_64 Linux.
    The only release of 32-bit RDBMS Client software that will properly install on an x86_64 Linux OS system is 11gR2 (aka 11.2.0.x)
        * 9iR2 (aka 9.2.0.x) 32-bit RDBMS Client software will NOT install on any x86_64 Linux OS system.
        * 10gR1 (aka 10.1.0.x) 32-bit RDBMS Client software will NOT install on any x86_64 Linux OS system.
        * 10gR2 (aka 10.2.0.x) 32-bit RDBMS Client software will NOT install on any x86_64 Linux OS system.
        * 11gR1 (aka 11.1.0.x) 32-bit RDBMS Client software will NOT install on any x86_64 Linux OS system.
    The answer to "why", is that the 11gR2 Client software is the first version that includes syntax so that a 32-bit object is linked.can someone please throw more light on this?

    If you have "64bit" string in V$VERSION it means Oracle 64bit is running.
    SQL> select * from v$version;
    BANNER
    Oracle Database 10g Release 10.2.0.4.0 - 64bit Production
    PL/SQL Release 10.2.0.4.0 - Production
    CORE    10.2.0.4.0      Production
    TNS for Linux: Version 10.2.0.4.0 - Production
    NLSRTL Version 10.2.0.4.0 - ProductionIf you have no "64bit" string in V$VERSION it means Oracle 32bit is running.

  • How to find version of BDC program

    I have an old BDC program to upload data.
    How can I find out for which version screens this program was written previously by looking at the old program from ecc5.0?
    Any help is appreciated.
    Thanks.

    IN THAT PROGRAM
    GOTO
    SYSTEM -> STATUS
    YOU WILL FIND ALL THSES INFORMATION
    REGARDS
    NARESH

  • How to find the parent package

    Hi,
    The problem I'm trying to solve is, given an instance of a SSIS package being executed, I need to find the GUID and execution id of the package that calls it. According to the API (https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.dts.runtime.package.aspx)
    the Package class
    has a property "Parent", which returns the instance of the container that contains the child package. In reality though, this doesn't seem to work. Here's what I did,
    1. Create a child package that simply has a script task which writes a line to a file for debugging purpose.
    2. Create a custom SSIS component in which the child package is called by the myPackage.Execute() method;
    3. Given the reference myPackage, try to print the parent container id through the FireInfo() method from IDTSComponents interface.
    What I got was an "reference not set to an object" error, which means the parent property is null. This leads me to wonder, when is the parent property set? Is it only set during the execution of the child package? I tried to access it both before
    and after executing the child package, and in both cases the value was null.
    My ultimate goal is to write the parent package id (and execution id) into the ssis log so as to easily trace the execution of packages. Another option to achieving this goal would be through passing values via parent package variables but that seems to
    be too clumsy. 
    Any help / suggestion is greatly appreciated.
    Regards,
    Amos

    I have done the same thing via different way. Let me tell you how
    Step 1: Create a log table
    CREATE TABLE [dbo].[ExecutionLog](
    [LogID] [int] IDENTITY(1,1) NOT NULL,
    [ParentLogID] [int] NULL,
    [Description] [varchar](50) NULL,
    [PackageName] [varchar](50) NOT NULL,
    [PackageGuid] [uniqueidentifier] NOT NULL,
    [MachineName] [varchar](50) NOT NULL,
    [ExecutionGuid] [uniqueidentifier] NOT NULL,
    [Operator] [varchar](50) NOT NULL,
    [StartTime] [datetime] NOT NULL,
    [EndTime] [datetime] NULL,
    [Status] [tinyint] NOT NULL,
    [FailureTask] [varchar](64) NULL,
    CONSTRAINT [PK_ExecutionLog] PRIMARY KEY CLUSTERED
    [LogID] ASC
    )WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
    ) ON [PRIMARY]
    GO
    SET ANSI_PADDING OFF
    GO
    ALTER TABLE [dbo].[ExecutionLog] WITH CHECK ADD CONSTRAINT [FK_ExecutionLog_ExecutionLog] FOREIGN KEY([ParentLogID])
    REFERENCES [dbo].[ExecutionLog] ([LogID])
    GO
    ALTER TABLE [dbo].[ExecutionLog] CHECK CONSTRAINT [FK_ExecutionLog_ExecutionLog]
    GO
    Step 2: On every package Create three Execute SQL Task
     Execute SQL Task 1 :  On begin of package 
     Execute SQL Task 2  : After completion of all task
    Step 3: Now create two SP
    For EQT #1
    --Root-level nodes should have a null parent
    if @ParentLogID <= 0 set @ParentLogID = null
    --Insert the log record
    insert into dbo.ExecutionLog(
    ParentLogID
    ,Description
    ,PackageName
    ,PackageGuid
    ,MachineName
    ,ExecutionGuid
    ,Operator
    ,StartTime
    ,EndTime
    ,Status
    ,FailureTask
    ) values (
    @ParentLogID
    ,@Description
    ,@PackageName
    ,@PackageGuid
    ,@MachineName
    ,@ExecutionGuid
    ,@operator
    ,getdate()
    ,null
    ,0 --InProcess
    ,null
    set @logID = scope_identity()
    EQT #2 On End
    update dbo.ExecutionLog set
    EndTime = getdate() -
    ,Status = case
    when Status = 0 then 1 --Complete
    else Status
    end --case
    where
    LogID = @logID
    You can create similar SP for OnError if you want 
    Step 4: Now create two variables LogId & parentLogId Int default value 0
    Step 5: Step up parent package variable configuration for logId like below
    Step 6: Call these SP in respective execute SQL task
    Hope this will help
    Glad to help! Please remember to accept the answer if you found it helpful. It will be useful for future readers having same issue.
    My Profile on Microsoft ASP.NET forum

  • How to find version of Ep?

    How can I get Ep vesion?

    Hii Satish,
    There is different diffrent  way of finding ep version
    Use this
    login to the portal through http://<hostname>:5<Sno>00/sap/monitoring/systeminfo page. there you will find the complete system details.
    check under dispatcher, kernel release and version.
    Or by this
    you should have a directory on your test server called:
    <Drive>:/usr/sap/<SAP SID>/SYS/global/portal_versions
    with a file 6.0.X.X.X.Enterprise_Portal_Support_Release.txt
    that specifies your portal platform version.
    Thanks
    Revert back if have any querry.
    Dont forget to give rewards

  • How to find version of OID

    How do you go about finding the exact version of OID. Is it stored somewhere in the OID tree or in a database table like SSO and PORTAL?
    Thanks,
    Laith E.H.

    Hi Laith
    The best way to find the version is to querey the Root DSE.
    You can do this with an ldapsearch command as follows:
    ldapsearch -p port_num -h host.domain.com -D "cn=orcladmin" -w admin_password -b "" -s base "objectclass=*"
    This will return all of the information in the Root DSE which also includes an attribute called orcldirectorycersion
    You could also run a similar search that only gives you the directory version. This is done as follows:
    ldapsearch -p port_num -h host.domain.com -D "cn=orcladmin" -w admin_password -b "" -s base "objectclass=*" orcldirectoryversion
    Jay

  • How to find version of OUI?

    Hi Dear,
    I am trying to meet the prerequisite of clonig applications on linux OS. My Application version is 11.5.9 and database version is 9.2.0.3. But i am unable to find out what is the version of the Oracle Universal Installer in iAS HOME. Can anybody please tell me the command through which i can get the OUI version information on RHEL3.
    Thanks & Regards
    Amit Raghuvanshi

    for more details.
    [applprod@alioracle oui]$ pwd
    /d02/applprod/prodora/iAS/appsoui/oui
    [applprod@alioracle oui]$ cat oraparam.ini | grep OUI
    OUI_LOCATION=.
    OUI_VERSION=2.2.0.19.0
    Yusuf

  • How to find version of Jdk i running?

    Hi,
    I have a Win 2K machine that already has Jdk installed in it. I do not know the version of the Jdk I have. How do i know this?
    TIA,
    Babu

    on the command line type:
    java -version

  • How to find version of my bluetooth in my ipad

    I got a free ipad years ago (back in 2012) from one of my friends. He told me it is "The new ipad" I assume it means ipad 3rd generation BUT I am not sure. Becuase He told me that he had originally had bought this ipad back in 2011, in which I dont think ipad 3 was even out yet.
    Anyways I want to buy a new accessory for this ipad that needs to be connected to Bluetooth 4.0, how can I be sure this ipad that I have, can access bluetooth 4 or not? I tried to check out the settings but it is just written Bluetooth, it is not written what version???
    thanks

    Settings->General->About->Model
    You can post the Model number here and we'll tell you, or use Google and it will also tell you.
    If it does not have a camera it is a first generation iPad and will not support some of the Bluetooth 4.0 features. 
    BT is technically backwards compatible, though so unless the accessory requires a specific feature from the newer versions if should most likely work albeit a little slower.

Maybe you are looking for

  • Changing my administrator account...

    Hi, I am currently using my account as an administrator. ( I know this is a no-no) How can i change this without causing an issue?

  • Error while packaging or copying from a package

    Hi, I am getting the below error while I try to package ( entire project or individual objects) as well as when I try to copy objects from a package file. Client version: 9.0.3 (537) 15-Oct-2013 07:33:40 java.lang.NullPointerException at com.datanomi

  • Select stmts with Having Clause

    Hi, Can some body help me to improve the performance of the below query... select t.seq_no,t.contract_id,t.date_from from test_plan_tab t group by t.seq_no,t.contract_id,t.date_from having (select count(*) from test_plan_tab p where p.contract_id = t

  • ITunes and lion

    Just installed latest iTunes and lion and then synced with iPod touch. The JVC head unit in my car will now not display album artwork as it previously did?

  • How to play .MOD files on mac

    hi all, I need to play some .MOD files (video) on my mac. Window media player 10 and 11 play the files but mac only has media player 9 - is there any other way i can get these .MOD files to play?