Longops in Oracle

Hi,
I'm using Toad For Oracle and I have found - what I think is - a way to see the longest running operations made recently in our database.
The tab is called longops (found in the Session Browser ). Here Toad gives me a list of
long running operations. In the listing (which I can sort by time taken) I see quite a few full table scans together
with the time taken for each scan.
My first question is - can I trust Toad on this?
The items in the list looks something like:
FULL TABLE SCAN ON <table name>            40 sec.                 2012-04-12  12:00:00            56000 out of 56000 blocks doneMy second question is - what SQL can I use to generate this output?
In Toad - I need to click on a session (user) and then I get the statistics for that session (user).
I would like to get the statistics for all the recent sessions (users).
/best regards, Håkan

>
My first question is - can I trust Toad on this?
>
Trust Toad on what? Displaying a lot of data like that when you select the session browser tab? Absolutely!
But the important thing is to learn what the data represents, which of the data is meaningful and what is just leftover garbage.
And you should not query that view by itself. See this AskTom blog
http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:1099233454171
>
data in v$session_longops hangs out until those slots are needed for reuse. You should
approach v$session_longops with specific sid,serial#'s -- you do not query the table by
itself. You can join this to v$session or whatnot.
You should ignore rows in there that are not for current sessions. You cannot clear
them.
>
As for this
>
My second question is - what SQL can I use to generate this output?
>
Oracle-base has a large selection of scripts that can be used for analysis and monitoring. This one is for v$session_longops
http://www.oracle-base.com/dba/scripts.php
And this is their main script page
http://www.oracle-base.com/dba/scripts.php
If you are the one writing code that may 'run long' then you should consider having that code create entries in the view
to make identification of your task easier and to highlight what step the task is on.
For this your code would use DBMS APPLICATION INFO.SET SESSION LONGOPS
http://docs.oracle.com/cd/B28359_01/appdev.111/b28419/d_appinf.htm#i996999
>
SET_SESSION_LONGOPS Procedure
This procedure sets a row in the V$SESSION_LONGOPS view. This is a view that is used to indicate the on-going progress of a long running operation. Some Oracle functions, such as parallel execution and Server Managed Recovery, use rows in this view to indicate the status of, for example, a database backup.
Applications
>
See the example in that section
>
This example performs a task on 10 objects in a loop. As the example completes each object, Oracle updates V$SESSION_LONGOPS on the procedure's progress.

Similar Messages

  • Top SQL's vs. Longops

    I'm trying to understand the difference vs TOP SQL statement vs. what is showing up in the longops table. I pull a report showing my top 25 SQL statements but yet when I look at the long ops table the statements taking more this 1 minute are different then what shows up as my top SQL.
    What should I be spending my time tuning whats in the long ops or my top SQL statements?

    Top sql shows in the statspack or AWR report shows the top sql during the time period for which you run the report.
    e.g if you run report for 4-5 pm,it will show the sql which consumes most resources(CPU,gets,reads etc)
    V$session_longops This view displays the status of various operations that run for longer than 6 seconds (in absolute time). These operations currently include many backup and recovery functions, statistics gathering, and query execution, and more
    operations are added for every Oracle release."You can also set rows in this view using the procedure dbms_application_info.set_session_longops"
    By Jonatan Lewis
    sqlexecprogression_cost with the description: "sql execution progression monitoring cost threshold" and the default value of 1,000
    cost = 1000 equates to elapsed time = 6 seconds

  • ORACLE DB getting slower until reboot

    Hi,
    I'm running oracle db 10g on Linux. After a while (few days) system becomes slower and slower like 10 x times .... but after reboot of the mashine, becomes
    normal again.
    Can anyone give me any hints where to look for the problem ? There are 12 clients connectiong to the mashine on daily basis through the Win .NET application ... doing basic stuff , reading, writting, deleting ....
    Any hints please ?
    Kris

    Hi,
    Below is my AWR report .... I can look but don't know what to look for ....
    ===========================================================
    WORKLOAD REPOSITORY report for
    DB Name DB Id Instance Inst Num Release Cluster Host
    PRESCLIP 1523704616 presclip 1 10.1.0.3.0 NO tornado
    Snap Id Snap Time Sessions Curs/Sess
    Begin Snap: 4510 17-??? -08 10:00:02 22 5.0
    End Snap: 4513 17-??? -08 13:00:35 24 5.8
    Elapsed: 180.55 (mins)
    DB Time: 183.63 (mins)
    Cache Sizes (end)
    ~~~~~~~~~~~~~~~~~
    Buffer Cache: 448M Std Block Size: 8K
    Shared Pool Size: 528M Log Buffer: 512K
    Load Profile
    ~~~~~~~~~~~~ Per Second Per Transaction
    Redo size: 8,071.06 320,263.85
    Logical reads: 60,721.48 2,409,460.40
    Block changes: 51.10 2,027.58
    Physical reads: 28.61 1,135.10
    Physical writes: 4.68 185.86
    User calls: 56.94 2,259.28
    Parses: 25.76 1,022.00
    Hard parses: 0.81 32.15
    Sorts: 0.87 34.34
    Logons: 0.01 0.54
    Executes: 26.20 1,039.80
    Transactions: 0.03
    % Blocks changed per Read: 0.08 Recursive Call %: 72.15
    Rollback per transaction %: 9.89 Rows per Sort: 113.65
    Instance Efficiency Percentages (Target 100%)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Buffer Nowait %: 100.00 Redo NoWait %: 99.99
    Buffer Hit %: 100.05 In-memory Sort %: 100.00
    Library Hit %: 98.08 Soft Parse %: 96.85
    Execute to Parse %: 1.71 Latch Hit %: 99.97
    Parse CPU to Parse Elapsd %: 5.70 % Non-Parse CPU: 98.35
    Shared Pool Statistics Begin End
    Memory Usage %: 90.92 91.52
    % SQL with executions>1: 99.27 87.56
    % Memory for SQL w/exec>1: 98.23 88.97
    Top 5 Timed Events
    ~~~~~~~~~~~~~~~~~~ % Total
    Event Waits Time (s) DB Time Wait Class
    CPU time 3,128 28.39
    latch: cache buffers chains 142,296 1,794 16.28 Concurrency
    latch: library cache 13,804 1,498 13.60 Concurrency
    log file parallel write 97,140 1,254 11.38 System I/O
    log file sync 94,602 1,214 11.02 Commit
    Wait Events DB/Inst: PRESCLIP/presclip Snaps: 4510-4513
    -> s - second
    -> cs - centisecond - 100th of a second
    -> ms - millisecond - 1000th of a second
    -> us - microsecond - 1000000th of a second
    -> ordered by wait time desc, waits desc (idle events last)
    Avg
    Total Wait wait Waits
    Event Waits Timeouts Time (s) (ms) /txn
    latch: cache buffers chains 142,296 142,296 1,794 13 521.2
    latch: library cache 13,804 0 1,498 109 50.6
    log file parallel write 97,140 0 1,254 13 355.8
    log file sync 94,602 25 1,214 13 346.5
    latch: shared pool 2,220 0 323 146 8.1
    control file parallel write 4,492 0 306 68 16.5
    latch free 2,134 12 107 50 7.8
    SQL*Net break/reset to clie 96,766 0 53 1 354.5
    db file sequential read 214 0 7 31 0.8
    library cache pin 3 1 6 2106 0.0
    log file switch completion 20 0 5 258 0.1
    control file single write 348 0 5 14 1.3
    class slave wait 1 1 5 5000 0.0
    control file sequential rea 2,291 0 4 2 8.4
    log buffer space 19 1 3 183 0.1
    SQL*Net message to client 541,548 0 3 0 1,983.7
    direct path read 309,510 0 2 0 1,133.7
    rdbms ipc reply 97 0 1 14 0.4
    process startup 9 0 1 142 0.0
    LGWR wait for redo copy 171 27 1 4 0.6
    SQL*Net more data from clie 5,767 0 1 0 21.1
    latch: row cache objects 18 0 1 31 0.1
    buffer busy waits 27 0 0 18 0.1
    db file scattered read 18 0 0 22 0.1
    log file single write 24 0 0 15 0.1
    SQL*Net more data to client 10,224 0 0 0 37.5
    latch: cache buffers lru ch 44 0 0 5 0.2
    log file sequential read 24 0 0 2 0.1
    db file parallel write 3,286 0 0 0 12.0
    latch: session allocation 1 0 0 18 0.0
    latch: redo writing 1 0 0 18 0.0
    latch: library cache pin 2 0 0 8 0.0
    latch: redo allocation 9 0 0 1 0.0
    undo segment extension 151 151 0 0 0.6
    direct path write 73 0 0 0 0.3
    SQL*Net message from client 541,546 0 103,106 190 1,983.7
    virtual circuit status 361 361 10,535 29182 1.3
    Queue Monitor Wait 352 352 10,510 29857 1.3
    wakeup time manager 36 0 10,300 286098 0.1
    jobq slave wait 75 74 224 2987 0.3
    Background Wait Events DB/Inst: PRESCLIP/presclip Snaps: 4510-4513
    -> ordered by wait time desc, waits desc (idle events last)
    Avg
    Total Wait wait Waits
    Event Waits Timeouts Time (s) (ms) /txn
    log file parallel write 97,141 0 1,254 13 355.8
    control file parallel write 4,495 0 306 68 16.5
    latch: library cache 459 0 86 186 1.7
    latch: shared pool 49 0 36 736 0.2
    control file single write 349 0 5 14 1.3
    control file sequential rea 2,163 0 4 2 7.9
    rdbms ipc reply 97 0 1 14 0.4
    process startup 9 0 1 142 0.0
    latch: cache buffers chains 39 39 1 20 0.1
    LGWR wait for redo copy 171 27 1 4 0.6
    log file single write 24 0 0 15 0.1
    buffer busy waits 18 0 0 18 0.1
    latch free 3 0 0 48 0.0
    log buffer space 1 0 0 139 0.0
    log file sequential read 24 0 0 2 0.1
    db file parallel write 3,287 0 0 0 12.0
    latch: cache buffers lru ch 4 0 0 5 0.0
    latch: redo writing 1 0 0 18 0.0
    latch: redo allocation 9 0 0 1 0.0
    direct path read 55 0 0 0 0.2
    direct path write 55 0 0 0 0.2
    rdbms ipc message 212,090 29,529 79,375 374 776.9
    Queue Monitor Wait 352 352 10,510 29857 1.3
    wakeup time manager 36 0 10,300 286098 0.1
    smon timer 80 7 10,206 127577 0.3
    Time Model Statistics DB/Inst: PRESCLIP/presclip Snaps: 4510-4513
    -> ordered by Time (seconds) desc
    Time % Total
    Statistic Name (seconds) DB Time
    DB time 11,018.09 100.00
    sql execute elapsed time 8,222.45 74.63
    background elapsed time 3,392.24 30.79
    DB CPU 3,128.31 28.39
    parse time elapsed 1,259.35 11.43
    hard parse elapsed time 684.68 6.21
    sequence load elapsed time 135.62 1.23
    background cpu time 36.63 .33
    hard parse (sharing criteria) elapsed time 34.10 .31
    Java execution elapsed time 32.37 .29
    hard parse (bind mismatch) elapsed time 30.55 .28
    connection management call elapsed time 20.41 .19
    PL/SQL execution elapsed time 8.73 .08
    PL/SQL compilation elapsed time .95 .01
    failed parse elapsed time .01 .00
    failed parse (out of shared memory) elapsed t .00 .00
    inbound PL/SQL rpc elapsed time .00 .00
    Operating System Statistics DB/Inst: PRESCLIP/presclip Snaps: 4510-4513
    Statistic Name Value
    AVG_BUSY_TICKS 180,481
    AVG_IDLE_TICKS 715,162
    AVG_IN_BYTES 0
    AVG_NICE_TICKS 31
    AVG_OUT_BYTES 0
    AVG_SYS_TICKS 17,431
    AVG_USER_TICKS 163,018
    BUSY_TICKS 360,961
    IDLE_TICKS 1,430,323
    IN_BYTES 0
    NICE_TICKS 63
    OUT_BYTES 0
    RSRC_MGR_CPU_WAIT_TIME 0
    SYS_TICKS 34,862
    USER_TICKS 326,036
    Service Statistics DB/Inst: PRESCLIP/presclip Snaps: 4510-4513
    -> ordered by DB Time
    Physical Logical
    Service Name DB Time (s) DB CPU (s) Reads Reads
    SYS$USERS 11,018.2 3,128.3 309,775 ##########
    SYS$BACKGROUND 0.0 0.0 108 90,504
    presclip.pressclip.si 0.0 0.0 0 0
    presclipXDB 0.0 0.0 0 0
    Service Wait Class Stats DB/Inst: PRESCLIP/presclip Snaps: 4510-4513
    -> Wait Class info for services in the Service Statistics section.
    -> Total Waits and Time Waited displayed for the following wait
    classes: User I/O, Concurrency, Administrative, Network
    -> Time Waited (Wt Time) in centisecond (100th of a second)
    Service Name
    User I/O User I/O Concurcy Concurcy Admin Admin Network Network
    Total Wts Wt Time Total Wts Wt Time Total Wts Wt Time Total Wts Wt Time
    SYS$USERS
    ######### 722 155001 315449 0 0 559051 367
    SYS$BACKGROUND
    614421 169 1120 14235 0 0 3 0
    SQL ordered by Elapsed Time DB/Inst: PRESCLIP/presclip Snaps: 4510-4513
    -> Resources reported for PL/SQL code includes the resources used by all SQL
    statements called by the code.
    -> % Total DB Time is the Elapsed Time of the SQL statement divided
    into the Total Database Time multiplied by 100
    Elapsed CPU Elap per % Total
    Time (s) Time (s) Executions Exec (s) DB Time SQL Id
    324 34 48,347 0.0 2.9 8vjk5pma3nkjm
    Module: ReportQueueService.exe
    SELECT "MS_REPORTQUEUE_DISPATCH_SEQ".NEXTVAL FROM DUAL
    134 2 7 19.1 1.2 6mfnp8h90f9gm
    Module: php-cgi.exe
    SELECT count(*) "X" FROM MS_ARTICLE A , MS_MEDIA M, MS_ARTICLE_SHOW S, MS_ARTICL
    E_GENRE G, MS_ARTICLE_AUTHOR AA ,(SELECT DISTINCT RA.ID_ARTICLE FROM MS_REPORT_A
    RTICLE RA, MS_REPORT R,(SELECT MAX(ID) "ID",ID_SUBCLIPPING from MS_REPORT WHERE
    ( ID_SUBCLIPPING='ABANKA' OR ID_SUBCLIPPING='ARGOLINA' OR ID_SUBCLIPPING='ELEK
    86 15 48,374 0.0 0.8 4m7m0t6fjcs5x
    update seq$ set increment$=:2,minvalue=:3,maxvalue=:4,cycle#=:5,order$=:6,cache=
    :7,highwater=:8,audit$=:9,flags=:10 where obj#=:1
    71 1 1 70.5 0.6 gkxar2vy1wy2y
    Module: Reporter.exe
    SELECT TITLE,SUBTITLE,AUTHOR,ART_DATE,MEDIA_CODE,FULLTEXT,ID,STARTTIME,ON_PAGE,C
    OORDINATES,COOR_TEXT,THUMBS_NR FROM MS_ARTICLE WHERE (ART_DATE > TO_DATE(:param1
    ,'dd.MM.yyyy') AND (MEDIA_COUNTRY = :param2 AND ((MEDIA_GROUP = :param3
    OR MEDIA_GROUP = :param4 OR MEDIA_GROUP = :param5 OR MEDIA_CODE = :p
    67 9 48,344 0.0 0.6 2skwhauh2cwky
    select o.name, u.name from obj$ o, user$ u where o.obj# = :1 and o.owner# = u.u
    ser#
    57 12 1 56.5 0.5 dfksmtvu1m42z
    Module: Reporter.exe
    SELECT TITLE,SUBTITLE,AUTHOR,ART_DATE,MEDIA_CODE,FULLTEXT,ID,STARTTIME,ON_PAGE,C
    OORDINATES,COOR_TEXT,THUMBS_NR FROM MS_ARTICLE WHERE (ART_DATE > TO_DATE(:param1
    ,'dd.MM.yyyy') AND MEDIA_COUNTRY = :param2 AND ( ( INSTR(CHAR_15, :param
    3,1,1)>0 AND INSTR(CHAR_8, :param4,1,1)>0 ) OR ( INSTR(CHAR_14, :param5,1
    54 0 2,163 0.0 0.5 803b7z0t84sq7
    select job, nvl2(last_date, 1, 0) from sys.job$ where (((:1 <= next_date) and (n
    ext_date < :2)) or ((last_date is null) and (next_date < :3))) and (field1 =
    :4 or (field1 = 0 and 'Y' = :5)) and (this_date is null) order by next_date, jo
    b
    52 0 1 51.6 0.5 0466bt39shky3
    Module: php-cgi.exe
    SELECT M.DESCRIPTION "NAME", O.X FROM MS_MEDIA_TYPE M,(SELECT A.MEDIA_TYPE, COUN
    T(A.ID) "X" FROM MS_ARTICLE A,(SELECT DISTINCT RA.ID_ARTICLE FROM MS_REPORT_ARTI
    CLE RA, MS_REPORT R,(SELECT ID,ID_SUBCLIPPING from MS_REPORT R WHERE ( ID_SUBCLI
    PPING='PETROL' ) ) O WHERE ( R.ID_SUBCLIPPING='PETROL' ) AND R.ID = RA.ID_REPO
    51 1 2 25.5 0.5 7capkpyw2kpwm
    Module: php-cgi.exe
    SELECT M.NAME, O.X FROM MS_MEDIA M,(SELECT A.MEDIA_CODE, COUNT(A.ID) "X" FROM MS
    ARTICLE A,(SELECT DISTINCT RA.IDARTICLE FROM MS_REPORT_ARTICLE RA, MS_REPORT R
    ,(SELECT ID,ID_SUBCLIPPING from MS_REPORT R WHERE ( ID_SUBCLIPPING='PETROL' ) )
    O WHERE ( R.ID_SUBCLIPPING='PETROL' ) AND R.ID = RA.ID_REPORT AND (O.ID =R.ID
    39 0 3 12.9 0.3 00pmrvsjpawc8
    DECLARE job BINARY_INTEGER := :job; next_date DATE := :mydate; broken BOOLEAN :
    = FALSE; BEGIN wksys.wk_job.invoke(1,1); :mydate := next_date; IF broken THEN :b
    := 1; ELSE :b := 0; END IF; END;
    SQL ordered by CPU Time DB/Inst: PRESCLIP/presclip Snaps: 4510-4513
    -> Resources reported for PL/SQL code includes the resources used by all SQL
    statements called by the code.
    -> % Total DB Time is the Elapsed Time of the SQL statement divided
    into the Total Database Time multiplied by 100
    CPU Elapsed CPU per % Total
    Time (s) Time (s) Executions Exec (s) DB Time SQL Id
    34 324 48,347 0.00 2.9 8vjk5pma3nkjm
    Module: ReportQueueService.exe
    SELECT "MS_REPORTQUEUE_DISPATCH_SEQ".NEXTVAL FROM DUAL
    15 86 48,374 0.00 0.8 4m7m0t6fjcs5x
    update seq$ set increment$=:2,minvalue=:3,maxvalue=:4,cycle#=:5,order$=:6,cache=
    :7,highwater=:8,audit$=:9,flags=:10 where obj#=:1
    14 15 48,344 0.00 0.1 7gtztzv329wg0
    select c.name, u.name from con$ c, cdef$ cd, user$ u where c.con# = cd.con# and
    cd.enabled = :1 and c.owner# = u.user#
    12 57 1 11.99 0.5 dfksmtvu1m42z
    Module: Reporter.exe
    SELECT TITLE,SUBTITLE,AUTHOR,ART_DATE,MEDIA_CODE,FULLTEXT,ID,STARTTIME,ON_PAGE,C
    OORDINATES,COOR_TEXT,THUMBS_NR FROM MS_ARTICLE WHERE (ART_DATE > TO_DATE(:param1
    ,'dd.MM.yyyy') AND MEDIA_COUNTRY = :param2 AND ( ( INSTR(CHAR_15, :param
    3,1,1)>0 AND INSTR(CHAR_8, :param4,1,1)>0 ) OR ( INSTR(CHAR_14, :param5,1
    9 67 48,344 0.00 0.6 2skwhauh2cwky
    select o.name, u.name from obj$ o, user$ u where o.obj# = :1 and o.owner# = u.u
    ser#
    6 24 257 0.02 0.2 221wsaadu72tx
    Module: Reporter.exe
    SELECT SC.NAME,ID_SUBCLIPPING,QUEUE_TIME,DISPATCH_TIME,REPORT_MODE,REPORT_DATA,R
    D.DESCRIPTION, ROWNR,QUEUE_DATE,STATUS,DAYS,DATE_FROM,DATE_TO,ID,TEMPLATE,TEMPLA
    TE_EMAIL,ARTICLE_PER_REPORT,DISPATCH_TOTAL,DISPATCH_SEND,DISPATCH_ERROR,RD.AUTOF
    ILTER,SC.OWNER,SC.PAYER FROM MS_REPORTQUEUE_DISPATCH RD, MS_SUBCLIPPING SC, (SEL
    4 7 233 0.02 0.1 3bymg61j293n0
    Module: ControlCenter.exe
    SELECT SC.NAME,ID_SUBCLIPPING,QUEUE_TIME,DISPATCH_TIME,REPORT_MODE,REPORT_DATA,R
    D.DESCRIPTION, ROWNR,QUEUE_DATE,STATUS,DAYS,DATE_FROM,DATE_TO,ID,RD.TEMPLATE,RD.
    TEMPLATE_EMAIL,RD.ARTICLE_PER_REPORT,DISPATCH_TOTAL,DISPATCH_SEND,DISPATCH_ERROR
    ,RD.AUTOFILTER FROM MS_REPORTQUEUE_DISPATCH RD, MS_SUBCLIPPING SC WHERE ID_SUBCL
    3 9 15 0.18 0.1 fvswq0pbaxu7w
    Module: Reporter.exe
    SELECT AA.DESCRIPTION FROM MS_ARTICLE A,MS_ARTICLE_AUTHOR AA WHERE ID=16800 AND
    A.AUTHOR_CODE3 = AA.CODE
    3 9 15 0.18 0.1 3hn8hkmtcywnd
    Module: Reporter.exe
    SELECT AA.DESCRIPTION FROM MS_ARTICLE A,MS_ARTICLE_AUTHOR AA WHERE ID=16800 AND
    A.AUTHOR_CODE2 = AA.CODE
    3 8 15 0.17 0.1 1twph8wy3cajf
    Module: Reporter.exe
    SELECT AA.DESCRIPTION FROM MS_ARTICLE A, MS_ARTICLE_CATEGORY AA WHERE ID=16800 A
    ND A.CATEGORY = AA.CODE
    2 134 7 0.33 1.2 6mfnp8h90f9gm
    Module: php-cgi.exe
    SELECT count(*) "X" FROM MS_ARTICLE A , MS_MEDIA M, MS_ARTICLE_SHOW S, MS_ARTICL
    E_GENRE G, MS_ARTICLE_AUTHOR AA ,(SELECT DISTINCT RA.ID_ARTICLE FROM MS_REPORT_A
    RTICLE RA, MS_REPORT R,(SELECT MAX(ID) "ID",ID_SUBCLIPPING from MS_REPORT WHERE
    ( ID_SUBCLIPPING='ABANKA' OR ID_SUBCLIPPING='ARGOLINA' OR ID_SUBCLIPPING='ELEK
    SQL ordered by Gets DB/Inst: PRESCLIP/presclip Snaps: 4510-4513
    -> Resources reported for PL/SQL code includes the resources used by all SQL
    statements called by the code.
    -> Total Buffer Gets: 657,782,688
    -> Captured SQL accounts for 3.2% of Total Buffer Gets
    Gets CPU Elapsed
    Buffer Gets Executions per Exec %Total Time (s) Time (s) SQL Id
    592,740 15 39,516.0 0.1 2.57 8.24 1twph8wy3cajf
    Module: Reporter.exe
    SELECT AA.DESCRIPTION FROM MS_ARTICLE A, MS_ARTICLE_CATEGORY AA WHERE ID=16800 A
    ND A.CATEGORY = AA.CODE
    592,710 15 39,514.0 0.1 2.64 8.59 fvswq0pbaxu7w
    Module: Reporter.exe
    SELECT AA.DESCRIPTION FROM MS_ARTICLE A,MS_ARTICLE_AUTHOR AA WHERE ID=16800 AND
    A.AUTHOR_CODE3 = AA.CODE
    592,710 15 39,514.0 0.1 2.63 8.88 3hn8hkmtcywnd
    Module: Reporter.exe
    SELECT AA.DESCRIPTION FROM MS_ARTICLE A,MS_ARTICLE_AUTHOR AA WHERE ID=16800 AND
    A.AUTHOR_CODE2 = AA.CODE
    474,192 12 39,516.0 0.1 1.32 1.49 cpvuvvd0kf6rf
    Module: Reporter.exe
    SELECT AA.DESCRIPTION FROM MS_ARTICLE A, MS_ARTICLE_CATEGORY AA WHERE ID=16424 A
    ND A.CATEGORY = AA.CODE
    474,192 12 39,516.0 0.1 1.36 1.80 2qn8hm2p6xrzf
    Module: Reporter.vshost.exe
    SELECT AA.DESCRIPTION FROM MS_ARTICLE A, MS_ARTICLE_CATEGORY AA WHERE ID=12585 A
    ND A.CATEGORY = AA.CODE
    474,192 12 39,516.0 0.1 2.30 7.06 7vng73t6dkp9a
    Module: Reporter.exe
    SELECT AA.DESCRIPTION FROM MS_ARTICLE A, MS_ARTICLE_CATEGORY AA WHERE ID=17112 A
    ND A.CATEGORY = AA.CODE
    474,168 12 39,514.0 0.1 1.33 1.42 1t38kgwh9u4wk
    Module: Reporter.exe
    SELECT AA.DESCRIPTION FROM MS_ARTICLE A,MS_ARTICLE_AUTHOR AA WHERE ID=16424 AND
    A.AUTHOR_CODE3 = AA.CODE
    474,168 12 39,514.0 0.1 2.33 6.79 1x7k691cdnrwc
    Module: Reporter.exe
    SELECT AA.DESCRIPTION FROM MS_ARTICLE A,MS_ARTICLE_AUTHOR AA WHERE ID=17112 AND
    A.AUTHOR_CODE2 = AA.CODE
    474,168 12 39,514.0 0.1 1.40 1.66 3bzy3n6ptkaqj
    Module: Reporter.vshost.exe
    SELECT AA.DESCRIPTION FROM MS_ARTICLE A,MS_ARTICLE_AUTHOR AA WHERE ID=12585 AND
    A.AUTHOR_CODE2 = AA.CODE
    474,168 12 39,514.0 0.1 2.32 7.02 8b8du3dad2c8x
    Module: Reporter.exe
    SELECT AA.DESCRIPTION FROM MS_ARTICLE A,MS_ARTICLE_AUTHOR AA WHERE ID=17112 AND
    A.AUTHOR_CODE3 = AA.CODE
    SQL ordered by Reads DB/Inst: PRESCLIP/presclip Snaps: 4510-4513
    -> Total Disk Reads: 309,883
    -> Captured SQL accounts for 0.0% of Total Disk Reads
    Reads CPU Elapsed
    Physical Reads Executions per Exec %Total Time (s) Time (s) SQL Id
    34 7 4.9 0.0 2.33 133.83 6mfnp8h90f9gm
    Module: php-cgi.exe
    SELECT count(*) "X" FROM MS_ARTICLE A , MS_MEDIA M, MS_ARTICLE_SHOW S, MS_ARTICL
    E_GENRE G, MS_ARTICLE_AUTHOR AA ,(SELECT DISTINCT RA.ID_ARTICLE FROM MS_REPORT_A
    RTICLE RA, MS_REPORT R,(SELECT MAX(ID) "ID",ID_SUBCLIPPING from MS_REPORT WHERE
    ( ID_SUBCLIPPING='ABANKA' OR ID_SUBCLIPPING='ARGOLINA' OR ID_SUBCLIPPING='ELEK
    12 3 4.0 0.0 0.04 1.34 cx6p7nrvbnb9u
    SELECT count(*) over () as total_count, endsn.event_id, nvl(xe.keh_id, 0)
    , nvl(ash.cnt, 0), evtname.event_name, nvl(xc.class#, 0), e
    vtname.wait_class_id, nvl(xc.keh_id, 0), (endsn.total_waits - nvl(startsn
    .total_waits, 0)) as total_waits_diff, (endsn.total_timeouts - nvl
    9 6 1.5 0.0 0.12 6.16 3c8vn62zcwxd9
    INSERT INTO wrh$_sqltext (sql_id, dbid, sql_text,
    command_type, snap_id, ref_count) SELECT /*+ ordered use_nl(s1
    ) index(s1) */ sie.sqlid_kewrsie, :dbid, s1.sql_fulltext,
    s1.command_type, :lah_snap_id, 0 ref_count FROM x$kewrsqlidtab sie, v$sql
    5 9 0.6 0.0 0.11 9.95 60d4pz6szvf0v
    Module: TOAD 9.0.1.8
    Select cols.column_id, cols.column_name as Name, nullable,
    data_type as Type,
    decode(data_type, 'CHAR', char_length,
    'VARCHAR', char_length
    'VARCHAR2', char_length,
    'NCHAR', char_l
    ength,
    'NVARCHAR', char_length,
    'NVARCHAR2
    3 1 3.0 0.0 0.23 0.81 f1ycdhwd4mq59
    Module: php-cgi.exe
    SELECT M.DESCRIPTION "NAME", O.X FROM MS_MEDIA_TYPE M,(SELECT A.MEDIA_TYPE, COUN
    T(A.ID) "X" FROM MS_ARTICLE A,(SELECT DISTINCT RA.ID_ARTICLE FROM MS_REPORT_ARTI
    CLE RA, MS_REPORT R,(SELECT ID,ID_SUBCLIPPING from MS_REPORT R WHERE ( ID_SUBCLI
    PPING='KONKURENCAABANKA' ) ) O WHERE ( R.ID_SUBCLIPPING='KONKURENCAABANKA' ) A
    3 1 3.0 0.0 0.59 2.34 1uyb85bntztw5
    Module: Reporter.exe
    SELECT TITLE,SUBTITLE,AUTHOR,ART_DATE,MEDIA_CODE,FULLTEXT,ID,STARTTIME,ON_PAGE,C
    OORDINATES,COOR_TEXT,THUMBS_NR FROM MS_ARTICLE WHERE (ART_DATE > TO_DATE(:param1
    ,'dd.MM.yyyy') AND MEDIA_COUNTRY = :param2 AND ( INSTR(CHAR_1, :param3,1,
    1)>0 OR INSTR(CHAR_10, :param4,1,1)>0 OR INSTR(CHAR_10, :param5,1,1)>0
    3 1 3.0 0.0 0.15 0.39 2hyd2cx2k89ms
    Module: php-cgi.exe
    SELECT M.DESCRIPTION "NAME", O.X FROM MS_ARTICLE_AUTHOR M,(SELECT A.AUTHOR_CODE,
    COUNT(A.ID) "X" FROM MS_ARTICLE A,(SELECT DISTINCT RA.ID_ARTICLE FROM MS_REPORT
    ARTICLE RA, MSREPORT R,(SELECT ID,ID_SUBCLIPPING from MS_REPORT R WHERE ( ID_S
    UBCLIPPING='KONKURENCAABANKA' ) ) O WHERE ( R.ID_SUBCLIPPING='KONKURENCAABANKA
    3 7 0.4 0.0 1.09 2.89 2r6xk5h5qvwct
    Module: php-cgi.exe
    SELECT * FROM ( SELECT C.*,rownum rnum from (SELECT TO_CHAR(ART_DATE,'DD.MM.YY
    YY') "DATUM", M.NAME "MEDIA_CODE", S.DESCRIPTION "SHOW", G.DESCRIPTION "GENRE",
    DURATION,TOTAL_UNITS, TITLE, SUMMARY, AA.DESCRIPTION "AUTHOR_CODE",ID FROM MS
    ARTICLE A , MSMEDIA M, MS_ARTICLE_SHOW S, MS_ARTICLE_GENRE G, MS_ARTICLE_AUTHO
    3 1 3.0 0.0 0.16 1.54 4mntfva3ftsv3
    Module: php-cgi.exe
    SELECT M.NAME, O.X FROM MS_MEDIA M,(SELECT A.MEDIA_CODE, COUNT(A.ID) "X" FROM MS
    ARTICLE A,(SELECT DISTINCT RA.IDARTICLE FROM MS_REPORT_ARTICLE RA, MS_REPORT R
    ,(SELECT ID,ID_SUBCLIPPING from MS_REPORT R WHERE ( ID_SUBCLIPPING='KONKURENCAAB
    ANKA' ) ) O WHERE ( R.ID_SUBCLIPPING='KONKURENCAABANKA' ) AND R.ID = RA.ID_REP
    SQL ordered by Reads DB/Inst: PRESCLIP/presclip Snaps: 4510-4513
    -> Total Disk Reads: 309,883
    -> Captured SQL accounts for 0.0% of Total Disk Reads
    Reads CPU Elapsed
    Physical Reads Executions per Exec %Total Time (s) Time (s) SQL Id
    3 15 0.2 0.0 0.01 0.34 70th7d08hqjf7
    SELECT B.TYPE FROM SYS.WRI$_ADV_TASKS A, SYS.WRI$_ADV_DEFINITIONS B WHERE A.ADVI
    SOR_ID = B.ID AND A.ID = :B1
    SQL ordered by Executions DB/Inst: PRESCLIP/presclip Snaps: 4510-4513
    -> Total Executions: 283,866
    -> Captured SQL accounts for 72.7% of Total Executions
    CPU per Elap per
    Executions Rows Processed Rows per Exec Exec (s) Exec (s) SQL Id
    48,374 48,374 1.0 0.00 0.00 4m7m0t6fjcs5x
    update seq$ set increment$=:2,minvalue=:3,maxvalue=:4,cycle#=:5,order$=:6,cache=
    :7,highwater=:8,audit$=:9,flags=:10 where obj#=:1
    48,347 48,347 1.0 0.00 0.01 8vjk5pma3nkjm
    Module: ReportQueueService.exe
    SELECT "MS_REPORTQUEUE_DISPATCH_SEQ".NEXTVAL FROM DUAL
    48,344 48,344 1.0 0.00 0.00 2skwhauh2cwky
    select o.name, u.name from obj$ o, user$ u where o.obj# = :1 and o.owner# = u.u
    ser#
    48,344 0 0.0 0.00 0.00 7gtztzv329wg0
    select c.name, u.name from con$ c, cdef$ cd, user$ u where c.con# = cd.con# and
    cd.enabled = :1 and c.owner# = u.user#
    2,163 3 0.0 0.00 0.03 803b7z0t84sq7
    select job, nvl2(last_date, 1, 0) from sys.job$ where (((:1 <= next_date) and (n
    ext_date < :2)) or ((last_date is null) and (next_date < :3))) and (field1 =
    :4 or (field1 = 0 and 'Y' = :5)) and (this_date is null) order by next_date, jo
    b
    2,160 2,160 1.0 0.00 0.01 g2wr3u7s1gtf3
    select count(*) from sys.job$ where (next_date > sysdate) and (next_date < (sysd
    ate+5/86400))
    1,738 1,738 1.0 0.00 0.00 f3w0gf816s7mj
    Module: php-cgi.exe
    SELECT CHAR_1 ,CHAR_2 ,CHAR_3 ,CHAR_4 ,CHAR_5 ,CHAR_6 ,CHAR_7 ,CHAR_8 ,CHAR_9 ,C
    HAR_10,CHAR_11,CHAR_12,CHAR_13,CHAR_14,CHAR_15,CHAR_16,CHAR_17,CHAR_18,CHAR_19,C
    HAR_20,CHAR_21,CHAR_22,CHAR_23,CHAR_24,CHAR_25,CHAR_26,CHAR_27,CHAR_28,CHAR_29,C
    HAR_30,CHAR_31,CHAR_32,CHAR_33,CHAR_34,CHAR_35,CHAR_36,CHAR_37,CHAR_38,CHAR_39,C
    765 4,029 5.3 0.00 0.00 0h6b2sajwb74n
    select privilege#,level from sysauth$ connect by grantee#=prior privilege# and p
    rivilege#>0 start with grantee#=:1 and privilege#>0
    450 450 1.0 0.00 0.00 3arp7ypsf7gru
    Module: Reporter.exe
    SELECT TYPE,PUBLISH_TYPE,NAME FROM MS_MEDIA WHERE CODE='VECER'
    438 435 1.0 0.00 0.00 3c1kubcdjnppq
    update sys.col_usage$ set equality_preds = equality_preds + decode(bitan
    d(:flag,1),0,0,1), equijoin_preds = equijoin_preds + decode(bitand(:flag
    ,2),0,0,1), nonequijoin_preds = nonequijoin_preds + decode(bitand(:flag,4),0,0
    ,1), range_preds = range_preds + decode(bitand(:flag,8),0,0,1),
    SQL ordered by Parse Calls DB/Inst: PRESCLIP/presclip Snaps: 4510-4513
    -> Total Parse Calls: 279,007
    -> Captured SQL accounts for 72.4% of Total Parse Calls
    % Total
    Parse Calls Executions Parses SQL Id
    48,374 48,374 17.34 4m7m0t6fjcs5x
    update seq$ set increment$=:2,minvalue=:3,maxvalue=:4,cycle#=:5,order$=:6,cache=
    :7,highwater=:8,audit$=:9,flags=:10 where obj#=:1
    48,347 48,347 17.33 8vjk5pma3nkjm
    Module: ReportQueueService.exe
    SELECT "MS_REPORTQUEUE_DISPATCH_SEQ".NEXTVAL FROM DUAL
    48,344 48,344 17.33 2skwhauh2cwky
    select o.name, u.name from obj$ o, user$ u where o.obj# = :1 and o.owner# = u.u
    ser#
    48,344 48,344 17.33 7gtztzv329wg0
    select c.name, u.name from con$ c, cdef$ cd, user$ u where c.con# = cd.con# and
    cd.enabled = :1 and c.owner# = u.user#
    1,738 1,738 0.62 f3w0gf816s7mj
    Module: php-cgi.exe
    SELECT CHAR_1 ,CHAR_2 ,CHAR_3 ,CHAR_4 ,CHAR_5 ,CHAR_6 ,CHAR_7 ,CHAR_8 ,CHAR_9 ,C
    HAR_10,CHAR_11,CHAR_12,CHAR_13,CHAR_14,CHAR_15,CHAR_16,CHAR_17,CHAR_18,CHAR_19,C
    HAR_20,CHAR_21,CHAR_22,CHAR_23,CHAR_24,CHAR_25,CHAR_26,CHAR_27,CHAR_28,CHAR_29,C
    HAR_30,CHAR_31,CHAR_32,CHAR_33,CHAR_34,CHAR_35,CHAR_36,CHAR_37,CHAR_38,CHAR_39,C
    765 765 0.27 0h6b2sajwb74n
    select privilege#,level from sysauth$ connect by grantee#=prior privilege# and p
    rivilege#>0 start with grantee#=:1 and privilege#>0
    450 450 0.16 3arp7ypsf7gru
    Module: Reporter.exe
    SELECT TYPE,PUBLISH_TYPE,NAME FROM MS_MEDIA WHERE CODE='VECER'
    303 303 0.11 g00cj285jmgsw
    update sys.mon_mods$ set inserts = inserts + :ins, updates = updates + :upd, del
    etes = deletes + :del, flags = (decode(bitand(flags, :flag), :flag, flags, flags
    + :flag)), drop_segments = drop_segments + :dropseg, timestamp = :time where ob
    j# = :objn
    303 303 0.11 350f5yrnnmshs
    lock table sys.mon_mods$ in exclusive mode nowait
    263 263 0.09 7k11t6vfbad3z
    Module: Reporter.exe
    SELECT TYPE,PUBLISH_TYPE,NAME FROM MS_MEDIA WHERE CODE='FINANCE'
    SQL ordered by Sharable Memory DB/Inst: PRESCLIP/presclip Snaps: 4510-4513
    No data exists for this section of the report.
    SQL ordered by Version Count DB/Inst: PRESCLIP/presclip Snaps: 4510-4513
    No data exists for this section of the report.
    Instance Activity Stats DB/Inst: PRESCLIP/presclip Snaps: 4510-4513
    Statistic Total per Second per Trans
    active txn count during cleanout 314 0.0 1.2
    application wait time 5,338 0.5 19.6
    background checkpoints completed 11 0.0 0.0
    background checkpoints started 12 0.0 0.0
    background timeouts 30,043 2.8 110.1
    branch node splits 0 0.0 0.0
    buffer is not pinned count 113,729,539 10,498.6 416,591.7
    buffer is pinned count 233,007 21.5 853.5
    bytes received via SQL*Net from 126,352,561 11,663.9 462,829.9
    bytes sent via SQL*Net to client 331,740,626 30,623.8 1,215,167.1
    Cached Commit SCN referenced 57 0.0 0.2
    calls to get snapshot scn: kcmgs 8,354,353 771.2 30,602.0
    calls to kcmgas 110,109 10.2 403.3
    calls to kcmgcs 606 0.1 2.2
    change write time 1,203 0.1 4.4
    cleanout - number of ktugct call 324 0.0 1.2
    cleanouts and rollbacks - consis 25 0.0 0.1
    cleanouts only - consistent read 4 0.0 0.0
    cluster key scan block gets 62,128 5.7 227.6
    cluster key scans 49,051 4.5 179.7
    commit cleanout failures: buffer 0 0.0 0.0
    commit cleanout failures: callba 3 0.0 0.0
    commit cleanout failures: cannot 0 0.0 0.0
    commit cleanouts 51,067 4.7 187.1
    commit cleanouts successfully co 51,064 4.7 187.1
    Commit SCN cached 2 0.0 0.0
    commit txn count during cleanout 97 0.0 0.4
    concurrency wait time 329,626 30.4 1,207.4
    consistent changes 109 0.0 0.4
    consistent gets 656,978,539 60,647.3 2,406,514.8
    consistent gets - examination 712,859 65.8 2,611.2
    consistent gets direct 309,561 28.6 1,133.9
    consistent gets from cache 656,668,978 60,618.7 2,405,380.9
    CPU used by this session 316,638 29.2 1,159.9
    CPU used when call started 316,638 29.2 1,159.9
    CR blocks created 111 0.0 0.4
    cursor authentications 6,546 0.6 24.0
    data blocks consistent reads - u 108 0.0 0.4
    db block changes 553,529 51.1 2,027.6
    db block gets 804,149 74.2 2,945.6
    db block gets direct 38 0.0 0.1
    db block gets from cache 804,111 74.2 2,945.5
    DB time 1,147,447 105.9 4,203.1
    DBWR checkpoint buffers written 50,646 4.7 185.5
    DBWR checkpoints 12 0.0 0.0
    DBWR object drop buffers written 0 0.0 0.0
    DBWR revisited being-written buf 0 0.0 0.0
    DBWR thread checkpoint buffers w 0 0.0 0.0
    DBWR transaction table writes 91 0.0 0.3
    DBWR undo block writes 48,633 4.5 178.1
    deferred (CURRENT) block cleanou 49,868 4.6 182.7
    dirty buffers inspected 0 0.0 0.0
    enqueue conversions 2,200 0.2 8.1
    enqueue releases 290,145 26.8 1,062.8
    enqueue requests 290,145 26.8 1,062.8
    enqueue timeouts 0 0.0 0.0
    enqueue waits 0 0.0 0.0
    execute count 283,866 26.2 1,039.8
    frame signature mismatch 0 0.0 0.0
    free buffer inspected 661 0.1 2.4
    Instance Activity Stats DB/Inst: PRESCLIP/presclip Snaps: 4510-4513
    Statistic Total per Second per Trans
    free buffer requested 14,055 1.3 51.5
    heap block compress 904 0.1 3.3
    hot buffers moved to head of LRU 1,387 0.1 5.1
    immediate (CR) block cleanout ap 29 0.0 0.1
    immediate (CURRENT) block cleano 518 0.1 1.9
    IMU bind flushes 0 0.0 0.0
    IMU commits 0 0.0 0.0
    IMU contention 0 0.0 0.0
    IMU CR rollbacks 0 0.0 0.0
    IMU- failed to get a private str 48,866 4.5 179.0
    IMU Flushes 0 0.0 0.0
    IMU ktichg flush 0 0.0 0.0
    IMU pool not allocated 48,866 4.5 179.0
    IMU recursive-transaction flush 0 0.0 0.0
    IMU Redo allocation size 0 0.0 0.0
    IMU undo allocation size 0 0.0 0.0
    index fast full scans (full) 901 0.1 3.3
    index fetch by key 264,686 24.4 969.6
    index scans kdiixs1 250,500 23.1 917.6
    leaf node splits 90 0.0 0.3
    leaf node 90-10 splits 39 0.0 0.1
    logons cumulative 147 0.0 0.5
    messages received 100,083 9.2 366.6
    messages sent 100,083 9.2 366.6
    Misses for writing mapping 1 0.0 0.0
    no buffer to keep pinned count 0 0.0 0.0
    no work - consistent read gets 655,358,632 60,497.7 2,400,581.1
    opened cursors cumulative 230,635 21.3 844.8
    parse count (failures) 7 0.0 0.0
    parse count (hard) 8,776 0.8 32.2
    parse count (total) 279,007 25.8 1,022.0
    parse time cpu 5,167 0.5 18.9
    parse time elapsed 90,687 8.4 332.2
    physical read IO requests 309,720 28.6 1,134.5
    physical reads 309,883 28.6 1,135.1
    physical reads cache 274 0.0 1.0
    physical reads cache prefetch 64 0.0 0.2
    physical reads direct 309,609 28.6 1,134.1
    physical reads direct (lob) 309,554 28.6 1,133.9
    physical reads direct temporary 0 0.0 0.0
    physical reads prefetch warmup 0 0.0 0.0
    physical write IO requests 4,647 0.4 17.0
    physical writes 50,739 4.7 185.9
    physical writes direct 93 0.0 0.3
    physical writes direct (lob) 13 0.0 0.1
    physical writes direct temporary 0 0.0 0.0
    physical writes from cache 50,646 4.7 185.5
    physical writes non checkpoint 13,534 1.3 49.6
    pinned buffers inspected 0 0.0 0.0
    prefetch clients - default 0 0.0 0.0
    prefetch warmup blocks aged out 0 0.0 0.0
    prefetch warmup blocks flushed o 0 0.0 0.0
    prefetched blocks aged out befor 0 0.0 0.0
    process last non-idle time 165,677,888,421 15,294,119.1 #############
    PX local messages recv'd 0 0.0 0.0
    PX local messages sent 0 0.0 0.0
    recovery blocks read 0 0.0 0.0
    recursive calls 1,597,661 147.5 5,852.2
    recursive cpu usage 11,184 1.0 41.0
    redo blocks written 221,040 20.4 809.7
    Instance Activity Stats DB/Inst: PRESCLIP/presclip Snaps: 4510-4513
    Statistic Total per Second per Trans
    redo buffer allocation retries 33 0.0 0.1
    redo entries 280,995 25.9 1,029.3
    redo log space requests 21 0.0 0.1
    redo log space wait time 529 0.1 1.9
    redo ordering marks 12,324 1.1 45.1
    redo size 87,432,032 8,071.1 320,263.9
    redo synch time 123,911 11.4 453.9
    redo synch writes 96,422 8.9 353.2
    redo wastage 22,205,548 2,049.9 81,339.0
    redo write time 127,993 11.8 468.8
    redo writer latching time 81 0.0 0.3
    redo writes 97,141 9.0 355.8
    rollback changes - undo records 48,377 4.5 177.2
    rollbacks only - consistent read 80 0.0 0.3
    rows fetched via callback 122,917 11.4 450.3
    session connect time 165,677,888,421 15,294,119.1 #############
    session logical reads 657,782,688 60,721.5 2,409,460.4
    session pga memory max 9,254,040 854.3 33,897.6
    session uga memory 3,911,344 361.1 14,327.3
    session uga memory max 188,025,700 17,357.1 688,738.8
    shared hash latch upgrades - no 250,555 23.1 917.8
    shared hash latch upgrades - wai 2 0.0 0.0
    sorts (disk) 0 0.0 0.0
    sorts (memory) 9,374 0.9 34.3
    sorts (rows) 1,065,331 98.3 3,902.3
    SQL*Net roundtrips to/from clien 540,955 49.9 1,981.5
    summed dirty queue length 0 0.0 0.0
    switch current to new buffer 91 0.0 0.3
    table fetch by rowid 140,045 12.9 513.0
    table fetch continued row 82,641,580 7,628.8 302,716.4
    table scan blocks gotten 572,610,809 52,859.1 2,097,475.5
    table scan rows gotten 753,552,008 69,562.2 2,760,263.8
    table scans (long tables) 22,633 2.1 82.9
    table scans (rowid ranges) 0 0.0 0.0
    table scans (short tables) 8,001 0.7 29.3
    transaction rollbacks 48,096 4.4 176.2
    transaction tables consistent re 0 0.0 0.0
    transaction tables consistent re 0 0.0 0.0
    undo change vector size 21,086,568 1,946.6 77,240.2
    user calls 616,784 56.9 2,259.3
    user commits 246 0.0 0.9
    user I/O wait time 890 0.1 3.3
    user rollbacks 27 0.0 0.1
    workarea executions - onepass 0 0.0 0.0
    workarea executions - optimal 9,370 0.9 34.3
    write clones created in backgrou 3 0.0 0.0
    write clones created in foregrou 18 0.0 0.1
    Instance Activity Stats - Absolute Values DB/Inst: PRESCLIP/presclip Snaps: 4
    -> Statistics with absolute values (should not be diffed)
    -> Statistics identified by '(derived)' come from sources other than SYSSTAT
    Statistic Begin Value End Value
    logons current 22 24
    open threads (derived) 1 1
    opened cursors current 109 138
    workarea memory allocated 167,837 167,837
    Instance Activity Stats - Thread Activity DB/Inst: PRESCLIP/presclip Snaps: 45
    Statistic Total per Hour
    log switches (derived) 12 3.99
    Tablespace IO Stats DB/Inst: PRESCLIP/presclip Snaps: 4510-4513
    -> ordered by IOs (Reads + Writes) desc
    Tablespace
    Av Av Av Av Buffer Av Buf
    Reads Reads/s Rd(ms) Blks/Rd Writes Writes/s Waits Wt(ms)
    PRESCLIP
    309,551 29 0.9 1.0 461 0 0 0.0
    UNDOTBS1
    11 0 4.5 1.0 3,215 0 27 18.1
    SYSAUX
    68 0 19.7 1.0 651 0 0 0.0
    SYSTEM
    86 0 12.0 1.0 275 0 0 0.0
    USERS
    11 0 25.5 1.0 11 0 0 0.0
    File IO Stats DB/Inst: PRESCLIP/presclip Snaps: 4510-4513
    -> ordered by Tablespace, File
    Tablespace Filename
    Av Av Av Av Buffer Av Buf
    Reads Reads/s Rd(ms) Blks/Rd Writes Writes/s Waits Wt(ms)
    PRESCLIP /home/orabase/oradata/presclip/.dbf
    309,551 29 0.9 1.0 461 0 0 0.0
    SYSAUX /home/orabase/OraHome_1/oradata/presclip/sysaux01.db
    68 0 19.7 1.0 651 0 0 0.0
    SYSTEM /home/orabase/OraHome_1/oradata/presclip/system01.db
    86 0 12.0 1.0 275 0 0 0.0
    UNDOTBS1 /home/orabase/OraHome_1/oradata/presclip/undotbs01.d
    11 0 4.5 1.0 3,215 0 27 18.1
    USERS /home/orabase/OraHome_1/oradata/presclip/users01.dbf
    11 0 25.5 1.0 11 0 0 0.0
    Buffer Pool Statistics DB/Inst: PRESCLIP/presclip Snaps: 4510-4513
    -> Standard block size Pools D: default, K: keep, R: recycle
    -> Default Pools for other block sizes: 2k, 4k, 8k, 16k, 32k
    Free Writ Buffer
    Number of Pool Buffer Physical Physical Buff Comp Busy
    P Buffers Hit% Gets Reads Writes Wait Wait Waits
    D 56,112 100 657,071,568 274 50,646 0 0 27
    Instance Recovery Stats DB/Inst: PRESCLIP/presclip Snaps: 4510-4513
    -> B: Begin snapshot, E: End snapshot
    Targt Estd Log File Log Ckpt Log Ckpt
    MTTR MTTR Recovery Actual Target Size Timeout Interval
    (s) (s) Estd IOs Redo Blks Redo Blks Redo Blks Redo Blks Redo Blks
    B 0 25 1619 7884 18432 18432 40111
    E 0 27 1658 8134 18432 18432 40915
    Buffer Pool Advisory DB/Inst: PRESCLIP/presclip Snap: 4513
    -> Only rows with estimated physical reads >0 are displayed
    -> ordered by Block Size, Buffers For Estimate
    Size for Size Buffers for Est Physical Estimated
    P Estimate (M) Factr Estimate Read Factor Physical Reads
    D 44 .1 5,511 10,860.87 7,520,121,155
    D 88 .2 11,022 10,067.41 6,970,728,249
    D 132 .3 16,533 9,162.63 6,344,251,131
    D 176 .4 22,044 4,918.92 3,405,884,972
    D 220 .5 27,555 3,758.06 2,602,099,395
    D 264 .6 33,066 2,066.73 1,431,012,319
    D 308 .7 38,577 6.09 4,216,864
    D 352 .8 44,088 3.82 2,648,248
    D 396 .9 49,599 2.46 1,701,979
    D 440 1.0 55,110 1.12 772,069
    D 448 1.0 56,112 1.00 692,405
    D 484 1.1 60,621 0.74 512,470
    D 528 1.2 66,132 0.61 423,030
    D 572 1.3 71,643 0.55 383,427
    D 616 1.4 77,154 0.48 334,375
    D 660 1.5 82,665 0.42 291,518
    D 704 1.6 88,176 0.34 233,621
    D 748 1.7 93,687 0.29 198,447
    D 792 1.8 99,198 0.24 164,701
    D 836 1.9 104,709 0.20 140,211
    D 880 2.0 110,220 0.19 128,668
    PGA Aggr Summary DB/Inst: PRESCLIP/presclip Snaps: 4510-4513
    -> PGA cache hit % - percentage of W/A (WorkArea) data processed only in-memory
    PGA Cache Hit % W/A MB Processed Extra W/A MB Read/Written
    100.0 1,384 0
    PGA Aggr Target Stats DB/Inst: PRESCLIP/presclip Snaps: 4510-4513
    -> B: Begin snap E: End snap (rows dentified with B or E contain data
    which is absolute i.e. not diffed over the interval)
    -> Auto PGA Target - actual workarea memory target
    -> W/A PGA Used - amount of memory used for all Workareas (manual + auto)
    -> %PGA W/A Mem - percentage of PGA memory allocated to workareas
    -> %Auto W/A Mem - percentage of workarea memory controlled by Auto Mem Mgmt
    -> %Man W/A Mem - percentage of workarea memory under manual control
    %PGA %Auto %Man
    PGA Aggr Auto PGA PGA Mem W/A PGA W/A W/A W/A Global Mem
    Target(M) Target(M) Alloc(M) Used(M) Mem Mem Mem Bound(K)
    B 200 174 53.5 0.0 .0 .0 .0 10,240
    E 200 173 53.7 0.0 .0 .0 .0 10,240
    PGA Aggr Target Histogram DB/Inst: PRESCLIP/presclip Snaps: 4510-4513
    -> Optimal Executions are purely in-memory operations
    Low High
    Optimal Optimal Total Execs Optimal Execs 1-Pass Execs M-Pass Execs
    2K 4K 6,784 6,784 0 0
    64K 128K 250 250 0 0
    128K 256K 12 12 0 0
    256K 512K 926 926 0 0
    512K 1024K 1,398 1,398 0 0
    PGA Memory Advisory DB/Inst: PRESCLIP/presclip Snap: 4513
    -> When using Auto Memory Mgmt, minimally choose a pga_aggregate_target value
    where Estd PGA Overalloc Count is 0
    Estd Extra Estd PGA Estd PGA
    PGA Target Size W/A MB W/A MB Read/ Cache Overalloc
    Est (MB) Factr Processed Written to Disk Hit % Count
    25 0.1 82,699.3 1,558.6 98.0 89
    50 0.3 82,699.3 1,154.7 99.0 0
    100 0.5 82,699.3 318.8 100.0 0
    150 0.8 82,699.3 312.1 100.0 0
    200 1.0 82,699.3 265.6 100.0 0
    240 1.2 82,699.3 262.8 100.0 0
    280 1.4 82,699.3 262.8 100.0 0
    320 1.6 82,699.3 262.8 100.0 0
    360 1.8 82,699.3 262.8 100.0 0
    400 2.0 82,699.3 262.8 100.0 0
    600 3.0 82,699.3 262.8 100.0 0
    800 4.0 82,699.3 262.8 100.0 0
    1,200 6.0 82,699.3 262.8 100.0 0
    1,600 8.0 82,699.3 262.8 100.0 0
    Shared Pool Advisory DB/Inst: PRESCLIP/presclip Snap: 4513
    -> SP: Shared Pool Est LC: Estimated Library Cache Factr: Factor
    -> Note there is often a 1:Many correlation between a single logical object
    in the Library Cache, and the physical number of memory objects associated
    with it. Therefore comparing the number of Lib Cache objects (e.g. in
    v$librarycache), with the number of Lib Cache Memory Objects is invalid.
    Est LC Est LC Est LC Est LC
    Shared SP Est LC Time Time Load Load Est LC
    Pool Size Size Est LC Saved Saved Time Time Mem
    Size(M) Factr (M) Mem Obj (s) Factr (s) Factr Obj Hits
    80 .2 56 4,198 72,114 1.0 14,842 1.2 16,452,599
    136 .3 111 6,647 73,539 1.0 13,417 1.1 16,491,805
    192 .4 166 9,432 74,005 1.0 12,951 1.1 16,508,243
    248 .5 221 12,492 74,291 1.0 12,665 1.1 16,519,582
    304 .6 276 16,528 74,480 1.0 12,476 1.0 16,527,543
    360 .7 331 23,498 74,624 1.0 12,332 1.0 16,534,394
    416 .8 386 31,198 74,703 1.0 12,253 1.0 16,542,712
    472 .9 441 37,726 74,859 1.0 12,097 1.0 16,558,200
    528 1.0 496 44,910 74,917 1.0 12,039 1.0 16,567,536
    584 1.1 551 49,341 74,953 1.0 12,003 1.0 16,571,102
    640 1.2 606 56,543 75,021 1.0 11,935 1.0 16,575,012
    696 1.3 661 61,575 75,176 1.0 11,780 1.0 16,580,220
    752 1.4 716 63,726 75,214 1.0 11,742 1.0 16,592,724
    808 1.5 771 70,249 75,269 1.0 11,687 1.0 16,598,334
    864 1.6 826 77,528 75,286 1.0 11,670 1.0 16,599,942
    920 1.7 881 83,639 75,312 1.0 11,644 1.0 16,602,620
    976 1.8 936 90,371 75,359 1.0 11,597 1.0 16,607,945
    1,032 2.0 991 94,801 75,407 1.0 11,549 1.0 16,610,849
    1,088 2.1 1,049 97,305 75,430 1.0 11,526 1.0 16,617,958
    Java Pool Advisory DB/Inst: PRESCLIP/presclip Snap: 4513
    Est LC Est LC Est LC Est LC
    Java JP Est LC Time Time Load Load Est LC
    Pool Size Size Est LC Saved Saved Time Time Mem
    Size(M) Factr (M) Mem Obj (s) Factr (s) Factr Obj Hits
    4 .5 4 124 0 .0 5,291 1.0 0
    8 1.0 4 124 0 .0 5,291 1.0 0
    12 1.5 4 124 0 .0 5,291 1.0 0
    16 2.0 4 124 0 .0 5,291 1.0 0
    Buffer Wait Statistics DB/Inst: PRESCLIP/presclip Snaps: 4510-4513
    -> ordered by wait time desc, waits desc
    Class Waits Total Wait Time (s) Avg Time (ms)
    undo header 27 0 18
    Enqueue Activity DB/Inst: PRESCLIP/presclip Snaps: 4510-4513
    No data exists for this section of the report.
    Undo Segment Summary DB/Inst: PRESCLIP/presclip Snaps: 4510-4513
    -> Undo segment block stats:
    -> uS - unexpired Stolen, uR - unexpired Released, uU - unexpired reUsed
    -> eS - expired Stolen, eR - expired Released, eU - expired reUsed
    Undo Undo Num Max Qry Max Tx Snap OutOf uS/uR/uU/
    TS# Blocks Trans Len (s) Concurcy TooOld Space eS/eR/eU
    1 48,135 96,602 128 4 0 0 0/0/0/0/0/0
    Undo Segment Stats DB/Inst: PRESCLIP/presclip Snaps: 4510-4513
    -> ordered by Time desc
    Undo Num Max Qry Max Tx Snap OutOf uS/uR/uU/
    End Time Blocks Trans Len (s) Concy TooOld Space eS/eR/eU
    17-??? 12:5 3,249 6,554 0 3 0 0 0/0/0/0/0/0
    17-??? 12:4 3,216 6,571 0 2 0 0 0/0/0/0/0/0
    17-??? 12:3 2,905 5,993 128 2 0 0 0/0/0/0/0/0
    17-??? 12:2 2,526 5,065 123 1 0 0 0/0/0/0/0/0
    17-??? 12:1 1,599 3,088 105 3 0 0 0/0/0/0/0/0
    17-??? 12:0 2,122 4,208 0 3 0 0 0/0/0/0/0/0
    17-??? 11:5 2,559 5,140 0 2 0 0 0/0/0/0/0/0
    17-??? 11:4 3,500 7,077 0 2 0 0 0/0/0/0/0/0
    17-??? 11:3 2,894 5,802 0 2 0 0 0/0/0/0/0/0
    17-??? 11:2 2,882 5,852 50 2 0 0 0/0/0/0/0/0
    17-??? 11:1 1,853 3,733 53 4 0 0 0/0/0/0/0/0
    17-??? 11:0 1,583 3,068 0 3 0 0 0/0/0/0/0/0
    17-??? 10:5 3,019 6,055 16 2 0 0 0/0/0/0/0/0
    17-??? 10:4 3,026 6,046 0 2 0 0 0/0/0/0/0/0
    17-??? 10:3 3,523 7,082 0 2 0 0 0/0/0/0/0/0
    17-??? 10:2 3,020 6,091 0 2 0 0 0/0/0/0/0/0
    17-??? 10:1 3,028 6,051 0 2 0 0 0/0/0/0/0/0
    17-??? 10:0 1,631 3,126 118 3 0 0 0/0/0/0/0/0
    Latch Activity DB/Inst: PRESCLIP/presclip Snaps: 4510-4513
    -> "Get Requests", "Pct Get Miss" and "Avg Slps/Miss" are statistics for
    willing-to-wait latch get requests
    -> "NoWait Requests", "Pct NoWait Miss" are for no-wait latch get requests
    -> "Pct Misses" for both should be very close to 0.0
    Pct Avg Wait Pct
    Get Get Slps Time NoWait NoWait
    Latch Name Requests Miss /Miss (s) Requests Miss
    active checkpoint queue 6,841 0.0 0 0
    active service list 17,532 0.0 0 0
    archive control 24 0.0 0 0
    begin backup scn array 15 0.0 0 0
    cache buffer handles 266 0.0 0 0
    cache buffers chains 1,315,303,855 0.0 0.4 1809 14,117 0.0
    cache buffers lru chain 150,748 0.1 0.3 0 211,414,162 0.3
    channel handle pool latc 288 0.0 0 0
    channel operations paren 35,631 0.0 0 0
    checkpoint queue latch 134,882 0.0 0 50,469 0.0
    child cursor hash table 65,010 0.0 0.0 0 0
    client/application info 9 0.0 0 0
    compile environment latc 97,494 0.0 0 0
    Consistent RBA 97,153 0.0 0 0
    cursor bind value captur 395 0.0 0 366 0.0
    dml lock allocation 197,003 0.0 0.0 0 0
    dummy allocation 292 0.0 0 0
    enqueue hash chains 582,892 0.0 0.0 0 21 0.0
    enqueues 285,714 0.0 0.3 0 0
    event group latch 144 0.0 0 0
    file cache latch 459 0.0 0 0
    FOB s.o list latch 152 0.0 0 0
    global KZLD latch for me 135 0.0 0 0
    hash table column usage 349 0.0 0 69,116 0.0
    hash table modification 214 0.0 0 0
    In memory undo latch 0 0 48,866 0.0
    job workq parent latch 0 0 6 0.0
    job_queue_processes para 181 0.0 0 0
    JOX SGA heap latch 57 0.0 0 0
    JS queue state obj latch 75,204 0.0 0 0
    JS slv state obj latch 9 0.0 0 0
    ksuosstats global area 727 0.0 0 0
    KTF sga enqueue 26 0.0 0 3,367 0.0
    ktm global data 199 0.0 0 0
    KWQMN job cache list lat 36 0.0 0 0
    lgwr LWN SCN 99,219 0.0 0 0
    library cache 3,214,193 0.4 1.1 1498 34,182 2.3
    library cache load lock 210 0.0 0 0
    library cache lock 1,165,646 0.0 0.0 0 0
    library cache lock alloc 99,387 0.0 0 0
    library cache pin 1,779,127 0.0 0.1 0 4 0.0
    library cache pin alloca 3,633 0.0 0 0
    list of block allocation 123 0.0 0 0
    loader state object free 584,340 0.0 0.1 0 0
    longop free list parent 20 0.0 0 20 0.0
    Memory Management Latch 52,575 0.0 0 3,517 0.0
    message pool operations 2 0.0 0 0
    messages 528,349 0.0 0.0 0 0
    mostly latch-free SCN 99,228 0.0 0.0 0 0
    MQL Tracking Latch 0 0 215 0.0
    multiblock read objects 116 0.0 0 0
    ncodef allocation latch 177 0.0 0 0
    object queue header heap 11 0.0 0 0
    object queue header oper 269,271 0.0 0 0
    object stats modificatio 519 0.0 0 0
    parallel query alloc buf 1,380 0.0 0 0
    parameter table allocati 292 0.7 1.0 0 0
    PL/SQL warning settings 149 0.0 0 0
    post/wait queue 142,398 0.0 0 94,641 0.0
    process allocation 144 0.0 0 144 0.0
    Latch Activity DB/Inst: PRESCLIP/presclip Snaps: 4510-4513
    -> "Get Requests", "Pct Get Miss" and "Avg Slps/Miss" are statistics for
    willing-to-wait latch get requests
    -> "NoWait Requests", "Pct NoWait Miss" are for no-wait latch get requests
    -> "Pct Misses" for both should be very close to 0.0
    Pct Avg Wait Pct
    Get Get Slps Time NoWait NoWait
    Latch Name Requests Miss /Miss (s) Requests Miss
    process group creation 286 0.0 0 0
    redo allocation 296,404 0.0 0.4 0 280,980 0.0
    redo copy 0 0 281,096 0.1
    redo writing 305,448 0.0 1.0 0 0
    row cache objects 19,800,316 0.3 0.0 1 963 0.0
    sequence cache 98,007 0.0 0 0
    session allocation 275,416 0.0 1.0 0 0
    session idle bit 1,331,355 0.0 0.2 0 0
    session switching 177 0.0 0 0
    session timer 3,643 0.0 0 0
    shared pool 1,723,175 0.2 0.8 323 0
    simulator hash latch 54,940,030 0.0 0 0
    simulator lru latch 2,170 99.3 1.0 106 425,026 170.0
    slave class 6 0.0 0 0
    slave class create 24 12.5 1.0 1 0
    sort extent pool 313 0.0 0 0
    SQL memory manager latch 3 0.0 0 3,414 0.0
    SQL memory manager worka 330,753 0.0 1.0 0 0
    state object free list 6 0.0 0 0
    statistics aggregation 420 0.0 0 0
    SWRF Alerted Metric Elem 36,081 0.0 0 0
    temp lob duration state 1 0.0 0 0
    threshold alerts latch 428 0.0 0 0
    transaction allocation 113 0.0 0 0
    transaction branch alloc 177 0.0 0 0
    undo global data 395,466 0.0 0.0 0 0
    user lock 542 0.0 0 0
    Latch Sleep Breakdown DB/Inst: PRESCLIP/presclip Snaps: 4510-4513
    -> ordered by misses desc
    Latch Name
    Get Requests Misses Sleeps Spin Gets Sleep1 Sleep2 Sleep3
    cache buffers chains
    1,315,303,855 385,895 142,296 320,582 647 54,945 9,721
    row cache objects
    19,800,316 63,155 18 63,138 16 1 0
    library cache
    3,214,193 12,757 13,804 1,332 9,607 1,392 426
    shared pool
    1,723,175 2,950 2,220 1,107 1,594 192 57
    simulator lru latch
    2,170 2,155 2,102 136 1,940 75 4
    cache buffers lru chain
    150,748 160 44 116 44 0 0
    loader state object freelist
    584,340 103 12 91 12 0 0
    session idle bit
    1,331,355 52 12 45 2 5 0
    library cache pin
    1,779,127 35 2 33 2 0 0
    redo allocation
    296,404 21 9 13 7 1 0
    enqueues
    285,714 6 2 4 2 0 0
    slave class create
    24 3 3 0 3 0 0
    parameter table allocation management
    292 2 2 0 2 0 0
    session allocation
    275,416 1 1 0 1 0 0
    SQL memory manager workarea list latch
    330,753 1 1 0 1 0 0
    redo writing
    305,448 1 1 0 1 0 0
    Latch Miss Sources DB/Inst: PRESCLIP/presclip Snaps: 4510-4513
    -> only latches with sleeps are shown
    -> ordered by name, sleeps desc
    NoWait Waiter
    Latch Name Where Misses Sleeps Sleeps
    cache buffers chains kcbgtcr: kslbegin excl 0 106,533 141,883
    cache buffers chains kcbrls: kslbegin 0 31,818 228
    cache buffers chains kcbnew: new latch again 0 3,533 10
    cache buffers chains kcbgtcr: fast path 0 216 75
    cache buffers chains kcbbxsv 0 123 10
    cache buffers chains kcbgcur: kslbegin 0 43 38
    cache buffers chains kcbzpnd: dump buffers 0 13 0
    cache buffers chains kcbchg: kslbegin: bufs not 0 5 15
    cache buffers chains kcbzhngcbk1: get hash chai 0 4 0
    cache buffers chains kcbbic2 0 2 0
    cache buffers chains kcbnlc 0 2 0
    cache buffers lru chain kcbzar: KSLNBEGIN 0 38 0
    cache buffers lru chain kcbkflb : age buffer out 0 3 0
    cache buffers lru chain kcbgtcr:CR Scan:KCBRSKIP 0 2 0
    cache buffers lru chain kcbzrn 0 1 26
    enqueues ksqdel 0 2 0
    library cache kglic 0 9,080 531
    library cache kglupc: child 0 692 1,667
    library cache kglpndl: child: before pro 0 658 926
    library cache kglobpn: child: 0 490 2,150
    library cache kglpin 0 284 154
    library cache kglpndl: child: after proc 0 269 7
    library cache kglpin: child: heap proces 0 226 14
    library cache kgldti: 2child 0 197 156
    library cache kgldte: child 0 0 183 1,986
    library cache kglhdgc: child: 0 167 97
    library cache kglhdgn: child: 0 156 2,103
    library cache kglpnc: child 0 59 313
    library cache kglobld 0 34 212
    library cache kglpnp: child 0 9 7
    library cache kglget: set reserved lock 0 8 418
    library cache kglati 0 5 7
    library cache lock kgllkdl: child: no lock ha 0 567 2,472
    library cache pin kglpndl 0 1 1
    library cache pin kglupc 0 1 0
    loader state object free kcblfs 0 6 0
    loader state object free kcblgs 0 6 12
    parameter table allocati ksp_param_table_alloc 0 2 2
    redo allocation kcrfw_redo_gen: redo alloc 0 9 0
    redo writing kcrfwnf: new logfile 0 1 0
    row cache objects kqreqd: reget 0 12 0
    row cache objects kqrpre: find obj 0 5 17
    row cache objects kqrso 0 1 0
    session allocation ksuxds: KSUSFCLC set 0 1 0
    session idle bit ksupuc: set busy 0 7 5
    session idle bit ksupuc: clear busy 0 5 7
    shared pool kghalo 0 1,271 612
    shared pool kghupr1 0 446 1,365
    shared pool kghfrunp: clatch: wait 0 361 584
    shared pool kghfrunp: clatch: nowait 0 359 0
    shared pool kghfrunp: alloc: wait 0 323 173
    shared pool kghalp 0 117 49
    shared pool kghfen: not perm alloc cla 0 60 20
    shared pool kgh: permsp 0 1 0
    shared pool kghfre 0 1 0
    shared pool kghfree_extents: scan 0 1 1
    simulator lru latch kcbs_simulate: simulate se 0 2,102 2,102
    slave class create ksvcreate 0 3 0
    SQL memory manager worka qesmmIRefreshBound 0 1 0
    Parent Latch Statistics DB/Inst: PRESCLIP/presclip Snaps: 4510-4513
    No data exists for this section of the report.
    Child Latch Statistics DB/Inst: PRESCLIP/presclip Snaps: 4510-4513
    No data exists for this section of the report.
    Segments by Logical Reads DB/Inst: PRESCLIP/presclip Snaps: 4510-4513
    -> % Total shows % of logical reads for each top segment compared with total
    logical reads for all segments captured by the Snapshot
    Tablespace Subobject Obj. Logical
    Owner Name Object Name Name Type Reads %Total
    PRESCLIP PRESCLIP MS_ARTICLE TABLE 654,906,160 99.71
    PRESCLIP PRESCLIP SYS_LOB0000051093C00 LOB 304,080 .05
    PRESCLIP PRESCLIP MS_REPORTQUEUE_DISPA TABLE 233,936 .04
    PRESCLIP PRESCLIP MS_ARTICLE_STAGE1 TABLE 97,808 .01
    SYS SYSTEM I_CDEF4 INDEX 97,744 .01
    Segments by Physical Reads DB/Inst: PRESCLIP/presclip Snaps: 4510-4513
    Tablespace Subobject Obj. Physical
    Owner Name Object Name Name Type Reads %Total
    PRESCLIP PRESCLIP SYS_LOB0000051093C00 LOB 303,704 98.13
    PRESCLIP PRESCLIP SYS_LOB0000051093C00 LOB 4,529 1.46
    PRESCLIP PRESCLIP SYS_LOB0000046827C00 LOB 1,118 .36
    PRESCLIP PRESCLIP MS_ARTICLE TABLE 50 .02
    SYS SYSAUX SYS_LOB0000008026C00 LOB 36 .01
    Segments by Buffer Busy Waits DB/Inst: PRESCLIP/presclip Snaps: 4510-4513
    No data exists for this section of the report.
    Segments by Row Lock Waits DB/Inst: PRESCLIP/presclip Snaps: 4510-4513
    No data exists for this section of the report.
    Segments by ITL Waits DB/Inst: PRESCLIP/presclip Snaps: 4510-4513
    No data exists for this section of the report.
    Dictionary Cache Stats DB/Inst: PRESCLIP/presclip Snaps: 4510-4513
    -> "Pct Misses" should be very low (< 2% in most cases)
    -> "Final Usage" is the number of cache entries being used
    Get Pct Scan Pct Mod Final
    Cache Requests Miss Reqs Miss Reqs Usage
    dc_awr_control 191 0.0 0 6 1
    dc_global_oids 8,745 0.0 0 0 26
    dc_histogram_data 39,720 0.0 0 0 674
    dc_histogram_defs 35,456 0.3 0 0 2,671
    dc_object_ids 5,847,398 0.0 0 0 1,116
    dc_objects 14,462 0.2 0 0 789
    dc_profiles 138 0.0 0 0 1
    dc_rollback_segments 2,480 0.0 0 0 23
    dc_segments 374,462 0.0 0 29 927
    dc_sequences 48,405 0.0 0 48,405 13
    dc_tablespaces 112,712 0.0 0 0 6
    dc_usernames 709 0.0 0 0 18
    dc_users 79,348 0.0 0 0 67
    outstanding_alerts 126 0.0 0 0 6
    Library Cache Activity DB/Inst: PRESCLIP/presclip Snaps: 4510-4513
    -> "Pct Misses" should be very low
    Get Pct Pin Pct Invali-
    Namespace Requests Miss Requests Miss Reloads dations
    BODY 44 4.5 243 0.8 0 0
    CLUSTER 19 0.0 48 0.0 0 0
    INDEX 2 0.0 2 0.0 0 0
    JAVA DATA 3 0.0 0 0 0
    SQL AREA 230,499 3.4 711,949 2.4 860 0
    TABLE/PROCEDURE 685 4.4 152,247 0.1 34 0
    TRIGGER 3 0.0 48,579 0.0 0 0
    SGA Memory Summary DB/Inst: PRESCLIP/presclip Snap: 4513
    SGA regions Size in Bytes
    Database Buffers 469,762,048
    Fixed Size 782,404
    Redo Buffers 524,288
    Variable Size 573,312,956
    SGA breakdown difference DB/Inst: PRESCLIP/presclip Snaps: 4510-4513
    Pool Name Begin value End value % Diff
    java free memory 2,763,968 2,763,968 0.00
    java joxlod exec hp 5,346,432 5,346,432 0.00
    java joxs heap 278,208 278,208 0.00
    large free memory 7,486,448 7,486,448 0.00
    large PX msg pool 902,160 902,160 0.00
    shared ASH buffers 4,194,304 4,194,304 0.00
    shared dbwriter coalesce buffer 1,049,088 1,049,088 0.00
    shared event statistics per sess 3,860,360 3,860,360 0.00
    shared fixed allocation callback 344 344 0.00
    shared free memory 50,274,976 46,941,344 -6.63
    shared joxlod exec hp 316,300 316,300 0.00
    shared joxlod pcod hp 54,664 54,664 0.00
    shared joxs heap 4,220 4,220 0.00
    shared KGLS heap 3,170,548 1,698,292 -46.44
    shared KQR L SO 250,952 250,952 0.00
    shared KQR M PO 2,723,332 2,623,064 -3.68
    shared KQR M SO 980,320 391,016 -60.11
    shared KQR S PO 279,256 279,256 0.00
    shared KQR S SO 11,300 11,300 0.00
    shared KTI-UNDO 1,235,304 1,235,304 0.00
    shared library cache 111,273,504 94,381,576 -15.18
    shared miscellaneous 35,266,584 35,266,728 0.00
    shared parameters 18,108 11,348 -37.33
    shared partitioning d 407,116 56,904 -86.02
    shared PLS non-lib hp 10,404 10,404 0.00
    shared PL/SQL DIANA 1,061,084 920,768 -13.22
    shared PL/SQL MPCODE 1,972,164 1,999,880 1.41
    shared PL/SQL PPCODE 40,964 21,192 -48.27
    shared pl/sql source 17,732 104 -99.41
    shared private strands 1,198,080 1,198,080 0.00
    shared PX subheap 131,068 131,068 0.00
    shared repository 188,420 188,420 0.00
    shared row cache 3,707,272 3,707,272 0.00
    shared sql area 329,584,656 352,498,780 6.95
    shared table definiti 3,916 3,156 -19.41
    shared trigger defini 9,756 4,304 -55.88
    shared trigger inform 1,564 1,564 0.00
    shared type object de 336,772 336,772 0.00
    buffer_cache 469,762,048 469,762,048 0.00
    fixed_sga 782,404 782,404 0.00
    log_buffer 524,288 524,288 0.00
    Resource Limit Stats DB/Inst: PRESCLIP/presclip Snap: 4513
    No data exists for this section of the report.
    init.ora Parameters DB/Inst: PRESCLIP/presclip Snaps: 4510-4513
    End value
    Parameter Name Begin value (if different)
    background_dump_dest /home/orabase/admin/presclip/bdum
    compatible 10.1.0.2.0
    control_files /home/orabase/OraHome_1/oradata/p
    core_dump_dest /home/orabase/admin/presclip/cdum
    db_block_size 8192
    __db_cache_size 469762048
    db_domain pressclip.si
    db_file_multiblock_read_count 16
    db_name presclip
    db_recovery_file_dest /home/orabase/flash_recovery_area
    db_recovery_file_dest_size 2147483648
    dispatchers (PROTOCOL=TCP) (SERVICE=presclipX
    __java_pool_size 8388608
    job_queue_processes 10
    __large_pool_size 8388608
    nls_date_format DD.MM.YYYY HH24:MI:SS
    nls_language SLOVENIAN
    nls_territory SLOVENIA
    nls_time_format HH24:MI:SS
    open_cursors 1500
    pga_aggregate_target 209715200
    processes 150
    remote_login_passwordfile EXCLUSIVE
    sga_max_size 1044381696
    sga_target 1044381696
    __shared_pool_size 553648128
    undo_management AUTO
    undo_tablespace UNDOTBS1
    user_dump_dest /home/orabase/admin/presclip/udum
    --------------------------------------------------------

  • Error while invoking a WS-Security secured web service from Oracle BPEL..

    Hi ,
    We are facing some error while invoking a WS-Security secured web service from our BPEL Process on the windows platform(SOA 10.1.3.3.0).
    For the BPEL process we are following the same steps as given in an AMIS blog : - [http://technology.amis.nl/blog/1607/how-to-call-a-ws-security-secured-web-service-from-oracle-bpel]
    but sttill,after deploying it and passing values in it,we are getting the following error on the console :-
    &ldquo;Header [http://schemas.xmlsoap.org/ws/2004/08/addressing:Action] for ultimate recipient is required but not present in the message&rdquo;
    Any pointers in this regard will be highly appreciated.
    Thanks,
    Saurabh

    Hi James,
    Thanks for the quick reply.
    We've tried to call that web service from an HTML designed in Visual Studios with the same username and password and its working fine.
    But on the BPEL console, we are getting the error as mentioned.
    Also if you can tell me how to set the user name and password in the header of the parter link.I could not find how to do it.
    Thanks,
    Saurabh

  • Error while running a customize report in oracle ebs

    Hi ..
    can anybody suggest how to solve the follwing error while running a customize report in oracle ebs?
    XXIFMS: Version : UNKNOWN
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    Current system time is 03-JUN-2011 11:09:24
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    P_DATE_FROM='2010/04/01 00:00:00'
    P_DATE_TO='2011/06/03 00:00:00'
    Forcing NLS_NUMERIC_CHARACTERS to: '.,' for XDO processing
    APPLLCSP Environment Variable set to :
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.AL32UTF8
    stat_low = 9
    stat_high = 0
    emsg:was terminated by signal 9
    ld.so.1: rwrun: fatal: librw.so: open failed: No such file or directory
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Program was terminated by signal 9
    Concurrent Manager encountered an error while running Oracle*Report for your concurrent request 1068011.
    Review your concurrent request log and/or report output file for more detailed information.
    Executing request completion options...
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 1068011 on node D0005 at 03-JUN-2011 11:09:24.
    Post-processing of request 1068011 failed at 03-JUN-2011 11:09:24 with the error message:
    One or more post-processing actions failed. Consult the OPP service log for details.
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 03-JUN-2011 11:09:24

    Please post the details of the application release, database version and OS.
    Is the issue with this specific concurrent program?
    Can you find any errors in the CM/OPP log files?
    Please see if these docs help.
    On R12.1.1/Solaris Platform While Generating Oracle Reports Files Failed With Error " ld.so.1: rwconverter: fatal: librw.so: open failed: No such file or directory [ID 1067786.1]
    Apps UPG Fail With Error Ld.So.1: Rwserver: Fatal: Librw.So [ID 961222.1]
    Thanks,
    Hussein

  • HELP! Can not install Oracle 8.1.5 w/ RedHat 6.1!

    I can not get Oracle 8.1.5 to install onto Linux RedHat 6.1. The
    Oracle installation script generates several errors. I have
    tried several attempts, using different options, but they all
    generate errors.
    Please help. The Oracle Installation scripts appear to be very
    buggy... or perhaps they are incompatible with the standard
    RedHat 6.1 release. Either way, it is very frustrating.
    I have documented one of my (failed) installation attempts below.
    Does anyone have any words of wisdom?
    I am installing Oracle onto a Dell Latitude CPi PC w/ 128MB RAM,
    a 366MHz Pentium II, and RedHat 6.1 (using the standard Linux
    2.2.12-2 kernel). RedHat was installed using the standard "Gnome
    Workstation" configuration.
    The Oralce CD is labeled:
    "Oralce 8i Enterprise Edition
    Release 8.1.5
    for Linux
    (c) Oracle Corporation 1999"
    I got this CD about one week ago at Oracle OpenWorld '99 in Los
    Angeles... it should be their "latest & greatest" version so far.
    1. Pre-Installation and ./runInstall
    I created an "oracle" Unix account w/ groups "oinstall" (the
    primary group) and "dba" (a secondary group).
    I created directories /u01 through /u04, belonging to oracle.
    I setup .cshrc and sourced it, containing:
    umask 022
    setenv DISPLAY `hostname`:0
    xhost +
    setenv ORACLE_BASE /u01/app/oracle
    setenv ORACLE_HOME ${ORACLE_BASE}/product/8.1.5
    setenv ORACLE_SID cprtest
    setenv PATH ${ORACLE_HOME}/bin:${PATH}
    setenv LD_LIBRARY_PATH ${ORACLE_HOME}/lib
    setenv NLS_LANG US7ASCII
    I downloaded jre116_v5 and installed to /usr/local/jre.
    Finally, I executed (from the "oracle" Unix account):
    cd /mnt/cdrom
    ./runInstall
    Problem: I got the error (from ./runInstall):
    Initializing Java Virtual Machine from /usr/local/jre/bin/jre.
    Please wait...
    Error in CreateOUIProcess(): -1
    : Bad address
    Workaround: Executed the following commands instead:
    cd /mnt/cdrom/install/linux
    ./runIns.sh
    3. runIns.sh and root.sh
    I selected the following options (from ./runIns.sh):
    Source: /mnt/cdrom/stage/products.jar
    Destination: /u01/app/oracle/product/8.1.5
    Oracle 8i Enterprise Edition 8.1.5.0.0
    Typical (585MB)
    Installable Components: Oralce Intelligent Agent 8.1.5.0.0
    Global Database Name: cprtest.parkrussell.com
    SID: cprtest
    Directory for Database Files: /u02
    Then (when instructed by ./runIns.sh), I attempted to execute
    (from the
    "root" Unix account):
    cd /u01/app/oracle/product/8.1.5
    ./root.sh
    Problem: I got the error:
    "bash: ./root.sh: Permission denied"
    The execute bit was not set.
    Workaround: I executed:
    chmod a+x root.sh
    ./root.sh
    5. Configuration Tools
    The Oracle Installer (./runIns.sh) attempted to execute:
    A. Net8 Configuration Agent
    B. Oracle Database Configuration Agent
    Problem: The "Oracle Database Configuration Agent" failed with
    the following error message:
    "One or more tools have failed. It is recommended but not
    required that these tools succeed for this installation.
    You can now select these tools, read its details to examine
    why they have failed, fix those problems, and retry them.
    Or, you can click "Next" to continue."
    When I selected the "Oracle Database Configuration Agent" for
    more info, I got the following additional details (as the cause
    of the error):
    "A required command line argument is missing."
    The log file
    "/u01/app/oracle/oraInventory/logs/installActions.log" recorded:
    "Command which is being spawned is /usr/local/jre/bin/jre
    -Duser.dir=/u01/app/oracle/product/8.1.5/assistants/dbca/jlib
    -classpath
    /usr/local/jre/lib/rt.jar:/u01/app/oracle/product/8.1.5/jlib/ewt-3_1_10.jar:/u01/app/oracle/produc
    /8.1.5/jlib/share-1_0_6.jar:/u01/app/oracle/product/8.1.5/assistants/dbca/jlib/DBAssist.jar:/u01/a
    p/oracle/product/8.1.5/assistants/jlib/jnls.jar:/u01/app/oracle/product/8.1.5/assistants/jlib/ACC.
    AR:/u01/app/oracle/product/8.1.5/jlib/help-3_0_7.jar:/u01/app/oracle/product/8.1.5/jlib/oracle_ice
    4_03_3.jar:/u01/app/oracle/product/8.1.5/jlib/HotJavaBean.jar:/u01/app/oracle/product/8.1.5/jlib/n
    tcfg.jar:/usr/local/jre/lib/i18n.jar
    DBCreateWizard /createtype seed /numusers NO_VALUE /apptype
    NO_VALUE /cartridges NO_VALUE /options NO_VALUE /demos NO_VALUE
    /seedloc NO_VALUE /sid cprtest /orahome
    /u01/app/oracle/product/8.1.5 /orabase /u01/app/oracle /dbloc
    /u02 /clususer NO_VALUE /cluspswd NO_VALUE /nodeinfo NO_VALUE
    /gdbName cprtest.parkrussell.com
    Invalid Exit Code. The following result code will be used for
    configuration tool: 1
    Configuration tool Oracle Database Configuration Assistant
    failed"
    Workaround: There is obviously nothing I can do to fix this
    problem. It appears to be an internal bug in ./runIns.sh.
    Therefore, I selected "Next" and executed "dbassist" directly.
    6. dbassist
    I executed:
    dbassist
    Problem: I got the following error:
    "JNLS Execution:oracle.ntpg.jnls.JNLSException
    Unable to find any National Character Sets. Please
    check your Oracle installation."
    Workaround: Press "OK" and ignore the error.
    7. dbassist (cont.)
    I selected the following options:
    Create database
    Typical
    Copy existing database files from the CD
    Global Database Name: cprtest.parkrussell.com
    SID: cprtest
    Problem: I got the following error:
    "CD-ROM drive not detected on this system.
    Database not created."
    (Note: I've been running the installation scripts from the
    CDROM drive this entire time. "df" shows the CDROM drive
    mounted on /mnt/cdrom. "ls /mnt/cdrom" works too.)
    Workaround: Abort (which generated the additional error: "Unable
    to create database. DBCA-00003: No CD-ROM drive detected.") and
    run dbassist again, this time using different parameters.
    8. dbassist, again
    I executed "dbassist" again and selected the following options:
    Create database
    Typical
    Create new database files
    Hybrid
    Concurrently connected users: 5
    Options: Oralce interMedia, Oralce JServer, and iM demos
    Global Database Name: cprtest2.parkrussell.com
    SID: cprtest2
    Create database now
    Problem: I got the following error:
    "ORA-01012: not logged on"
    Workaround: Try, try again.
    9. dbassist, one last time
    Executed "dbassist" once more and selected the following options:
    Create database
    Typical
    Create new database files
    Hybrid
    Concurrently connected users: 5
    Options: Oralce interMedia, Oralce JServer, and interMedia
    demos
    Global Database Name: cprtest3.parkrussell.com
    SID: cprtest3
    Output creation script
    Then, I executed (from the "oracle" Unix account):
    cd /u01/app/oracle/product/8.1.5/install
    setenv ORACLE_SID cprtest3
    ./sqlcprtest3.sh
    Problem: I got the following output:
    "Oracle Server Manager Release 3.1.5.0.0 - Production
    (c) Copyright 1997, Oracle Corporation. All Rights Reserved.
    Oracle8i Enterprise Edition Release 8.1.5.0.0 - Production
    With the Partitioning and Java options
    PL/SQL Release 8.1.5.0.0 - Production
    SVRMGR> SVRMGR> Connected.
    SVRMGR> ORACLE instance started.
    ORA-01012: not logged on
    SVRMGR> 2> 3> 4> 5> 6> 7>
    8> 9> CREATE DATABASE "cprtest3"
    ORA-01012: not logged on
    SVRMGR> Disconnected."
    Workaround: Beats me.
    10. sqlplus
    I attempted to execute sqlplus, but got the following error
    message:
    "/u01/app/oracle/product/8.1.5/bin/sqlplus: Permission denied."
    The execute bit was not set.
    Workaround: I executed:
    chmod a+x /u01/app/oracle/product/8.1.5/bin/sqlplus
    sqlplus
    I gave up for now... there were just too many things wrong with
    this installation, starting with the very first command I was
    supposed to execute (./runInstaller).
    I can't fathom why Oracle's installation script has so many bugs.
    Am I just doing something terribly wrong?
    Please help.
    null

    I'm using enlightenment version 0.15.5-41, which is more recent
    than the 0.15.5-37 version (containing the Oracle installer
    patch) that you recommended. Unfortunately, it fails when using
    this version.
    I also tried installing Oracle using twm, with enlightenment
    disabled. This didn't help either.
    Furthermore, the errors that I'm encountering in the OUI are
    not just toward the end of the installation. They happen from
    the very beginning, right after I enter "./runInstall", and
    continue every step of the way.
    Calvin Mitchell (guest) wrote:
    : Check out my thread: "Assistants Failure Toward end of Oracle
    : Install" to see where i've gone with this.
    : if your running Enlightenment as your window manager you need
    to
    : upgrade to 0.15.5-37, that will solve the OUI error.
    : Let me know if you solve any of your problems.
    : Chris Russell (guest) wrote:
    : : I can not get Oracle 8.1.5 to install onto Linux RedHat 6.1.
    : The
    : : Oracle installation script generates several errors. I have
    : : tried several attempts, using different options, but they all
    : : generate errors.
    : : Please help. The Oracle Installation scripts appear to be
    very
    : : buggy... or perhaps they are incompatible with the standard
    : : RedHat 6.1 release. Either way, it is very frustrating.
    : : I have documented one of my (failed) installation attempts
    : below.
    : : Does anyone have any words of wisdom?
    : : I am installing Oracle onto a Dell Latitude CPi PC w/ 128MB
    : RAM,
    : : a 366MHz Pentium II, and RedHat 6.1 (using the standard Linux
    : : 2.2.12-2 kernel). RedHat was installed using the standard
    : "Gnome
    : : Workstation" configuration.
    : : The Oralce CD is labeled:
    : : "Oralce 8i Enterprise Edition
    : : Release 8.1.5
    : : for Linux
    : : (c) Oracle Corporation 1999"
    : : I got this CD about one week ago at Oracle OpenWorld '99 in
    Los
    : : Angeles... it should be their "latest & greatest" version so
    : far.
    : : 1. Pre-Installation and ./runInstall
    : : I created an "oracle" Unix account w/ groups "oinstall" (the
    : : primary group) and "dba" (a secondary group).
    : : I created directories /u01 through /u04, belonging to oracle.
    : : I setup .cshrc and sourced it, containing:
    : : umask 022
    : : setenv DISPLAY `hostname`:0
    : : xhost +
    : : setenv ORACLE_BASE /u01/app/oracle
    : : setenv ORACLE_HOME ${ORACLE_BASE}/product/8.1.5
    : : setenv ORACLE_SID cprtest
    : : setenv PATH ${ORACLE_HOME}/bin:${PATH}
    : : setenv LD_LIBRARY_PATH ${ORACLE_HOME}/lib
    : : setenv NLS_LANG US7ASCII
    : : I downloaded jre116_v5 and installed to /usr/local/jre.
    : : Finally, I executed (from the "oracle" Unix account):
    : : cd /mnt/cdrom
    : : ./runInstall
    : : Problem: I got the error (from ./runInstall):
    : : Initializing Java Virtual Machine from
    : /usr/local/jre/bin/jre.
    : : Please wait...
    : : Error in CreateOUIProcess(): -1
    : : : Bad address
    : : Workaround: Executed the following commands instead:
    : : cd /mnt/cdrom/install/linux
    : : ./runIns.sh
    : : 3. runIns.sh and root.sh
    : : I selected the following options (from ./runIns.sh):
    : : Source: /mnt/cdrom/stage/products.jar
    : : Destination: /u01/app/oracle/product/8.1.5
    : : Oracle 8i Enterprise Edition 8.1.5.0.0
    : : Typical (585MB)
    : : Installable Components: Oralce Intelligent Agent 8.1.5.0.0
    : : Global Database Name: cprtest.parkrussell.com
    : : SID: cprtest
    : : Directory for Database Files: /u02
    : : Then (when instructed by ./runIns.sh), I attempted to execute
    : : (from the
    : : "root" Unix account):
    : : cd /u01/app/oracle/product/8.1.5
    : : ./root.sh
    : : Problem: I got the error:
    : : "bash: ./root.sh: Permission denied"
    : : The execute bit was not set.
    : : Workaround: I executed:
    : : chmod a+x root.sh
    : : ./root.sh
    : : 5. Configuration Tools
    : : The Oracle Installer (./runIns.sh) attempted to execute:
    : : A. Net8 Configuration Agent
    : : B. Oracle Database Configuration Agent
    : : Problem: The "Oracle Database Configuration Agent" failed
    with
    : : the following error message:
    : : "One or more tools have failed. It is recommended but not
    : : required that these tools succeed for this installation.
    : : You can now select these tools, read its details to
    examine
    : : why they have failed, fix those problems, and retry them.
    : : Or, you can click "Next" to continue."
    : : When I selected the "Oracle Database Configuration Agent" for
    : : more info, I got the following additional details (as the
    cause
    : : of the error):
    : : "A required command line argument is missing."
    : : The log file
    : : "/u01/app/oracle/oraInventory/logs/installActions.log"
    : recorded:
    : : "Command which is being spawned is /usr/local/jre/bin/jre
    : : -Duser.dir=/u01/app/oracle/product/8.1.5/assistants/dbca/jlib
    : : -classpath
    /usr/local/jre/lib/rt.jar:/u01/app/oracle/product/8.1.5/jlib/ewt-
    : 3_1_10.jar:/u01/app/oracle/product/8.1.5/jlib/share-
    1_0_6.jar:/u01/app/oracle/product/8.1.5/assistants/dbca/jlib/DBAs
    sist.jar:/u01/app/oracle/product/8.1.5/assistants/jlib/jnls.jar:/
    u01/app/oracle/product/8.1.5/assistants/jlib/ACC.JAR:/u01/app/ora
    : cle/product/8.1.5/jlib/help-
    : 3_0_7.jar:/u01/app/oracle/product/8.1.5/jlib/oracle_ice-
    4_03_3.jar:/u01/app/oracle/product/8.1.5/jlib/HotJavaBean.jar:/u0
    1/app/oracle/product/8.1.5/jlib/netcfg.jar:/usr/local/jre/lib/i18
    : n.jar
    : : DBCreateWizard /createtype seed /numusers NO_VALUE /apptype
    : : NO_VALUE /cartridges NO_VALUE /options NO_VALUE /demos
    NO_VALUE
    : : /seedloc NO_VALUE /sid cprtest /orahome
    : : /u01/app/oracle/product/8.1.5 /orabase /u01/app/oracle /dbloc
    : : /u02 /clususer NO_VALUE /cluspswd NO_VALUE /nodeinfo NO_VALUE
    : : /gdbName cprtest.parkrussell.com
    : : Invalid Exit Code. The following result code will be used
    for
    : : configuration tool: 1
    : : Configuration tool Oracle Database Configuration Assistant
    : : failed"
    : : Workaround: There is obviously nothing I can do to fix this
    : : problem. It appears to be an internal bug in ./runIns.sh.
    : : Therefore, I selected "Next" and executed "dbassist"
    directly.
    : : 6. dbassist
    : : I executed:
    : : dbassist
    : : Problem: I got the following error:
    : : "JNLS Execution:oracle.ntpg.jnls.JNLSException
    : : Unable to find any National Character Sets. Please
    : : check your Oracle installation."
    : : Workaround: Press "OK" and ignore the error.
    : : 7. dbassist (cont.)
    : : I selected the following options:
    : : Create database
    : : Typical
    : : Copy existing database files from the CD
    : : Global Database Name: cprtest.parkrussell.com
    : : SID: cprtest
    : : Problem: I got the following error:
    : : "CD-ROM drive not detected on this system.
    : : Database not created."
    : : (Note: I've been running the installation scripts from the
    : : CDROM drive this entire time. "df" shows the CDROM drive
    : : mounted on /mnt/cdrom. "ls /mnt/cdrom" works too.)
    : : Workaround: Abort (which generated the additional error:
    : "Unable
    : : to create database. DBCA-00003: No CD-ROM drive detected.")
    : and
    : : run dbassist again, this time using different parameters.
    : : 8. dbassist, again
    : : I executed "dbassist" again and selected the following
    options:
    : : Create database
    : : Typical
    : : Create new database files
    : : Hybrid
    : : Concurrently connected users: 5
    : : Options: Oralce interMedia, Oralce JServer, and iM demos
    : : Global Database Name: cprtest2.parkrussell.com
    : : SID: cprtest2
    : : Create database now
    : : Problem: I got the following error:
    : : "ORA-01012: not logged on"
    : : Workaround: Try, try again.
    : : 9. dbassist, one last time
    : : Executed "dbassist" once more and selected the following
    : options:
    : : Create database
    : : Typical
    : : Create new database files
    : : Hybrid
    : : Concurrently connected users: 5
    : : Options: Oralce interMedia, Oralce JServer, and interMedia
    : : demos
    : : Global Database Name: cprtest3.parkrussell.com
    : : SID: cprtest3
    : : Output creation script
    : : Then, I executed (from the "oracle" Unix account):
    : : cd /u01/app/oracle/product/8.1.5/install
    : : setenv ORACLE_SID cprtest3
    : : ./sqlcprtest3.sh
    : : Problem: I got the following output:
    : : "Oracle Server Manager Release 3.1.5.0.0 - Production
    : : (c) Copyright 1997, Oracle Corporation. All Rights
    Reserved.
    : : Oracle8i Enterprise Edition Release 8.1.5.0.0 - Production
    : : With the Partitioning and Java options
    : : PL/SQL Release 8.1.5.0.0 - Production
    : : SVRMGR> SVRMGR> Connected.
    : : SVRMGR> ORACLE instance started.
    : : ORA-01012: not logged on
    : : SVRMGR> 2> 3> 4> 5> 6> 7>
    : : 8> 9> CREATE DATABASE "cprtest3"
    : : ORA-01012: not logged on
    : : SVRMGR> Disconnected."
    : : Workaround: Beats me.
    : : 10. sqlplus
    : : I attempted to execute sqlplus, but got the following error
    : : message:
    : : "/u01/app/oracle/product/8.1.5/bin/sqlplus: Permission
    : denied."
    : : The execute bit was not set.
    : : Workaround: I executed:
    : : chmod a+x /u01/app/oracle/product/8.1.5/bin/sqlplus
    : : sqlplus
    : : I gave up for now... there were just too many things wrong
    with
    : : this installation, starting with the very first command I was
    : : supposed to execute (./runInstaller).
    : : I can't fathom why Oracle's installation script has so many
    : bugs.
    : : Am I just doing something terribly wrong?
    : : Please help.
    null

  • Logical operators in Oracle select query

    Hello all,
    Can i use logical operators in oracle select queries?
    for 1 and 0 =0 ; 1 or 0 =0
    if i have two fileds in a table COL1 have a value of 1010 and COL2 have a value of 0001.
    Is there any way to use select col1 or col2 from table? where or is a logical operator?
    Regards,

    Hi,
    NB wrote:
    Hello all,
    Can i use logical operators in oracle select queries?Sure; Oracle has the logical operators AND, NOT and OR. All the comparison operators, including >, >=, = !=, EXISTS, IN, IS NULL, LIKE and REGEXP_LIKE are really logical operators, since they return logical values. You can use them in SELECT statements, and other places, too.
    for 1 and 0 =0 ; 1 or 0 =0
    if i have two fileds in a table COL1 have a value of 1010 and COL2 have a value of 0001.It's unclear what you want. Maybe you'd be interested in the BITAND function:
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28286/functions014.htm#sthref1080
    BITAND is the only logical function that I know of. Many other functions, especially numberical fucntions such as MOD, have applications in logic.
    Is there any way to use select col1 or col2 from table? where or is a logical operator?Whenever you have a question, please post a little sample data (CREATE TABLE and INSERT statements), and also post the results you want from that data.
    Explain how you get those results from that data.
    Always say which version of Oracle you're using.

  • Strange scenario,Oracle can not display the data in mysql correctly

    I use Heterogeneous Service+ODBC to achieve "oracle access mysql"(any other method?),and now i find Oracle can not display the data in mysql correctly:
    -------mysql------------
    mysql> create table tst(id int,name varchar(10));
    Query OK, 0 rows affected (0.00 sec)
    mysql> insert into tst values(1,'a');
    Query OK, 1 row affected (0.00 sec)
    mysql> select * from tst;
    ------------+
    | id | name |
    ------------+
    | 1 | a |
    ------------+
    1 row in set (0.00 sec)
    mysql> show create table tst\G
    *************************** 1. row ***************************
    Table: tst
    Create Table: CREATE TABLE `tst` (
    `id` int(11) DEFAULT NULL,
    `name` varchar(10) DEFAULT NULL
    ) ENGINE=MyISAM DEFAULT CHARSET=utf8
    1 row in set (0.00 sec)
    -------------oracle ------------------
    SQL> select count(*) from "tst"@mysql;
    COUNT(*)
    49
    SQL> select * from "tst"@mysql;
    id
    1
    SQL> desc "tst"@mysql;
    Name Null? Type
    id NUMBER(10)

    You can make the following query on the result page:
    "select * from the_table where movietitle = ? and cinema = ?"
    then you set movietitle and cinema to those which the user selected. If the resultset contains more than 0 rows, that means the movie is available.
    Below is the sample code, it assumes you have a connection to the database:
    PreparedStatement stat = myConnection.prepareStatement("select * from the_table where movietitle = ? and cinema = ?");
    stat.setString(1, usersMovieTitleSelection);
    stat.setString(2, usersCinemaSelection);
    ResultSet res = stat.executeQuery();
    if (res.next()) {
    out.print("The movie is available");
    } else {
    out.print("The movie is not available");
    }Now just add that to your JSP page. Enjoy ! =)

  • SSO to Oracle Forms 6.0 and Oracle Reports 6.0

    Hi,
    Could somebody please explain how I should implement the SSO so that I can log on a forms application?
    Should I use external partner app. ??
    How can I parse the right parameters to the forms server ??
    thanks,
    Jerome

    Hi,
    Oracle Forms 6i does not support Advances Security for SQL*Net if this is what your question is. ASO is supported with Forms 9i and above
    Frank

  • Oracle, Null and empty Strings

    Currently I'm facing problems with a class, which contains a String, which
    is set to "" (empty String).
    When the class is persistent, oracle writes null to the table column
    (which seems to be common oracle behaviour) and when retrieving the class,
    the field is set to null as well, giving me a lot of null-pointer
    exceptions.
    Anyway ... I can cope with that (just a lot of extra work)
    far worse is the problem, wenn searching objects, that have this field set
    to "" oder null.
    Oracle can't find the records because JDO creates Querys "where
    string=null" or "where string=''" , where oracle expects "where string is
    null" to find the records.
    Is there a workaround or solution ?

    Yeah, that would work as well, thx, but since I have to cope with
    null-Strings now everywhere in my program, it doesn't hurt just to forbid
    empty strings on the program side.
    In future times I'll test on Oracle first, then porting to DB/2 - this way
    I suppose work is far less to garant compability.
    Nevertheless ... having to set the bankcode into quotes is a kodo bug in
    my opinion.
    Kodo knows the type of classfields (in this case string) and shouldn't
    send the parameter as a BigDecimal to the database.
    Given that, and having only bankcodes of null (only neccesary when using
    Oracle), the method would look like:
    public Collection getAccounts (String bankCode)
    throws Exception
    return getAccounts (Account.class, "bankcode=="+bankcode);
    which is how a transparent persistent layer, um, should be , um , I mean
    ... just transparent ;-D
    Marc Prud'hommeaux wrote:
    Stefan-
    Couldn't you just do something like:
    public Collection getAccounts (String bankCode)
    throws Exception
    String filter;
    if (bankCode == null || bankCode.length () == 0)
    filter = "(bankCode == null || bankCode == "")";
    else
    filter = "bankCode == "" + bankCode + """;
    return getAccounts (Account.class, filter);
    If I understand the problem correctly, this should work for all the
    databases.
    In article <[email protected]>, Stefan wrote:
    What operations are you performing to cause this SQL to be issued? You
    say you are having trouble removing objects, but this is clearly not a
    DELETE statement. Is this the SQL that is issued when looking up
    objects by identity?I'm not removing objects, I was removing just quotes from parameters ;-)
    A string column... is it also represented as a string field in your class?Yeah ... just to give you an impression of the code:
    First we have a class, representing a bank account:
    public class Account {
    private AccountMgr myAccountMgr;
    private String bankCode;
    private String id;
    Note, that in nearly all cases bankCode will be a number or null.
    I have a second class "AccountMgr", which does all of the persistant stuff
    (seaching, making persistent etc.)
    This class has two methods, one versatile (protected) to retrieve accounts
    by a given filterString and one who just returns accounts by bankCode,
    building the expected filterstring. Here is my current working version:
    public class AccountMgr {
    public Collection getAccounts(String bankCode) throws Exception {
    if (bankCode!=null) {
    if (bankCode.equals("")) {
    throw new Exception("check code, bankCode='' not allowed to get
    same behavior from DB2 and Oracle");
    // if set, quote the bankCode
    bankCode="""+bankCode+""";
    return getAccounts(Account.class,"bankCode=="+bankCode);
    protected Collection getAccounts(Class accountClass, String filterAdd)
    throws Exception {
    PersistenceManager pm = MyHelper.getPersistenceManager();
    String filter="";
    if (filterAdd!=null && !filterAdd.trim().equals("")) {
    filter+=filterAdd + " && ";
    filter += "myAccountMgr==_accMgr";
    Query query = pm.newQuery(accountClass, filter);
    query.declareParameters("AccountMgr _accMgr");
    return (Collection) query.execute(this);
    As you can see, in the first method I have to set the bankCode into
    quotes, when it's not null.
    This is because otherwise a filter like "bankCode=1234" will be translated
    in a way, where 1234 is send as a BigDecimal to the database:
    [...] executing statement <4239745>: (SELECT [...] FROM JDO_ACCOUNT t0
    WHERE t0.BANKCODE = ? : [reused=1;params={(BigDecimal) 1234}]
    Marc Prud'hommeaux [email protected]
    SolarMetric Inc. http://www.solarmetric.com

  • Installation Problem on Pentium4 with ORACLE 8.1.7 Client

    I tried to Install the ORACLE Client 8.1.7/8.1.6 on Pentium4 with NT platform. On inserting the CD it gave the first prompt and after Clicking the "INSTALL/DE-INSTALL PRODUCTS", system stops. Checking in the TaskManager helps us to know that 'setup.exe' and 'java.exe' were started for a fraction of the second and then stopped.
    Tried to explore the issue and it seems that the JAVA version which ORACLE is using for the INSTALLATION of 8.1.7 is NonCompatible with the P4[NT Platform].
    However, 8.0.5/8.0.6 Client version were successfully Installed on the same configuration.
    Can Anyone help me out in Installing 8.1.6 on P4[NT base].
    Thanks in advance

    Is the machine you're trying to install on the
    machine your display is running on?
    If not, doing a
    'xhost + name_of_machine_you_are_installing_on'
    on the machine your display is running on should do the
    trick.
    Hope that helps.
    M. Geselle

  • Installation problem on AIX ( SAP4.7, Oracle-9i)

    Hello Gurus,
    We are installaing SAP4.7 on AIX with oracle-9i as an database
    we have completed central instance successfully, while database instance we are facing error
    I am attaching error log for your referenec
    error log
    You entered: /sapcd/oracle9/51030360/ORA92_1
    Found the label ORACLE:9.2:RDBMS(1/4):Oracle RDBMS AIX5 CD:CD51018585_1 but need
    the label ORACLE:9.2.0:RDBMS(1::
    Can any body help me regarding this error.
    Thanks & regards
    Shishir

    > You entered: /sapcd/oracle9/51030360/ORA92_1
    > Found the label ORACLE:9.2:RDBMS(1/4):Oracle RDBMS AIX5 CD:CD51018585_1 but need
    > the label ORACLE:9.2.0:RDBMS(1::
    Are the CDs numbers matching to your installation master CD?
    Markus

  • Installation problem on Linux Slackware 7.1 (Oracle 8i)

    I try install Oracle 8i Enterprise in Linux Slackware 7.1 (kernel 2.2.16), but the runInstaller don't work.
    I read the installation manuals and make all steps, but the runInstaller don't work.
    I get this message:
    ./runInstaller
    The Java RunTime Environment was not found at bin/jre. Hence, the Oracle Universal Installer cannot be run.
    Please visit http://www.javasoft.com and install JRE version 1.1.8 or higher and try again.
    : No such file or directory
    I try --> ln -s /usr/local/jre118_v3 /usr/local/java
    and --> ln -s /usr/local/jre118_v3 /usr/local/jre
    and put in PATH --> /usr/local/jre/bin
    Nothing work's.
    Somebody can help me ?????
    Thank's ....

    Hello!
    I also tried to install Oracle 8.1.6.1 (after giving up the 8.0.5 installation due to segmentation faults all over..), it also failed.
    After trying to install Oracle 8.1.6.1 on RedHat 7.0 and it still crashed, i sent a mail to some guru that wrote the oracle-how-to document for redhat, here is what he replied.
    My guess is that this also applies to the newest slackware version, because i presume that slackware 7.0 also use the newest glibc libraries;
    Thanks for the feedback.
    Oracle 8.1.6 does not work under Red Hat >Linux 7. Yes, that's the problem
    that I mentioned in the doc--you get to 80% >and the DBCA crashes and the
    Oracle executables die.
    I've heard, but I haven't tried it myself, >that if you install the latest
    glibc errata (2.1.94) then the DBCA >completes but the Oracle executables
    still die. The DBCA problem was apparently >a Java issue that is fixed in
    the errata. But you're still out of luck >since the exes won't work.
    It might appear that this is a problem with >Red Hat Linux 7. But it appears
    that it is a problem with some assumptions >that Oracle made, assumptions
    that worked with glibc 2.1.3 (the C library >included with RHL 6.2) but which
    prove false with later glibc versions. As >other Linux distributions adopt
    the new glibc Oracle will fail to work on >them as well.
    The best advice I can give at this point is >to install and run Oracle on
    Red Hat Linux 6.2. Hopefully Oracle will >address the glibc issues with the
    8.1.7 release.
    ChrisI then installed Orace on RedHat 6.1 and it worked like a dream.
    Maybe you guys should try your luck on an earier version of slackware?
    Hope that helped...
    null

  • Goldengate 11.1.1.1 Oracle 11.2 Encrypted tablespace

    Please advise why this error is showing and help us on this situation
    Line: -----
    Windows 2008 x64
    Oracle 11.2.0.1 x64
    Oracle Goldengate 11.1.1.1 x64
    ++++++++++++SOURCE++++++++++++++
    sql>conn / as sysdba
    **************CREATE TABLESPACE AND TABLE********************
    CREATE TABLESPACE encrypted_ts
    DATAFILE 'd:\oradata\test\encrypted_ts01.dbf' SIZE 128K
    SIZE 15M
    AUTOEXTEND ON NEXT 20M
    MAXSIZE UNLIMITED
    LOGGING
    ENCRYPTION USING 'AES192'
    EXTENT MANAGEMENT LOCAL
    SEGMENT SPACE MANAGEMENT AUTO
    DEFAULT NOCOMPRESS STORAGE(ENCRYPT);
    CREATE TABLE TESTA
    ID NUMBER,
    NAME VARCHAR2(16 CHAR)
    LOGGING
    NOCOMPRESS
    NOCACHE
    NOPARALLEL
    MONITORING;
    cmd> mkstore -wrl d:\test\wallet -createEntry ORACLE.SECURITY.CL.ENCRYPTION.ORACLEGG
    Enter <secret> : test
    cmd>mkstore -wrl d:\test\wallet -viewEntry ORACLE.SECURITY.CL.ENCRYPTION.ORACLEGG
    ORACLE.SECURITY.CL.ENCRYPTION.ORACLEGG = test
    sql>ALTER SYSTEM SET ENCRYPTION WALLET CLOSE IDENTIFIED BY 'welcome1';
    sql>ALTER SYSTEM SET ENCRYPTION WALLET OPEN IDENTIFIED BY 'welcome1';
    Compile dbms_internal_clkm package.
    sql>@prvtclkm.plb
    sql>GRANT EXECUTE ON SYS.DBMS_INTERNAL_CLKM TO GGS_OWNER;
    **********************************GOLDENGATE******************************************
    ggsci>dblogin userid ggs_owner, ggs_owner
    ggsci>add extract ext2ts, tranlog, begin now
    ggsci>add rmttrail D:\ggs\dirdat\ts, extract ext2ts
    ggsci>ENCRYPT PASSWORD test ENCRYPTKEY DEFAULT
    Using default key...
    Encrypted password: AACAAAAAAAAAAAEAZAMEFCPGPEOHYDHE
    ggsci>edit params ext2ts
    EXTRACT ext2ts
    USERID ggs_owner, PASSWORD ggs_owner
    RMTHOST 192.168.0.2, MGRPORT 7809
    RMTTRAIL D:\ggs\dirdat\ts
    DBOPTIONS DECRYPTPASSWORD AACAAAAAAAAAAAEAZAMEFCPGPEOHYDHE ENCRYPTKEY DEFAULT -- ???
    TABLE TESTA;
    +++++++++++++TARGET++++++++++++++++
    sql> conn / as sysdba
    **************CREATE TABLESPACE AND TABLE********************
    cmd>
    CREATE TABLESPACE ts
    LOGGING DATAFILE 'd:\oradata\test\ts.dbf'
    SIZE 15M
    AUTOEXTEND ON NEXT 20M
    EXTENT MANAGEMENT
    LOCAL SEGMENT SPACE
    MANAGEMENT AUTO;
    CREATE TABLE TESTA
    ID NUMBER,
    NAME VARCHAR2(16 CHAR)
    LOGGING
    NOCOMPRESS
    NOCACHE
    NOPARALLEL
    MONITORING;
    ************************************GOLDENGATE*****************************************
    ggsci>DBLOGIN USERID ggs_owner, PASSWORD ggs_owner
    ggsci>ADD CHECKPOINTTABLE GGS_OWNER.CHKPTAB
    ggsci>ADD REPLICAT rep1, EXTTRAIL D:\ggs\dirdat\ts, CHECKPOINTTABLE GGS_OWNER.CHKPTAB
    ggsci>EDIT PARAMS rep1
    REPLICAT rep1
    ASSUMETARGETDEFS
    USERID ggs_owner, PASSWORD ggs_owner
    MAP GGS_OWNER.TESTA, TARGET GGS_OWNER.TESTA;
    +++++++++++++TARGET+++++++++++++++
    ggsci>start replicat rep1
    +++++++++++++SOURCE+++++++++++++++
    ggsci>start extract ext2ts
    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!EXTRACT - REPORT!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    2011-07-05 11:46:50 ERROR OGG-01028 ORA-06521: PL/SQL: Error mapping function
    ORA-06512: at "SYS.DBMS_INTERNAL_CLKM", line 3
    ORA-06512: at line 1.
    2011-07-05 11:46:50 ERROR OGG-01668 PROCESS ABENDING.
    Edited by: Oyunbold on Jul 7, 2011 3:25 AM
    Edited by: Oyunbold on Jul 19, 2011 6:09 PM

    Yesterday, I met the same problem. How do you solve it ? Plz, help me.
    OS : AIX 5.3
    DB : Oracle 11.1.0.7
    OGG : 11.1.1.1
    2011-09-06 15:26:56 INFO OGG-01515 Oracle GoldenGate Capture for Oracle, eora01.prm: Positioning to begin time Sep 2, 2011 6:50:49 PM.
    2011-09-06 15:26:56 ERROR OGG-01028 Oracle GoldenGate Capture for Oracle, eora01.prm: ORA-12427: invalid input value for FLAGS parameter ORA-06512: at "SYS.DBMS_INTERNAL_CLKM", line 3 ORA-06512: at line 1.
    2011-09-06 15:26:56 ERROR OGG-01668 Oracle GoldenGate Capture for Oracle, eora01.prm: PROCESS ABENDING.
    Our Extract configuration is below :
    EXTRACT EORA01
    USERID ogg, PASSWORD AACAAAAAAAAAAADAHBMDHBECUCZBPIYE, encryptkey XKEY
    DBOPTIONS DECRYPTPASSWORD AACAAAAAAAAAAAIARIXFKCQBMFIGFARA ENCRYPTKEY DEFAULT
    ENCRYPTTRAIL
    exttrail ./dirdat/ea
    EOFDELAYCSECS 50
    FLUSHCSECS 50
    DISCARDFILE ./dirrpt/EORA01.DSC, APPEND, MEGABYTES 500
    DISCARDROLLOVER AT 07:30
    TABLE TVANBT.TLF_BUYS_MISS;
    ...

  • I am trying to have access tables of the Sql Server through the Oracle

    I am trying to have access tables of the Sql Server through the Oracle and this being occurred the error:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message: [Generic Connectivity using ODBC][H006] The init parameter <HS_FDS_CONNECT_INFO> is not set.
    Please set it in init <orasid>.ora file.
    ORA-02063: preceding 2 lines from HSMSQL
    I created the ODBC with name HSMSQL.
    I made all the configurations in the archives
    tnsnames.ora:
    HSMSQL=
    (DESCRIPTION=
    (ADDRESS= (PROTOCOL = tcp)(HOST = wsus)(PORT = 1521))
    (CONNECT_DATA =
    (SID = HSMSQL)
    (HS = OK)
    listener.ora:
    (SID_DESC = (SID_NAME=HSMSQL)
    (ORACLE_HOME= C:\oracle\ora92)
    (PROGRAM =hsodbc)
    initHS_SID.ora:
    HS_FDS_CONNECT_INFO = HSMSQL
    HS_FDS_TRACE_LEVEL = OFF
    -- Create database link
    create database link HSMSQL.US.ORACLE.COM
    connect to TESTE identified by TESTE2
    using 'HSMSQL';
    But when I execute query the error occurs:
    Select * from TabTeste@HSMSQL
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message: [Generic Connectivity using ODBC][H006] The init parameter <HS_FDS_CONNECT_INFO> is not set.
    Please set it in init <orasid>.ora file.
    ORA-02063: preceding 2 lines from HSMSQL
    Please they help me, thanks, Paulo.

    Hi,
    It seems that your configuration is Ok. By the way, the workaround for this error is:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Transparent gateway for ODBC][H001] The environment variable <HS_FDS_CONNECT_INFO> is not set.
    * Set HS_FDS_CONNECT_INFO in the hs{sid}init.ora file to the data source name.
    Example: HS_FDS_CONNECT_INFO = <ODBC DataSource Name>
    * Make sure the hs{sid}init.ora file exists in the ORACLE_HOME/hs/admin directory and has the same name as the SID in the LISTENER.ORA.
    Example: If SID=hsodbc in the listener.ora file, then the hs{sid}init.ora file would be named ORACLE_HOME/hs/admin/inithsodbc.ora
    For more information see if this [url http://forums.oracle.com/forums/thread.jspa?forumID=61&threadID=576975]thread can help you.
    Cheers

Maybe you are looking for

  • Converting Quick time to jpeg?

    I have captured a move around 3d picture from the web using QT pro. Can I convert this into gif or a jpeg? so I can add hot spots?

  • A Headphone jack got stuck in my iPad. Any ideas on how I can get it out?

    I was listening to music, and I forced the headphone jack inside, and when I try to get it out, it snapped. any ideas on how I can fix this? can Apple replace my iPad for another one, or can they fix it?

  • Invoking Third Party software from Oracle applications

    Hi Gurus, We have a requirement where we would like to invoke thrid party software from APPS. For example when i click on a button in the toolbar (of Oracle Applications HRMs module) we want a document management system to open and show the documents

  • How to get photos from a restore??

    I made a backup of my old iPhone, but don't want to restore that backup to my new one. I am starting new with this iPhone. One question though: how do I get my pics from the backup saved to a file on my macbook? is this even possible? the photos are

  • AMF Channel - Project Relocation Issue

    The problem I'm having came up when I tried moving a working BlazeDS/Flex/Java project on my local machine to a remote server. The way I've set up the server is with user directories (~username) style so I wanted to move my BlazeDS project under that