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?

Similar Messages

  • 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

  • JDK1.4.0.2 Memory usage on Win 2K.

    By default Win2K does not yield much of the requested Java heap space in physical memory. It appears to give a small fraction to physical memory and the rest is kept in virtual memory.
    I've tuned the platform to have only absolutely necessary system applications running, minimizing other apps memory usage, it always appears that the heap could be allocated in physical memory, but it is just not done by the OS.
    My server has 2 Gb of ram, and my java app requests 1 Gb of heap space.
    I see quite a bit of page faults when my app executes under load.
    Looking at the memory meter in task manager, their appears to be easily more than 1Gb of free ram available, yet my process continues to page fault.
    Is there a way to get the JVM to lock/retain more physical memory and reduce the need to use virtual memory so much? It really does not appear to be a memory contention issue with other apps? I'm using jvm 1.4.0.02 on a dual cpu del 1.5 Ghx with 2gb Ram.
    Regards.

    I am having same problem, did you get a solution yet.
    Thanks
    -Aaron

  • Activity Monitor Indicates 16+TB Memory Usage !

    Has anyone ever seen an application's memory usage displayed in the Activity Monitor as 'Terabytes?' I recently noticed that Photoshop CS3 was using [get this] '16,777,216.00TB' of Real Memory. I spoke with both Adobe & Apple, and neither has any reports of anything like this. Weird!

    Did restart, but haven't had a chance to run PS yet. I did repair permissions via Disk Utility and there were quite a few corrections. Whether that had anything to do with it remains to be seen. I did read once that incorrect permissions [set incorrectly by installers] can cause a host of application-related issues [such as app crashes and the inability to launch them]. Other app memory usage looks normal.

  • Excessive memory usage by app after moving to 8.1.7.8 drivers

    Good day all,
    I'm currently working with an app that communicates with an Oracle 8.1.7 database. The app is running on a WinXP system and the Oracle database is running on Win2K. After upgrading the ODBC oracle drivers the app utilizes from 8.1.7.6 to 8.1.7.8 a massive increase in the memory consumed by the app was observed.
    e.g.
    One of the functions of the app is to generate a statistical report based on data in the Oracle database. Running this report with the 8.1.7.6 drivers installed would cause an increase of ~20 MB in the memory allocated to the app process. Subsequent runs of the report would not cause the memory usage to increase beyond this point.
    Running the same report with the 8.1.7.8 drivers installed cause an increase of ~130 MB in the memory allocated. Each subsequent run of the report causes another 130MB of memory to be consumed. This quickly results in performance hits as soon as the system starts paging memory and eventually leads to a program crash.
    Any suggestions on what may be different between the two driver versions that might cause this behavior would be greatly appreciated.

    Are you using the Oracle drivers or another vendor's ODBC driver (i.e. Microsoft)? Advanced Security should be transparent to the application...
    Justin

  • Am running Firefox 7.0.1 now. Normal memory usage is 157mb but when running Facebook (not running apps nor games), it goes up to 553mb Why?

    Am running Firefox 7.0.1 now. Normal memory usage is 157mb but when running Facebook (not running apps nor games), it goes up to 553mb Why?

    I encountered the same type of problem. Firefox running terribly slowly and slowing down my entire machine (Core i5 with 256GB SSD). Searching the forums, I found a couple of things about troubleshooting performance issues, one of which was to use '''hardware acceleration''', that is on by default. It was turned on on my PC, '''so I tried deactivating it, and it worked!'''
    So doing the exact opposite as Mozilla support said solved the problem. It is really a pain now to work with Firefox. I'm using it because I have no choice, but I'd recommend IE and Chrome over Firefox... Whatever, the market will decide once Firefox has become to crappy...

  • 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.

  • Sql memory usage increase each time win app runs

    Hi,
    Sql memory usage increases each time when win app runs. Why does it work like this? Is it normal ?
    I restart SQL Server 2012. Only my win app uses SQL server.
    First run of winapp.
    start memory usage : 211.800 KB
    close memory usage: 528.136 KB
    Second run of xaf app.
    start memory usage : 528.136 KB
    close memory usage: 996.844 KB
    Third run of xaf app
    start memory usage : 996.844 KB
    close memory usage: 997.640 KB
    Fourth run of xaf app
    start memory usage : 997.640 KB
    close memory usage: 1.104.864 KB

    Hi,
    Sql memory usage increases each time when win app runs. Why does it work like this? Is it normal ?
    Yes, it is perfectly normal for SQL Server to acquire and hold onto large amounts of memory indefinitely.  This memory improves performance by avoiding disk I/O, query plan compilation and costly memory management. 
    On a dedicated SQL Server you should usually let SQL Server dynamically manage memory.  It will release memory if it detects memory pressure.  But if you often run other applications on the server than need significant amounts of memory (e.g. IIS,
    application services), you may want to set max server memory as suggested.
    Dan Guzman, SQL Server MVP, http://www.dbdelta.com

  • How to calculate memory usage base on graphic utilization

    Dear All ,
    We have t2000 server with solaris 10 and 15 zones inside , and install SMC server include module ,Harddware configuration is 16 Gb Memory , 4 x 72 gb Hardisk and Swap 4Gb .,from menu Manage container manager , we select host of the server then click utilization , but i see memory usage 19759 Mb , How to calculate memory from this graph ? cause maximum ream RAM only 16 Gb in our server.
    Regards
    Hadi

    PL/SQL collections are stored in the PGA. So you can monitor the PGA utilization of the session(s) to see how much PGA they use.
    SELECT sid, name, value
      FROM v$statname name
           JOIN v$sesstat using (statistic#)
    WHERE name.name in ('session pga memory', 'session pga memory max' )That will show you, for each session, the current PGA consumed by the session and the high water mark of PGA consumption by that session. You can join to V$SESSION and add additional predicates to narrow things down to the particular sessions you are interested in.
    Justin

  • Mail.app and AB Memory Usage Growing and Growing

    I've noticed this over the past week, but I don't know what could have triggered it. Both Address Book's and Mail's memory usage are growing out of control. Since I can easily not run AB much, it's not a big deal, but Mail.app is my preferred email application and I need to run it all the time.
    When I start Mail.app, it's around 65M RSIZE, but if I leave it running for a few hours, it quickly balloons up to 2+GB in RSIZE. I'm sure it'd keep getting bigger if I didn't restart it.
    This is with one account (Exchange) on a 6,2 MacBook Pro. I'm not currently using any plugins for Mail.app.
    Any idea what might be causing these problems, how I can help diagnose it, and how I might be able to fix them?
    Thanks,
    Pete

    Check out this conversation, there are some potential solutions:
    http://discussions.apple.com/thread.jspa?messageID=11446708&#11446708

  • App Download and "Other" Memory Usage

    For a month or so I've noticed that my iPhone 5s "Other" memory was on the order of 6gb... Deleted texts and emails attempting to reduce that size, to no avail...
    Today I noticed that an App (Numbers) that had begun to download from the App Store (about a month ago), had not finished (WiFi was required for the large download, but had been turned off and on several times, but not long enough for the download to complete).  It wasn't obvious to be that Numbers hadn't finished downloading...
    I deleted Numbers from the iPhone, and installed it from iTunes on my iMac.
    Upon the deletion of Numbers, my "Other" memory usage went from 6gb down to 2.25 gb, which was reasonable with some large maps and Good Reader docs I have on the phone...
    The Numbers app is about 224Mb in size... So, it appears that the iPhone sets aside a very large part of memory for an app as it downloads, and then clears that memory once the app is installed...(though the amount cleared was on the order of 17x the size of the Numbers app...)
    I notice a similar usage of Time Machine storage space... Small Time Machine saves require very large amounts of HDD space to be reserved for the backup... Wonder if the same logic is applied to the iPhone... Or perhaps every time WiFi was turned on and Numbers would reattempt to download, the amount of Other memory it required from the iPhone would increase...?
    Anyone else noticed this behavior?
    Bob

    Update...
    For "grins" I just un-checked "Sync Music", and synced my iPhone... Other Data went to zero.  Re-checked "Sync Music" and synced, and only had 250Mb of Other on the iPhone.  After a full sync with 7gb music, the Other memory number is back up to 2.23gb...
    Interesting...
    Bob

  • 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 10g AS  pacth for Oracle Apps 11i

    Hi everyone,
    I have installed Oracle 10g AS (10.1.2.0.2) for Oracle Business Intelligence on Sun Solaris 10 (64 bit) and integrated it with Oracle Apps 11i (11.5.10.2).
    Everything seems fine but i am facing problems like
    1) Toolbars not appearing correctly sometimes like it is disabled and enables by itself.
    2)sometimes clients come accross "Connection with Server lost..." error while taking export (very few).
    3) Its giving the error (mentioned at the end) only on one client machine while taking export to Excel.
    I have tried installing Oracle 10g AS patch set 2 10.1.2.2 for Solaris but the problem persisits. Is patch set 2 compatible or certified with Oracle Apps 11i? if not then is there any other work around or do i have to wait for some new patch.
    Thanx for your inputs.
    Najeeb
    Java(TM) Plug-in: Version 1.4.2_06
    Using JRE version 1.4.2_06 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\ASHIBEL
    Proxy Configuration: Manual Configuration
    Proxy: http=EMRPXY1:80,https=EMRPXY1:80,ftp=EMRPXY1:80,gopher=EMRPXY1:80
    Proxy Overrides: emrpxy1:80,<local>
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    p: reload proxy configuration
    q: hide console
    r: reload policy configuration
    s: dump system properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    Installed custom security manager
    Could not assertPermission PermissionID.SYSTEM for IE
    This can cause "Warning : Applet Window" to be displayed when running with IE
    attempt 1: adding Protocol.protocol -> rmi
    attempt 1: adding default Protocol.timeoutsecs -> 40
    attempt 1: adding RMIProtocol.transport -> http
    attempt 1: adding RMIProtocol.servletalias -> /discoverer/plus
    attempt 1: adding RMIProtocol.hijacksessionid -> 1
    attempt 1: adding RMIProtocol.httpsessionid -> jsessionid=0a43ce3430d605f5e434046d403ea5e9f219eb3784b7.e34QahyNbx0Ka40La3ySahuRbhmOe6fznA5Pp7ftolbGmkTy
    attempt 1: adding default Protocol.codebase -> http://discoverer.emaar.ae:7777/disco/plus_files/
    attempt 2: adding Protocol.protocol -> rmi
    attempt 2: adding default Protocol.timeoutsecs -> 40
    attempt 2: adding RMIProtocol.transport -> https
    attempt 2: adding RMIProtocol.servletalias -> /discoverer/plus
    attempt 2: adding RMIProtocol.hijacksessionid -> 1
    attempt 2: adding RMIProtocol.httpsessionid -> jsessionid=0a43ce3430d605f5e434046d403ea5e9f219eb3784b7.e34QahyNbx0Ka40La3ySahuRbhmOe6fznA5Pp7ftolbGmkTy
    attempt 2: adding default Protocol.codebase -> http://discoverer.emaar.ae:7777/disco/plus_files/
    Discoverer Model - 10.1.2.48.18
    New LOOKUP
    Lookup Requested
    Performing lookup RMI lookup: http://discoverer.emaar.ae:7777//discoverer/plus
    Reading bytes from input stream
    Unmarshalling response
    Session ID:2007061817102717616
    BI Beans Graph version [3.2.2.0.24]
    BI Beans Graph version [3.2.2.0.24]
    The export/print operation failed
    Worker oracle.disco.publish.PublishData@6ffeb, command=ExportData failed with DiscoNetworkException IDL:DCCORBAException:1.0 - Nested exception: oracle.discoverer.corba.DCCORBAException: IDL:DCCORBAException:1.0 wrapping exception oracle.discoverer.corba.DCCORBAException: IDL:DCCORBAException:1.0
    Error: DiscoNetworkException IDL:DCCORBAException:1.0 - Nested exception: oracle.discoverer.corba.DCCORBAException: IDL:DCCORBAException:1.0
    DiscoNetworkException IDL:DCCORBAException:1.0 - Nested exception: oracle.discoverer.corba.DCCORBAException: IDL:DCCORBAException:1.0
    oracle.discoverer.corba.DCCORBAException: IDL:DCCORBAException:1.0
         at oracle.disco.remote.corba.RMIToCorba.convertRemoteException(Unknown Source)
         at oracle.disco.model.corbaserver.ModelInterface._handleGenericExceptions(Unknown Source)
         at oracle.disco.model.corbaserver.ModelInterface.getBinaryData(Unknown Source)
         at oracle.disco.model.corbaserver.ModelInterface.GetBinaryData(Unknown Source)
         at oracle.disco.model.corbaserver.serverrequest.DsrBinaryExport.xmlUpdateServer(Unknown Source)
         at oracle.disco.model.corbaserver.serverrequest.DsrCorbaXML.corbaUpdateServer(Unknown Source)
         at oracle.disco.model.corbaserver.serverrequest.DsrGeneralCorbaXML.updateServer(Unknown Source)
         at oracle.disco.model.corbaserver.execengine.ExecuteEngineImpl._nonReentrantExecute(Unknown Source)
         at oracle.disco.model.corbaserver.execengine.ExecuteEngineImpl.execute(Unknown Source)
         at oracle.disco.model.corbaserver.execengine.SessionControllerImpl.execute(Unknown Source)
    at oracle.disco.model.corbaserver.execengine.SessionControllerImpl.execute(Unknown Source)
         at oracle.disco.model.corbaserver.export.ExportInputStream._readBuffer(Unknown Source)
         at oracle.disco.model.corbaserver.export.ExportInputStream.read(Unknown Source)
         at java.io.InputStream.read(Unknown Source)
         at java.io.BufferedInputStream.fill(Unknown Source)
         at java.io.BufferedInputStream.read(Unknown Source)
         at oracle.disco.publish.PublishData._writeBinaryData(Unknown Source)
         at oracle.disco.publish.PublishData._exportSheets(Unknown Source)
         at oracle.disco.publish.PublishData.runDiscoWorker(Unknown Source)
         at oracle.disco.worker.DiscoWorker.runWorker(Unknown Source)
         at oracle.bali.ewt.worker.AbstractWorker.run(Unknown Source)
         at oracle.bali.ewt.worker.AbstractWorkerQueue._runWorker(Unknown Source)
         at oracle.bali.ewt.worker.AbstractWorkerQueue.access$100(Unknown Source)
         at oracle.bali.ewt.worker.AbstractWorkerQueue$WorkerContext._run(Unknown Source)
         at oracle.bali.ewt.worker.AbstractWorkerQueue$WorkerContext._runMaybeBlocked(Unknown Source)
         at oracle.bali.ewt.worker.AbstractWorkerQueue$WorkerContext.run(Unknown Source)
         at oracle.bali.ewt.worker.ThreadWorkerQueue$TaskAdapter.runTask(Unknown Source)
         at oracle.bali.share.thread.TaskScheduler.runTask(Unknown Source)
    at oracle.bali.share.thread.TaskScheduler.processTask(Unknown Source)
         at oracle.bali.share.thread.TaskScheduler$TaskQueue.run(Unknown Source)
         at oracle.bali.share.thread.Timer.doRun(Unknown Source)
         at oracle.bali.share.thread.Timer.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)

    Hi
    The last I heard is that 10.1.2.2 is not yet certified for use against E-Business Suite unless your operating system is Linux. Please take a look at this posting on Steven Chan's blog: http://blogs.oracle.com/schan/2007/04/23
    The issues you are encountering, particularly the one with the toolbars disappearing, were fixed in patch 5345528 as described on my blog here: http://learndiscoverer.blogspot.com/2006/08/more-to-toolbar-icons-graying-out.html
    I would advise you to go for this patch first until Oracle certify 10.1.2.2. for Sun.
    Best wishes
    Michael

  • Configuring SSL in Oracle Apps 11.5.10.2

    Hi,
    I am in the process of configuring SSL in oracle apps 11.5.10.2.
    I am a bit confused with the Note ID: 123718.1. Could you please clarify me on the below things?
    1. SSL can be implemented at three levels,
    (a) Oracle Web/Apache Server Level
    (b) Oracle Form Server Level
    (c) Oracle Database Level
    Can Implement SSL on any one or any two component levels? As per Note:123718.1, we MUST configure SSL for both the Oracle HTTP Server and Oracle Forms Level and these cannot be configured independently.
    2. As per the Note ID: 123718.1, Option 2.1. Certificate Provisioning for Oracle HTTP Server
    Point b in point 2 says to execute "$OPENSSL_TOP/bin/openssl sha1 or* > $HOME/.rnd"
    But which will be the OPENSSL_TOP?
    Please advise on these above two queries.
    Thanks in advance
    Regards,
    Sravan

    Thanks Hussien,
    I have completed SSL configuration at all level including database. Forms are not getting launched. I am getting below error in the Java Console.
    Java Plug-in 1.6.0_23
    Using JRE version 1.6.0_23-b05 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\sdalav
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    proxyHost=null
    proxyPort=0
    connectMode=HTTPS
    Exception in thread "thread applet-oracle.forms.engine.Main-2" java.lang.NoClassDefFoundError: oracle/security/ssl/OracleSSLSocketFactory
         at oracle.forms.net.HTTPSStream.<init>(Unknown Source)
         at oracle.forms.net.HTTPConnection.connect(Unknown Source)
         at oracle.forms.engine.Runform.initConnection(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.ClassNotFoundException: oracle.security.ssl.OracleSSLSocketFactory
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         ... 8 more
    Caused by: java.io.IOException: open HTTP connection failed:https://sandispa.bp.com:8443/OA_JAVA/oracle/security/ssl/OracleSSLSocketFactory.class
         at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 13 more
    Thanks,
    Sravan

Maybe you are looking for