Calcualte Oracle applications memory usage

Is there a way or does anyone have a script for oracle applications memory usage of a period of 30 days??

Hi
By implementing the statspack you can get most of the statistics information including memory usage of apps instance with time intervals. Since there is no GUI performance analysis is complicated with statspack. If you are on 10g a new feature called AWR(automatic workload repository) which gives you statistics and metrics with html format report.
There are some tools to monitor the Oracle applications services like cpu , memory consumption... I prefer to go with your own customization scripts to monitor the instance.
You can get plenty of scripts in the net.
http://www.orafaq.com/scripts/
I have little experience with bmcsoftware which monitors oracle Applicatons. But I am not sure whether it gives statistics for the timeperiod. See the below whitepaper of bmc.
http://documents.bmc.com/products/documents/66/54/56654/56654.pdf
Regards
Srinath

Similar Messages

  • Calculate Oracle Apps memory usage

    Is there a way or does anyone have a script for oracle applications memory usage of a period of 30 days??

    no experts on this?

  • What does the application memory full box mean

    I keep getting the Application Memory Full message. How do I resolve the problem permanently other than temporarily by closing applications?

    Hey there FJRodgers!
    I have a couple of articles that should be able to help you address this issue. First, take a look at this article which describes the issue:
    Mac OS: Troubleshooting Out of Memory Errors
    http://support.apple.com/kb/TA25701
    You can also use the following article to learn more about the activity monitor, which will help you track your application memory usage:
    Using Activity Monitor to read System Memory and determine how much RAM is being used (OS X Mountain Lion and earlier)
    http://support.apple.com/kb/ht1342
    Thanks for coming to the Apple Support Communities!
    Cheers,
    Braden

  • System Settings - Memory usage - Application

    In Memory Usage - Application, under System Settings, my slider is set to 100% and gives 2560 MB.
    I was wondering where this figure of 2560MB comes from, is that the max that FCE can use/access? I have 10Gb Ram on the system in total, why is FCE only using 2560?
    Is this normal, or indicating a problem on the system somewhere?
    Thanks
    Neil

    Thanks
    That has set my mind at rest. I have not broken it or done something wrong then.
    I am just working my way through a basic FCE 4 tutorial book.
    More dumb questions to follow
    NP

  • ORA-4030  and memory usage by oracle

    I'm looking this documento on metalink:
    Note:233869.1
    Diagnosing and Resolving ORA-4030 errors
    II want to know which process is requesting too much memory.
    The document says:
    On Microsoft windows systems, oracle is implemented by using threads in a single oracle process. Up to now, i didn't find a way to view the memory usage per thread. We can however check if oracle and the operating system agree on the memory used by oracle.
    For the Operating system point of view, we can use task manager. Use the view pusbutton and select Select Columns... make sure Virtual Memory Size is selected.
    And in my system is: 1.716.712 K
    Then I execute this select to get the memory size as viewed by oracle, however, not including the process stack and code size:
    select sum(bytes)/1024/1024 Mb from
    (select bytes from v$sgastat
    union
    select value bytes from
    v$sesstat s,
    v$statname n
    where
    n.STATISTIC# = s.STATISTIC# and
    n.name = 'session pga memory'
    MB
    5711,88542
    How can it possible? 5G!

    Hi,
    It may be from the Paging space of your SYSTEM.
    If you want to know in detail.
    select details from the v$sesstat and get the session wise PGA allocated.
    I also did not understood the statement "And in my system is: 1.716.712 K"
    Dilipkumar Patel.

  • How to capture memory usage for web application

    In OATS openscripts, how to capture memory usage for web application? Does it have the exisitng java method that we can call to get the memory data (e.g. peak bytes, private bytes) consumed by web application?

    JProbe

  • CPU/memory usage of AIR application under Mac 10.4.10

    As my AIR application uses a lot of CPU/memory under Mac
    (seems better in Windows), I decide to do some basic testing. I
    create several applications with different level of complexities.
    Below is a table of CPU/memory usage when the application is simply
    sitting there. A brief description of the application can be found
    in the end of each line.
    Here are some results:
    [1] Even for an empty application, CPU usage is not zero
    (most non-AIR application has 0 CPU usage when doing nothing). Also
    the memory usage is huge, comparable to Finder on my computer.
    [2] Empty application has 7 threads running.
    [3] Indetermined progress bar costs a lot of CPU; and I guess
    any other animation costs a lot of CPU too. But if they are
    invisible they are fine.
    [4] running timer costs CPU.
    PID COMMAND %CPU TIME #TH #PRTS #MREGS RPRVT RSHRD RSIZE
    VSIZE application
    10093 adl 1.8% 0:01.85 7 100 292 15.0M 13.8M+ 22.8M 444M
    empty
    10094 adl 1.9% 0:01.55 7 100 299 15.2M 14.0M+ 23.1M 444M
    label
    10097 adl 1.9% 0:01.48 7 100 302 15.3M 13.4M 23.7M 445M
    progress bar
    10095 adl 5.7% 0:02.40 7 100 302 15.4M- 13.2M 23.5M 445M
    progress bar (indetermined)
    10125 adl 15.9% 0:03.66 7 100 304 15.7M- 13.4M 23.9M 445M 5
    progress bar (indetermined)
    10126 adl 29.7% 0:10.39 7 100 325 16.7M+ 13.4M+ 24.9M+ 445M
    10 progress bar (indetermined)
    10128 adl 1.9% 0:01.34 7 100 324 16.1M 13.7M 24.3M 445M 10
    progress bar (indetermined), visible=false
    10136 adl 1.8% 0:00.76 7 100 323 16.5M+ 13.9M+ 24.7M- 450M
    Empty datagrid
    10147 adl 1.9% 0:01.60 7 101 328 16.1M 13.8M+ 24.5M- 447M
    TabNavigator with two empty VBox children
    10138 adl 1.8% 0:01.59 7 100 372 19.4M 13.9M 27.7M 453M
    datagrid with 10000 simple rows
    10131 adl 3.1% 0:02.38 7 110 348 25.7M 19.3M 34.8M 458M 10
    Empty native windows
    10143 adl 1.9% 0:00.99 7 100 296 15.1M 13.9M+ 23.2M- 444M
    Timer, delay = 100ms, calling an empty function
    10145 adl 4.1% 0:02.35 7 100 298 15.0M 14.0M+ 23.2M- 444M
    Timer, delay = 100ms, calling function update label position
    As to my own application, it's much bigger than these simple
    ones. The CPU usually stablizes to 20% and VSIZE is about 1G. There
    is no timer running. When I leave the application open for a few
    hours, the application will eventually freeze and I have to kill
    it.
    I am wondering if there are any articles or documents
    explaining AIR's CPU/memory usage. And also if AIR is planning to
    improve the performance in the next release.

    James, thank you for the very fast answer! I did various tests on the weekend on my computer and computer of my friend.
    And I can say, that Debug flag doesn't affect memory consumption.   They still eat memory. My steps to reproduce are as follows:
    (Windows 7 32 bit)
    Photoshop CS5:
    1) set HKEY_CURRENT_USER\Software\Adobe\CSXS2Preferences\PlayerDebugMode to 0
    2*) check HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\CSXS2Preferences (just in case)
    3) Compile HelloPhotoshop example to ZXP and install via  Extension manager
    4) restart computer
    5) Run Photoshop CS5 - Memory consumption: 100 096 KB
    6) Open HelloPhotoshop and close it 10 times
    7) Memory consumption: 155 840 - 5,574 MB per one close/open
    Maybe a garbage collector is expected to run and free this memory, but it never happened in my case. The memory pool was increasing to 1 GB when I was working with one of my panels - with no documents open in Photoshop
    In InDesign I tried the same thing with HelloInDesign ( I had to close the panel completely and then open with Window | Extensions | HelloInDesign)
    Memory consumption on start: 118 516
    Memory consumption after 10 open/close cycles: 197 516
    It's 7,9 MB per one close/open
    It's the simpliest panel test. When I'm using AIR libraries the memory usage is increasing a lot faster.

  • Application Server Control 10g : Memory usage wrong

    Hi,
    We have install an OAS 10g on Windows Server 2003 with 8Gb RAM. But on the Application server Control, only 2 Gb are display in memory usage (Application server 372 Mb+Free 1675 Mo).
    How configure Application Server to see all memory available ?
    Thanks

    32bit Windows have 4GB address space, which is split 2Gb system and 2Gb user. So user processes have 2Gb virtual address space (even if hw has more RAM).
    Perhaps "App Server Control" mem stats system is limited by this concept. And maybe the app server is threaded?
    Is it 32bit or 64bit hardware and OS?

  • Extensive (very very very extensive) memory usage of host application with CS extension

    Hi!
    I tried this only under Photoshop CS5 and InDesign CS5 under Windows 7.
    When you open and close CS extension panel, the memory taken by Photoshop (InDesign) increases by 6-30MB!
    In case of the simple HelloPhotoshop (HelloInDesign) panel from the examples, compiled in release mode, when you open it and close, - it's about 6-10MB each time you do it. And in case of a more complex panel, which uses AIR, etc. it's about 30MB per one panel close/open.
    When I use some panels in 5-10 minutes Photoshop (InDesign) increases its memory pool from 600MB up to 1,2 GB. And more. And this memory is never freed, only until Photoshop (InDesign) shutdown.
    I tried freeing all my arrays, killing display objects, etc. - nothing helped. Even a simple HelloPhotoshop (HelloInDesign) that does nothing eats memory.
    By the way, InDesign eats memory a lot faster .

    James, thank you for the very fast answer! I did various tests on the weekend on my computer and computer of my friend.
    And I can say, that Debug flag doesn't affect memory consumption.   They still eat memory. My steps to reproduce are as follows:
    (Windows 7 32 bit)
    Photoshop CS5:
    1) set HKEY_CURRENT_USER\Software\Adobe\CSXS2Preferences\PlayerDebugMode to 0
    2*) check HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\CSXS2Preferences (just in case)
    3) Compile HelloPhotoshop example to ZXP and install via  Extension manager
    4) restart computer
    5) Run Photoshop CS5 - Memory consumption: 100 096 KB
    6) Open HelloPhotoshop and close it 10 times
    7) Memory consumption: 155 840 - 5,574 MB per one close/open
    Maybe a garbage collector is expected to run and free this memory, but it never happened in my case. The memory pool was increasing to 1 GB when I was working with one of my panels - with no documents open in Photoshop
    In InDesign I tried the same thing with HelloInDesign ( I had to close the panel completely and then open with Window | Extensions | HelloInDesign)
    Memory consumption on start: 118 516
    Memory consumption after 10 open/close cycles: 197 516
    It's 7,9 MB per one close/open
    It's the simpliest panel test. When I'm using AIR libraries the memory usage is increasing a lot faster.

  • XML usage on RDBMS 7.3.4.5 with Oracle applications 10.7 char and Smartclient 16.1GUI

    We are using oracle finacials and oracle manufacturing applications version 10.7 char and Smart client 16.1 GUI version on RDBMS 7.3.4.5.
    Need to implement XML -based internet applications on RDBMS 7.3.4.5 version along with oracle applications oracle Financials and oracle manufacturing.
    Is anybody implementd on 7.3.4.5 and if implemented how can we proceed.
    dharane
    null

    All of our XML components (with the exception of the XML Parser for PLSQL) work just fine outside the database.
    Download the XSQL Servlet and with an appropriate JDBC connect string in the XSQLConfig.xml file (see the release notes) you and your 7.3.4.5 database should be in business for XML.

  • Memory usage of excel stays high after Macro is executed and excel crashes after trying to close it

    Hi,
    I'm trying to resolve an issue with an excel based tool. The macros retrieve data from an Oracle database and do calculations with the data. They also open and write into files in the same directory. The macros all run and finish the calculations. I can
    continue to use and modify the sheet. I can also close the workbook, however excel memory usage I see in the windows Task manager stays elevated.If I  close Excel it says: Excel stopped working and then it tries to recover information...
    I assume something in the macro did not finish properly and memory was not released. I would like to check what is still open (connection, stream or any other object) when I close the workbook I would like to have a list of all still used memory. Is there
    a possibility to do so.
    Here the code I'm using, its reduced to functions which open something. Functions   
    get_v_tools() and get_change_tools() are same as get_client_positions().
    Public conODBC As New ADODB.Connection
    Public myPath As String
    Sub get_positions()
    Dim Src As range, dst As range
    Dim lastRow As Integer
    Dim myPath As String
    lastRow = Sheets("SQL_DATA").Cells(Sheets("SQL_DATA").rows.Count, "A").End(xlUp).Row
    Sheets("SQL_DATA").range("A2:AD" & lastRow + 1).ClearContents
    Sheets("SQL_DATA").range("AG2:BE" & lastRow + 2).ClearContents
    Sheets("SQL_DATA").range("AE3:AF" & lastRow + 2).ClearContents
    k = Sheets("ToolsList").Cells(Sheets("ToolsList").rows.Count, "A").End(xlUp).Row + 1
    Sheets("ToolsList").range("A2:M" & k).ClearContents
    'open connection
    Call open_connection
    lastRow = Sheets("SQL_DATA").Cells(Sheets("SQL_DATA").rows.Count, "A").End(xlUp).Row
    If lastRow < 2 Then GoTo ErrorHandling
    'copy bs price check multiplications
    Set Src = Sheets("SQL_DATA").range("AE2:AF2")
    Set dst = Worksheets("SQL_DATA").range("AE2").Resize(lastRow - 1, Src.columns.Count)
    dst.Formula = Src.Formula
    On Error GoTo ErrorHandling
    'new prices are calculated
    newPrice_calculate (lastRow)
    Calculate
    myPath = ThisWorkbook.Path
    'Refresh pivot table in Position Manager
    Sheets("Position Manager").PivotTables("PivotTable3").ChangePivotCache ActiveWorkbook. _
    PivotCaches.Create(SourceType:=xlDatabase, SourceData:= _
    myPath & "\[Position_Manager_v1.0.xlsm]SQL_DATA!R1C2:R" & lastRow & "C31" _
    , Version:=xlPivotTableVersion14)
    ErrorHandling:
    Set Src = Nothing
    Set dst = Nothing
    If conODBC.State <> 0 Then
    conODBC.Close
    End If
    End Sub
    Sub open_connection()
    Dim sql_data, sql_data_change, sql_data_v As Variant
    Dim wdth, TotalColumns, startRow As Integer
    Dim rst As New ADODB.Recordset
    Errorcode = 0
    On Error GoTo ErrorHandling
    Errorcode = 1
    With conODBC
    .Provider = "OraOLEDB.Oracle.1"
    .ConnectionString = "Password=" & pswrd & "; Persist Security Info=True;User ID= " & UserName & "; Data Source=" & DataSource
    .CursorLocation = adUseClient
    .Open
    .CommandTimeout = 300
    End With
    startRow = Sheets("SQL_DATA").Cells(Sheets("SQL_DATA").rows.Count, "A").End(xlUp).Row + 1
    sql_data = get_client_positions(conODBC, rst)
    wdth = UBound(sql_data, 1)
    Sheets("SQL_DATA").range("A" & startRow & ":AA" & wdth + startRow - 1).Value = sql_data
    'Run change tools instruments
    startRow = Sheets("ToolsList").Cells(Sheets("ToolsList").rows.Count, "A").End(xlUp).Row + 1
    sql_data_change = get_change_tools(conODBC, rst)
    wdth = UBound(sql_data_change, 1)
    Sheets("ToolsList").range("A" & startRow & ":M" & wdth + startRow - 1).Value _
    = sql_data_change
    'open SQL for V tools instruments
    startRow = Sheets("ToolsList").Cells(Sheets("ToolsList").rows.Count, "A").End(xlUp).Row + 1
    sql_data_v = get_v_tools(conODBC, rst)
    wdth = UBound(sql_data_v, 1)
    Sheets("ToolsList").range("A" & startRow & ":L" & startRow + wdth - 1).Value = sql_data_v
    conODBC.Close
    ErrorHandling:
    If rst.State <> 0 Then
    rst.Close
    End If
    Set rst = Nothing
    End Sub
    Private Function get_client_positions(conODBC As ADODB.Connection, rst_posi As ADODB.Recordset) As Variant
    Dim sql_data As Variant
    Dim objCommand As ADODB.Command
    Dim sql As String
    Dim records, TotalColumns As Integer
    On Error GoTo ErrorHandling
    Set objCommand = New ADODB.Command
    sql = read_sql()
    With objCommand
    .ActiveConnection = conODBC 'connection for the commands
    .CommandType = adCmdText
    .CommandText = sql 'Sql statement from the function
    .Prepared = True
    .CommandTimeout = 600
    End With
    Set rst_posi = objCommand.Execute
    TotalColumns = rst_posi.Fields.Count
    records = rst_posi.RecordCount
    ReDim sql_data(1 To records, 1 To TotalColumns)
    If TotalColumns = 0 Or records = 0 Then GoTo ErrorHandling
    If TotalColumns <> 27 Then GoTo ErrorHandling
    If rst_posi.EOF Then GoTo ErrorHandling
    l = 1
    Do While Not rst_posi.EOF
    For i = 0 To TotalColumns - 1
    sql_data(l, i + 1) = rst_posi.Fields(i)
    Next i
    l = l + 1
    rst_posi.MoveNext
    Loop
    ErrorHandling:
    rst_posi.Close
    Set rst_posi = Nothing
    Set objCommand = Nothing
    get_client_positions = sql_data
    End Function
    Private Function read_sql() As String
    Dim sqlFile As String, sqlQuery, Line As String
    Dim query_dt As String, client As String, account As String
    Dim GRP_ID, GRP_SPLIT_ID As String
    Dim fso, stream As Object
    Set fso = CreateObject("Scripting.FileSystemObject")
    client = Worksheets("Cover").range("C9").Value
    query_dt = Sheets("Cover").range("C7").Value
    GRP_ID = Sheets("Cover").range("C3").Value
    GRP_SPLIT_ID = Sheets("Cover").range("C5").Value
    account = Sheets("Cover").range("C11").Value
    sqlFile = Sheets("Cover").range("C15").Value
    Open sqlFile For Input As #1
    Do Until EOF(1)
    Line Input #1, Line
    sqlQuery = sqlQuery & vbCrLf & Line
    Loop
    Close
    ' Replace placeholders in the SQL
    sqlQuery = Replace(sqlQuery, "myClent", client)
    sqlQuery = Replace(sqlQuery, "01/01/9999", query_dt)
    sqlQuery = Replace(sqlQuery, "54747743", GRP_ID)
    If GRP_SPLIT_ID <> "" Then
    sqlQuery = Replace(sqlQuery, "7754843", GRP_SPLIT_ID)
    Else
    sqlQuery = Replace(sqlQuery, "AND POS.GRP_SPLIT_ID = 7754843", "")
    End If
    If account = "ZZ" Then
    sqlQuery = Replace(sqlQuery, "AND AC.ACCNT_NAME = 'ZZ'", "")
    Else
    sqlQuery = Replace(sqlQuery, "ZZ", account)
    End If
    ' Create a TextStream to check SQL Query
    sql = sqlQuery
    myPath = ThisWorkbook.Path
    Set stream = fso.CreateTextFile(myPath & "\SQL\LastQuery.txt", True)
    stream.Write sql
    stream.Close
    Set fso = Nothing
    Set stream = Nothing
    read_sql = sqlQuery
    End Function

    Thanks Starain,
    that's what I did the last days and found that the problem is in the
    newPrice_calculate (lastRow)
    function. This function retrieves data (sets it as arrays) which was correctly pasted into the sheet, loops through all rows and does math/calendar calculations with cell values using an Add-In("Quantlib")
    Public errorMessage as String
    Sub newPrice_calculate(lastRow)
    Dim Type() As Variant
    Dim Id() As Variant
    Dim Price() As Variant
    Dim daysTo() As Variant
    Dim fx() As Variant
    Dim interest() As Variant
    Dim ObjCalend as Variant
    Dim newPrice as Variant
    On Error GoTo Catch
    interest = Sheets("SQL_DATA").range("V2:V" & lastRow).Value
    Type = Sheets("SQL_DATA").range("L2:L" & lastRow).Value Id = Sheets("SQL_DATA").range("M2:M" & lastRow).Value Price = Sheets("SQL_DATA").range("T2:T" & lastRow).Value
    daysTo = Sheets("SQL_DATA").range("K2:K" & lastRow).Value
    fx = Sheets("SQL_DATA").range("U2:U" & lastRow).Value
    qlError = 1
    For i = 2 To lastRow
    If (i, 1) = "LG" Then
    'set something - nothing spectacular like
    interest(i, 1) = 0
    daysTo(i , 1) = 0
    Else
    adjTime = Sqr(daysTo(i, 1) / 365)
    ObjCalend(i,1) =Application.Run("qlCalendarHolidaysList", _
    "CalObj", ... , .... other input parameters)
    If IsError(ObjCalend(i,1)) Then GoTo Catch
    'other calendar calcs
    newPrice(i,1) = Application.Run( 'quantLib calcs)
    End If
    Catch:
    Select Case qlError
    Case 1
    errorMessage = errorMessage & " QuantLibXL Cal Error at: " & i & " " & vbNewLine & Err.Description
    ObjCalend(i,1) (i, 1) = "N/A"
    End Select
    Next i
    Sheets("SQL_DATA").range("AB2:AB" & lastRow).Value = newPrice
    'Sheets("SQL_DATA").range("AA2:AA" & lastRow).Value = daysTo
    ' erase and set to nothing all arrays and objects
    Erase Type
    Erase id
    Erase Price
    Set newPrice = Nothing
    Is there a possibility to clean everything in:
    Private Sub Workbook_BeforeClose(Cancel As Boolean)
    End Sub
    Thanks in advance
    Mark

  • OS X Yosemite Safari memory usage

    Safari's memory usage under Yosemite continues to increase until system stalls due to paging. The memory gets to about 60G before the stall. Also, the process SafariDAVclient exhibits the same behavior. This started after I reinstalled Yosemite. Reinstalled again, no better.
    Anyone have a solution?
    IMAC
    12G 1333 MHz DDR3
    Inter Core I5

    Start time: 18:40:57 12/14/14
    Model Identifier: iMac12,2
    System Version: OS X 10.10.1 (14B25)
    Kernel Version: Darwin 14.0.0
    Time since boot: 5 minutes
    SATA
       ST31000528AS                           
    USB
       UC-10KM V1.3.124 (ATEN International Co. Ltd.)
       IEEE-1284 Controller (Prolific Technology, Inc.)
    Diagnostic reports
       2014-12-08 Norton AntiVirus crash
       2014-12-08 Norton Internet Security crash
    Shutdowns
       Dec 12 15:34:53 Previous shutdown cause: -62
       Dec 12 16:34:52 Previous shutdown cause: -62
       Dec 13 02:40:04 Previous shutdown cause: -62
       Dec 13 11:35:09 Previous shutdown cause: -62
       Dec 14 18:36:37 Previous shutdown cause: -62
    Log
       Dec 14 05:36:19 com.symantec.errorreporting.periodic: Service exited with abnormal code: 70
       Dec 14 05:38:34 com.symantec.errorreporting.periodic-agent: Service exited with abnormal code: 70
       Dec 14 07:36:20 com.symantec.errorreporting.periodic: Service exited with abnormal code: 70
       Dec 14 07:38:39 com.symantec.errorreporting.periodic-agent: Service exited with abnormal code: 70
       Dec 14 09:36:58 com.symantec.errorreporting.periodic: Service exited with abnormal code: 70
       Dec 14 09:38:27 com.symantec.errorreporting.periodic-agent: Service exited with abnormal code: 70
       Dec 14 10:45:35 firefox (map: 0xffffff8046cfb000) triggered DYLD shared region unnest for map: 0xffffff8046cfb000, region 0x7fff89600000->0x7fff89800000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
       Dec 14 11:09:09 process com.apple.WebKit[3678] thread 910877 caught burning CPU!; EXC_RESOURCE supressed due to audio playback
       Dec 14 11:35:53 com.symantec.errorreporting.periodic: Service exited with abnormal code: 70
       Dec 14 11:38:36 com.symantec.errorreporting.periodic-agent: Service exited with abnormal code: 70
       Dec 14 13:12:12 firefox (map: 0xffffff8051eab690) triggered DYLD shared region unnest for map: 0xffffff8051eab690, region 0x7fff89600000->0x7fff89800000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
       Dec 14 13:39:50 com.symantec.errorreporting.periodic: Service exited with abnormal code: 70
       Dec 14 13:41:29 com.symantec.errorreporting.periodic-agent: Service exited with abnormal code: 70
       Dec 14 15:18:00 firefox (map: 0xffffff8051826000) triggered DYLD shared region unnest for map: 0xffffff8051826000, region 0x7fff89600000->0x7fff89800000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
       Dec 14 15:35:46 com.symantec.errorreporting.periodic: Service exited with abnormal code: 70
       Dec 14 15:38:35 com.symantec.errorreporting.periodic-agent: Service exited with abnormal code: 70
       Dec 14 17:42:52 com.symantec.errorreporting.periodic-agent: Service exited with abnormal code: 70
       Dec 14 17:44:01 com.symantec.errorreporting.periodic: Service exited with abnormal code: 70
       Dec 14 18:36:37 Error 2 registering socket filter (com.symantec.fw.ac.at). Your computer may not be fully protected.
       Dec 14 18:36:37 com.apple.Kerberos.kdc: Service exited with abnormal code: 1
       Dec 14 18:36:37 ** GPU Hardware VM is disabled (multispace: disabled, page table updates with DMA: disabled)
       Dec 14 18:36:54 com.apple.dpd: Service exited with abnormal code: 75
       Dec 14 18:37:05 com.apple.dpd: Service exited with abnormal code: 75
       Dec 14 18:37:21 firefox (map: 0xffffff8049a89c30) triggered DYLD shared region unnest for map: 0xffffff8049a89c30, region 0x7fff86c00000->0x7fff86e00000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
       Dec 14 18:40:13 com.symantec.errorreporting.periodic-agent: Service exited with abnormal code: 70
    Activity
       CPU: user 13%, system 38%
    CPU per process: SafariDAVClient (UID 501) is using 97  %
    Memory: Safari (UID 501) is using 1753 MB
    kexts
       com.symantec.kext.internetSecurity (5.4f4)
       com.symantec.kext.pf (5.7.1f4)
       com.symantec.kext.ips (3.9.2f1)
       com.symantec.kext.SymAPComm (12.7.1f4)
       com.symantec.kext.fw (5.3.1f4)
    Daemons
       com.period.searchprotectd
       com.carbonite.daemon
       com.symantec.liveupdate.daemon
       com.apple.installer.osmessagetracing
       com.microsoft.office.licensing.helper
       com.symantec.errorreporting.periodic
       com.oracle.java.Helper-Tool
       com.symantec.symdaemon
       com.symantec.sharedsettings
       com.adobe.fpsaud
       com.symantec.liveupdate.daemon.ondemand
       com.symantec.deepsight-extractor
    Agents
       com.symantec.uiagent.application
       com.carbonite.carbonitestatus
       com.symantec.nis.application
       com.oracle.java.Java-Updater
       com.apple.AirPortBaseStationAgent
       com.carbonite.carbonitealerts
       com.symantec.errorreporting.periodic-agent
    Bundles
       /Library/Extensions/FileSecurity.kext
       -    com.symantec.kext.filesecurity
       /Library/Extensions/SymAPComm.kext
       -    com.symantec.kext.SymAPComm
       /Library/Extensions/SymFirewall.kext
       -    com.symantec.kext.fw
       /Library/Extensions/SymInternetSecurity.kext
       -    com.symantec.kext.internetSecurity
       /Library/Extensions/SymIPS.kext
       -    com.symantec.kext.ips
       /Library/Extensions/SymPersonalFirewall.kext
       -    com.symantec.kext.pf
       /Library/Internet Plug-Ins/Flash Player.plugin
       -    N/A
       /Library/Internet Plug-Ins/JavaAppletPlugin.plugin
       -    com.oracle.java.JavaAppletPlugin
       /Library/Internet Plug-Ins/NortonInternetSecurityBF.plugin
       -    com.symantec.NortonInternetSecurityBF
       /Library/Internet Plug-Ins/SharePointBrowserPlugin.plugin
       -    com.microsoft.sharepoint.browserplugin
       /Library/Internet Plug-Ins/SharePointWebKitPlugin.webplugin
       -    com.microsoft.sharepoint.webkitplugin
       /Library/PreferencePanes/Carbonite.prefPane
       -    com.carbonite.prefpanel
       /Library/PreferencePanes/Flash Player.prefPane
       -    com.adobe.flashplayerpreferences
       /Library/PreferencePanes/JavaControlPanel.prefPane
       -    com.oracle.java.JavaControlPanel
       /Library/PreferencePanes/SymantecQuickMenu.prefPane
       -    com.symantec.quickmenu.prefpane
       Library/Address Book Plug-Ins/SkypeABDialer.bundle
       -    com.skype.skypeabdialer
       Library/Address Book Plug-Ins/SkypeABSMS.bundle
       -    com.skype.skypeabsms
       Library/Internet Plug-Ins/TroviNPAPIPlugin.plugin
       -    com.conduit.ConduitNPAPIPlugin
    Contents of /Library/LaunchAgents/com.carbonite.launchd.carbonitealerts.plist (checksum 3096452879)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
           <key>Disabled</key>
           <false/>
           <key>Label</key>
           <string>com.carbonite.carbonitealerts</string>
           <key>OnDemand</key>
           <true/>
           <key>RunAtLoad</key>
           <false/>
           <key>WatchPaths</key>
           <array>
               <string>/Library/Application Support/Carbonite/CarboniteAlerts.app/Contents/Resources/</string>
           </array>
           <key>ProgramArguments</key>
           <array>
               <string>/Library/Application Support/Carbonite/CarboniteAlerts.app/Contents/MacOS/CarboniteAlerts</string>
           </array>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/com.carbonite.launchd.carbonitestatus.plist (checksum 2411194237)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
           <key>Disabled</key>
           <false/>
           <key>Label</key>
           <string>com.carbonite.carbonitestatus</string>
           <key>ProgramArguments</key>
           <array>
               <string>/Library/Application Support/Carbonite/CarboniteStatus.app/Contents/MacOS/CarboniteStatus</string>
           </array>
           <key>RunAtLoad</key>
           <true/>
           <key>OnDemand</key>
           <false/>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/com.oracle.java.Java-Updater.plist (checksum 2888270030)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
           <key>Label</key>
           <string>com.oracle.java.Java-Updater</string>
           <key>ProgramArguments</key>
           <array>
               <string>/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Resources/Java Updater.app/Contents/MacOS/Java Updater</string>
               <string>-bgcheck</string>
           </array>
           <key>StandardErrorPath</key>
           <string>/dev/null</string>
           <key>StandardOutPath</key>
           <string>/dev/null</string>
           <key>StartCalendarInterval</key>
           <dict>
               <key>Hour</key>
               <integer>14</integer>
               <key>Minute</key>
               <integer>2</integer>
               <key>Weekday</key>
               <integer>1</integer>
           </dict>
       </dict>
       ...and 1 more line(s)
    Contents of /Library/LaunchAgents/com.symantec.errorreporter-periodicagent.plist (checksum 3538970707)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
           <key>Disabled</key>
           <false/>
           <key>Label</key>
           <string>com.symantec.errorreporting.periodic-agent</string>
           <key>Nice</key>
           <integer>10</integer>
           <key>LowPriorityIO</key>
           <true/>
           <key>RunAtLoad</key>
           <true/>
           <key>StartInterval</key>
           <integer>86400</integer>
           <key>StartCalendarInterval</key>
           <array>
               <dict>
                   <key>Minute</key>
                   <integer>48</integer>
                   <key>Hour</key>
                   <integer>16</integer>
                   <key>Weekday</key>
                   <integer>2</integer>
       ...and 28 more line(s)
    Contents of /Library/LaunchAgents/com.symantec.nis.application.plist (checksum 4000086316)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
           <key>Label</key>
           <string>com.symantec.nis.application</string>
           <key>RunAtLoad</key>
           <false/>
           <key>QueueDirectories</key>
           <array>
               <string>/Library/Application Support/Symantec/NisLaunch</string>
           </array>
           <key>ProgramArguments</key>
           <array>
               <string>/Applications/Symantec Solutions/Norton Internet Security.app/Contents/MacOS/Norton Internet Security</string>
           </array>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/com.symantec.uiagent.application.plist (checksum 2715641560)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
           <key>KeepAlive</key>
           <true/>
           <key>Label</key>
           <string>com.symantec.uiagent.application</string>
           <key>ProgramArguments</key>
           <array>
               <string>/Library/Application Support/Symantec/SymUIAgent/SymUIAgent.app/Contents/MacOS/SymUIAgent</string>
           </array>
           <key>RunAtLoad</key>
           <true/>
       </dict>
       </plist>
    Contents of /Library/LaunchDaemons/com.carbonite.launchd.carbonitedaemon.plist (checksum 2948711974)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
           <key>Label</key>
           <string>com.carbonite.daemon</string>
           <key>ProgramArguments</key>
           <array>
               <string>/Library/Application Support/Carbonite/CarboniteDaemon.app/Contents/MacOS/CarboniteDaemon</string>
           </array>
           <key>RunAtLoad</key>
           <true/>
           <key>OnDemand</key>
           <false/>
           <key>WorkingDirectory</key>
           <string>/Library/Application Support/Carbonite</string>
           <key>StandardOutPath</key>
           <string>/Library/Logs/Carbonite1.log</string>
           <key>StandardErrorPath</key>
           <string>/Library/Logs/Carbonite2.log</string>
       </dict>
       </plist>
    Contents of /Library/LaunchDaemons/com.perion.searchprotectd.plist (checksum 1209345832)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
           <key>AbandonProcessGroup</key>
           <true/>
           <key>EnableTransactions</key>
           <false/>
           <key>ProgramArguments</key>
           <array>
               <string>/Applications/SearchProtect/SearchProtect.app/Contents/MacOS/SearchProt ect</string>
               <string>-execv_instance</string>
           </array>
           <key>KeepAlive</key>
           <true/>
           <key>RunAtLoad</key>
           <true/>
           <key>Label</key>
           <string>com.period.searchprotectd</string>
       </dict>
       </plist>
    Contents of /Library/LaunchDaemons/com.symantec.deepsight-extractor.plist (checksum 27990138)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
           <key>Disabled</key>
           <true/>
           <key>Label</key>
           <string>com.symantec.deepsight-extractor</string>
           <key>OnDemand</key>
           <true/>
           <key>KeepAlive</key>
           <dict>
               <key>NetworkState</key>
               <true/>
           </dict>
           <key>RunAtLoad</key>
           <true/>
           <key>LowPriorityIO</key>
           <true/>
           <key>Nice</key>
           <integer>10</integer>
           <key>StandardOutPath</key>
           <string>/dev/null</string>
           <key>StandardErrorPath</key>
           <string>/Library/Application Support/Symantec/DeepSight/errors.log</string>
       ...and 13 more line(s)
    Contents of /Library/LaunchDaemons/com.symantec.errorreporter-periodic.plist (checksum 4116421858)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
           <key>Disabled</key>
           <false/>
           <key>Label</key>
           <string>com.symantec.errorreporting.periodic</string>
           <key>Nice</key>
           <integer>10</integer>
           <key>LowPriorityIO</key>
           <true/>
           <key>RunAtLoad</key>
           <false/>
           <key>StartInterval</key>
           <integer>43200</integer>
           <key>StartCalendarInterval</key>
           <array>
               <dict>
                   <key>Minute</key>
                   <integer>48</integer>
                   <key>Hour</key>
                   <integer>12</integer>
                   <key>Weekday</key>
                   <integer>2</integer>
       ...and 30 more line(s)
    Contents of /Library/LaunchDaemons/com.symantec.liveupdate.daemon.ondemand.plist (checksum 2394746304)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
           <key>KeepAlive</key>
           <false/>
           <key>Label</key>
           <string>com.symantec.liveupdate.daemon.ondemand</string>
           <key>ProgramArguments</key>
           <array>
               <string>/Library/Application Support/Symantec/LiveUpdate/LiveUpdateDaemon.bundle/Contents/MacOS/LiveUpdateDa emon</string>
           </array>
           <key>TimeOut</key>
           <integer>15</integer>
           <key>Sockets</key>
           <dict>
               <key>DaemonSocket</key>
               <dict>
                   <key>SockPathMode</key>
                   <integer>49663</integer>
                   <key>SockPathName</key>
                   <string>/private/tmp/com.symantec.liveupdate.daemonport</string>
               </dict>
           </dict>
           <key>EnableTransactions</key>
       ...and 3 more line(s)
    Contents of /Library/LaunchDaemons/com.symantec.liveupdate.daemon.plist (checksum 4073930787)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
           <key>KeepAlive</key>
           <false/>
           <key>RunAtLoad</key>
           <true/>
           <key>Label</key>
           <string>com.symantec.liveupdate.daemon</string>
           <key>ProgramArguments</key>
           <array>
               <string>/Library/Application Support/Symantec/LiveUpdate/LUTool</string>
           </array>
           <key>StartInterval</key>
           <integer>7200</integer>
           <key>TimeOut</key>
           <integer>15</integer>
       </dict>
       </plist>
    Contents of /Library/LaunchDaemons/com.symantec.nav.migrateqtf.plist (checksum 1567806071)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
               <key>KeepAlive</key>
               <false/>
               <key>RunAtLoad</key>
               <true/>
               <key>Label</key>
               <string>com.symantec.nav.migrateqtf</string>
               <key>ProgramArguments</key>
               <array>
                       <string>/usr/bin/MigrateQTF</string>
               </array>
               <key>StartInterval</key>
               <integer>300</integer>
               <key>TimeOut</key>
               <integer>15</integer>
       </dict>
       </plist>
    Contents of /Library/LaunchDaemons/com.symantec.sharedsettings.plist (checksum 2142494329)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
           <key>KeepAlive</key>
           <false/>
           <key>Label</key>
           <string>com.symantec.sharedsettings</string>
           <key>MachServices</key>
           <dict>
               <key>com.symantec.sharedsettings</key>
               <true/>
           </dict>
           <key>Program</key>
           <string>/Library/PrivateFrameworks/SymSharedSettings.framework/Tools/SymSharedS ettingsd</string>
       </dict>
       </plist>
    Contents of /Library/LaunchDaemons/com.symantec.symdaemon.plist (checksum 513030552)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
           <key>Label</key>
           <string>com.symantec.symdaemon</string>
           <key>OnDemand</key>
           <false/>
           <key>KeepAlive</key>
           <dict>
               <key>SuccessfulExit</key>
               <false/>
           </dict>
           <key>RunAtLoad</key>
           <true/>
           <key>ProgramArguments</key>
           <array>
               <string>/Library/Application Support/Symantec/Daemon/SymDaemon.bundle/Contents/MacOS/SymDaemon</string>
           </array>
       </dict>
       </plist>
    Listeners
       cupsd: ipp
       kdc: kerberos
       launchd: afpovertcp
       launchd: microsoft-ds
    User login items
       VMware Fusion Start Menu
       -    /Applications/VMware Fusion.app/Contents/Library/VMware Fusion Start Menu.app
    Restricted files: 406
    Elapsed time (s): 207

  • Oracle application server issue

    Hi,
    right now i m using oracle application server 10g on Hp-unix 11.11 (v1) , suddenly when the number of connection are increasing , memory usage reach to the 100% and my users got disconnected , previously it was the issue of number of connection and i increase the process parameter on the database side, my database is running on different node and application is on different node, the problem persist until i bouce the application server through opmnctl, any help will be appreciated.
    thanks

    These forums are for issues relating to EBS. Pl post in the OAS forum (Oracle Application Server - General for a better/faster response.
    HTH
    Srini

  • How to find out CPU and memory usage for an instance?

    Hi DBA Gurus,
    How to find out CPU usage and memory usage for an instance?
    Any information is appreciated!
    Thank you!
    Robert

    you can calculate cpu usage by adding fallowing three factors which you can get from v$sysstat
    1. Parse CPU time : This represents the percentage of CPU time spent parsing SQL statements. Parse time CPU can be a strong indication that an application has not been well tuned. High parse time CPU usually indicates that the application may be spending too much time opening and closing cursors or is not using bind variables.
    2. Recursive CPU time : Sometimes, to execute a SQL statement issued by a user, the Oracle Server must issue additional statements. Such statements are called recursive calls or recursive SQL statements. For example, if you insert a row into a table that does not have enough space to hold that row, the Oracle Server makes recursive calls to allocate the space dynamically if dictionary managed tablespaces are being used.
    Recursive calls are also generated due to the inavailability of dictionary info in the dictionary cache, firing of database triggers, execution of DDL, execution of SQL within PL/SQL blocks, functions or stored procedures and enforcement of referential integrity constraints
    3. Other CPU time : This represents the percentage of time spent looking for buffers, fetching rows or index keys, etc. Generally, \"Other\" CPU should represent the highest percentage of CPU time out of the total CPU time used.
    total memory used you can calculate adding
    total_agrigate_area+sga
    memory usage on os level you can know by fallowing commands
    vmstat 5 20 depending upon os

  • Oracle Application Server On Linux Problem

    Our client's application server has been live for 6 months now and currently there is an issue.
    This server is a Dell 6850 running Red Hat Linux ES 3.4 (Taroon Update 5) and kernel 2.4.21-32 with 2 CPUs and 8Gb of ram. Our J2EE web application runs in Oracle Application Server and currently 5 OC4Js are up and running.
    The issue we are facing is the server has frequently gone to a hang state. When this happened, we won't be able to telnet into the server but there are ping responses. So the only thing to do then would be to reboot the server.
    Now I have setup nmon for linux to run 24 hours in the server taking snap shots of the server's performance every 10 minutes. From the nmon output, I could see free memory is always around 20Mb - 50 Mb and sometimes would shoot up to 1Gb and then in 3 hours back down to 20Mb - 50Mb. Is this a normal pattern for a linux server?
    From the Oracle console under memory usage, I saw that around 1.5Gb is being used by the Application Server, 36Mb free and 6.5Gb used by other processes. Now, I am curious as what this other processes are and why are they using 6.5Gb.
    I am not sure if this is caused by a faulty hardware, OS/kernel bug, or our web application.
    What I have done:
    i) monitor /var/log/messages but no suspicious error being logged not even before or during the server hang.
    ii) monitor Oracle Application Sever log files but no suspicious errors logged.
    iii) monitor nmon output daily
    iv) searched for similar cases using Google and Oracle's Metalink but found nothing.
    Thanks.

    As a followup ---
    We believe that we have found the culprit finally based on two lucky catches during lockups. Last seven days we have been testing various combinations of centennial agent and enterprise agent running and have successfully tracked issue down to these two products not wanting to run together.
    We have 32 machines with centennial running and no emctl and there has been no issues for last 18 months. The machines we have had problem with are the ones that use enterprise agent also. We disabled centennial agent on 8 machines and left it running on 6 machines that had emctl agent. We were still experiencing failures on the 6 machines but no failures on 8 machines.
    We turned off centennial software on the remaining 6 and have had no lockups since. Based on this we are concluding that "emctl agent" and "centennial agent" dont play well together and so plan to discontinue using both of these together on any machines.
    Did not reseach exactly why these two were causing a system panic but since these are production and vital we will live with workaround.

Maybe you are looking for