How to find CPU patch applied on database server

Hello Gurus,
Is there any way to find out which cpu patch is applied on database server ?
Output of select from registry$history :*
sql> select * from registry$history;
ACTION_TIME
ACTION NAMESPACE VERSION
ID
COMMENTS
22-AUG-07 02.18.53.701711 PM
UPGRADE SERVER 10.2.0.3.0
Upgraded from 10.2.0.2.0
Output of opatch lsinventory
Invoking OPatch 10.2.0.3.0
Oracle interim Patch Installer version 10.2.0.3.0
Copyright (c) 2005, Oracle Corporation. All rights reserved..
Oracle Home : /u01/app/oracle/product/10.2.0
Central Inventory : /u01/app/oracle/oraInventory
from : /etc/oraInst.loc
OPatch version : 10.2.0.3.0
OUI version : 10.2.0.3.0
OUI location : /u01/app/oracle/product/10.2.0/oui
Log file location : /u01/app/oracle/product/10.2.0/cfgtoollogs/opatch/opatch2009-04-21_09-24-53AM.log
Lsinventory Output file location : /u01/app/oracle/product/10.2.0/cfgtoollogs/opatch/lsinv/lsinventory2009-04-21_09-24-53AM.txt
Installed Top-level Products (2):
Oracle Database 10g 10.2.0.1.0
Oracle Database 10g Release 2 Patch Set 2 10.2.0.3.0
There are 2 products installed in this Oracle Home.
Interim patches (22) :
Patch 6375952 : applied on Mon Mar 17 18:28:31 GMT+01:00 2008
Created on 28 Sep 2007, 15:37:38 hrs PST8PDT
Bugs fixed:
6375952
Patch 6069085 : applied on Sun Mar 02 18:13:16 GMT+01:00 2008
Created on 25 Oct 2007, 22:54:52 hrs US/Pacific
Bugs fixed:
4684070, 6069085, 5190392
Patch 6069074 : applied on Sun Mar 02 18:13:10 GMT+01:00 2008
Created on 14 Jun 2007, 06:11:35 hrs US/Pacific
Bugs fixed:
6069074, 5677680, 5584790, 5770059
Patch 5744428 : applied on Sun Mar 02 18:12:56 GMT+01:00 2008
Created on 14 Jun 2007, 06:07:38 hrs US/Pacific
Bugs fixed:
5744428
Patch 5472702 : applied on Sun Mar 02 18:12:51 GMT+01:00 2008
Created on 14 Jun 2007, 06:07:00 hrs US/Pacific
Bugs fixed:
5472702
Patch 5287523 : applied on Sun Mar 02 18:12:45 GMT+01:00 2008
Created on 14 Jun 2007, 06:05:20 hrs US/Pacific
Bugs fixed:
5287523
Patch 6010833 : applied on Sun Mar 02 18:09:03 GMT+01:00 2008
Created on 22 Jun 2007, 02:29:22 hrs US/Pacific
Bugs fixed:
6010833
Patch 5998544 : applied on Sun Mar 02 18:08:57 GMT+01:00 2008
Created on 22 Jun 2007, 02:25:59 hrs US/Pacific
Bugs fixed:
5238386, 5934150, 4690705, 4538727, 5998544, 5399901, 5951587, 5089522
Patch 5844945 : applied on Sun Mar 02 18:08:45 GMT+01:00 2008
Created on 22 Jun 2007, 02:28:39 hrs US/Pacific
Bugs fixed:
5844945
Patch 5209867 : applied on Sun Mar 02 18:08:38 GMT+01:00 2008
Created on 22 Jun 2007, 02:27:14 hrs US/Pacific
Bugs fixed:
5209867
Patch 6607968 : applied on Sun Mar 02 17:45:29 GMT+01:00 2008
Created on 14 Nov 2007, 03:22:55 hrs PST8PDT
Bugs fixed:
5640593, 5093060, 6607968
Patch 6500033 : applied on Sun Mar 02 17:42:03 GMT+01:00 2008
Created on 13 Nov 2007, 10:19:47 hrs PST8PDT
Bugs fixed:
6500033
Patch 6267873 : applied on Sun Mar 02 17:35:48 GMT+01:00 2008
Created on 7 Feb 2008, 04:26:52 hrs PST8PDT
Bugs fixed:
5723260, 6067600, 6267873, 5575674, 5370578, 5883622, 6017440, 6064864
5087369, 5865842, 5602452, 5581472, 5206649, 5225733, 5170394, 5512840
5515703, 5867943
Patch 6043052 : applied on Sun Mar 02 17:33:28 GMT+01:00 2008
Created on 24 Sep 2007, 21:04:29 hrs PST8PDT
Bugs fixed:
6043052
Patch 5857313 : applied on Sun Mar 02 17:10:49 GMT+01:00 2008
Created on 5 Nov 2007, 05:25:04 hrs PST8PDT
Bugs fixed:
5857313
Patch 5623403 : applied on Sun Mar 02 17:05:36 GMT+01:00 2008
Created on 28 Sep 2007, 15:30:46 hrs PST8PDT
Bugs fixed:
5623403
Patch 5201883 : applied on Sun Mar 02 17:00:06 GMT+01:00 2008
Created on 23 Apr 2007, 23:28:22 hrs PST8PDT
Bugs fixed:
5201883
Patch 5029334 : applied on Sun Mar 02 16:54:20 GMT+01:00 2008
Created on 13 Jul 2007, 05:37:35 hrs US/Pacific
Bugs fixed:
5029334
Patch 4475206 : applied on Sun Mar 02 16:44:04 GMT+01:00 2008
Created on 6 Nov 2007, 09:02:16 hrs PST8PDT,M3.2.0,M11.1.0
Bugs fixed:
4475206
Patch 5728380 : applied on Fri Sep 21 13:56:57 GMT+01:00 2007
Created on 25 Jul 2007, 02:24:32 hrs PST8PDT
Bugs fixed:
5728380
Patch 5556081 : applied on Wed Aug 22 15:21:54 GMT+01:00 2007
Created on 9 Nov 2006, 22:20:50 hrs PST8PDT
Bugs fixed:
5556081
Patch 5557962 : applied on Wed Aug 22 15:17:01 GMT+01:00 2007
Created on 9 Nov 2006, 23:23:06 hrs PST8PDT
Bugs fixed:
4269423, 5557962, 5528974
I am confused with output of registry$history and opatch lsinventory.
Any kind of help is very beneficial for me.
Thanks in advance.
Edited by: user7632087 on Apr 21, 2009 2:07 AM

Please read if it helps:
http://kr.forums.oracle.com/forums/thread.jspa?threadID=629696

Similar Messages

  • How to find the patch & version of directory server

    How to find version & patch of Sun JES Directory Server.
    What does 2005Q4 mean to?

    Just look at your errors log file after you start up the directory server. If you are running Directory Server 6.0 you will find a line that looks like this:
    Sun-Java(tm)-System-Directory/6.0 B2007.030.1546 (32-bit) starting up
    Depending on the version you have it will show something slightly differently.

  • How can we find the latest CPU patch applied to a 9.2.0.8 code tree?

    Hi,
    I am having a DB running in 9.2.0.8 version, how can i find the CPU patch applied to the code tree.
    Thanks,
    Sathis

    doc question. Please do not ask them.
    Opatch lsinventory
    Sybrand Bakker
    Senior Oracle DBA

  • Finding CPU Patch and PSU applied

    hi all,
    How do we find that which and when cpu and psu patches are applied. do we apply this for individual databases or for complete oracle software.
    thank you!

    >
    How do we find that which and when cpu and psu patches are applied. do we apply this for individual databases or for complete oracle software.
    >
    What version are you on and what version of opatch?
    To find out what PSU's you have applied, you can do this at OS level
    $> opatch lsinv -bugs_fixed | grep -i psu
    From database (depending upon your version), you can do this to find all patches applied to your database:
    col ACTION format a15
    col NAMESPACE format a15
    col version format a10
    col COMMENTS format a42
    col BUNDLE_SERIES format a20
    col action_time format a30
    select * from sys.registry$history;do we apply this for individual databases or for complete oracle software.
    >
    Some patches are for software only while some affect both software and database. This is very generic question/answer
    Regards
    Venkat

  • How to find the patches for perticular concurrent program

    HI
    How to find the patches for perticular concurrent program. suppose for one concurrent program we create the patch and applied now i want know the which patch applied for perticular concurrent program through back end.
    Thank's

    Query the concurrent program in Sysadmin responsibility.
    Note the concurrent executable.
    Query the concurrent executable in Sysadmin.
    Note the file name.
    If it is a package, open the package in TOAD and note down the file name.
    If it is a report/form, open it in form developer and note down the file name.
    Go to patch find screen in metalink. In the advanced search screen, enter the file name and you will see patches that contain it.
    Hope this answers your question
    Sandeep Gandhi
    Independent Consultant
    513-325-9026

  • How to find out  Locks on the database objects

    how to find out Locks on the database objects

    The following notes should be helpful:
    Note: 200590.1 - bde_session_locks.sql - Locks for given Session ID
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=200590.1
    Note: 1039273.6 - SCRIPT: VIEWING LOCKS ON OBJECTS HELD BY SPECIFIC USER
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=1039273.6
    You can also search Metalink, there are many notes/scripts published there which would be also helpful.

  • How to find the size of a database?

    I'm not an oracle dba but a report developer. I'd like to find out the size of my database.
    Is this possible using simple query?

    francislazaro wrote:
    I'm not an oracle dba but a report developer. I'd like to find out the size of my database.
    Is this possible using simple query?There are many threads related to the same topic,
    http://forums.oracle.com/forums/search.jspa?threadID=&q=How+to+find+the+size+of+a+database&objID=f61&dateRange=all&userID=&numResults=15&rankBy=10001
    HTH
    Aman....

  • How to find last executed query on database and or schema.

    hi,
    how to find last executed query on database and or schema.
    yours sincerely

    Sessionwise if you wanna see means use v$session.. Because it will show execution time also so you can analyze it easily and get sql based on SID and serial number ..
    Try :
    select * from v$session;
    Regards..

  • How to find, the growth of the database since last month?????

    How to find the growth of the database since last month
    my db name is orcl
    There are multiple operations perfomed in my database.......I want to find,
    how much my database is increased with the last month......
    Thanks in advance.......

    Define what you mean by growth?
    More datafiles
    More tablespaces
    More table rows
    More objects
    More operating system space used
    In what version to four decimal places?
    On what operating system?

  • How to find CPU and Memory Utilization

    Hi,
    How to find CPU and Memory Utilization of my application which is
    running in solaris workstation.My application has a management console in which we need to update the cpu and memory periodically.
    (Notr : Usage of JNI is restrcited)
    Thnx and Rgds,
    Mohan

    There is no CPU usage API in Java. You need some JNI code. For memory usage see the Runtime methods:
         * Get information of memory usage: max, total, free and (available/used).
         * <ul>
         * <li>Max is the maximum amount of bytes the application can allocate (see also java options -Xmx). This value is fixed.
         * If the application tries to allocate more memory than Max, an OutOfMemoryError is thrown.
         * <li>Total is the amount of bytes currently allocated from the JVM for the application.
         * This value just increases (and doesn't decrease) up to the value of Max depending on the applications memory
         * requirements.
         * <li>Free is the amount of memory that once was occupied by the application but is given back to the JVM. This value
         * varies between 0 and Total.
         * <li>The used amount of memory is the memory currently allocated by the application. This value is always less or equal
         * to Total.
         * <li>The available amount of memory is the maximum number of bytes that can be allocated by the application (Max - used).
         * </ul>
         * In brief: used <= total <= max
         * <p>
         * The JVM can allocate up to 64MB (be default) system memory for the application. If more is required, the JVM has to be started with the Xmx option
         * (e.g. "java -Xmx128m" for 128 MB). The amount of currently allocated system memory is Total. As the JVM can't give back unallocated memory
         * to the operating system, Total can just increase (up to Max).
         * @return Memory info.
        static public String getMemoryInfo() {
            StringBuilder sb = new StringBuilder();
            sb.append("Used: ");
            sb.append(toMemoryFormat(getUsedMemory()));
            sb.append(", Available: ");
            sb.append(toMemoryFormat(getAvailableMemory()));
            sb.append(" (Max: ");
            sb.append(toMemoryFormat(Runtime.getRuntime().maxMemory()));
            sb.append(", Total: ");
            sb.append(toMemoryFormat(Runtime.getRuntime().totalMemory()));
            sb.append(", Free: ");
            sb.append(toMemoryFormat(Runtime.getRuntime().freeMemory()));
            sb.append(")");
            return sb.toString();
        }//getMemoryInfo()

  • How to find all JMX ports on a server?

    How to find all jmx ports on particular server (say localhost) on windows
    I have multiple JVM's running on my local server, and there is extensive use of JXM mbeans by the applications running on each server. So I want to connect to all these JMX servers and to instrument the MBeans using Jconsole(Jconsole localhost:<port>). But I don't know the port numbers, and its not logged by the application.
    How do I find all the ports jmx servers connected?
    Note : In my case I can not instrument using the PID.
    thanks,
    bala K

    Hi kajbj,
    I tried stop/start the application, but couldn't find any difference in the netstat command. I know it should show the JMX port (I am able to see on a test application), but this application's JMX port usage is missing.
    netstat -ano --> Do i need to use any other commands?
    I just injected few lines of code ( to list the MBeanServers programatically), to this application (did some usual tweaks to let this code execute at some time) and its listing couple of MBeanServers and lot of MBeans.
    MBeanServerFactory.findMBeanServer(null); and so on.....
    Is there a way to get the port using the Management API's?
    thanks,
    bala K

  • How to find active sessions count on a server in weblogic server console

    Hi All,
    I would like to know how to find active sessions count on a server in weblogic console. I am using weblogic 11g.
    Regards,
    Sunil.

    On the deployment, monitoring tab, you can select web applications. Here the number of current sessions are listed per web application deployed on the domain.
    The deployment itself (deployments, application, monitoring, sessions) shows a list of sessions and where it is located. Unfortunately, there is no aggregation (but that is something you can so yourself as well).
    When you are using a load balancer in front, the count of sessions on per web application on the domain gives you some clue how many sessions there are present on each server.
    That is to say, when load balancer is using round-robin (and does that correct), you can take the total number of sessions divide it by the number of servers.

  • How to find out the info regarding Solaris, server hang or shutdown.

    Hi
    As I am handling the Solaris 9 Server remotely.
    As in last week the server has stopped to respond suddenly, we have tried to ping, ssh which was not working. As ultimately we have asked the Data Centre Team to hard reboot the same, to resolve the issue.
    In the same ref I would like to know how we come to know the reason, what caused to reboot the same, i.e . any log file, etc..
    I have check /var/adm/messages, but not found any detail for the same.
    Thanks
    Rajan
    I

    No core files?
    No hope for an answer.
    As you learned in the other Internet forum.
    http://www.linuxquestions.org/questions/solaris-opensolaris-20/how-to-find-out-the-info-regarding-solaris-server-hang-or-shutdown.-621500/
    To get such corefiles analyzed,
    you would need to use your service contract and log a support case with Sun.
    They have the special software tools to do that.

  • How to find the webclient in SAP MDM server

    How to find the webclient in SAP MDM server
    Thanks In Advance
    GuruvaReddy

    Hi Guruva,
    If you are talking about MDM APIs, then you will get them from Service place when you download the complete MDM 5.5 Suite. You need to choose the API which is appropriate to you. MDM comes with 2 different APIs - Java API and COM API as of SP1(The news is.. ABAP API is under development).
    Pre-requisite for building applications using Java APIs is basic Java skills.
    Regards,
    Rajani Kumar K

  • How to find existing DAC connection to sql server

    How to find existing DAC connection in sql server  

    Hi RoyalM,
    Vishal has answered your initial question. If you have the connection issue. I suggest you elaborate the issue in a new thread.
    You can access DAC using SQLCMD from a command prompt. Or check the existing DAC connection in a command prompt:
    1. Open Command Prompt.
    2. Type: SQLCMD –S <servername\instance> -d master and press Enter.
    1> SELECT name,local_tcp_port FROM sys.dm_exec_connections ec join sys.endpoints e on (ec.endpoint_id=e.endpoint_id) WHERE e.name='Dedicated Admin Connection'
    2> go
    3. If it returns the result, it means there is an existing DAC connection. It also shows the port used by dedicated admin connection.
    Thanks.
    Tracy Cai
    TechNet Community Support

Maybe you are looking for

  • Combining 4:3 and 16:9 video in a single widescreen project

    I am working on my first DV widescreen project in iMovie 6. The majority of the video footage I'm using was shot in 16:9 (widescreen) format and imported just fine. I then imported into the same project some additional footage from a friend's camera

  • Problem with subform set

    Hi all , I am facing a problem with subform set. When i use two subform sets with same set of conditions in a form, only the first subform set works while the second one does nothing. Did any of you faced the same problem ? If so Please let me know t

  • RuntimeError in mapping.......package com.itc.xi.mapping.udf does not exist

    while testing a maaping, one of the UDFs threw the following runtime error... Error: package com.xxx.xi.mapping.udf does not exist... moreover, whats the CLASSPATH of the java package com.itc.xi.mapping.* Message was edited by:         sudeep dhar

  • Refer to cells in Calendar

    Hello, I was wondering if there is any way to refer to specific cells in an SQL calendar without returing any values into them? The reason I ask is because I'm trying to change the background color of a range of dates between the current date and som

  • I rented a movie in iTunes

    Okay so, I rented a movie with iTunes and I can watch the first 35 minutes and then I can't watch any more of it. Please help! Thanks a lot