SMON issue.

Hello guys.
I am using Oracle RAC 10G , 10.2.0.5 database. The OS is Oracle linux.
I was checking the view v$session_longops joining with v$process and v$session.
And saw this:
Instance Session_ID Status Username OS User OS_Process ID Operation Object Machine Name Program
2 1092 ACTIVE oracle 12254 Instance Recovery xxxx.com [email protected] (SMON)
In the meanwhile i checked on the OS too, on node2:
[[email protected]:/home/oracle]$ ps -ef | grep smon
oracle 12024 1 0 2012 ? 00:00:00 asm_smon_+ASM2
oracle 12254 1 0 2012 ? 00:29:13 ora_smon_cms2
[[email protected]:/home/oracle]$ top -p 12254
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
12254 oracle 15 0 23.6g 74m 35m S 0 0.2 29:13.31 oracle
This 29.13.31 on TIME+ , this 31 means minutes, 13 means Hours, and this 29 i don't know, maybe means days.
It looks like a long recovery from smon, and think that i can't kill it, once it is a process from the background process SMON. But i think that this will never end.
I don't have any clue of this. Does anyone knows how to investigate this ?
Thanks in advance.

Hi Hemant,
The CPU time reported for the process is 29minutes:13.31seconds. Not hours, not days.Yes, the time shows 29:13:31.
But i've been monitoring this for at least 1 week. And according the post above, it began at 04/12/2013 [DD/MM/YYYY].
We'd like to see what query you used to run this check. select distinct s.inst_id "Instance",
s.sid "Session ID",
s.status "Status",
s.username "Username",
RTRIM(s.osuser) "OS User",
b.spid "OS Process ID",
l.opname "Operação",
l.target "Objeto",
s.machine "Machine Name",
s.program "Program",
s.resource_consumer_group "Grupo de Consumo"
-- ,(l.sofar/l.totalwork)* 100 "Porcentagem"
from gv$session s, gv$session_longops l, gv$process b
where s.inst_id = l.inst_id
and l.inst_id = b.inst_id
and s.serial# = l.serial#
and (s.sid = l.sid(+))
and s.paddr = b.addr
and decode(s.serial#, l.serial#, 1, 0) = 1
and s.status = 'ACTIVE'
group by s.inst_id,
s.sid,
s.status,
s.username,
s.osuser,
b.spid,
s.machine,
s.program,
s.resource_consumer_group,
l.opname,
l.target;
V$session_longops is notorious for not being cleaned out even after an operation has been completed -- i.e. the longop still persists in the view although it is no longer in progress. Fine, but still on the OS level we can see the process, as i showed you in post above.
Just to feedback, the other dba decided to bounce the database. Today when i got here, the smon process was gone.
Thanks for answering.
Edited by: BSalesRashid on 15/01/2013 03:44

Similar Messages

  • Performance issue showing read by other session Event

    Hi All,
    we are having a severe performance issue in my database when we are running batch jobs.
    This was a new database(11.2.0.2) and we are testing the performance by running some batch jobs. These batch jobs included some inserts and updates.
    I am seeing read by other session in top 5 timed events and cache buffers chains in Latch Miss Sources section.
    Please help me to solve this out.
    Inst Num Startup Time    Release     RAC
    1 27-Feb-12 09:03 11.2.0.2.0  NO
    Platform                         CPUs Cores Sockets Memory(GB)
    Linux x86 64-bit                    8     8       8      48.00           
    Snap Id      Snap Time      Sessions Curs/Sess
    Begin Snap:      5605 29-Feb-12 03:00:27        63       4.5
      End Snap:      5614 29-Feb-12 12:00:47        63       4.3
       Elapsed:              540.32 (mins)
       DB Time:            1,774.23 (mins)
    Cache Sizes                       Begin        End
    ~~~~~~~~~~~                  ---------- ----------
                   Buffer Cache:     1,952M     1,952M  Std Block Size:        16K
               Shared Pool Size:     1,024M     1,024M      Log Buffer:    18,868K
    Load Profile              Per Second    Per Transaction   Per Exec   Per Call
    ~~~~~~~~~~~~         ---------------    --------------- ---------- ----------
          DB Time(s):                3.3                0.8       0.02       0.05
           DB CPU(s):                1.1                0.3       0.01       0.02
           Redo size:           55,763.8           13,849.3
       Logical reads:           23,906.6            5,937.4
       Block changes:              325.7               80.9
      Physical reads:              665.6              165.3
    Physical writes:               40.4               10.0
          User calls:               60.7               15.1
              Parses:               10.6                2.6
         Hard parses:                1.1                0.3
    W/A MB processed:                0.6                0.2
              Logons:                0.1                0.0
            Executes:              151.2               37.6
           Rollbacks:                0.0                0.0
        Transactions:                4.0
    Instance Efficiency Percentages (Target 100%)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                Buffer Nowait %:   99.94       Redo NoWait %:  100.00
                Buffer  Hit   %:   97.90    In-memory Sort %:  100.00
                Library Hit   %:   98.06        Soft Parse %:   90.16
             Execute to Parse %:   92.96         Latch Hit %:  100.00
    Parse CPU to Parse Elapsd %:   76.71     % Non-Parse CPU:   98.57
    Shared Pool Statistics        Begin    End
                 Memory Usage %:   89.38   87.96
        % SQL with executions>1:   97.14   95.15
      % Memory for SQL w/exec>1:   96.05   92.46
    Top 5 Timed Foreground Events
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                               Avg
                                                              wait   % DB
    Event                                 Waits     Time(s)   (ms)   time Wait Class
    db file sequential read          14,092,706      65,613      5   61.6 User I/O
    DB CPU                                           34,819          32.7
    read by other session               308,534       1,260      4    1.2 User I/O
    direct path read                     97,454         987     10     .9 User I/O
    db file scattered read               71,870         910     13     .9 User I/O
    Host CPU (CPUs:    8 Cores:    8 Sockets:    8)
    ~~~~~~~~         Load Average
                   Begin       End     %User   %System      %WIO     %Idle
                    0.43      0.36      13.7       0.6       9.7      85.7
    Instance CPU
    ~~~~~~~~~~~~
                  % of total CPU for Instance:      13.5
                  % of busy  CPU for Instance:      94.2
      %DB time waiting for CPU - Resource Mgr:       0.0
    Memory Statistics
    ~~~~~~~~~~~~~~~~~                       Begin          End
                      Host Mem (MB):     49,152.0     49,152.0
                       SGA use (MB):      3,072.0      3,072.0
                       PGA use (MB):        506.5        629.1
        % Host Mem used for SGA+PGA:         7.28         7.53
    Time Model Statistics             
    -> Total time in database user-calls (DB Time): 106453.8s
    -> Statistics including the word "background" measure background process
       time, and so do not contribute to the DB time statistic
    -> Ordered by % or DB time desc, Statistic name
    Statistic Name                                       Time (s) % of DB Time
    sql execute elapsed time                            105,531.1         99.1
    DB CPU                                               34,818.8         32.7
    parse time elapsed                                      714.7           .7
    hard parse elapsed time                                 684.8           .6
    PL/SQL execution elapsed time                           161.9           .2
    PL/SQL compilation elapsed time                          44.2           .0
    connection management call elapsed time                  16.9           .0
    hard parse (sharing criteria) elapsed time               10.2           .0
    hard parse (bind mismatch) elapsed time                   9.4           .0
    sequence load elapsed time                                2.9           .0
    repeated bind elapsed time                                0.5           .0
    failed parse elapsed time                                 0.0           .0
    DB time                                             106,453.8
    background elapsed time                               1,753.9
    background cpu time                                      61.7
    Operating System Statistics        
    -> *TIME statistic values are diffed.
       All others display actual values.  End Value is displayed if different
    -> ordered by statistic type (CPU Use, Virtual Memory, Hardware Config), Name
    Statistic                                  Value        End Value
    BUSY_TIME                              3,704,415
    IDLE_TIME                             22,203,740
    IOWAIT_TIME                            2,517,864
    NICE_TIME                                      3
    SYS_TIME                                 145,696
    USER_TIME                              3,557,758
    LOAD                                           0                0
    RSRC_MGR_CPU_WAIT_TIME                         0
    VM_IN_BYTES                      358,813,045,760
    VM_OUT_BYTES                      29,514,830,848
    PHYSICAL_MEMORY_BYTES             51,539,607,552
    NUM_CPUS                                       8
    NUM_CPU_CORES                                  8
    NUM_CPU_SOCKETS                                8
    GLOBAL_RECEIVE_SIZE_MAX                4,194,304
    GLOBAL_SEND_SIZE_MAX                   1,048,586
    TCP_RECEIVE_SIZE_DEFAULT                  87,380
    TCP_RECEIVE_SIZE_MAX                   4,194,304
    TCP_RECEIVE_SIZE_MIN                       4,096
    TCP_SEND_SIZE_DEFAULT                     16,384
    TCP_SEND_SIZE_MAX                      4,194,304
    TCP_SEND_SIZE_MIN                          4,096
    Operating System Statistics -
    Snap Time           Load    %busy    %user     %sys    %idle  %iowait
    29-Feb 03:00:27      0.4      N/A      N/A      N/A      N/A      N/A
    29-Feb 04:00:35      1.4     11.9     11.2      0.6     88.1     14.3
    29-Feb 05:00:41      1.7     13.8     13.2      0.6     86.2     15.8
    29-Feb 06:00:48      1.5     14.0     13.5      0.6     86.0     12.3
    29-Feb 07:01:00      1.8     16.3     15.8      0.5     83.7     10.4
    29-Feb 08:00:12      2.6     23.2     22.5      0.6     76.8     12.6
    29-Feb 09:00:26      1.3     16.6     16.0      0.5     83.4      5.7
    29-Feb 10:00:33      1.2     13.8     13.3      0.5     86.2      2.0
    29-Feb 11:00:43      1.3     14.5     14.0      0.5     85.5      3.8
    29-Feb 12:00:47      0.4      4.9      4.2      0.7     95.1     10.6
    Foreground Wait Class              
    -> s  - second, ms - millisecond -    1000th of a second
    -> ordered by wait time desc, waits desc
    -> %Timeouts: value of 0 indicates value was < .5%.  Value of null is truly 0
    -> Captured Time accounts for         97.9%  of Total DB time     106,453.79 (s)
    -> Total FG Wait Time:            69,415.64 (s)  DB CPU time:      34,818.79 (s)
                                                                      Avg
                                          %Time       Total Wait     wait
    Wait Class                      Waits -outs         Time (s)     (ms)  %DB time
    User I/O                   14,693,843     0           69,222        5      65.0
    DB CPU                                                34,819               32.7
    Commit                         40,629     0              119        3       0.1
    System I/O                     26,504     0               57        2       0.1
    Network                     1,945,010     0               11        0       0.0
    Other                         125,200    99                4        0       0.0
    Application                     2,673     0                2        1       0.0
    Concurrency                     3,059     0                1        0       0.0
    Configuration                      31    19                0       15       0.0
    Foreground Wait Events            
    -> s  - second, ms - millisecond -    1000th of a second
    -> Only events with Total Wait Time (s) >= .001 are shown
    -> ordered by wait time desc, waits desc (idle events last)
    -> %Timeouts: value of 0 indicates value was < .5%.  Value of null is truly 0
                                                                 Avg
                                            %Time Total Wait    wait    Waits   % DB
    Event                             Waits -outs   Time (s)    (ms)     /txn   time
    db file sequential read      14,092,706     0     65,613       5    108.0   61.6
    read by other session           308,534     0      1,260       4      2.4    1.2
    direct path read                 97,454     0        987      10      0.7     .9
    db file scattered read           71,870     0        910      13      0.6     .9
    db file parallel read            35,001     0        372      11      0.3     .3
    log file sync                    40,629     0        119       3      0.3     .1
    control file sequential re       26,504     0         57       2      0.2     .1
    direct path read temp            14,499     0         49       3      0.1     .0
    direct path write temp            9,186     0         28       3      0.1     .0
    SQL*Net message to client     1,923,973     0          5       0     14.7     .0
    SQL*Net message from dblin        1,056     0          5       5      0.0     .0
    Disk file operations I/O          8,848     0          2       0      0.1     .0
    ASM file metadata operatio           36     0          2      54      0.0     .0
    SQL*Net break/reset to cli        2,636     0          1       1      0.0     .0
    ADR block file read                 472     0          1       1      0.0     .0
    os thread startup                     8     0          1      74      0.0     .0
    SQL*Net more data to clien       17,656     0          1       0      0.1     .0
    asynch descriptor resize        123,852   100          0       0      0.9     .0
    local write wait                    110     0          0       4      0.0     .0
    utl_file I/O                     55,635     0          0       0      0.4     .0
    log file switch (private s            8     0          0      52      0.0     .0
    cursor: pin S wait on X               2     0          0     142      0.0     .0
    enq: KO - fast object chec           13     0          0      20      0.0     .0
    PX Deq: Slave Session Stat          248     0          0       1      0.0     .0
    enq: RO - fast object reus           18     0          0      11      0.0     .0
    latch: cache buffers chain        2,511     0          0       0      0.0     .0
    latch: shared pool                  195     0          0       1      0.0     .0
    CSS initialization                   12     0          0       8      0.0     .0
    PX qref latch                        54   100          0       2      0.0     .0
    SQL*Net more data from cli          995     0          0       0      0.0     .0
    SQL*Net more data from dbl          300     0          0       0      0.0     .0
    kksfbc child completion               1   100          0      56      0.0     .0
    library cache: mutex X              244     0          0       0      0.0     .0
    PX Deq: Signal ACK RSG              124     0          0       0      0.0     .0
    undo segment extension                6   100          0       7      0.0     .0
    PX Deq: Signal ACK EXT              124     0          0       0      0.0     .0
    library cache load lock               3     0          0       9      0.0     .0
    ADR block file write                 45     0          0       1      0.0     .0
    CSS operation: action                12     0          0       2      0.0     .0
    reliable message                     28     0          0       1      0.0     .0
    CSS operation: query                 72     0          0       0      0.0     .0
    latch: row cache objects             14     0          0       1      0.0     .0
    enq: SQ - contention                 17     0          0       0      0.0     .0
    latch free                           32     0          0       0      0.0     .0
    buffer busy waits                    52     0          0       0      0.0     .0
    enq: PS - contention                 16     0          0       0      0.0     .0
    enq: TX - row lock content            6     0          0       1      0.0     .0
    SQL*Net message to dblink         1,018     0          0       0      0.0     .0
    cursor: pin S                        23     0          0       0      0.0     .0
    latch: cache buffers lru c            8     0          0       0      0.0     .0
    SQL*Net message from clien    1,923,970     0    944,508     491     14.7
    jobq slave wait                  66,732   100     33,334     500      0.5
    Streams AQ: waiting for me        6,481   100     32,412    5001      0.0
    wait for unread message on       32,858    98     32,411     986      0.3
    PX Deq: Execution Msg             1,448     0        190     131      0.0
    PX Deq: Execute Reply             1,196     0         74      62      0.0
    HS message to agent                 228     0          4      19      0.0
    single-task message                  42     0          4      97      0.0
    PX Deq Credit: send blkd            904     0          2       3      0.0
    PX Deq Credit: need buffer          205     0          1       3      0.0
    Foreground Wait Events            
    -> s  - second, ms - millisecond -    1000th of a second
    -> Only events with Total Wait Time (s) >= .001 are shown
    -> ordered by wait time desc, waits desc (idle events last)
    -> %Timeouts: value of 0 indicates value was < .5%.  Value of null is truly 0
                                                                 Avg
                                            %Time Total Wait    wait    Waits   % DB
    Event                             Waits -outs   Time (s)    (ms)     /txn   time
    PX Deq: Table Q Normal            4,291     0          1       0      0.0
    PX Deq: Join ACK                    124     0          0       1      0.0
    PX Deq: Parse Reply                 124     0          0       0      0.0
    KSV master wait                     256     0          0       0      0.0
    Latch Miss Sources                
    -> only latches with sleeps are shown
    -> ordered by name, sleeps desc
                                                         NoWait              Waiter
    Latch Name               Where                       Misses     Sleeps   Sleeps
    ASM map operation freeli kffmTranslate2                   0          2        0
    DML lock allocation      ktadmc                           0          2        0
    FOB s.o list latch       ksfd_allfob                      0          2        2
    In memory undo latch     ktiFlushMe                       0          5        0
    In memory undo latch     ktichg: child                    0          3        0
    PC and Classifier lists  No latch                         0          6        0
    Real-time plan statistic keswxAddNewPlanEntry             0         20       20
    SQL memory manager worka qesmmIRegisterWorkArea:1         0          1        1
    active service list      kswslogon: session logout        0         23       12
    active service list      kswssetsvc: PX session swi       0          6        1
    active service list      kswsite: service iterator        0          1        0
    archive process latch    kcrrgpll                         0          3        3
    cache buffers chains     kcbgtcr_2                        0      1,746      573
    cache buffers chains     kcbgtcr: fast path (cr pin       0      1,024    2,126
    cache buffers chains     kcbgcur_2                        0         60        8
    cache buffers chains     kcbchg1: kslbegin: bufs no       0         16        3
    cache buffers chains     kcbgtcr: fast path               0         14       20
    cache buffers chains     kcbzibmlt: multi-block rea       0         10        0
    cache buffers chains     kcbrls_2                         0          9       53
    cache buffers chains     kcbgtcr: kslbegin shared         0          8        1
    cache buffers chains     kcbrls_1                         0          7       84
    cache buffers chains     kcbgtcr: kslbegin excl           0          6       14
    cache buffers chains     kcbnew: new latch again          0          6        0
    cache buffers chains     kcbzgb: scan from tail. no       0          6        0
    cache buffers chains     kcbzwb                           0          5        8
    cache buffers chains     kcbgcur: fast path (shr)         0          3        0
    cache buffers chains     kcbget: pin buffer               0          3        0
    cache buffers chains     kcbzhngcbk2_1                    0          1        0
    cache buffers lru chain  kcbzgws                          0         19        0
    cache buffers lru chain  kcbo_link_q                      0          3        0
    call allocation          ksuxds                           0         14       10
    call allocation          ksudlp: top call                 0          2        3
    enqueue hash chains      ksqgtl3                          0          2        1
    enqueue hash chains      ksqrcl                           0          1        2
    enqueues                 ksqgel: create enqueue           0          1        0
    object queue header oper kcbo_unlink_q                    0          5        2
    object queue header oper kcbo_sw_buf                      0          2        0
    object queue header oper kcbo_link_q                      0          1        2
    object queue header oper kcbo_switch_cq                   0          1        2
    object queue header oper kcbo_switch_mq_bg                0          1        4
    parallel query alloc buf kxfpbalo                         0          1        1
    process allocation       ksucrp:1                         0          2        0
    process queue reference  kxfpqrsnd                        0          1        0
    qmn task queue latch     kwqmnmvtsks: delay to read       0          1        0
    redo allocation          kcrfw_redo_gen: redo alloc       0         17        0
    row cache objects        kqreqd: reget                    0          6        0
    row cache objects        kqrpre: find obj                 0          6       13
    row cache objects        kqrso                            0          2        0
    row cache objects        kqreqd                           0          1        2
    row cache objects        kqrpre: init complete            0          1        1
    shared pool              kghalo                           0        199      106
    shared pool              kghupr1                          0         39      109
    shared pool              kghfre                           0         18       19
    shared pool              kghalp                           0          7       29
    space background task la ktsj_grab_task                   0         21       27
    Mutex Sleep Summary                
    -> ordered by number of sleeps desc
                                                                             Wait
    Mutex Type            Location                               Sleeps    Time (ms)
    Library Cache         kglhdgn2 106                              338           12
    Library Cache         kgllkc1   57                              259           10
    Library Cache         kgllkdl1  85                              123           21
    Cursor Pin            kkslce [KKSCHLPIN2]                        70          286
    Library Cache         kglget2   2                                31            1
    Library Cache         kglhdgn1  62                               31            2
    Library Cache         kglpin1   4                                26            1
    Library Cache         kglpnal1  90                               18            0
    Library Cache         kglpndl1  95                               15            2
    Library Cache         kgllldl2 112                                6            0
    Library Cache         kglini1   32                                1            0
              -------------------------------------------------------------Thanks in advance.

    Hi,
    Thanks for reply.
    I provided one hour report.
    Inst Num Startup Time    Release     RAC
    1 27-Feb-12 09:03 11.2.0.2.0  NO
      Platform                         CPUs Cores Sockets Memory(GB)
    Linux x86 64-bit                    8     8       8      48.00
                  Snap Id      Snap Time      Sessions Curs/Sess
    Begin Snap:      5606 29-Feb-12 04:00:35        63       3.7
      End Snap:      5607 29-Feb-12 05:00:41        63       3.6
       Elapsed:               60.11 (mins)
       DB Time:              382.67 (mins)
    Cache Sizes                       Begin        End
    ~~~~~~~~~~~                  ---------- ----------
                   Buffer Cache:     1,952M     1,952M  Std Block Size:        16K
               Shared Pool Size:     1,024M     1,024M      Log Buffer:    18,868K
    Load Profile              Per Second    Per Transaction   Per Exec   Per Call
    ~~~~~~~~~~~~         ---------------    --------------- ---------- ----------
          DB Time(s):                6.4                0.8       0.03       0.03
           DB CPU(s):                1.0                0.1       0.00       0.00
           Redo size:           84,539.3           10,425.6
       Logical reads:           23,345.6            2,879.1
       Block changes:              386.5               47.7
      Physical reads:            1,605.0              197.9
    Physical writes:                7.1                0.9
          User calls:              233.9               28.9
              Parses:                4.0                0.5
         Hard parses:                0.1                0.0
    W/A MB processed:                0.1                0.0
              Logons:                0.1                0.0
            Executes:              210.9               26.0
           Rollbacks:                0.0                0.0
        Transactions:                8.1
    Instance Efficiency Percentages (Target 100%)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                Buffer Nowait %:   99.62       Redo NoWait %:  100.00
                Buffer  Hit   %:   95.57    In-memory Sort %:  100.00
                Library Hit   %:   99.90        Soft Parse %:   98.68
             Execute to Parse %:   98.10         Latch Hit %:   99.99
    Parse CPU to Parse Elapsd %:   32.08     % Non-Parse CPU:   99.90
    Shared Pool Statistics        Begin    End
                 Memory Usage %:   89.25   89.45
        % SQL with executions>1:   96.79   97.52
      % Memory for SQL w/exec>1:   95.67   96.56
    Top 5 Timed Foreground Events
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                               Avg
                                                              wait   % DB
    Event                                 Waits     Time(s)   (ms)   time Wait Class
    db file sequential read           3,054,464      17,002      6   74.0 User I/O
    DB CPU                                            3,748          16.3
    read by other session               199,603         796      4    3.5 User I/O
    direct path read                     46,301         439      9    1.9 User I/O
    db file scattered read               21,113         269     13    1.2 User I/O
    Host CPU (CPUs:    8 Cores:    8 Sockets:    8)
    ~~~~~~~~         Load Average
                   Begin       End     %User   %System      %WIO     %Idle
                    1.45      1.67      13.2       0.6      15.8      86.2
    Instance CPU
    ~~~~~~~~~~~~
                  % of total CPU for Instance:      13.0
                  % of busy  CPU for Instance:      94.7
      %DB time waiting for CPU - Resource Mgr:       0.0
    Memory Statistics
    ~~~~~~~~~~~~~~~~~                       Begin          End
                      Host Mem (MB):     49,152.0     49,152.0
                       SGA use (MB):      3,072.0      3,072.0
                       PGA use (MB):        513.5        467.7
        % Host Mem used for SGA+PGA:         7.29         7.20
    Time Model Statistics            
    -> Total time in database user-calls (DB Time): 22960.5s
    -> Statistics including the word "background" measure background process
       time, and so do not contribute to the DB time statistic
    -> Ordered by % or DB time desc, Statistic name
    Statistic Name                                       Time (s) % of DB Time
    sql execute elapsed time                             22,835.9         99.5
    DB CPU                                                3,748.4         16.3
    parse time elapsed                                       15.4           .1
    hard parse elapsed time                                  14.3           .1
    PL/SQL execution elapsed time                             7.5           .0
    PL/SQL compilation elapsed time                           6.0           .0
    connection management call elapsed time                   1.6           .0
    sequence load elapsed time                                0.4           .0
    hard parse (sharing criteria) elapsed time                0.0           .0
    repeated bind elapsed time                                0.0           .0
    failed parse elapsed time                                 0.0           .0
    DB time                                              22,960.5
    background elapsed time                                 238.1
    background cpu time                                       4.9
    Operating System Statistics        
    -> *TIME statistic values are diffed.
       All others display actual values.  End Value is displayed if different
    -> ordered by statistic type (CPU Use, Virtual Memory, Hardware Config), Name
    Statistic                                  Value        End Value
    BUSY_TIME                                396,506
    IDLE_TIME                              2,483,725
    IOWAIT_TIME                              455,495
    NICE_TIME                                      0
    SYS_TIME                                  16,163
    USER_TIME                                380,052
    LOAD                                           1                2
    RSRC_MGR_CPU_WAIT_TIME                         0
    VM_IN_BYTES                       95,646,943,232
    VM_OUT_BYTES                       1,686,059,008
    PHYSICAL_MEMORY_BYTES             51,539,607,552
    NUM_CPUS                                       8
    NUM_CPU_CORES                                  8
    NUM_CPU_SOCKETS                                8
    GLOBAL_RECEIVE_SIZE_MAX                4,194,304
    GLOBAL_SEND_SIZE_MAX                   1,048,586
    TCP_RECEIVE_SIZE_DEFAULT                  87,380
    TCP_RECEIVE_SIZE_MAX                   4,194,304
    TCP_RECEIVE_SIZE_MIN                       4,096
    TCP_SEND_SIZE_DEFAULT                     16,384
    TCP_SEND_SIZE_MAX                      4,194,304
    TCP_SEND_SIZE_MIN                          4,096
    Operating System Statistics -
    Snap Time           Load    %busy    %user     %sys    %idle  %iowait
    29-Feb 04:00:35      1.4      N/A      N/A      N/A      N/A      N/A
    29-Feb 05:00:41      1.7     13.8     13.2      0.6     86.2     15.8
    Foreground Wait Class              
    -> s  - second, ms - millisecond -    1000th of a second
    -> ordered by wait time desc, waits desc
    -> %Timeouts: value of 0 indicates value was < .5%.  Value of null is truly 0
    -> Captured Time accounts for         97.6%  of Total DB time      22,960.46 (s)
    -> Total FG Wait Time:            18,651.75 (s)  DB CPU time:       3,748.35 (s)
                                                                      Avg
                                          %Time       Total Wait     wait
    Wait Class                      Waits -outs         Time (s)     (ms)  %DB time
    User I/O                    3,327,253     0           18,576        6      80.9
    DB CPU                                                 3,748               16.3
    Commit                         23,882     0               69        3       0.3
    System I/O                      1,035     0                3        3       0.0
    Network                       842,393     0                2        0       0.0
    Other                          10,120    99                0        0       0.0
    Configuration                       3     0                0       58       0.0
    Application                       264     0                0        1       0.0
    Concurrency                     1,482     0                0        0       0.0
    Foreground Wait Events            
    -> s  - second, ms - millisecond -    1000th of a second
    -> Only events with Total Wait Time (s) >= .001 are shown
    -> ordered by wait time desc, waits desc (idle events last)
    -> %Timeouts: value of 0 indicates value was < .5%.  Value of null is truly 0
                                                                 Avg
                                            %Time Total Wait    wait    Waits   % DB
    Event                             Waits -outs   Time (s)    (ms)     /txn   time
    db file sequential read       3,054,464     0     17,002       6    104.5   74.0
    read by other session           199,603     0        796       4      6.8    3.5
    direct path read                 46,301     0        439       9      1.6    1.9
    db file scattered read           21,113     0        269      13      0.7    1.2
    log file sync                    23,882     0         69       3      0.8     .3
    db file parallel read             4,727     0         68      14      0.2     .3
    control file sequential re        1,035     0          3       3      0.0     .0
    SQL*Net message to client       840,792     0          2       0     28.8     .0
    direct path read temp                95     0          2      18      0.0     .0
    local write wait                     79     0          0       4      0.0     .0
    Disk file operations I/O            870     0          0       0      0.0     .0
    ASM file metadata operatio            4     0          0      50      0.0     .0
    log file switch (private s            3     0          0      58      0.0     .0
    ADR block file read                  36     0          0       3      0.0     .0
    enq: RO - fast object reus            5     0          0      16      0.0     .0
    latch: cache buffers chain        1,465     0          0       0      0.1     .0
    SQL*Net break/reset to cli          256     0          0       0      0.0     .0
    asynch descriptor resize         10,059   100          0       0      0.3     .0
    SQL*Net more data to clien        1,510     0          0       0      0.1     .0
    enq: KO - fast object chec            3     0          0       8      0.0     .0
    SQL*Net more data from cli           91     0          0       0      0.0     .0
    latch: shared pool                   14     0          0       0      0.0     .0
    ADR block file write                  5     0          0       1      0.0     .0
    reliable message                      8     0          0       0      0.0     .0
    direct path write temp                1     0          0       2      0.0     .0
    SQL*Net message from clien      840,794     0     68,885      82     28.8
    jobq slave wait                   7,365   100      3,679     499      0.3
    Streams AQ: waiting for me          721   100      3,605    5000      0.0
    wait for unread message on        3,648    98      3,603     988      0.1
    KSV master wait                      20     0          0       0      0.0
    Background Wait Events            
    -> ordered by wait time desc, waits desc (idle events last)
    -> Only events with Total Wait Time (s) >= .001 are shown
    -> %Timeouts: value of 0 indicates value was < .5%.  Value of null is truly 0
                                                                 Avg
                                            %Time Total Wait    wait    Waits   % bg
    Event                             Waits -outs   Time (s)    (ms)     /txn   time
    log file parallel write          29,353     0         83       3      1.0   34.8
    db file parallel write            5,753     0         17       3      0.2    6.9
    db file sequential read           1,638     0         15       9      0.1    6.1
    control file sequential re        5,142     0         13       2      0.2    5.4
    os thread startup                   140     0          8      58      0.0    3.4
    control file parallel writ        1,440     0          8       6      0.0    3.4
    log file sequential read            304     0          8      26      0.0    3.3
    db file scattered read              214     0          2       9      0.0     .8
    ASM file metadata operatio        1,199     0          1       1      0.0     .3
    direct path write                    35     0          0       6      0.0     .1
    direct path read                     41     0          0       5      0.0     .1
    kfk: async disk IO                    6     0          0       9      0.0     .0
    Disk file operations I/O          1,266     0          0       0      0.0     .0
    ADR block file read                  16     0          0       2      0.0     .0
    read by other session                 3     0          0       8      0.0     .0
    Log archive I/O                       2     0          0      10      0.0     .0
    log file sync                         3     0          0       5      0.0     .0
    asynch descriptor resize            341   100          0       0      0.0     .0
    CSS initialization                    1     0          0       6      0.0     .0
    log file single write                 4     0          0       1      0.0     .0
    latch: redo allocation                3     0          0       1      0.0     .0
    ADR block file write                  5     0          0       1      0.0     .0
    LGWR wait for redo copy              45     0          0       0      0.0     .0
    CSS operation: query                  6     0          0       0      0.0     .0
    CSS operation: action                 1     0          0       1      0.0     .0
    SQL*Net message to client           420     0          0       0      0.0     .0
    rdbms ipc message                47,816    39     61,046    1277      1.6
    DIAG idle wait                    7,200   100      7,200    1000      0.2
    Space Manager: slave idle         1,146    98      5,674    4951      0.0
    class slave wait                    284     0      3,983   14026      0.0
    dispatcher timer                     61   100      3,660   60006      0.0
    Streams AQ: qmn coordinato          258    50      3,613   14003      0.0
    Streams AQ: qmn slave idle          130     0      3,613   27789      0.0
    Streams AQ: waiting for ti            7    71      3,608  515430      0.0
    wait for unread message on        3,605   100      3,606    1000      0.1
    pmon timer                        1,201   100      3,604    3001      0.0
    smon timer                           15    73      3,603  240207      0.0
    ASM background timer                754     0      3,602    4777      0.0
    shared server idle wait             120   100      3,601   30006      0.0
    SQL*Net message from clien          554     0          4       7      0.0
    KSV master wait                     101     0          0       2      0.0
    Wait Event Histogram              
    -> Units for Total Waits column: K is 1000, M is 1000000, G is 1000000000
    -> % of Waits: value of .0 indicates value was <.05%; value of null is truly 0
    -> % of Waits: column heading of <=1s is truly <1024ms, >1s is truly >=1024ms
    -> Ordered by Event (idle events last)
                                                        % of Waits
                               Total
    Event                      Waits  <1ms  <2ms  <4ms  <8ms <16ms <32ms  <=1s   >1s
    ADR block file read           52  73.1   1.9   9.6  13.5               1.9
    ADR block file write          10 100.0
    ADR file lock                 12 100.0
    ARCH wait for archivelog l     3 100.0
    ASM file metadata operatio  1203  97.3    .5    .7    .3    .2          .9
    CSS initialization             1                   100.0
    CSS operation: action          1       100.0
    CSS operation: query           6  83.3  16.7
    Disk file operations I/O    2118  95.4   4.5    .1
    LGWR wait for redo copy       45 100.0
    Log archive I/O                2                         100.0
    SQL*Net break/reset to cli   256  99.6    .4
    SQL*Net message to client  839.9 100.0    .0
    SQL*Net more data from cli    91 100.0
    SQL*Net more data to clien  1503 100.0
    asynch descriptor resize   10.4K 100.0
    buffer busy waits              2 100.0
    control file parallel writ  1440   5.7  35.1  24.0  16.3  12.0   5.5   1.5
    control file sequential re  6177  69.4   7.5   5.9   8.1   7.1   1.7    .3
    db file parallel read       4727   1.7   3.2   3.2  10.1  46.6  33.3   1.8
    db file parallel write      5755  42.3  21.3  18.6  11.2   4.6   1.4    .5
    db file scattered read     21.5K   8.4   4.3  11.9  18.9  26.3  25.3   4.9
    db file sequential read    3053.  28.7  15.1  11.1  17.9  21.5   5.4    .3    .0
    direct path read           46.3K   9.9   8.8  18.5  21.7  22.8  15.7   2.7
    direct path read temp         95               9.5   9.5  23.2  49.5   8.4
    direct path write             35  11.4  31.4  17.1  22.9  11.4   2.9   2.9
    direct path write temp         1       100.0
    enq: KO - fast object chec     3                    66.7  33.3
    enq: RO - fast object reus     5  20.0              20.0  20.0  20.0  20.0
    kfk: async disk IO             6  50.0  16.7              16.7        16.7
    latch free                     3 100.0
    latch: cache buffers chain  1465 100.0
    latch: cache buffers lru c     1 100.0
    latch: object queue header     2 100.0
    latch: redo allocation         3  33.3  33.3  33.3
    latch: row cache objects       2 100.0
    latch: shared pool            15  93.3   6.7
    local write wait              79        35.4  34.2  21.5   8.9
    log file parallel write    29.4K  47.8  21.7  11.9   9.9   6.8   1.6    .3
    log file sequential read     304   6.3   3.0   3.6  10.2  23.4  24.3  29.3
    log file single write          4  25.0  75.0
    log file switch (private s     3                                     100.0
    log file sync              23.9K  40.9  28.0  12.9   9.7   6.7   1.5    .3
    os thread startup            140                                     100.0
    read by other session      199.6  37.1  19.9  12.9  13.1  13.8   3.1    .2
    reliable message               8 100.0
    ASM background timer         755   2.9    .4    .1    .1    .3    .1    .3  95.8
    DIAG idle wait              7196                                     100.0
    KSV master wait              121  88.4   2.5   3.3   2.5    .8    .8   1.7
    SQL*Net message from clien 840.1  97.1   1.8    .5    .2    .2    .1    .0    .1
    Space Manager: slave idle   1147    .1                                  .5  99.4
    Streams AQ: qmn coordinato   258  49.6                .4                    50.0
    Streams AQ: qmn slave idle   130    .8                                      99.2
    Streams AQ: waiting for me   721                                           100.0
    Streams AQ: waiting for ti     7  28.6                                42.9  28.6
    class slave wait             283  39.9   2.5   2.5   3.5   4.9   9.2  15.2  22.3
    dispatcher timer              60                                           100.0
    jobq slave wait             7360    .0    .0    .0                    99.9
    pmon timer                  1201                                           100.0
    rdbms ipc message          47.8K   2.7  31.6  17.4   1.1   1.1    .9  20.9  24.3
    Wait Event Histogram               DB/Inst: I2KPROD/I2KPROD  Snaps: 5606-5607
    -> Units for Total Waits column: K is 1000, M is 1000000, G is 1000000000
    -> % of Waits: value of .0 indicates value was <.05%; value of null is truly 0
    -> % of Waits: column heading of <=1s is truly <1024ms, >1s is truly >=1024ms
    -> Ordered by Event (idle events last)
                                                        % of Waits
                               Total
    Event                      Waits  <1ms  <2ms  <4ms  <8ms <16ms <32ms  <=1s   >1s
    shared server idle wait      120                                           100.0
    smon timer                    16                                       6.3  93.8
    wait for unread message on  7250                                  .1  99.9
    Latch Miss Sources                
    -> only latches with sleeps are shown
    -> ordered by name, sleeps desc
                                                         NoWait              Waiter
    Latch Name               Where                       Misses     Sleeps   Sleeps
    In memory undo latch     ktichg: child                    0          1        0
    active service list      kswslogon: session logout        0          2        0
    cache buffers chains     kcbgtcr_2                        0      1,123      483
    cache buffers chains     kcbgtcr: fast path (cr pin       0        496    1,131
    cache buffers chains     kcbrls_2                         0          5        6
    cache buffers chains     kcbgcur_2                        0          4        0
    cache buffers chains     kcbgtcr: fast path               0          3        1
    cache buffers chains     kcbzwb                           0          2        4
    cache buffers chains     kcbchg1: kslbegin: bufs no       0          1        0
    cache buffers chains     kcbnew: new latch again          0          1        0
    cache buffers chains     kcbrls_1                         0          1        6
    cache buffers chains     kcbzgb: scan from tail. no       0          1        0
    cache buffers lru chain  kcbzgws                          0          1        0
    object queue header oper kcbo_switch_cq                   0          1        0
    object queue header oper kcbo_switch_mq_bg                0          1        2
    redo allocation          kcrfw_redo_gen: redo alloc       0          3        0
    row cache objects        kqrpre: find obj                 0          1        1
    row cache objects        kqrso                            0          1        0
    shared pool              kghalo                           0         13        3
    shared pool              kghupr1                          0          4       15
    shared pool              kghalp                           0          1        0
    space background task la ktsj_grab_task                   0          2        2
              -------------------------------------------------------------

  • SMON cleanup process taking longer time (cleaning temporary extents)

    Os info:     Solaris 5.8
    Oracle info:     9.2.0.8
    Message:     
    We are in the process of testing our upgrade from 9.2.0.8 to 11.2.0.3. As a part of this, we have cloned our production database and started cleaning up of unused objects on the new instance.
    Dropped an Audit Table (27g table size & 11g index size) from SYSTEM tablespace as a part of 11g upgrade tasks. As you know SYSTEM tablespace is under Dictionary managed tablespace and drop table ran for about 2 weeks.
    We are unable to bring this database gracefully, as SMON is still cleaning the temporary extents. This cleanup seems to be very slow and will take about 40+ days.
    Created SR regarding this issue, to speed up the SMON clean up process.. but no luck.
    At this moment we are looking for a solution to
    1#Is there a way to speed up the SMON cleanup process (temporary extents)?
    OR
    2# Is there a way to bypass the cleanup of this temporary segment and bring the database gracefully?
    No Luck from Oracle Support...
    Googled it but no luck.
    Just want to check with the folks over here and see if there is any solution for this issue.
    Thanks in advance for your time and efforts on this forum. Appreciate your assistance!
    Thanks,
    Raghu Yella.

    Just passing by.
    >
    If the data is not needed, drop the index, truncate the table and then drop the table (as rp0428 noted above)
    >
    Srini and rp0428, what do you guys know that I don't? A "drop table" (which is what the OP indicated was run) should drop any data (effectively the same thing as a truncate) and all associated indexes. Does the truncate offer some performance benefit in this case?
    And I'm still trying to wrap my head around a 40 day drop. The statement, "started cleaning up of unused objects" scares me if there is more backup tables in this bloated SYSTEM tablespace. If that is the case (and maybe regardless), I wonder if it would just be better to create a fresh "clean" database and then with transportable tablespaces reattach all the DATA tablespaces to this new database. Fresh start.

  • Upgrade from 11.2.0.1 to 11.2.0.2 issues

    Hello folks, I wonder if anyone can help me, this is driving me up the wall.
    I've recently upgraded my database from 11.2.0.1 to 11.2.0.2 on a test database on Linux, using the DBUA.
    I then tested the rollback by running the $ORACLE_SID_restore.sh script created during the initial upgrade process.
    This seemed to go ok. Then I started noticing that when I logged in as sysdba it would tell me I was connected to an idle instance:
    oracle@stage-ora1b:/home/oracle> sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Feb 21 08:23:55 2012
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL> select status from v$instance;
    select status from v$instance
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0However, I could see that the oracle instance was running:
    oracle@stage-ora1b:/home/oracle> ps -ef | grep smon
    oracle   31890     1  0 05:00 ?        00:00:00 ora_smon_bvcloneand that when specifying the database name, everything appears to work.
    oracle@stage-ora1b:/home/oracle> sqlplus ray@bvclone
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Feb 21 08:24:16 2012
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> select * from v$version;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE     11.2.0.1.0     Production
    TNS for Linux: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - ProductionI've verified that I've got the right version of Oracle:
    oracle@stage-ora1b:/home/oracle> env | grep ORA
    ORACLE_SID=bvclone
    ORACLE_BASE=/u01/app/database
    ORACLE_HOSTNAME=stage-ora1b
    ORACLE_HOME=/u01/app/database/product/11.2.0/db1
    oracle@stage-ora1b:/home/oracle> which oracle
    /u01/app/database/product/11.2.0/db1/bin/oracleHave I missed something obvious here? I don't see how I can't go in as sysdba, yet a named user can.
    Any thoughts are much appreciated.
    Thanks,
    Ray

    Hello Sybrand - thanks for the reply.
    I think I may have solved the problem. After seeing the 'connected to an idle instance' message, I tried startup (something I should have done sooner!).
    This gave me an ORA-01102 Cannot mount database in Exclusive mode error. Looking into it, I found this thread:
    http://www.orafaq.com/forum/t/40030/0/
    after which, I discovered that there were two lk[$ORACLE_SID] files, one in each of the ORACLE_HOME/dbs directories (pre and post upgrade folders).
    So, I:
    1. removed the lk[ORACLE_SID] file from the 11.2.0.2 folder (i.e. the version of Oracle I was downgrading).
    2. Did a ps -ef | grep smon, and found 2 instances of the same db running.
    3. Killed all db processes: kill -9 <pid>.
    4. Restarted the database.
    So far this seems to have worked. I'll close this thread tomorrow if the issue doesn't reappear, as this error took a little while to manifest itself.
    Thanks,
    Ray

  • How to recover SMON process

    hello,
    i am junior DBA ,can u please give info about how to recover SMON process
    regards,
    lakshmi

    SMON, as well as the other background process are required to be up and running. As soon as the process 'dies' Oracle instance will be immediately aborted. There is nothing else to do to try to recover this process. This process should not unexpectedly die, as it would mean you are facing a serious configuration issue or a serious bug problem. And your instance is in an unstable state.
    Another reason why this, or any other instance background process could have died is because of an explicit kill command. Nothing to do in this case either.
    ~ Madrid.

  • ORA-03113, I don't find the issue

    Hi all,
    I'm desperate
    I'm trying to create a new database,
    I used the "Database setting wizard" and I got an error : "ORA-03113"
    Each time I try, It occurs while the "Creation and starting an Oracle instance" is running.
    I searched on the web, I didn't find the solution.
    My computer :
    2G ram
    2Ghtz
    Win XP sp3 fr
    oracle 10g
    40Go free
    network loopbak installed
    AVG
    Windows Firewall deactivated
    I run my session with Administrator rights
    PLEASE, someone can help me? Do you know the issue or exactly the problem?
    Jimmy
    This is the content of the alter_test3.log (test3 is my database's name)
    Dump file c:\oracle\product\10.2.0/admin/essai1/bdump\alert_essai1.log
    Sat Oct 11 19:34:18 2008
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows XP Version V5.1 Service Pack 3
    CPU : 1 - type 586, 1 Physical Cores
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:1197M/1982M, Ph+PgF:1824M/2501M, VA:1941M/2047M
    Sat Oct 11 19:34:18 2008
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Shared memory segment for instance monitoring created
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =18
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
    processes = 150
    sga_target = 591396864
    control_files = C:\ORACLE\PRODUCT\10.2.0\ORADATA\ESSAI1\CONTROL01.CTL, C:\ORACLE\PRODUCT\10.2.0\ORADATA\ESSAI1\CONTROL02.CTL, C:\ORACLE\PRODUCT\10.2.0\ORADATA\ESSAI1\CONTROL03.CTL
    db_block_size = 8192
    compatible = 10.2.0.1.0
    log_archive_format = ARC%S_%R.%T
    db_file_multiblock_read_count= 16
    db_recovery_file_dest = C:\oracle\product\10.2.0/flash_recovery_area
    db_recovery_file_dest_size= 2147483648
    undo_management = AUTO
    undo_tablespace = UNDOTBS1
    remote_login_passwordfile= EXCLUSIVE
    db_domain = monde
    dispatchers = (PROTOCOL=TCP) (SERVICE=essai1XDB)
    job_queue_processes = 10
    audit_file_dest = C:\ORACLE\PRODUCT\10.2.0\ADMIN\ESSAI1\ADUMP
    background_dump_dest = C:\ORACLE\PRODUCT\10.2.0\ADMIN\ESSAI1\BDUMP
    user_dump_dest = C:\ORACLE\PRODUCT\10.2.0\ADMIN\ESSAI1\UDUMP
    core_dump_dest = C:\ORACLE\PRODUCT\10.2.0\ADMIN\ESSAI1\CDUMP
    db_name = essai1
    open_cursors = 300
    pga_aggregate_target = 197132288
    PMON started with pid=2, OS id=3328
    PSP0 started with pid=3, OS id=2864
    MMAN started with pid=4, OS id=3292
    DBW0 started with pid=5, OS id=1904
    LGWR started with pid=6, OS id=916
    CKPT started with pid=7, OS id=3384
    SMON started with pid=8, OS id=3360
    RECO started with pid=9, OS id=3408
    CJQ0 started with pid=10, OS id=3132
    MMON started with pid=11, OS id=3428
    Sat Oct 11 19:34:19 2008
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    MMNL started with pid=12, OS id=564
    Sat Oct 11 19:34:19 2008
    starting up 1 shared server(s) ...
    Sat Oct 11 19:34:19 2008
    The input backup piece C:\ORACLE\PRODUCT\10.2.0\DB\ASSISTANTS\DBCA\TEMPLATES\SEED_DATABASE.DFB is in compressed format.
    Full restore complete of datafile 4 to datafile copy C:\ORACLE\PRODUCT\10.2.0\ORADATA\ESSAI1\USERS01.DBF. Elapsed time: 0:00:01
    checkpoint is 534906
    Full restore complete of datafile 2 to datafile copy C:\ORACLE\PRODUCT\10.2.0\ORADATA\ESSAI1\UNDOTBS01.DBF. Elapsed time: 0:00:05
    checkpoint is 534906
    Sat Oct 11 19:35:07 2008
    Full restore complete of datafile 3 to datafile copy C:\ORACLE\PRODUCT\10.2.0\ORADATA\ESSAI1\SYSAUX01.DBF. Elapsed time: 0:00:48
    checkpoint is 534906
    Sat Oct 11 19:36:13 2008
    Full restore complete of datafile 1 to datafile copy C:\ORACLE\PRODUCT\10.2.0\ORADATA\ESSAI1\SYSTEM01.DBF. Elapsed time: 0:01:54
    checkpoint is 534906
    Sat Oct 11 19:36:13 2008
    Create controlfile reuse set database "essai1"
    MAXINSTANCES 8
    MAXLOGHISTORY 1
    MAXLOGFILES 16
    MAXLOGMEMBERS 3
    MAXDATAFILES 100
    Datafile
    'C:\oracle\product\10.2.0\oradata\essai1\SYSTEM01.DBF',
    'C:\oracle\product\10.2.0\oradata\essai1\UNDOTBS01.DBF',
    'C:\oracle\product\10.2.0\oradata\essai1\SYSAUX01.DBF',
    'C:\oracle\product\10.2.0\oradata\essai1\USERS01.DBF'
    LOGFILE GROUP 1 ('C:\oracle\product\10.2.0/oradata/essai1/redo01.log') SIZE 51200K,
    GROUP 2 ('C:\oracle\product\10.2.0/oradata/essai1/redo02.log') SIZE 51200K,
    GROUP 3 ('C:\oracle\product\10.2.0/oradata/essai1/redo03.log') SIZE 51200K RESETLOGS
    WARNING: Default Temporary Tablespace not specified in CREATE DATABASE command
    Default Temporary Tablespace will be necessary for a locally managed database in future release
    Setting recovery target incarnation to 1
    Sat Oct 11 19:36:15 2008
    Successful mount of redo thread 1, with mount id 1449976685
    Sat Oct 11 19:36:15 2008
    Completed: Create controlfile reuse set database "essai1"
    MAXINSTANCES 8
    MAXLOGHISTORY 1
    MAXLOGFILES 16
    MAXLOGMEMBERS 3
    MAXDATAFILES 100
    Datafile
    'C:\oracle\product\10.2.0\oradata\essai1\SYSTEM01.DBF',
    'C:\oracle\product\10.2.0\oradata\essai1\UNDOTBS01.DBF',
    'C:\oracle\product\10.2.0\oradata\essai1\SYSAUX01.DBF',
    'C:\oracle\product\10.2.0\oradata\essai1\USERS01.DBF'
    LOGFILE GROUP 1 ('C:\oracle\product\10.2.0/oradata/essai1/redo01.log') SIZE 51200K,
    GROUP 2 ('C:\oracle\product\10.2.0/oradata/essai1/redo02.log') SIZE 51200K,
    GROUP 3 ('C:\oracle\product\10.2.0/oradata/essai1/redo03.log') SIZE 51200K RESETLOGS
    Shutting down instance: further logons disabled
    Sat Oct 11 19:36:16 2008
    Stopping background process CJQ0
    Sat Oct 11 19:36:16 2008
    Stopping background process MMNL
    Sat Oct 11 19:36:16 2008
    Stopping background process MMON
    Sat Oct 11 19:36:17 2008
    Shutting down instance (immediate)
    License high water mark = 1
    Sat Oct 11 19:36:17 2008
    Stopping Job queue slave processes
    Sat Oct 11 19:36:17 2008
    Job queue slave processes stopped
    Waiting for dispatcher 'D000' to shutdown
    All dispatchers and shared servers shutdown
    Sat Oct 11 19:36:18 2008
    ALTER DATABASE CLOSE NORMAL
    ORA-1109 signalled during: ALTER DATABASE CLOSE NORMAL...
    Sat Oct 11 19:36:18 2008
    ALTER DATABASE DISMOUNT
    Completed: ALTER DATABASE DISMOUNT
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    Edited by: user10406849 on 08-Oct-2008 19:17

    It's not a backup restoration.
    I'm a newbie, I installed Oracle on my computer. In the installation, Oracle allows to create a database. I didn't change any setting information, excepted set the database's password.
    Oracle was successul installed.
    The database setup (wizard) failed.
    The listener was not created.
    When the wizard step run "Creation and starting an Oracle instance", I get ORA-03113.
    I don't know the log I sent to you is the good log. I'm not sure. My database name is "Essai1"
    Do it is some files that I could send to you?
    thanks for your help.
    Jimmy

  • Performance issue High disk I/O

    Hi All,
    we have Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production running on REd Hat EE 4
    We are having some high disk I/O issues after doing some schema changes last week.
    I checked some wait events but found pmon timer and smon timer at the top all the time. but not getting any clue of reason behind it.
    If anyone has faced such issue then please advice as what could be reason of it.
    SELECT a.SID, a.event, a.wait_time, a.seconds_in_wait, a.state
    FROM v$session_wait a, v$session b
    WHERE a.SID = b.SID AND event <> 'SQL*Net message from client'
    ORDER BY seconds_in_wait DESC
    SID     EVENT     WAIT_TIME     SECONDS_IN_WAIT     STATE
    1     pmon timer     0     4090     WAITING
    8     smon timer     0     1209     WAITING
    9     rdbms ipc message     0     799     WAITING
    regards
    vinay

    To add some more information to this
    The disk activity before doing schema changes used to be somewhere around 30-45% but now it has suddenly went to 70-80%.
    The schema changes includes addition of some complex views, tables and indexes.
    but i haven't seen any considarable chnages in size of newly added objects they are all together less than 1.5 gb and our total database size is 700GB.
    i took snapshot for over period of time i found top event as direct path write
    Top 5 Wait Events
    ~~~~~~~~~~~~~~~~~ Wait % Total
    Event Waits Time (cs) Wt Time
    direct path write 1,444,566 495,020 38.06
    direct path read 677,912 139,936 10.76
    PX Deq: Execution Msg 1,252 129,432 9.95
    db file scattered read 1,235,215 117,431 9.03
    db file sequential read 912,288 98,714 7.59
    Top 5 Wait Events
    ~~~~~~~~~~~~~~~~~ Wait % Total
    Event Waits Time (cs) Wt Time
    direct path write 3,923,608 1,218,268 33.98
    db file scattered read 1,770,687 533,507 14.88
    direct path read 3,676,295 468,525 13.07
    db file sequential read 1,911,892 331,635 9.25
    SQL*Net more data to client 7,126,163 188,606 5.26
    there is considerable slow response has been reported on application but but still usable.
    Regards
    Vinay

  • Dealing with Latches issues

    Working on 10g R2/windows
    I had the following issues.
    script 1:
    script used to get this output:
    select name, gets, sleeps,
    sleeps*100/sum(sleeps) over() sleep_pct, sleeps*100/gets sleep_rate
    from v$latch where gets>0
    order by sleeps desc;
    output from script 1
    NAME GETS SLEEPS SLEEP_PCT SLEEP_RATE
    library cache 142095179 3166 79.2292292 .002228084
    shared pool 55364580 472 11.8118118 .000852531
    slave class create 2123 248 6.20620621 11.6815827
    QUESTIONS
    Q1:
    Looking at this output we can suppose that the system is suffering from library and shared pool latches? If we rely on SLEEP_PCT column
    OR
    Q2
    the system is suffering from the slave class create latch? is we rely on SLEEP_RATE?
    script 2
    SELECT event, time_waited,
    round(time_waited*100/ SUM (time_waited) OVER(),2) wait_pct
    FROM (SELECT event, time_waited
    FROM v$system_event
    WHERE event NOT IN
    ('Null event',
    'client message',
    'rdbms ipc reply',
    'smon timer',
    'rdbms ipc message',
    'PX Idle Wait',
    'PL/SQL lock timer',
    'file open',
    'pmon timer',
    'WMON goes to sleep',
    'virtual circuit status',
    'dispatcher timer',
    'SQL*Net message from client',
    'parallel query dequeue wait',
    'pipe get'
    ) UNION
    (SELECT NAME, VALUE
    FROM v$sysstat
    WHERE NAME LIKE 'CPU used when call started'))
    ORDER BY 2 DESC;
    output from script2
    VENT TIME_WAITED WAIT_PCT
    Streams AQ: qmn coordinator idle wait 89454826 41.19
    Streams AQ: qmn slave idle wait 89453935 41.19
    Streams AQ: waiting for time management or cleanup tasks 31961187 14.72
    jobq slave wait 3172020 1.46
    CPU used when call started 1856726 .85
    db file sequential read 700713 .32
    class slave wait 263571 .12
    Thanks for your clarification

    I think you can safely assume that you know nothing of substance.
    Numbers are only numbers unless they have a context. Is a query that takes 0.5 seconds fast or slow? It depends. Same thing here.
    Without knowing whether response times are acceptable or not no comment is possible.
    Without knowing whether this is an improvement no comment is possible.
    Without knowing if there are new issues no comment is possible.
    PS: In the future please post the entire version number and format your code with PRE tags as described in the online FAQ.

  • DB start Issue

    Hi All,
    We met an issue while try to startup the oracle DB, it seems StartUp failed due to miss of logfile(REDO02.log).
    The REDO02.log file was deleted by a mistake and we failed to recover it.
    Is there any preferred way to recover Oracle without logfile?
    We are getting below error while starting
    During steps below, I met some errors.
    - Open the database with resetlogs. (Error ORA-01092, Process ID 4084,SessionID 170,Serial 5)
    - Shutdown the database (Error ORA-24324, 01041)
    Thanks in advance for help.
    Blow is log file
    Mon Jul 08 10:57:45 2013
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Mon Jul 08 10:57:57 2013
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =18
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up ORACLE RDBMS Version: 11.1.0.7.0.
    Using parameter settings in server-side spfile C:\APP\PIUSER\PRODUCT\11.1.0\DB_1\DATABASE\SPFILEJODS.ORA
    System parameters with non-default values:
      processes                = 150
      nls_language             = "JAPANESE"
      nls_territory            = "JAPAN"
      memory_target            = 816M
      control_files            = "C:\APP\PIUSERJODSDATA\JODS\CONTROL01.CTL"
      control_files            = "C:\APP\PIUSERJODSDATA\JODS\CONTROL02.CTL"
      control_files            = "C:\APP\PIUSERJODSDATA\JODS\CONTROL03.CTL"
      db_block_size            = 8192
      compatible               = "11.1.0.0.0"
      db_recovery_file_dest    = "C:\app\piuser\flash_recovery_area"
      db_recovery_file_dest_size= 2G
      undo_tablespace          = "UNDOTBS1"
      remote_login_passwordfile= "EXCLUSIVE"
      db_domain                = ""
      dispatchers              = "(PROTOCOL=TCP) (SERVICE=JODSXDB)"
      audit_file_dest          = "C:\APP\PIUSER\ADMIN\JODS\ADUMP"
      audit_trail              = "DB"
      db_name                  = "JODS"
      open_cursors             = 300
      diagnostic_dest          = "C:\APP\PIUSER"
    Mon Jul 08 10:58:05 2013
    PMON started with pid=2, OS id=1124
    Mon Jul 08 10:58:05 2013
    VKTM started with pid=3, OS id=768 at elevated priority
    Mon Jul 08 10:58:05 2013
    DIAG started with pid=4, OS id=760
    Mon Jul 08 10:58:05 2013
    DBRM started with pid=5, OS id=1144
    VKTM running at (20)ms precision
    Mon Jul 08 10:58:05 2013
    PSP0 started with pid=6, OS id=1140
    Mon Jul 08 10:58:05 2013
    DIA0 started with pid=7, OS id=1432
    Mon Jul 08 10:58:05 2013
    MMAN started with pid=8, OS id=816
    Mon Jul 08 10:58:05 2013
    DBW0 started with pid=9, OS id=1476
    Mon Jul 08 10:58:05 2013
    LGWR started with pid=10, OS id=1480
    Mon Jul 08 10:58:05 2013
    CKPT started with pid=11, OS id=1500
    Mon Jul 08 10:58:05 2013
    SMON started with pid=12, OS id=1504
    Mon Jul 08 10:58:05 2013
    RECO started with pid=13, OS id=1440
    Mon Jul 08 10:58:05 2013
    MMON started with pid=14, OS id=1536
    Mon Jul 08 10:58:05 2013
    MMNL started with pid=15, OS id=1540
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    starting up 1 shared server(s) ...
    ORACLE_BASE from environment = C:\app\piuser
    Mon Jul 08 10:58:11 2013
    alter database mount exclusive
    Setting recovery target incarnation to 1
    Mon Jul 08 10:58:18 2013
    Successful mount of redo thread 1, with mount id 3135188995
    Database mounted in Exclusive Mode
    Lost write protection disabled
    Completed: alter database mount exclusive
    alter database open
    Mon Jul 08 10:58:30 2013
    Beginning crash recovery of 1 threads
    parallel recovery started with 2 processes
    Started redo scan
    Errors in file c:\app\piuser\diag\rdbms\jods\jods\trace\jods_ora_1912.trc:
    ORA-00313: ???????2(????1)????????????????
    ORA-00312: ????????2 ????1: 'C:\APP\PIUSERJODSDATA\JODS\REDO02.LOG'
    ORA-27041: ???????????????
    OSD-04002: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ
    O/S-Error: (OS 2) The system cannot find the file specified.
    Aborting crash recovery due to error 313
    Errors in file c:\app\piuser\diag\rdbms\jods\jods\trace\jods_ora_1912.trc:
    ORA-00313: ???????2(????1)????????????????
    ORA-00312: ????????2 ????1: 'C:\APP\PIUSERJODSDATA\JODS\REDO02.LOG'
    ORA-27041: ???????????????
    OSD-04002: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ
    O/S-Error: (OS 2) The system cannot find the file specified.
    Mon Jul 08 10:58:36 2013
    Errors in file c:\app\piuser\diag\rdbms\jods\jods\trace\jods_m000_2128.trc:
    ORA-00313: ƒ&#141;ƒO&#129;EƒOƒ‹&#129;[ƒv1(ƒXƒŒƒbƒh1)‚̃&#129;ƒ“ƒo&#129;[‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ&#129;B
    ORA-00312: ƒIƒ“ƒ‰ƒCƒ“&#129;Eƒ&#141;ƒO1 ƒXƒŒƒbƒh1: 'C:\APP\PIUSERJODSDATA\JODS\REDO01.LOG'
    ORA-27041: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ&#129;B
    OSD-04002: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ
    O/S-Error: (OS 2) The system cannot find the file specified.
    ORA-313 signalled during: alter database open...
    Errors in file c:\app\piuser\diag\rdbms\jods\jods\trace\jods_m000_2128.trc:
    ORA-00313: ƒ&#141;ƒO&#129;EƒOƒ‹&#129;[ƒv2(ƒXƒŒƒbƒh1)‚̃&#129;ƒ“ƒo&#129;[‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ&#129;B
    ORA-00312: ƒIƒ“ƒ‰ƒCƒ“&#129;Eƒ&#141;ƒO2 ƒXƒŒƒbƒh1: 'C:\APP\PIUSERJODSDATA\JODS\REDO02.LOG'
    ORA-27041: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ&#129;B
    OSD-04002: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ
    O/S-Error: (OS 2) The system cannot find the file specified.
    Errors in file c:\app\piuser\diag\rdbms\jods\jods\trace\jods_m000_2128.trc:
    ORA-00313: ƒ&#141;ƒO&#129;EƒOƒ‹&#129;[ƒv3(ƒXƒŒƒbƒh1)‚̃&#129;ƒ“ƒo&#129;[‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ&#129;B
    ORA-00312: ƒIƒ“ƒ‰ƒCƒ“&#129;Eƒ&#141;ƒO3 ƒXƒŒƒbƒh1: 'C:\APP\PIUSERJODSDATA\JODS\REDO03.LOG'
    ORA-27041: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ&#129;B
    OSD-04002: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ
    O/S-Error: (OS 2) The system cannot find the file specified.
    Mon Jul 08 10:58:52 2013
    Checker run found 6 new persistent data failures
    Mon Jul 08 11:08:30 2013
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =18
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up ORACLE RDBMS Version: 11.1.0.7.0.
    Using parameter settings in server-side spfile C:\APP\PIUSER\PRODUCT\11.1.0\DB_1\DATABASE\SPFILEJODS.ORA
    System parameters with non-default values:
      processes                = 150
      nls_language             = "JAPANESE"
      nls_territory            = "JAPAN"
      memory_target            = 816M
      control_files            = "C:\APP\PIUSERJODSDATA\JODS\CONTROL01.CTL"
      control_files            = "C:\APP\PIUSERJODSDATA\JODS\CONTROL02.CTL"
      control_files            = "C:\APP\PIUSERJODSDATA\JODS\CONTROL03.CTL"
      db_block_size            = 8192
      compatible               = "11.1.0.0.0"
      db_recovery_file_dest    = "C:\app\piuser\flash_recovery_area"
      db_recovery_file_dest_size= 2G
      undo_tablespace          = "UNDOTBS1"
      remote_login_passwordfile= "EXCLUSIVE"
      db_domain                = ""
      dispatchers              = "(PROTOCOL=TCP) (SERVICE=JODSXDB)"
      audit_file_dest          = "C:\APP\PIUSER\ADMIN\JODS\ADUMP"
      audit_trail              = "DB"
      db_name                  = "JODS"
      open_cursors             = 300
      diagnostic_dest          = "C:\APP\PIUSER"
    Mon Jul 08 11:08:31 2013
    PMON started with pid=2, OS id=1968
    Mon Jul 08 11:08:31 2013
    VKTM started with pid=3, OS id=1976 at elevated priority
    VKTM running at (20)ms precision
    Mon Jul 08 11:08:31 2013
    DIAG started with pid=4, OS id=1984
    Mon Jul 08 11:08:31 2013
    DBRM started with pid=5, OS id=1988
    Mon Jul 08 11:08:31 2013
    PSP0 started with pid=6, OS id=1992
    Mon Jul 08 11:08:31 2013
    DIA0 started with pid=7, OS id=1996
    Mon Jul 08 11:08:31 2013
    MMAN started with pid=8, OS id=2000
    Mon Jul 08 11:08:31 2013
    DBW0 started with pid=9, OS id=2004
    Mon Jul 08 11:08:31 2013
    LGWR started with pid=10, OS id=1972
    Mon Jul 08 11:08:31 2013
    CKPT started with pid=11, OS id=176
    Mon Jul 08 11:08:31 2013
    SMON started with pid=12, OS id=140
    Mon Jul 08 11:08:31 2013
    RECO started with pid=13, OS id=220
    Mon Jul 08 11:08:31 2013
    MMON started with pid=14, OS id=256
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    Mon Jul 08 11:08:31 2013
    MMNL started with pid=15, OS id=260
    starting up 1 shared server(s) ...
    ORACLE_BASE from environment = C:\app\piuser
    Mon Jul 08 11:08:39 2013
    alter database mount exclusive
    Setting recovery target incarnation to 1
    Mon Jul 08 11:08:46 2013
    Successful mount of redo thread 1, with mount id 3135138167
    Database mounted in Exclusive Mode
    Lost write protection disabled
    Completed: alter database mount exclusive
    alter database open
    Mon Jul 08 11:08:57 2013
    Beginning crash recovery of 1 threads
    parallel recovery started with 2 processes
    Started redo scan
    Errors in file c:\app\piuser\diag\rdbms\jods\jods\trace\jods_ora_592.trc:
    ORA-00313: ???????2(????1)????????????????
    ORA-00312: ????????2 ????1: 'C:\APP\PIUSERJODSDATA\JODS\REDO02.LOG'
    ORA-27041: ???????????????
    OSD-04002: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ
    O/S-Error: (OS 2) The system cannot find the file specified.
    Mon Jul 08 11:09:01 2013
    Errors in file c:\app\piuser\diag\rdbms\jods\jods\trace\jods_m001_1552.trc:
    ORA-00313: ƒ&#141;ƒO&#129;EƒOƒ‹&#129;[ƒv1(ƒXƒŒƒbƒh1)‚̃&#129;ƒ“ƒo&#129;[‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ&#129;B
    ORA-00312: ƒIƒ“ƒ‰ƒCƒ“&#129;Eƒ&#141;ƒO1 ƒXƒŒƒbƒh1: 'C:\APP\PIUSERJODSDATA\JODS\REDO01.LOG'
    ORA-27041: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ&#129;B
    OSD-04002: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ
    O/S-Error: (OS 2) The system cannot find the file specified.
    Aborting crash recovery due to error 313
    Errors in file c:\app\piuser\diag\rdbms\jods\jods\trace\jods_ora_592.trc:
    ORA-00313: ???????2(????1)????????????????
    ORA-00312: ????????2 ????1: 'C:\APP\PIUSERJODSDATA\JODS\REDO02.LOG'
    ORA-27041: ???????????????
    OSD-04002: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ
    O/S-Error: (OS 2) The system cannot find the file specified.
    ORA-313 signalled during: alter database open...
    Errors in file c:\app\piuser\diag\rdbms\jods\jods\trace\jods_m001_1552.trc:
    ORA-00313: ƒ&#141;ƒO&#129;EƒOƒ‹&#129;[ƒv2(ƒXƒŒƒbƒh1)‚̃&#129;ƒ“ƒo&#129;[‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ&#129;B
    ORA-00312: ƒIƒ“ƒ‰ƒCƒ“&#129;Eƒ&#141;ƒO2 ƒXƒŒƒbƒh1: 'C:\APP\PIUSERJODSDATA\JODS\REDO02.LOG'
    ORA-27041: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ&#129;B
    OSD-04002: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ
    O/S-Error: (OS 2) The system cannot find the file specified.
    Errors in file c:\app\piuser\diag\rdbms\jods\jods\trace\jods_m001_1552.trc:
    ORA-00313: ƒ&#141;ƒO&#129;EƒOƒ‹&#129;[ƒv3(ƒXƒŒƒbƒh1)‚̃&#129;ƒ“ƒo&#129;[‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ&#129;B
    ORA-00312: ƒIƒ“ƒ‰ƒCƒ“&#129;Eƒ&#141;ƒO3 ƒXƒŒƒbƒh1: 'C:\APP\PIUSERJODSDATA\JODS\REDO03.LOG'
    ORA-27041: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ&#129;B
    OSD-04002: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ
    O/S-Error: (OS 2) The system cannot find the file specified.
    Mon Jul 08 11:31:03 2013
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =18
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up ORACLE RDBMS Version: 11.1.0.7.0.
    Using parameter settings in server-side spfile C:\APP\PIUSER\PRODUCT\11.1.0\DB_1\DATABASE\SPFILEJODS.ORA
    System parameters with non-default values:
      processes                = 150
      nls_language             = "JAPANESE"
      nls_territory            = "JAPAN"
      memory_target            = 816M
      control_files            = "C:\APP\PIUSERJODSDATA\JODS\CONTROL01.CTL"
      control_files            = "C:\APP\PIUSERJODSDATA\JODS\CONTROL02.CTL"
      control_files            = "C:\APP\PIUSERJODSDATA\JODS\CONTROL03.CTL"
      db_block_size            = 8192
      compatible               = "11.1.0.0.0"
      db_recovery_file_dest    = "C:\app\piuser\flash_recovery_area"
      db_recovery_file_dest_size= 2G
      undo_tablespace          = "UNDOTBS1"
      remote_login_passwordfile= "EXCLUSIVE"
      db_domain                = ""
      dispatchers              = "(PROTOCOL=TCP) (SERVICE=JODSXDB)"
      audit_file_dest          = "C:\APP\PIUSER\ADMIN\JODS\ADUMP"
      audit_trail              = "DB"
      db_name                  = "JODS"
      open_cursors             = 300
      diagnostic_dest          = "C:\APP\PIUSER"
    Mon Jul 08 11:31:04 2013
    PMON started with pid=2, OS id=2660
    Mon Jul 08 11:31:04 2013
    VKTM started with pid=3, OS id=2668 at elevated priority
    Mon Jul 08 11:31:04 2013
    DIAG started with pid=4, OS id=3708
    VKTM running at (20)ms precision
    Mon Jul 08 11:31:04 2013
    DBRM started with pid=5, OS id=2488
    Mon Jul 08 11:31:04 2013
    PSP0 started with pid=6, OS id=2484
    Mon Jul 08 11:31:04 2013
    DIA0 started with pid=7, OS id=892
    Mon Jul 08 11:31:04 2013
    MMAN started with pid=8, OS id=1556
    Mon Jul 08 11:31:04 2013
    DBW0 started with pid=9, OS id=1552
    Mon Jul 08 11:31:04 2013
    LGWR started with pid=10, OS id=1216
    Mon Jul 08 11:31:04 2013
    CKPT started with pid=11, OS id=3704
    Mon Jul 08 11:31:04 2013
    SMON started with pid=12, OS id=3916
    Mon Jul 08 11:31:04 2013
    RECO started with pid=13, OS id=3080
    Mon Jul 08 11:31:04 2013
    MMON started with pid=14, OS id=3844
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    starting up 1 shared server(s) ...
    ORACLE_BASE from environment = C:\app\piuser
    Mon Jul 08 11:31:04 2013
    alter database mount exclusive
    Mon Jul 08 11:31:04 2013
    MMNL started with pid=15, OS id=2656
    Setting recovery target incarnation to 1
    Successful mount of redo thread 1, with mount id 3135182264
    Database mounted in Exclusive Mode
    Lost write protection disabled
    Completed: alter database mount exclusive
    alter database open
    Beginning crash recovery of 1 threads
    parallel recovery started with 2 processes
    Started redo scan
    Errors in file c:\app\piuser\diag\rdbms\jods\jods\trace\jods_ora_2504.trc:
    ORA-00313: ???????2(????1)????????????????
    ORA-00312: ????????2 ????1: 'C:\APP\PIUSERJODSDATA\JODS\REDO02.LOG'
    ORA-27041: ???????????????
    OSD-04002: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ
    O/S-Error: (OS 2) The system cannot find the file specified.
    Aborting crash recovery due to error 313
    Errors in file c:\app\piuser\diag\rdbms\jods\jods\trace\jods_ora_2504.trc:
    ORA-00313: ???????2(????1)????????????????
    ORA-00312: ????????2 ????1: 'C:\APP\PIUSERJODSDATA\JODS\REDO02.LOG'
    ORA-27041: ???????????????
    OSD-04002: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ
    O/S-Error: (OS 2) The system cannot find the file specified.
    ORA-313 signalled during: alter database open...
    Mon Jul 08 11:31:12 2013
    Errors in file c:\app\piuser\diag\rdbms\jods\jods\trace\jods_m000_500.trc:
    ORA-00313: ƒ&#141;ƒO&#129;EƒOƒ‹&#129;[ƒv1(ƒXƒŒƒbƒh1)‚̃&#129;ƒ“ƒo&#129;[‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ&#129;B
    ORA-00312: ƒIƒ“ƒ‰ƒCƒ“&#129;Eƒ&#141;ƒO1 ƒXƒŒƒbƒh1: 'C:\APP\PIUSERJODSDATA\JODS\REDO01.LOG'
    ORA-27041: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ&#129;B
    OSD-04002: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ
    O/S-Error: (OS 2) The system cannot find the file specified.
    Errors in file c:\app\piuser\diag\rdbms\jods\jods\trace\jods_m000_500.trc:
    ORA-00313: ƒ&#141;ƒO&#129;EƒOƒ‹&#129;[ƒv2(ƒXƒŒƒbƒh1)‚̃&#129;ƒ“ƒo&#129;[‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ&#129;B
    ORA-00312: ƒIƒ“ƒ‰ƒCƒ“&#129;Eƒ&#141;ƒO2 ƒXƒŒƒbƒh1: 'C:\APP\PIUSERJODSDATA\JODS\REDO02.LOG'
    ORA-27041: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ&#129;B
    OSD-04002: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ
    O/S-Error: (OS 2) The system cannot find the file specified.
    Errors in file c:\app\piuser\diag\rdbms\jods\jods\trace\jods_m000_500.trc:
    ORA-00313: ƒ&#141;ƒO&#129;EƒOƒ‹&#129;[ƒv3(ƒXƒŒƒbƒh1)‚̃&#129;ƒ“ƒo&#129;[‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ&#129;B
    ORA-00312: ƒIƒ“ƒ‰ƒCƒ“&#129;Eƒ&#141;ƒO3 ƒXƒŒƒbƒh1: 'C:\APP\PIUSERJODSDATA\JODS\REDO03.LOG'
    ORA-27041: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ&#129;B
    OSD-04002: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ
    O/S-Error: (OS 2) The system cannot find the file specified.
    Mon Jul 08 11:36:56 2013
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =18
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up ORACLE RDBMS Version: 11.1.0.7.0.
    Using parameter settings in server-side spfile C:\APP\PIUSER\PRODUCT\11.1.0\DB_1\DATABASE\SPFILEJODS.ORA
    System parameters with non-default values:
      processes                = 150
      nls_language             = "JAPANESE"
      nls_territory            = "JAPAN"
      memory_target            = 816M
      control_files            = "C:\APP\PIUSERJODSDATA\JODS\CONTROL01.CTL"
      control_files            = "C:\APP\PIUSERJODSDATA\JODS\CONTROL02.CTL"
      control_files            = "C:\APP\PIUSERJODSDATA\JODS\CONTROL03.CTL"
      db_block_size            = 8192
      compatible               = "11.1.0.0.0"
      db_recovery_file_dest    = "C:\app\piuser\flash_recovery_area"
      db_recovery_file_dest_size= 2G
      undo_tablespace          = "UNDOTBS1"
      remote_login_passwordfile= "EXCLUSIVE"
      db_domain                = ""
      dispatchers              = "(PROTOCOL=TCP) (SERVICE=JODSXDB)"
      audit_file_dest          = "C:\APP\PIUSER\ADMIN\JODS\ADUMP"
      audit_trail              = "DB"
      db_name                  = "JODS"
      open_cursors             = 300
      diagnostic_dest          = "C:\APP\PIUSER"
    Mon Jul 08 11:36:57 2013
    PMON started with pid=2, OS id=620
    Mon Jul 08 11:36:57 2013
    VKTM started with pid=3, OS id=624 at elevated priority
    VKTM running at (20)ms precision
    Mon Jul 08 11:36:57 2013
    DIAG started with pid=4, OS id=628
    Mon Jul 08 11:36:57 2013
    DBRM started with pid=5, OS id=632
    Mon Jul 08 11:36:57 2013
    PSP0 started with pid=6, OS id=568
    Mon Jul 08 11:36:57 2013
    DIA0 started with pid=7, OS id=644
    Mon Jul 08 11:36:57 2013
    MMAN started with pid=8, OS id=652
    Mon Jul 08 11:36:57 2013
    DBW0 started with pid=9, OS id=672
    Mon Jul 08 11:36:57 2013
    LGWR started with pid=10, OS id=572
    Mon Jul 08 11:36:57 2013
    CKPT started with pid=11, OS id=176
    Mon Jul 08 11:36:57 2013
    SMON started with pid=12, OS id=680
    Mon Jul 08 11:36:57 2013
    RECO started with pid=13, OS id=668
    Mon Jul 08 11:36:57 2013
    MMON started with pid=14, OS id=664
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    Mon Jul 08 11:36:57 2013
    MMNL started with pid=15, OS id=608
    starting up 1 shared server(s) ...
    ORACLE_BASE from environment = C:\app\piuser
    Mon Jul 08 11:37:05 2013
    alter database mount exclusive
    Setting recovery target incarnation to 1
    Mon Jul 08 11:37:13 2013
    Successful mount of redo thread 1, with mount id 3135129377
    Database mounted in Exclusive Mode
    Lost write protection disabled
    Completed: alter database mount exclusive
    alter database open
    Mon Jul 08 11:37:25 2013
    Beginning crash recovery of 1 threads
    parallel recovery started with 2 processes
    Started redo scan
    Errors in file c:\app\piuser\diag\rdbms\jods\jods\trace\jods_ora_1268.trc:
    ORA-00313: ???????2(????1)????????????????
    ORA-00312: ????????2 ????1: 'C:\APP\PIUSERJODSDATA\JODS\REDO02.LOG'
    ORA-27041: ???????????????
    OSD-04002: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ
    O/S-Error: (OS 2) The system cannot find the file specified.
    Mon Jul 08 11:37:31 2013
    Errors in file c:\app\piuser\diag\rdbms\jods\jods\trace\jods_m001_116.trc:
    ORA-00313: ƒ&#141;ƒO&#129;EƒOƒ‹&#129;[ƒv1(ƒXƒŒƒbƒh1)‚̃&#129;ƒ“ƒo&#129;[‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ&#129;B
    ORA-00312: ƒIƒ“ƒ‰ƒCƒ“&#129;Eƒ&#141;ƒO1 ƒXƒŒƒbƒh1: 'C:\APP\PIUSERJODSDATA\JODS\REDO01.LOG'
    ORA-27041: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ&#129;B
    OSD-04002: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ
    O/S-Error: (OS 2) The system cannot find the file specified.
    Aborting crash recovery due to error 313
    Errors in file c:\app\piuser\diag\rdbms\jods\jods\trace\jods_ora_1268.trc:
    ORA-00313: ???????2(????1)????????????????
    ORA-00312: ????????2 ????1: 'C:\APP\PIUSERJODSDATA\JODS\REDO02.LOG'
    ORA-27041: ???????????????
    OSD-04002: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ
    O/S-Error: (OS 2) The system cannot find the file specified.
    ORA-313 signalled during: alter database open...
    Errors in file c:\app\piuser\diag\rdbms\jods\jods\trace\jods_m001_116.trc:
    ORA-00313: ƒ&#141;ƒO&#129;EƒOƒ‹&#129;[ƒv2(ƒXƒŒƒbƒh1)‚̃&#129;ƒ“ƒo&#129;[‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ&#129;B
    ORA-00312: ƒIƒ“ƒ‰ƒCƒ“&#129;Eƒ&#141;ƒO2 ƒXƒŒƒbƒh1: 'C:\APP\PIUSERJODSDATA\JODS\REDO02.LOG'
    ORA-27041: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ&#129;B
    OSD-04002: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ
    O/S-Error: (OS 2) The system cannot find the file specified.
    Errors in file c:\app\piuser\diag\rdbms\jods\jods\trace\jods_m001_116.trc:
    ORA-00313: ƒ&#141;ƒO&#129;EƒOƒ‹&#129;[ƒv3(ƒXƒŒƒbƒh1)‚̃&#129;ƒ“ƒo&#129;[‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ&#129;B
    ORA-00312: ƒIƒ“ƒ‰ƒCƒ“&#129;Eƒ&#141;ƒO3 ƒXƒŒƒbƒh1: 'C:\APP\PIUSERJODSDATA\JODS\REDO03.LOG'
    ORA-27041: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ&#129;B
    OSD-04002: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ
    O/S-Error: (OS 2) The system cannot find the file specified.
    Mon Jul 08 11:38:19 2013
    Exception [type: ACCESS_VIOLATION, UNABLE_TO_WRITE] [ADDR:0x650051] [PC:0x7C9106C3, {empty}]
    Errors in file c:\app\piuser\diag\rdbms\jods\jods\trace\jods_ora_3148.trc  (incident=84677):
    ORA-07445: —áŠO‚ªŒŸ&#143;o‚³‚ê‚Ü‚µ‚½: ƒRƒA&#129;Eƒ_ƒ“ƒv [PC:0x7C9106C3] [ACCESS_VIOLATION] [ADDR:0x650051] [PC:0x7C9106C3] [UNABLE_TO_WRITE] []
    Incident details in: c:\app\piuser\diag\rdbms\jods\jods\incident\incdir_84677\jods_ora_3148_i84677.trc
    Mon Jul 08 11:53:50 2013
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =18
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up ORACLE RDBMS Version: 11.1.0.7.0.
    Using parameter settings in server-side spfile C:\APP\PIUSER\PRODUCT\11.1.0\DB_1\DATABASE\SPFILEJODS.ORA
    System parameters with non-default values:
      processes                = 150
      nls_language             = "JAPANESE"
      nls_territory            = "JAPAN"
      memory_target            = 816M
      control_files            = "C:\APP\PIUSERJODSDATA\JODS\CONTROL01.CTL"
      control_files            = "C:\APP\PIUSERJODSDATA\JODS\CONTROL02.CTL"
      control_files            = "C:\APP\PIUSERJODSDATA\JODS\CONTROL03.CTL"
      db_block_size            = 8192
      compatible               = "11.1.0.0.0"
      db_recovery_file_dest    = "C:\app\piuser\flash_recovery_area"
      db_recovery_file_dest_size= 2G
      undo_tablespace          = "UNDOTBS1"
      remote_login_passwordfile= "EXCLUSIVE"
      db_domain                = ""
      dispatchers              = "(PROTOCOL=TCP) (SERVICE=JODSXDB)"
      audit_file_dest          = "C:\APP\PIUSER\ADMIN\JODS\ADUMP"
      audit_trail              = "DB"
      db_name                  = "JODS"
      open_cursors             = 300
      diagnostic_dest          = "C:\APP\PIUSER"
    Mon Jul 08 11:53:51 2013
    PMON started with pid=2, OS id=1964
    Mon Jul 08 11:53:51 2013
    VKTM started with pid=3, OS id=728 at elevated priority
    VKTM running at (20)ms precision
    Mon Jul 08 11:53:51 2013
    DIAG started with pid=4, OS id=1980
    Mon Jul 08 11:53:51 2013
    DBRM started with pid=5, OS id=1992
    Mon Jul 08 11:53:51 2013
    PSP0 started with pid=6, OS id=1996
    Mon Jul 08 11:53:51 2013
    DIA0 started with pid=7, OS id=2000
    Mon Jul 08 11:53:51 2013
    MMAN started with pid=8, OS id=2032
    Mon Jul 08 11:53:51 2013
    DBW0 started with pid=9, OS id=2024
    Mon Jul 08 11:53:51 2013
    LGWR started with pid=10, OS id=1968
    Mon Jul 08 11:53:51 2013
    CKPT started with pid=11, OS id=192
    Mon Jul 08 11:53:51 2013
    SMON started with pid=12, OS id=140
    Mon Jul 08 11:53:51 2013
    RECO started with pid=13, OS id=212
    Mon Jul 08 11:53:51 2013
    MMON started with pid=14, OS id=252
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    Mon Jul 08 11:53:51 2013
    MMNL started with pid=15, OS id=256
    starting up 1 shared server(s) ...
    ORACLE_BASE from environment = C:\app\piuser
    Mon Jul 08 11:53:51 2013
    alter database mount exclusive
    Mon Jul 08 11:53:55 2013
    Sweep Incident[84677]: completed
    Setting recovery target incarnation to 1
    Successful mount of redo thread 1, with mount id 3135138319
    Database mounted in Exclusive Mode
    Lost write protection disabled
    Completed: alter database mount exclusive
    alter database open
    Mon Jul 08 11:54:09 2013
    Beginning crash recovery of 1 threads
    parallel recovery started with 2 processes
    Started redo scan
    Errors in file c:\app\piuser\diag\rdbms\jods\jods\trace\jods_ora_480.trc:
    ORA-00313: ???????2(????1)????????????????
    ORA-00312: ????????2 ????1: 'C:\APP\PIUSERJODSDATA\JODS\REDO02.LOG'
    ORA-27041: ???????????????
    OSD-04002: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ
    O/S-Error: (OS 2) The system cannot find the file specified.
    Aborting crash recovery due to error 313
    Errors in file c:\app\piuser\diag\rdbms\jods\jods\trace\jods_ora_480.trc:
    ORA-00313: ???????2(????1)????????????????
    ORA-00312: ????????2 ????1: 'C:\APP\PIUSERJODSDATA\JODS\REDO02.LOG'
    ORA-27041: ???????????????
    OSD-04002: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ
    O/S-Error: (OS 2) The system cannot find the file specified.
    Mon Jul 08 11:54:15 2013
    Errors in file c:\app\piuser\diag\rdbms\jods\jods\trace\jods_m000_1292.trc:
    ORA-00313: ƒ&#141;ƒO&#129;EƒOƒ‹&#129;[ƒv1(ƒXƒŒƒbƒh1)‚̃&#129;ƒ“ƒo&#129;[‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ&#129;B
    ORA-00312: ƒIƒ“ƒ‰ƒCƒ“&#129;Eƒ&#141;ƒO1 ƒXƒŒƒbƒh1: 'C:\APP\PIUSERJODSDATA\JODS\REDO01.LOG'
    ORA-27041: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ&#129;B
    OSD-04002: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ
    O/S-Error: (OS 2) The system cannot find the file specified.
    ORA-313 signalled during: alter database open...
    Errors in file c:\app\piuser\diag\rdbms\jods\jods\trace\jods_m000_1292.trc:
    ORA-00313: ƒ&#141;ƒO&#129;EƒOƒ‹&#129;[ƒv2(ƒXƒŒƒbƒh1)‚̃&#129;ƒ“ƒo&#129;[‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ&#129;B
    ORA-00312: ƒIƒ“ƒ‰ƒCƒ“&#129;Eƒ&#141;ƒO2 ƒXƒŒƒbƒh1: 'C:\APP\PIUSERJODSDATA\JODS\REDO02.LOG'
    ORA-27041: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ&#129;B
    OSD-04002: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ
    O/S-Error: (OS 2) The system cannot find the file specified.
    Errors in file c:\app\piuser\diag\rdbms\jods\jods\trace\jods_m000_1292.trc:
    ORA-00313: ƒ&#141;ƒO&#129;EƒOƒ‹&#129;[ƒv3(ƒXƒŒƒbƒh1)‚̃&#129;ƒ“ƒo&#129;[‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ&#129;B
    ORA-00312: ƒIƒ“ƒ‰ƒCƒ“&#129;Eƒ&#141;ƒO3 ƒXƒŒƒbƒh1: 'C:\APP\PIUSERJODSDATA\JODS\REDO03.LOG'
    ORA-27041: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ&#129;B
    OSD-04002: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ
    O/S-Error: (OS 2) The system cannot find the file specified.
    Mon Jul 08 11:57:20 2013
    Fatal NI connect error 12170.
      VERSION INFORMATION:
    TNS for 32-bit Windows: Version 11.1.0.7.0 - Production
    Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
    Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
      Time: 08-7ŒŽ -2013 11:57:21
      Tracing not turned on.
      Tns error struct:
        ns main err code: 12535
    TNS-12535: TNS: ‘€&#141;ì‚̓^ƒCƒ€&#129;EƒAƒEƒg‚µ‚Ü‚µ‚½&#129;B
        ns secondary err code: 12606
        nt main err code: 0
        nt secondary err code: 0
        nt OS err code: 0
      Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=10.240.13.177)(PORT=2880))
    WARNING: inbound connection timed out (ORA-3136)
    Mon Jul 08 12:00:11 2013
    Fatal NI connect error 12170.
      VERSION INFORMATION:
    TNS for 32-bit Windows: Version 11.1.0.7.0 - Production
    Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
    Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
      Time: 08-7ŒŽ -2013 12:00:11
      Tracing not turned on.
      Tns error struct:
        ns main err code: 12535
    TNS-12535: TNS: ‘€&#141;ì‚̓^ƒCƒ€&#129;EƒAƒEƒg‚µ‚Ü‚µ‚½&#129;B
        ns secondary err code: 12606
        nt main err code: 0
        nt secondary err code: 0
        nt OS err code: 0
      Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=10.240.13.177)(PORT=3320))
    WARNING: inbound connection timed out (ORA-3136)
    Mon Jul 08 12:02:53 2013
    Fatal NI connect error 12170.
      VERSION INFORMATION:
    TNS for 32-bit Windows: Version 11.1.0.7.0 - Production
    Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
    Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
      Time: 08-7ŒŽ -2013 12:02:53
      Tracing not turned on.
      Tns error struct:
        ns main err code: 12535
    TNS-12535: TNS: ‘€&#141;ì‚̓^ƒCƒ€&#129;EƒAƒEƒg‚µ‚Ü‚µ‚½&#129;B
        ns secondary err code: 12606
        nt main err code: 0
        nt secondary err code: 0
        nt OS err code: 0
      Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=10.240.13.177)(PORT=3443))
    WARNING: inbound connection timed out (ORA-3136)
    Mon Jul 08 12:08:49 2013
    db_recovery_file_dest_size of 2048 MB is 0.00% used. This is a
    user-specified limit on the amount of space that will be used by this
    database for recovery-related files, and does not reflect the amount of
    space available in the underlying filesystem or ASM diskgroup.
    Mon Jul 08 12:23:15 2013
    Fatal NI connect error 12170.
      VERSION INFORMATION:
    TNS for 32-bit Windows: Version 11.1.0.7.0 - Production
    Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
    Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
      Time: 08-7ŒŽ -2013 12:23:16
      Tracing not turned on.
      Tns error struct:
        ns main err code: 12535
    TNS-12535: TNS: ‘€&#141;ì‚̓^ƒCƒ€&#129;EƒAƒEƒg‚µ‚Ü‚µ‚½&#129;B
        ns secondary err code: 12606
        nt main err code: 0
        nt secondary err code: 0
        nt OS err code: 0
      Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=10.240.13.177)(PORT=3867))
    WARNING: inbound connection timed out (ORA-3136)
    Mon Jul 08 12:43:07 2013
    Fatal NI connect error 12170.
      VERSION INFORMATION:
    TNS for 32-bit Windows: Version 11.1.0.7.0 - Production
    Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
    Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
      Time: 08-7ŒŽ -2013 12:43:07
      Tracing not turned on.
      Tns error struct:
        ns main err code: 12535
    TNS-12535: TNS: ‘€&#141;ì‚̓^ƒCƒ€&#129;EƒAƒEƒg‚µ‚Ü‚µ‚½&#129;B
        ns secondary err code: 12606
        nt main err code: 0
        nt secondary err code: 0
        nt OS err code: 0
      Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=10.240.13.177)(PORT=4825))
    WARNING: inbound connection timed out (ORA-3136)
    Mon Jul 08 13:10:09 2013
    Fatal NI connect error 12170.
      VERSION INFORMATION:
    TNS for 32-bit Windows: Version 11.1.0.7.0 - Production
    Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
    Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
      Time: 08-7ŒŽ -2013 13:10:09
      Tracing not turned on.
      Tns error struct:
        ns main err code: 12535
    TNS-12535: TNS: ‘€&#141;ì‚̓^ƒCƒ€&#129;EƒAƒEƒg‚µ‚Ü‚µ‚½&#129;B
        ns secondary err code: 12606
        nt main err code: 0
        nt secondary err code: 0
        nt OS err code: 0
      Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=10.240.12.133)(PORT=1578))
    WARNING: inbound connection timed out (ORA-3136)
    Mon Jul 08 13:10:32 2013
    Fatal NI connect error 12170.
      VERSION INFORMATION:
    TNS for 32-bit Windows: Version 11.1.0.7.0 - Production
    Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
    Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
      Time: 08-7ŒŽ -2013 13:10:32
      Tracing not turned on.
      Tns error struct:
        ns main err code: 12535
    TNS-12535: TNS: ‘€&#141;ì‚̓^ƒCƒ€&#129;EƒAƒEƒg‚µ‚Ü‚µ‚½&#129;B
        ns secondary err code: 12606
        nt main err code: 0
        nt secondary err code: 0
        nt OS err code: 0
      Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=10.240.13.177)(PORT=2457))
    WARNING: inbound connection timed out (ORA-3136)
    Mon Jul 08 13:12:38 2013
    Fatal NI connect error 12170.
      VERSION INFORMATION:
    TNS for 32-bit Windows: Version 11.1.0.7.0 - Production
    Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
    Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
      Time: 08-7ŒŽ -2013 13:12:38
      Tracing not turned on.
      Tns error struct:
        ns main err code: 12535
    TNS-12535: TNS: ‘€&#141;ì‚̓^ƒCƒ€&#129;EƒAƒEƒg‚µ‚Ü‚µ‚½&#129;B
        ns secondary err code: 12606
        nt main err code: 0
        nt secondary err code: 0
        nt OS err code: 0
      Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=10.240.13.43)(PORT=2543))
    WARNING: inbound connection timed out (ORA-3136)
    Mon Jul 08 13:13:48 2013
    Fatal NI connect error 12170.
      VERSION INFORMATION:
    TNS for 32-bit Windows: Version 11.1.0.7.0 - Production
    Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
    Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
      Time: 08-7ŒŽ -2013 13:13:48
      Tracing not turned on.
      Tns error struct:
        ns main err code: 12535
    TNS-12535: TNS: ‘€&#141;ì‚̓^ƒCƒ€&#129;EƒAƒEƒg‚µ‚Ü‚µ‚½&#129;B
        ns secondary err code: 12606
        nt main err code: 0
        nt secondary err code: 0
        nt OS err code: 0
      Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=10.240.13.43)(PORT=2694))
    WARNING: inbound connection timed out (ORA-3136)
    Mon Jul 08 13:18:39 2013
    Fatal NI connect error 12170.
      VERSION INFORMATION:
    TNS for 32-bit Windows: Version 11.1.0.7.0 - Production
    Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
    Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
      Time: 08-7ŒŽ -2013 13:18:39
      Tracing not turned on.
      Tns error struct:
        ns main err code: 12535
    TNS-12535: TNS: ‘€&#141;ì‚̓^ƒCƒ€&#129;EƒAƒEƒg‚µ‚Ü‚µ‚½&#129;B
        ns secondary err code: 12606
        nt main err code: 0
        nt secondary err code: 0
        nt OS err code: 0
      Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=10.240.12.217)(PORT=2969))
    WARNING: inbound connection timed out (ORA-3136)
    Mon Jul 08 14:04:24 2013
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =18
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up ORACLE RDBMS Version: 11.1.0.7.0.
    Using parameter settings in server-side spfile C:\APP\PIUSER\PRODUCT\11.1.0\DB_1\DATABASE\SPFILEJODS.ORA
    System parameters with non-default values:
      processes                = 150
      nls_language             = "JAPANESE"
      nls_territory            = "JAPAN"
      memory_target            = 816M
      control_files            = "C:\APP\PIUSERJODSDATA\JODS\CONTROL01.CTL"
      control_files            = "C:\APP\PIUSERJODSDATA\JODS\CONTROL02.CTL"
      control_files            = "C:\APP\PIUSERJODSDATA\JODS\CONTROL03.CTL"
      db_block_size            = 8192
      compatible               = "11.1.0.0.0"
      db_recovery_file_dest    = "C:\app\piuser\flash_recovery_area"
      db_recovery_file_dest_size= 2G
      undo_tablespace          = "UNDOTBS1"
      remote_login_passwordfile= "EXCLUSIVE"
      db_domain                = ""
      dispatchers              = "(PROTOCOL=TCP) (SERVICE=JODSXDB)"
      audit_file_dest          = "C:\APP\PIUSER\ADMIN\JODS\ADUMP"
      audit_trail              = "DB"
      db_name                  = "JODS"
      open_cursors             = 300
      diagnostic_dest          = "C:\APP\PIUSER"
    Mon Jul 08 14:04:25 2013
    PMON started with pid=2, OS id=608
    Mon Jul 08 14:04:25 2013
    VKTM started with pid=3, OS id=2972 at elevated priority
    Mon Jul 08 14:04:25 2013
    DIAG started with pid=4, OS id=2660
    Mon Jul 08 14:04:25 2013
    DBRM started with pid=5, OS id=3032
    VKTM running at (20)ms precision
    Mon Jul 08 14:04:25 2013
    PSP0 started with pid=6, OS id=3768
    Mon Jul 08 14:04:25 2013
    MMAN started with pid=8, OS id=2092
    Mon Jul 08 14:04:26 2013
    DBW0 started with pid=9, OS id=3312
    Mon Jul 08 14:04:26 2013
    SMON started with pid=12, OS id=4056
    Mon Jul 08 14:04:26 2013
    CKPT started with pid=11, OS id=3356
    Mon Jul 08 14:04:26 2013
    LGWR started with pid=10, OS id=1664
    Mon Jul 08 14:04:26 2013
    RECO started with pid=13, OS id=3012
    Mon Jul 08 14:04:26 2013
    MMON started with pid=14, OS id=384
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    starting up 1 shared server(s) ...
    ORACLE_BASE from environment = C:\app\piuser
    Mon Jul 08 14:04:27 2013
    alter database mount exclusive
    Mon Jul 08 14:04:25 2013
    DIA0 started with pid=7, OS id=3060
    Mon Jul 08 14:04:26 2013
    MMNL started with pid=15, OS id=2432
    Setting recovery target incarnation to 1
    Successful mount of redo thread 1, with mount id 3135153323
    Database mounted in Exclusive Mode
    Lost write protection disabled
    Completed: alter database mount exclusive
    alter database open
    Beginning crash recovery of 1 threads
    parallel recovery started with 2 processes
    Started redo scan
    Errors in file c:\app\piuser\diag\rdbms\jods\jods\trace\jods_ora_1412.trc:
    ORA-00313: ???????2(????1)????????????????
    ORA-00312: ????????2 ????1: 'C:\APP\PIUSERJODSDATA\JODS\REDO02.LOG'
    ORA-27041: ???????????????
    OSD-04002: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ
    O/S-Error: (OS 2) The system cannot find the file specified.
    Aborting crash recovery due to error 313
    Errors in file c:\app\piuser\diag\rdbms\jods\jods\trace\jods_ora_1412.trc:
    ORA-00313: ???????2(????1)????????????????
    ORA-00312: ????????2 ????1: 'C:\APP\PIUSERJODSDATA\JODS\REDO02.LOG'
    ORA-27041: ???????????????
    OSD-04002: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ
    O/S-Error: (OS 2) The system cannot find the file specified.
    Mon Jul 08 14:04:34 2013
    Errors in file c:\app\piuser\diag\rdbms\jods\jods\trace\jods_m000_1408.trc:
    ORA-00313: ƒ&#141;ƒO&#129;EƒOƒ‹&#129;[ƒv1(ƒXƒŒƒbƒh1)‚̃&#129;ƒ“ƒo&#129;[‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ&#129;B
    ORA-00312: ƒIƒ“ƒ‰ƒCƒ“&#129;Eƒ&#141;ƒO1 ƒXƒŒƒbƒh1: 'C:\APP\PIUSERJODSDATA\JODS\REDO01.LOG'
    ORA-27041: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ&#129;B
    OSD-04002: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ
    O/S-Error: (OS 2) The system cannot find the file specified.
    ORA-313 signalled during: alter database open...
    Errors in file c:\app\piuser\diag\rdbms\jods\jods\trace\jods_m000_1408.trc:
    ORA-00313: ƒ&#141;ƒO&#129;EƒOƒ‹&#129;[ƒv2(ƒXƒŒƒbƒh1)‚̃&#129;ƒ“ƒo&#129;[‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ&#129;B
    ORA-00312: ƒIƒ“ƒ‰ƒCƒ“&#129;Eƒ&#141;ƒO2 ƒXƒŒƒbƒh1: 'C:\APP\PIUSERJODSDATA\JODS\REDO02.LOG'
    ORA-27041: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ&#129;B
    OSD-04002: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ
    O/S-Error: (OS 2) The system cannot find the file specified.
    Errors in file c:\app\piuser\diag\rdbms\jods\jods\trace\jods_m000_1408.trc:
    ORA-00313: ƒ&#141;ƒO&#129;EƒOƒ‹&#129;[ƒv3(ƒXƒŒƒbƒh1)‚̃&#129;ƒ“ƒo&#129;[‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ&#129;B
    ORA-00312: ƒIƒ“ƒ‰ƒCƒ“&#129;Eƒ&#141;ƒO3 ƒXƒŒƒbƒh1: 'C:\APP\PIUSERJODSDATA\JODS\REDO03.LOG'
    ORA-27041: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ&#129;B
    OSD-04002: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ
    O/S-Error: (OS 2) The system cannot find the file specified.
    Mon Jul 08 14:06:08 2013
    Fatal NI connect error 12170.
      VERSION INFORMATION:
    TNS for 32-bit Windows: Version 11.1.0.7.0 - Production
    Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
    Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
      Time: 08-7ŒŽ -2013 14:06:08
      Tracing not turned on.
      Tns error struct:
        ns main err code: 12535
    TNS-12535: TNS: ‘€&#141;ì‚̓^ƒCƒ€&#129;EƒAƒEƒg‚µ‚Ü‚µ‚½&#129;B
        ns secondary err code: 12606
        nt main err code: 0
        nt secondary err code: 0
        nt OS err code: 0
      Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=10.240.13.43)(PORT=1932))
    WARNING: inbound connection timed out (ORA-3136)
    Mon Jul 08 14:06:56 2013
    Fatal NI connect error 12170.
      VERSION INFORMATION:
    TNS for 32-bit Windows: Version 11.1.0.7.0 - Production
    Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
    Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
      Time: 08-7ŒŽ -2013 14:06:56
      Tracing not turned on.
      Tns error struct:
        ns main err code: 12535
    TNS-12535: TNS: ‘€&#141;ì‚̓^ƒCƒ€&#129;EƒAƒEƒg‚µ‚Ü‚µ‚½&#129;B
        ns secondary err code: 12606
        nt main err code: 0
        nt secondary err code: 0
        nt OS err code: 0
      Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=10.240.13.177)(PORT=3560))
    WARNING: inbound connection timed out (ORA-3136)
    Mon Jul 08 14:07:21 2013
    Fatal NI connect error 12170.
      VERSION INFORMATION:
    TNS for 32-bit Windows: Version 11.1.0.7.0 - Production
    Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
    Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
      Time: 08-7ŒŽ -2013 14:07:21
      Tracing not turned on.
      Tns error struct:
        ns main err code: 12535
    TNS-12535: TNS: ‘€&#141;ì‚̓^ƒCƒ€&#129;EƒAƒEƒg‚µ‚Ü‚µ‚½&#129;B
        ns secondary err code: 12606
        nt main err code: 0
        nt secondary err code: 0
        nt OS err code: 0
      Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=10.240.12.217)(PORT=2896))
    WARNING: inbound connection timed out (ORA-3136)
    Mon Jul 08 14:19:31 2013
    db_recovery_file_dest_size of 2048 MB is 0.00% used. This is a
    user-specified limit on the amount of space that will be used by this
    database for recovery-related files, and does not reflect the amount of
    space available in the underlying filesystem or ASM diskgroup.
    Mon Jul 08 14:42:27 2013
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =18
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up ORACLE RDBMS Version: 11.1.0.7.0.
    Using parameter settings in server-side spfile C:\APP\PIUSER\PRODUCT\11.1.0\DB_1\DATABASE\SPFILEJODS.ORA
    System parameters with non-default values:
      processes                = 150
      nls_language             = "JAPANESE"
      nls_territory            = "JAPAN"
      memory_target            = 816M
      control_files            = "C:\APP\PIUSERJODSDATA\JODS\CONTROL01.CTL"
      control_files            = "C:\APP\PIUSERJODSDATA\JODS\CONTROL02.CTL"
      control_files            = "C:\APP\PIUSERJODSDATA\JODS\CONTROL03.CTL"
      db_block_size            = 8192
      compatible               = "11.1.0.0.0"
      db_recovery_file_dest    = "C:\app\piuser\flash_recovery_area"
      db_recovery_file_dest_size= 2G
      undo_tablespace          = "UNDOTBS1"
      remote_login_passwordfile= "EXCLUSIVE"
      db_domain                = ""
      dispatchers              = "(PROTOCOL=TCP) (SERVICE=JODSXDB)"
      audit_file_dest          = "C:\APP\PIUSER\ADMIN\JODS\ADUMP"
      audit_trail              = "DB"
      db_name                  = "JODS"
      open_cursors             = 300
      diagnostic_dest          = "C:\APP\PIUSER"
    Mon Jul 08 14:42:28 2013
    PMON started with pid=2, OS id=644
    Mon Jul 08 14:42:28 2013
    VKTM started with pid=3, OS id=648 at elevated priority
    VKTM running at (20)ms precision
    Mon Jul 08 14:42:28 2013
    DIAG started with pid=4, OS id=652
    Mon Jul 08 14:42:28 2013
    DBRM started with pid=5, OS id=656
    Mon Jul 08 14:42:28 2013
    PSP0 started with pid=6, OS id=660
    Mon Jul 08 14:42:28 2013
    DIA0 started with pid=7, OS id=664
    Mon Jul 08 14:42:28 2013
    MMAN started with pid=8, OS id=668
    Mon Jul 08 14:42:28 2013
    DBW0 started with pid=9, OS id=672
    Mon Jul 08 14:42:28 2013
    LGWR started with pid=10, OS id=676
    Mon Jul 08 14:42:28 2013
    CKPT started with pid=11, OS id=680
    Mon Jul 08 14:42:28 2013
    SMON started with pid=12, OS id=684
    Mon Jul 08 14:42:28 2013
    RECO started with pid=13, OS id=688
    Mon Jul 08 14:42:28 2013
    MMON started with pid=14, OS id=692
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    Mon Jul 08 14:42:28 2013
    MMNL started with pid=15, OS id=696
    starting up 1 shared server(s) ...
    ORACLE_BASE from environment = C:\app\piuser
    Mon Jul 08 14:42:28 2013
    alter database mount exclusive
    Setting recovery target incarnation to 1
    Successful mount of redo thread 1, with mount id 3135170709
    Database mounted in Exclusive Mode
    Lost write protection disabled
    Completed: alter database mount exclusive
    alter database open
    Beginning crash recovery of 1 threads
    parallel recovery started with 2 processes
    Mon Jul 08 14:42:38 2013
    Started redo scan
    Errors in file c:\app\piuser\diag\rdbms\jods\jods\trace\jods_ora_708.trc:
    ORA-00313: ???????2(????1)????????????????
    ORA-00312: ????????2 ????1: 'C:\APP\PIUSERJODSDATA\JODS\REDO02.LOG'
    ORA-27041: ???????????????
    OSD-04002: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ
    O/S-Error: (OS 2) The system cannot find the file specified.
    Aborting crash recovery due to error 313
    Errors in file c:\app\piuser\diag\rdbms\jods\jods\trace\jods_ora_708.trc:
    ORA-00313: ???????2(????1)????????????????
    ORA-00312: ????????2 ????1: 'C:\APP\PIUSERJODSDATA\JODS\REDO02.LOG'
    ORA-27041: ???????????????
    OSD-04002: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ
    O/S-Error: (OS 2) The system cannot find the file specified.
    ORA-313 signalled during: alter database open...
    Mon Jul 08 14:42:43 2013
    Errors in file c:\app\piuser\diag\rdbms\jods\jods\trace\jods_m000_1464.trc:
    ORA-00313: ƒ&#141;ƒO&#129;EƒOƒ‹&#129;[ƒv1(ƒXƒŒƒbƒh1)‚̃&#129;ƒ“ƒo&#129;[‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ&#129;B
    ORA-00312: ƒIƒ“ƒ‰ƒCƒ“&#129;Eƒ&#141;ƒO1 ƒXƒŒƒbƒh1: 'C:\APP\PIUSERJODSDATA\JODS\REDO01.LOG'
    ORA-27041: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ&#129;B
    OSD-04002: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ
    O/S-Error: (OS 2) The system cannot find the file specified.
    Errors in file c:\app\piuser\diag\rdbms\jods\jods\trace\jods_m000_1464.trc:
    ORA-00313: ƒ&#141;ƒO&#129;EƒOƒ‹&#129;[ƒv2(ƒXƒŒƒbƒh1)‚̃&#129;ƒ“ƒo&#129;[‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ&#129;B
    ORA-00312: ƒIƒ“ƒ‰ƒCƒ“&#129;Eƒ&#141;ƒO2 ƒXƒŒƒbƒh1: 'C:\APP\PIUSERJODSDATA\JODS\REDO02.LOG'
    ORA-27041: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ&#129;B
    OSD-04002: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ
    O/S-Error: (OS 2) The system cannot find the file specified.
    Errors in file c:\app\piuser\diag\rdbms\jods\jods\trace\jods_m000_1464.trc:
    ORA-00313: ƒ&#141;ƒO&#129;EƒOƒ‹&#129;[ƒv3(ƒXƒŒƒbƒh1)‚̃&#129;ƒ“ƒo&#129;[‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ&#129;B
    ORA-00312: ƒIƒ“ƒ‰ƒCƒ“&#129;Eƒ&#141;ƒO3 ƒXƒŒƒbƒh1: 'C:\APP\PIUSERJODSDATA\JODS\REDO03.LOG'
    ORA-27041: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ&#129;B
    OSD-04002: ƒtƒ@ƒCƒ‹‚ðƒI&#129;[ƒvƒ“‚Å‚«‚Ü‚¹‚ñ
    O/S-Error: (OS 2) The system cannot find the file specified.
    Mon Jul 08 14:57:10 2013
    db_recovery_file_dest_size of 2048 MB is 0.00% used. This is a
    user-specified limit on the amount of space that will be used by this
    database for recovery-related files, and does not reflect the amount of
    space available in the underlying filesystem or ASM diskgroup.
    Mon Jul 08 15:14:54 2013
    Fatal NI connect error 12170.
      VERSION INFORMATION:
    TNS for 32-bit Windows: Version 11.1.0.7.0 - Production
    Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
    Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
      Time: 08-7ŒŽ -2013 15:14:54
      Tracing not turned on.
      Tns error struct:
        ns main err code: 12535
    TNS-12535: TNS: ‘€&#141;ì‚̓^ƒCƒ€&#129;EƒAƒEƒg‚µ‚Ü‚µ‚½&#129;B
        ns secondary err code: 12606
        nt main err code: 0
        nt secondary err code: 0
        nt OS err code: 0
      Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=10.240.12.141)(PORT=49972))
    WARNING: inbound connection timed out (ORA-3136)
    Mon Jul 08 15:16:13 2013
    Fatal NI connect error 12170.
      VERSION INFORMATION:
    TNS for 32-bit Windows: Version 11.1.0.7.0 - Production
    Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
    Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
      Time: 08-7ŒŽ -2013 15:16:13
      Tracing not turned on.
      Tns error struct:
        ns main err code: 12535
    TNS-12535: TNS: ‘€&#141;ì‚̓^ƒCƒ€&#129;EƒAƒEƒg‚µ‚Ü‚µ‚½&#129;B
        ns secondary err code: 12606
        nt main err code: 0
        nt secondary err code: 0
        nt OS err code: 0
      Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=10.240.12.217)(PORT=2335))
    WARNING: inbound connection timed out (ORA-3136)
    Mon Jul 08 15:20:44 2013
    Fatal NI connect error 12170.
      VERSION INFORMATION:
    TNS for 32-bit Windows: Version 11.1.0.7.0 - Production
    Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
    Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
      Time: 08-7ŒŽ -2013 15:20:44
      Tracing not turned on.
      Tns error struct:
        ns main err code: 12535
    TNS-12535: TNS: ‘€&#141;ì‚̓^ƒCƒ€&#129;EƒAƒEƒg‚µ‚Ü‚µ‚½&#129;B
        ns secondary err code: 12606
        nt main err code: 0
        nt secondary err code: 0
        nt OS err code: 0
      Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=10.240.12.133)(PORT=2901))
    WARNING: inbound connection timed out (ORA-3136)
    Mon Jul 08 15:25:31 2013
    Shutting down instance: further logons disabled
    Stopping background process MMNL
    Mon Jul 08 15:25:32 2013
    Fatal NI connect error 12170.
      VERSION INFORMATION:
    TNS for 32-bit Windows: Version 11.1.0.7.0 - Production
    Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
    Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
      Time: 08-7ŒŽ -2013 15:25:32
      Tracing not turned on.
      Tns error struct:
        ns main err code: 12535
    TNS-12535: TNS: ‘€&#141;ì‚̓^ƒCƒ€&#129;EƒAƒEƒg‚µ‚Ü‚µ‚½&#129;B
        ns secondary err code: 12606
        nt main err code: 0
        nt secondary err code: 0
        nt OS err code: 0
      Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=10.240.12.141)(PORT=50029))
    WARNING: inbound connection timed out (ORA-3136)
    Stopping background process MMON
    Shutting down instance (immediate)
    License high water mark = 3
    Waiting for dispatcher 'D000' to shutdown
    All dispatchers and shared servers shutdown
    Mon Jul 08 15:25:42 2013
    alter database close normal
    ORA-1109 signalled during: alter database close normal...
    Mon Jul 08 15:25:51 2013
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =18
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up ORACLE RDBMS Version: 11.1.0.7.0.
    Using parameter settings in server-side spfile C:\APP\PIUSER\PRODUCT\11.1.0\DB_1\DATABASE\SPFILEJODS.ORA
    System parameters with non-default values:
      processes                = 150
      nls_language             = "JAPANESE"
      nls_territory            = "JAPAN"
      memory_target            = 816M
      control_files            = "C:\APP\PIUSERJODSDATA\JODS\CONTROL01.CTL"
      control_files            = "C:\APP\PIUSERJODSDATA\JODS\CONTROL02.CTL"
      control_files            = "C:\APP\PIUSERJODSDATA\JODS\CONTROL03.CTL"
      db_block_size            = 8192
      compatible               = "11.1.0.0.0"
      db_recovery_file_dest    = "C:\app\piuser\flash_recovery_area"
      db_recovery_file_dest_size= 2G
      undo_tablespace          = "UNDOTBS1"
      remote_login_passwordfile= "EXCLUSIVE"
      db_domain                = ""
      dispatchers              = "(PROTOCOL=TCP) (SERVICE=JODSXDB)"
      audit_file_dest          = "C:\APP\PIUSER\ADMIN\JODS\ADUMP"
      audit_trail              = "DB"
      db_name                  = "JODS"
      open_cursors             = 300
      diagnostic_dest          = "C:\APP\PIUSER"
    Mon Jul 08 15:25:51 2013
    PMON started with pid=2, OS id=772
    Mon Jul 08 15:25:51 2013
    VKTM started with pid=3, OS id=2184 at elevated priority
    Mon Jul 08 15:25:51 2013
    DIAG started with pid=4, OS id=3144
    Mon Jul 08 15:25:51 2013
    DBRM started with pid=5, OS id=1400
    Mon Jul 08 15:25:51 2013
    PSP0 started with pid=6, OS id=1224
    VKTM running at (20)ms precision
    Mon Jul 08 15:25:51 2013
    DIA0 started with pid=7, OS id=3972
    Mon Jul 08 15:25:51 2013
    MMAN started with pid=8, OS id=2176
    Mon Jul 08 15:25:52 2013
    DBW0 started with pid=9, OS id=2192
    Mon Jul 08 15:25:52 2013
    LGWR started with pid=10, OS id=1436
    Mon Jul 08 15:25:52 2013
    CKPT started with pid=11, OS id=1184
    Mon Jul 08 15:25:52 2013
    SMON started with pid=12, OS id=2212
    Mon Jul 08 15:25:52 2013
    RECO started with pid=13, OS id=2220
    Mon Jul 08 15:25:52 2013
    MMON started with pid=14, OS id=1064
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PART

    0ec8b977-1bd9-4d21-9445-847d9325fe4c wrote:
    Looking for an advice !!
    Three pieces of advice.
    First, you posted this plea less than an hour after your initial post.
    This forum is not a chat line, and it is not paid support.
    Everyone here has a job for which they are paid, and this forum is not it.
    No one is responsible for monitoring it and giving a quick response. 
    Furthermore, it is a global forum.  The person with the information you seek may very well live 20 time zones away from you and was going to bed just as you posted. He will not even see your post for several more hours. 
    Your original post went up in the middle of the night for half the world.
    No one with the information you seek is deliberately withholding it until you sound sufficiently desperate.
    Second, it is not necessary to post three days worth of alert log.  Just the one startup sequence , to the point of the error, would have been sufficient.
    Third, edit your profile to give yourself a recognizable name.  Participating in the community with a system generated name is like going to the pub with a bag over your head.

  • Cloning issue using RMAN

    Hi All
    I am facing problem while creating clone of Production server
    My database and operating system  version are same on the both server
    Kindly help to resolve the issue.
    error are given below
    Wed Sep 25 14:34:49 2013
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Shared memory segment for instance monitoring created
    Picked latch-free SCN scheme 3
    Using LOG_ARCHIVE_DEST_1 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =27
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options.
    Using parameter settings in server-side pfile /u01/oracle/product/11.2.0/db_1/dbs/initclonedb.ora
    System parameters with non-default values:
      processes                = 150
      memory_target            = 628M
      control_files            = "/u01/app/oracle/oradata/clonedb/control01.ctl"
      control_files            = "/u01/app/oracle/flash_recovery_area/clonedb/control02.ctl"
      db_file_name_convert     = "prodb"
      db_file_name_convert     = "clonedb"
      log_file_name_convert    = "prodb"
      log_file_name_convert    = "clonedb"
      db_block_size            = 8192
      compatible               = "11.2.0.0.0"
      db_recovery_file_dest    = "/u01/app/oracle/flash_recovery_area"
      db_recovery_file_dest_size= 3882M
      undo_tablespace          = "UNDOTBS1"
      remote_login_passwordfile= "EXCLUSIVE"
      db_domain                = ""
      dispatchers              = "(PROTOCOL=TCP) (SERVICE=clonedbXDB)"
      audit_file_dest          = "/u01/app/oracle/admin/clonedb/adump"
      audit_trail              = "DB"
      db_name                  = "clonedb"
      open_cursors             = 300
      diagnostic_dest          = "/u01/app/oracle"
    Wed Sep 25 14:34:51 2013
    PMON started with pid=2, OS id=11163
    Wed Sep 25 14:34:52 2013
    VKTM started with pid=3, OS id=11165 at elevated priority
    VKTM running at (10)millisec precision with DBRM quantum (100)ms
    Wed Sep 25 14:34:52 2013
    GEN0 started with pid=4, OS id=11169
    Wed Sep 25 14:34:52 2013
    DIAG started with pid=5, OS id=11171
    Wed Sep 25 14:34:52 2013
    DBRM started with pid=6, OS id=11173
    Wed Sep 25 14:34:52 2013
    PSP0 started with pid=7, OS id=11175
    Wed Sep 25 14:34:52 2013
    DIA0 started with pid=8, OS id=11177
    Wed Sep 25 14:34:52 2013
    MMAN started with pid=9, OS id=11179
    Wed Sep 25 14:34:52 2013
    DBW0 started with pid=10, OS id=11181
    Wed Sep 25 14:34:52 2013
    LGWR started with pid=11, OS id=11183
    Wed Sep 25 14:34:52 2013
    CKPT started with pid=12, OS id=11185
    Wed Sep 25 14:34:52 2013
    SMON started with pid=13, OS id=11187
    Wed Sep 25 14:34:52 2013
    RECO started with pid=14, OS id=11189
    Wed Sep 25 14:34:52 2013
    MMON started with pid=15, OS id=11191
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    Wed Sep 25 14:34:52 2013
    MMNL started with pid=16, OS id=11193
    starting up 1 shared server(s) ...
    ORACLE_BASE not set in environment. It is recommended
    that ORACLE_BASE be set in the environment
    Reusing ORACLE_BASE from an earlier startup = /u01/app/oracle
    Wed Sep 25 14:47:14 2013
    Shutting down instance (immediate)
    Shutting down instance: further logons disabled
    Stopping background process MMNL
    Stopping background process MMON
    License high water mark = 4
    All dispatchers and shared servers shutdown
    Wed Sep 25 14:52:18 2013
    SHUTDOWN: Active processes prevent shutdown operation
    Wed Sep 25 14:57:19 2013
    SHUTDOWN: Active processes prevent shutdown operation
    Wed Sep 25 15:02:21 2013
    SHUTDOWN: Active processes prevent shutdown operation
    Wed Sep 25 15:02:40 2013
    Instance shutdown cancelled
    Thu Sep 26 00:18:40 2013
    Shutting down instance (immediate)
    Shutting down instance: further logons disabled
    License high water mark = 4
    All dispatchers and shared servers shutdown
    Thu Sep 26 00:23:41 2013
    SHUTDOWN: Active processes prevent shutdown operation
    Thu Sep 26 00:28:43 2013
    SHUTDOWN: Active processes prevent shutdown operation
    Thu Sep 26 00:33:44 2013
    SHUTDOWN: Active processes prevent shutdown operation
    Thu Sep 26 00:38:46 2013
    SHUTDOWN: Active processes prevent shutdown operation
    Thu Sep 26 00:41:36 2013
    Instance shutdown cancelled
    Thu Sep 26 00:48:21 2013
    Shutting down instance (immediate)
    Shutting down instance: further logons disabled
    License high water mark = 5
    All dispatchers and shared servers shutdown
    Thu Sep 26 00:53:22 2013
    SHUTDOWN: Active processes prevent shutdown operation
    Thu Sep 26 00:58:23 2013
    SHUTDOWN: Active processes prevent shutdown operation
    Thu Sep 26 01:03:25 2013
    SHUTDOWN: Active processes prevent shutdown operation
    Thu Sep 26 01:08:26 2013
    SHUTDOWN: Active processes prevent shutdown operation
    Thu Sep 26 01:13:28 2013
    SHUTDOWN: Active processes prevent shutdown operation
    Thu Sep 26 01:18:29 2013
    SHUTDOWN: Active processes prevent shutdown operation
    Thu Sep 26 01:23:31 2013
    SHUTDOWN: Active processes prevent shutdown operation
    Thu Sep 26 01:28:32 2013
    SHUTDOWN: Active processes prevent shutdown operation
    Thu Sep 26 01:33:34 2013
    SHUTDOWN: Active processes prevent shutdown operation
    Thu Sep 26 01:38:35 2013
    SHUTDOWN: Active processes prevent shutdown operation
    Thu Sep 26 11:10:07 2013
    SHUTDOWN: Active processes prevent shutdown operation
    Thu Sep 26 11:15:08 2013
    SHUTDOWN: Active processes prevent shutdown operation
    Thu Sep 26 11:20:10 2013
    SHUTDOWN: Active processes prevent shutdown operation
    Thu Sep 26 11:25:11 2013
    SHUTDOWN: Active processes prevent shutdown operation
    Thu Sep 26 11:30:13 2013
    SHUTDOWN: Active processes prevent shutdown operation
    Thu Sep 26 11:35:14 2013
    SHUTDOWN: Active processes prevent shutdown operation
    Thu Sep 26 11:40:16 2013
    SHUTDOWN: Active processes prevent shutdown operation
    Thu Sep 26 11:45:17 2013
    SHUTDOWN: Active processes prevent shutdown operation
    Thu Sep 26 11:50:19 2013
    SHUTDOWN: Active processes prevent shutdown operation
    Thu Sep 26 11:55:20 2013
    SHUTDOWN: Active processes prevent shutdown operation
    Thu Sep 26 12:00:22 2013
    SHUTDOWN: Active processes prevent shutdown operation
    Thu Sep 26 12:05:23 2013
    SHUTDOWN: Active processes prevent shutdown operation
    Thu Sep 26 12:10:25 2013
    SHUTDOWN: Active processes prevent shutdown operation
    Thu Sep 26 12:15:26 2013
    SHUTDOWN: Active processes prevent shutdown operation
    Thu Sep 26 12:19:01 2013
    Instance shutdown cancelled

    thanks for your reply
    when i issue command "duplicate target database to 'clone'  "
    it stucks after executing some parameter like
    using target database control file instead of recovery catalog
    allocated channel: c1
    channel c1: SID=4 device type=DISK
    allocated channel: c2
    channel c2: SID=9 device type=DISK
    Starting Duplicate Db at 26-SEP-13
    contents of Memory Script:
       sql clone "create spfile from memory";
    executing Memory Script
    sql statement: create spfile from memory
    contents of Memory Script:
       shutdown clone immediate;
       startup clone nomount;
    executing Memory Script
    inputs are given above
    kinldly see and help to resolve the saem.
    Thanks

  • SMON process taking more CPU approx.49% of total CPU

    Hi,
    we have one isuue with one of our production database.
    database version 10.2.0.4
    OS Version AIX 5.3
    DB SIZE=450Gb
    when i check in database one delete Query is running in database is as follows and smon process of that perticular database consuming about 49%CPU.
    delete from smon_scn_time where thread=0 and scn = (select min(scn) from smon_scn_time where thread=0)
    please help me to resolved this issue.
    Thanks.

    SMON   and unaccessible   SMON_SCN_TIME table
    Please check the mentioned MOS doc in first place.

  • SMON one one node blocking SMON on other nodes

    We have 4 node RAC architecture in our production environment.Recently we saw some some issue where it was seen that SMON on node4 blocked SMON on all the other 3 nodes.
    At the same some of the applications reported performance issue and timing out issue.While investigating the wait events we saw a lot of latch free wait event with latch# 34.
    Due to SMON blocking issue, we decided to bounce the node 4 and once the instance was brought back, we didn't find those specific latch free wait event. Even the application reporting performance issue started behaving well.
    I would like to know if there is any relation between the two - SMON blocking and particular latch.Pls explain me.

    1. Exact version?
    2. Which wait event were 3 SMONs watining for?
    3. Under your environment, what is the latch name for latch# 34?
    select name from v$latch where latch# = 34;
    It seems that SMON in node4 has acquired some latches or locks and not released it. The common reason is internal bug. I recommend searching metalink for latch name for wait event name.

  • Srvctl and sqlplus issue

    Folks
    I am having very weird issue. Need your help/opinion on this.
    I have 2 node cluster, Solaris 10, 10.2.0.3 with CRS bundle. Installation went fine. No issue at all.
    Now on one of the node (Node2), I am having problem.
    Issue is:
    If I reboot machine, everything comes up fine. But I can't do "sqlplus / as sysdba" to ASM as well as Database instance.
    It says connected to idle instance. ps -ef |grep smon shows that both instances are up and running (ASM and Database). Even crs_stat shows, everything is up. Even "shutdown abort" doesn't work.
    Now, When I shutdown instance using srvctl. and then start it up using sqlplus , it works. I am able to so sqlplus. BUT crs_stat shows instance DOWN. Also, if I try to stop instance using srvctl, it DOESNOT work.
    So bottom line is , I can use either srvctl OR sqlplus in order to manage instances on that node.
    I saw post on internet from Mike Ault describing similar situation and some other note on these forums also, but there is no solution. Also those problems are related to 11g only.
    Re: srvctl issue
    www.toadworld.com/LinkClick.aspx?fileticket=Y2Pd9kF64Wg=&tabid=234
    Does anyone have any idea?
    I have similar setup on Test environment and everything is working fine without any issue
    Thanks in advance
    PG

    Hi.
    Maybe you can do a checklist :
    - When you type : "sqlplus / as sysdba" what is the content of ORACLE_SID variable ?
    - Check the healthy of CRS stack using crsctl check crc command.
    - Check the OCR integrity (ocrcheck) .
    Regards

  • Load Indictor errors - Has anyone resolve this issues

    I made the modifications suggested, but the database will not open because of the error encountered in the alert log file. When trying to start the 8.0.5 database using 8.1.5 executables and libaries, I get the following error messages in the alter log file.
    PMON started with pid=2
    Load Indicator not support by OS!
    DBW0 started with pid=3
    LGWR started with pid=4
    CKPT started with pid=5
    SMON started with pid=6
    -timestamp-
    alter database mount
    -timestamp-
    Errors in ckpt_2057.trc:
    oerr-00600 internal error, arguments: [2114],[13],[752],[],[],[],[]
    RECO start with pid=7
    -timestamp-
    CKPT:terminating instance due to error 600
    Instance terminated by CKPT, pid=2057
    Is this error due to the Load indicator?
    pmon_2051.trc contains
    Load indicator not support by OS!
    Any help is appreciated in trying to mount and open this database so that I can migrate to 8.1.5.
    I have already applied the 8.1.5.0.2 patch to the software.
    [email protected]
    null

    I tried to reply in the email but some issue
    trying to open the link.  reply here the best times to
    chat and I will go through forum here my phone is 48078
    28079 and we can remote if given a day notice
    drgm

  • Smon process busy & lockwait for a session

    Hi when i am trying to archive some records using utl_file
    the job seems haning.Whether it is really hanging.When i checked with the os process(oracle 8.1.7 on solaris 8)
    its showing smon is busy.What exactly happening inside.I shtudown the database using shutdown abort last time becasue shutdown immediate was not working.Now its around 6 hours already the smon seems busy.why smon is so busy these much time.When i checked the the particualar session.It is showing lockwait in v$session for that archivng session.Why it is showing lockwait
    with regards
    ramya

    Hi,
    PCT_INCREASE=0 disabled smon coalesce.
    From Metalink note 61997.1 :
    SMON wakes itself every 5 minutes and checks for tablespaces with default pctincrease != 0.
    Where to Set PCT_INCREASE=0 , if you are saying to change it for every segment in the database.. that’s not the good thing to do.I don't understand why pctincrease=0 on all objects is not a good idea.
    Please read Metalink note 298696.1 (Fragmentation Issues Due to PCT_INCREASE Settings), where we can read :
    Previously it was also believed that an object consisting of one large extent could be accessed quicker than an object of equal size, but composed of lot of smaller extents. Hence they preferred an object to consist of small number of very large extents, which was achieved by higher PCT_INCREASE values.
    Today, we can add unlimited number of extents by setting MAXEXTENTS to UNLIMITED and the disk I/O performance is also significantly improved so we can manage with lot of small extents. So the benefit of setting larger PCT_INCREASE values has now become negligible.
    Read this note, it's a very things.
    Nicolas.

Maybe you are looking for