What should be the value of session_cached_curosrs

Hi all,
I am using Oracle 9.2 on SUSE linux.In my live server we are not using session_cached_cursor i.e the value of the same is 0
SQL> select
  2    to_char(100 * sess / calls, '999999999990.00') || '%' cursor_cache_hits,
  3    to_char(100 * (calls - sess - hard) / calls, '999990.00') || '%' soft_par
ses,
  4    to_char(100 * hard / calls, '999990.00') || '%' hard_parses
  5  from
  6    ( select value calls from v$sysstat where name = 'parse count (total)' ),
  7    ( select value hard  from v$sysstat where name = 'parse count (hard)' ),
  8   ( select value sess  from v$sysstat where name = 'session cursor cache hit
s' )
  9  /
CURSOR_CACHE_HITS SOFT_PARSES HARD_PARSES
            0.00%      97.03%       2.97%
SQL> select 'session_cached_cursors'  parameter, lpad(value, 5)  value,
  2  decode(value, 0, '  n/a', to_char(100 * used / value, '990') || '%') usage
  3  from ( select max(s.value)  used from V$STATNAME n, V$SESSTAT s
  4  where n.name = 'session cursor cache count' and s.statistic# = n.statistic#
  5    ( select value from V$PARAMETER where name = 'session_cached_cursors' )
  6  union all
  7  select 'open_cursors', lpad(value, 5), to_char(100 * used / value,  '990')
|| '%'
  8  from ( select max(sum(s.value))  used from V$STATNAME n, V$SESSTAT s
  9  where n.name in ('opened cursors current', 'session cursor cache count') an
d s.statistic# = n.statistic# group by s.sid ),
10  ( select value from V$PARAMETER where name = 'open_cursors' );
PARAMETER                     VALUE USAGE
session_cached_cursors            0   n/a
open_cursors                   1000   20%
SQL>But on another server we are having a value
session_cached_cursors=100
SQL> SQL> select
  to_char(100 * sess / calls, '999999999990.00') || '%' cursor_cache_hits,
  to_char(100 * (calls - sess - hard) / calls, '999990.00') || '%' soft_parses,
  to_char(100 * hard / calls, '999990.00') || '%' hard_parses
from
  ( select value calls from v$sysstat where name = 'parse count (total)' ),
  ( select value hard  from v$sysstat where name = 'parse count (hard)' ),
( select value sess  from v$sysstat where name = 'session cursor cache hits' )
  2    3    4    5    6    7    8    9
CURSOR_CACHE_HITS SOFT_PARSES HARD_PARSES
           42.00%      35.95%      22.05%
SQL> column parameter format a29
column value     format a5
column usage     format a5
select 'session_cached_cursors'  parameter, lpad(value, 5)  value,
decode(value, 0, '  n/a', to_char(100 * used / value, '990') || '%') usage
from ( select max(s.value)  used from V$STATNAME n, V$SESSTAT s
where n.name = 'session cursor cache count' and s.statistic# = n.statistic# )
  ( select value from V$PARAMETER where name = 'session_cached_cursors' )
union all
select 'open_cursors', lpad(value, 5), to_char(100 * used / value,  '990') ||
from ( select max(sum(s.value))  used from V$STATNAME n, V$SESSTAT s
where n.name in ('opened cursors current', 'session cursor cache count') and
tatistic# = n.statistic# group by s.sid ),
( select value from V$PARAMETER where name = 'open_cursors' );
SQL> SQL> SQL>   2    3    4    5    6    7    8    9   10
PARAMETER                     VALUE USAGE
session_cached_cursors          100    5%
open_cursors                    300    2%So suggest me should i need to increase the value of the same or not.....

But still the cache cursor hits still below 50% on the other same where i set the value 100 and on another server it is 0% where the value of the same is 0.
And in the statspack report i have more parses...
i.e
STATSPACK report for
DB Name         DB Id    Instance     Inst Num Release     Cluster Host
ai          1495142514 ai                1 9.2.0.4.0   NO      ai-oracle
            Snap Id     Snap Time      Sessions Curs/Sess Comment
Begin Snap:     281 18-Sep-09 10:25:08      129      45.5
  End Snap:     282 18-Sep-09 11:17:40      248      54.1
   Elapsed:               52.53 (mins)
Cache Sizes (end)
~~~~~~~~~~~~~~~~~
               Buffer Cache:     1,280M      Std Block Size:         8K
           Shared Pool Size:       160M          Log Buffer:     1,024K
Load Profile
~~~~~~~~~~~~                            Per Second       Per Transaction
                  Redo size:              5,403.10              6,959.78
              Logical reads:              9,965.65             12,836.84
              Block changes:                 32.00                 41.22
             Physical reads:              3,186.52              4,104.58
            Physical writes:                 15.90                 20.48
                 User calls:                226.65                291.95
                     Parses:                 25.94                 33.41
                Hard parses:                  0.61                  0.78
                      Sorts:                  7.58                  9.77
                     Logons:                  0.14                  0.18
                   Executes:                 86.39                111.28
               Transactions:                  0.78
  % Blocks changed per Read:    0.32    Recursive Call %:    27.73
Rollback per transaction %:   15.28       Rows per Sort:   337.16
Instance Efficiency Percentages (Target 100%)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            Buffer Nowait %:  100.00       Redo NoWait %:  100.00
            Buffer  Hit   %:   68.14    In-memory Sort %:   99.99
            Library Hit   %:   99.24        Soft Parse %:   97.66
         Execute to Parse %:   69.97         Latch Hit %:   99.99
Parse CPU to Parse Elapsd %:   86.06     % Non-Parse CPU:   98.82
Shared Pool Statistics        Begin   End
             Memory Usage %:   95.54   95.77
    % SQL with executions>1:   75.68   68.91
  % Memory for SQL w/exec>1:   66.15   63.93
Top 5 Timed Events
~~~~~~~~~~~~~~~~~~                                                     % Total
Event                                               Waits    Time (s) Ela Time
log file sync                                       3,277       1,577    48.25
db file sequential read                           788,572         806    24.65
CPU time                                                          563    17.23
control file parallel write                           962         191     5.85
db file scattered read                          1,210,980          72     2.19
Wait Events for DB: ai  Instance: ai  Snaps: 281 -282
-> s  - second
-> cs - centisecond -     100th of a second
-> ms - millisecond -    1000th of a second
-> us - microsecond - 1000000th of a second
-> ordered by wait time desc, waits desc (idle events last)
                                                                   Avg
                                                     Total Wait   wait    Waits
Event                               Waits   Timeouts   Time (s)   (ms)     /txn
log file sync                       3,277      1,037      1,577    481      1.3
db file sequential read           788,572          0        806      1    322.3
control file parallel write           962          0        191    199      0.4
db file scattered read          1,210,980          0         72      0    494.9
control file sequential read        1,007          0         55     55      0.4
write complete waits                    1          1          1    996      0.0
enqueue                                 1          0          0    482      0.0
BFILE read                            324          0          0      1      0.1
BFILE get length                      304          0          0      1      0.1
log buffer space                        2          0          0    134      0.0
latch free                            146         23          0      1      0.1
SQL*Net break/reset to clien          546          0          0      0      0.2
SQL*Net more data to client         9,161          0          0      0      3.7
db file parallel read                   4          0          0     21      0.0
buffer busy waits                     970          0          0      0      0.4
log file parallel write             2,356      2,356          0      0      1.0
db file parallel write                412          0          0      0      0.2
direct path read                      790          0          0      0      0.3
direct path write                     336          0          0      0      0.1
BFILE open                             34          0          0      0      0.0
BFILE internal seek                   324          0          0      0      0.1
BFILE closure                          34          0          0      0      0.0
SQL*Net message from client       713,858          0    385,345    540    291.7
virtual circuit status                105        105      3,073  29270      0.0
SQL*Net more data from clien        1,905          0          2      1      0.8
SQL*Net message to client         713,977          0          0      0    291.8
Background Wait Events for DB: ai  Instance: ai  Snaps: 281 -282
-> ordered by wait time desc, waits desc (idle events last)
                                                                   Avg
                                                     Total Wait   wait    Waits
Event                               Waits   Timeouts   Time (s)   (ms)     /txn
control file parallel write           962          0        191    199      0.4
control file sequential read          690          0         55     80      0.3
rdbms ipc reply                        12          0          2    128      0.0
db file scattered read                 42          0          0      4      0.0
db file sequential read                36          0          0      3      0.0
log file parallel write             2,356      2,356          0      0      1.0
db file parallel write                412          0          0      0      0.2
rdbms ipc message                   9,597      7,211     16,638   1734      3.9
pmon timer                          1,101      1,101      3,076   2794      0.4
smon timer                             10         10      2,948 ######      0.0
SQL ordered by Gets for DB: ai  Instance: ai  Snaps: 281 -282
-> End Buffer Gets Threshold:   10000
-> Note that resources reported for PL/SQL includes the resources used by
   all SQL statements called within the PL/SQL code.  As individual SQL
   statements are also reported, it is possible and valid for the summed
   total % to exceed 100
                                                     CPU      Elapsd
  Buffer Gets    Executions  Gets per Exec  %Total Time (s)  Time (s) Hash Value
      8,327,956          248       33,580.5   26.5    12.74     16.57   23088203
INSERT INTO OT_MEM_FEE_COL_DETL(MFCD_FEE_TYPE,MFCD_CONDON_FEE_YN
,MFCD_EXCESS_USED_YN,MFCD_CONDN_CODE,MFCD_PM_CODE,MFCD_CURR_CODE
,MFCD_INSTR_NO,MFCD_INSTR_DT,MFCD_AMT,MFCD_BANK_CODE,MFCD_INSTR_
TYPE,MFCD_BRANCH,MFCD_COLLECTION,MFCD_FM_DT,MFCD_TO_DT,MFCD_RES_
CODE,MFCD_CR_UID,MFCD_CR_DT,MFCD_UPD_UID,MFCD_UPD_DT,MFCD_CONDON
      8,302,901          257       32,307.0   26.4    12.12     14.21 2172906880
SELECT MIN(MFCH_NO)   FROM OT_MEM_FEE_COL_HEAD,        OT_MEM_FE
E_COL_DETL  WHERE MFCH_SYS_ID = MFCD_MFCH_SYS_ID    AND MFCH_REF
_NO = :b4    AND MFCH_REF_TXN_CODE = :b3    AND MFCD_INSTR_NO  =
:b2    AND MFCD_BANK_CODE = :b1    AND MFCD_AMT > 0
      4,045,126          151       26,788.9   12.9    18.15     17.76 1772835295
select decode(level,1,'',2,'  ',3,'     ',4,'       ',5,'
  ', '           ') || decode(:1,'ENG',menu_option_desc,menu_opt
ion_desc_bl) "OPTION", menu_parent_id "PARENT", menu_action_type
"TYPE",menu_action "ACTION", decode(level,1,'',2,' ',3,'  ',4,'
   ',5,'    ', '     ') ||decode(menu_action_type, 'M', '+', 'o'
      2,076,427          145       14,320.2    6.6    68.74     67.63 4142254844
SELECT LTRIM(RTRIM(DECODE(TIT_NAME,'MR.','CA.','MS.','CA.','MRS.
','CA.') || ' '  || MRH_FIRST_NAME  || ' '  || MRH_MIDDLE_NAME
|| ' '  || MRH_SUR_NAME  || ' '  || DECODE(MRH_APPR_UID, NULL ,
NULL ,DECODE(MRH_MEM_STATUS,2, NULL ,DECODE(MRH_FELLOW_STATUS_YN
,'Y','FCA','ACA')))  || DECODE(MRH_RESI_STATUS,'A','
  --snip
                                                     CPU      Elapsd
  Buffer Gets    Executions  Gets per Exec  %Total Time (s)  Time (s) Hash Value
EMD_MRH_SYS_ID=:1)
        704,726          311        2,266.0    2.2    10.77     10.55 2722142004
SELECT ROWID,MPS_MRH_SYS_ID,MRH_PHOTO,MRH_SIGNATURE FROM OM_MEM_
PHOTO_SIGN_DETL WHERE (MPS_MRH_SYS_ID=:1)
        665,161          289        2,301.6    2.1    16.30     16.04 2001308163
SELECT MCH_LIFE_MEM_NO,MCH_ENROL_DT   FROM OT_MEM_CABF_HEAD  WHE
RE MCH_MRH_MRN = :b1  AND MCH_APPR_UID IS NOT NULL   AND NVL(MCH
_CLO_STATUS,0) != 1
        655,227          110        5,956.6    2.1    13.73     14.92    1617597
SELECT SRN,ACTIVITYDESCRIPTION,STATUS,DOCUMENTNO,DOCUMENTDATE FR
OM OV_ART_TRANS_STATUS WHERE (SRN=:1) order by DOCUMENTDATE
        600,681            5      120,136.2    1.9    10.66     11.00  399968183
SELECT NVL(TO_CHAR(A.DEH_APPLICATION_DT,'DD/MM/RRRR'), NULL ),NV
L(TO_CHAR(A.DEH_DT,'DD/MM/RRRR'), NULL )   FROM OT_DAK_ENTRY_HEA
D A,OT_DAK_ENTRY_DETL B,OT_FIRM_PAID_ASSISTANT_HEAD C  WHERE A.D
EH_SYS_ID = B.DED_DEH_SYS_ID  AND B.DED_DAK_SYS_ID = C.FPH_DED_S
YS_ID  AND C.FPH_SYS_ID =  (SELECT MAX(B.FPH_SYS_ID)   FROM OT_F
        476,179            1      476,179.0    1.5     3.35     77.96 1397438218
SELECT AR_STUD_SRN,    LTRIM(NVL(A.TIT_NAME,'')||AR_FIRST_NAME||
'  '||AR_MIDDLE_NAME||'  '||AR_SUR_NAME)  NAME,    AR_CORRES_ADD
R_LINE_1,    AR_CORRES_ADDR_LINE_2,    AR_CORRES_ADDR_LINE_3,
AR_CORRES_ADDR_LINE_4,    C.CITY_NAME CORRES_CITY,    AR_CORRES
_ZIP_POSTAL_CODE,    AR_DEED_FM_DT ,    '['||AR_MRH_MRN||' '||']
        408,747            1      408,747.0    1.3     3.62     32.42 3449044159
SELECT  DISTINCT  SUM(MFD_FEE_PAID) MFD_FEE_PAID,  MFD_REGN_NUM
MRN,  DECODE(MRH_FELLOW_STATUS_YN,'Y','F','A') STATUS,  MRH_TITL
E ||' '|| MRH_FIRST_NAME||' '||MRH_MIDDLE_NAME||' '||MRH_SUR_NAM
E MRN_NAME,  NVL(A.EX_EXCESS_AMT,0) EXCESS_AMT,  NVL(MFD_FEE_TO_
PAY,0) - NVL(MFD_FEE_PAID,0) M_FEEDUE ,  DECODE(MRH_FELLOW_STATU
        346,192            4       86,548.0    1.1     9.41      9.20 1414719916
UPDATE OM_MEM_REG_HEAD SET MRH_MRN=:b1 WHERE MRH_SYS_ID = :b2
        346,012            4       86,503.0    1.1     9.40      9.19 3711620353
UPDATE OT_DAK_ACTV_HISTORY   SET DAH_REG_NO = :b1   WHERE DAH_RE
G_NO = :b3   AND TRUNC(DAH_ACTV_ED_DT ) <= TRUNC(:b2
)   AND DAH_ACTV_STATUS = 'C'
        315,811          800          394.8    1.0     1.46      1.47 3019857179
SELECT COUNT(*)   FROM MENU_MENUS  WHERE MENU_PARENT_ID = '*'  A
ND EXISTS  (SELECT 1   FROM MENU_USER_MENUS  WHERE UM_GROUP_ID =
SQL ordered by Reads for DB: ai  Instance: ai  Snaps: 281 -282
-> End Disk Reads Threshold:    1000
                                                     CPU      Elapsd
Physical Reads  Executions  Reads per Exec %Total Time (s)  Time (s) Hash Value
      1,781,197           33       53,975.7   17.7    53.84     54.49 1276754082
SELECT SFCD_INSTR_NO,SFCD_REGION_CODE,SFCH_SYS_ID,SFCD_INSTR_DT,
SFCD_BANK_CODE,SFCD_PM_CODE,SFCH_TXN_CODE,SFCH_NO,SFCH_DT,SFCH_A
CNT_YR,SFCH_STUD_FIRST_NAME,SFCH_STATUS,SFCD_AMT,SFCD_PAYIN_SLIP
_NO,SFCD_INSTR_TYPE,SFCD_PAYIN_SLIP_DT,SFCH_STUD_SRN FROM OV_STU
D_INSTR_DETL WHERE (SFCD_INSTR_NO=:1) order by OV_STUD_INSTR_DET
      1,049,411          145        7,237.3   10.4    68.74     67.63 4142254844
SELECT LTRIM(RTRIM(DECODE(TIT_NAME,'MR.','CA.','MS.','CA.','MRS.
','CA.') || ' '  || MRH_FIRST_NAME  || ' '  || MRH_MIDDLE_NAME
|| ' '  || MRH_SUR_NAME  || ' '  || DECODE(MRH_APPR_UID, NULL ,
NULL ,DECODE(MRH_MEM_STATUS,2, NULL ,DECODE(MRH_FELLOW_STATUS_YN
,'Y','FCA','ACA')))  || DECODE(MRH_RESI_STATUS,'A','
        942,678          188        5,014.2    9.4    53.60     52.63 2186070964
SELECT /*+ INDEX(OT_STUDENT_FEE_COL_HEAD OT_STUDENT_FEE_COL_HEAD
_UK01)  */SFCH_SYS_ID,SFCH_DT,DECODE(NVL(SSTN_SRN,SFCH_TEMP_REF_
NO),SSTN_SRN, NULL ,SFCH_TEMP_REF_NO) SFCH_TEMP_REF_NO,NVL(SFCH_
STUD_SRN,SSTN_SRN) SFCH_STUD_SRN,SFCH_COURSE_CODE,SFCH_SCHEME_CO
DE,SFCH_EXMP_STUD_YN,SFCH_EXMP_STUD_REASON,DEH_APPLICATION_DT,SF
        622,901          242        2,574.0    6.2    28.01     27.43 1838125769
SELECT MRH_DT,MRH_FIRST_NAME,MRH_MIDDLE_NAME,MRH_SUR_NAME,MRH_ST
ATUS   FROM OM_MEM_REG_HEAD  WHERE DECODE(:b1,1,MRH_MRN,MRH_MFCH
_TEMP_REF_NO) = :b2
        572,215          289        1,980.0    5.7    16.30     16.04 2001308163
SELECT MCH_LIFE_MEM_NO,MCH_ENROL_DT   FROM OT_MEM_CABF_HEAD  WHE
RE MCH_MRH_MRN = :b1  AND MCH_APPR_UID IS NOT NULL   AND NVL(MCH
_CLO_STATUS,0) != 1
        556,972            5      111,394.4    5.5    10.66     11.00  399968183
SELECT NVL(TO_CHAR(A.DEH_APPLICATION_DT,'DD/MM/RRRR'), NULL ),NV
L(TO_CHAR(A.DEH_DT,'DD/MM/RRRR'), NULL )   FROM OT_DAK_ENTRY_HEA
D A,OT_DAK_ENTRY_DETL B,OT_FIRM_PAID_ASSISTANT_HEAD C  WHERE A.D
EH_SYS_ID = B.DED_DEH_SYS_ID  AND B.DED_DAK_SYS_ID = C.FPH_DED_S
YS_ID  AND C.FPH_SYS_ID =  (SELECT MAX(B.FPH_SYS_ID)   FROM OT_F
-- snip
SQL ordered by Reads for DB: ai  Instance: ai  Snaps: 281 -282
-> End Disk Reads Threshold:    1000
                                                     CPU      Elapsd
Physical Reads  Executions  Reads per Exec %Total Time (s)  Time (s) Hash Value
        250,812            2      125,406.0    2.5    18.78    111.08 2837394537
SELECT STUD_SRN,STUD_FIRST_NAME,STUD_MIDDLE_NAME,STUD_MAIDEN_NAM
E,STUD_SURNAME,STUD_FATHER_NAME,STUD_BIRTH_DT,STUD_COMM_CODE,STU
D_SEX,STUD_HANDICAPPED_YN,STUD_HANDICAPPED_REASON,STUD_LANG_CODE
,STUD_NATIONALITY_CODE,STUD_EMAIL,STUD_PERMNT_ADDR_LINE_1,STUD_P
ERMNT_ADDR_LINE_2,STUD_PERMNT_ADDR_LINE_3,STUD_PERMNT_ADDR_LINE_
        191,019            5       38,203.8    1.9     4.06      4.01 3345305231
SELECT DISTINCT SFCH_STUD_SRN   FROM OT_STUDENT_FEE_COL_HEAD A,O
T_STUDENT_FEE_COL_DETL B  WHERE B.SFCD_SFCH_SYS_ID = A.SFCH_SYS_
ID  AND B.SFCD_INSTR_BANK_CODE = :b1  AND B.SFCD_INSTR_NO = :b2
        190,945            5       38,189.0    1.9     3.99      3.91 4244738853
SELECT DISTINCT SFCH_TEMP_REF_NO   FROM OT_STUDENT_FEE_COL_HEAD
A,OT_STUDENT_FEE_COL_DETL B  WHERE B.SFCD_SFCH_SYS_ID = A.SFCH_S
YS_ID  AND B.SFCD_INSTR_BANK_CODE = :b1  AND B.SFCD_INSTR_NO = :
b2
        160,699           48        3,347.9    1.6     4.30      4.22 3199492052
SELECT COUNT(*)   FROM OT_ART_GR_COURSE_ENGMNT_HEAD  WHERE OT_AR
T_GR_COURSE_ENGMNT_HEAD.GCEH_AR_STUD_SRN = :b1  AND GCEH_CLO_STA
TUS IS NULL  AND GCEH_DOC_STATUS = 3
        142,323            5       28,464.6    1.4     5.45      5.35 3982061799
SELECT ROWID,STUD_DT,STUD_TXN_CODE,STUD_NO,STUD_AMD_NO,STUD_REF_
FROM,STUD_REF_TXN_CODE,STUD_REF_NO,STUD_TEMP_REF_NO,STUD_SRN,STU
D_TITLE,STUD_STATUS,STUD_FIRST_NAME,STUD_MIDDLE_NAME,STUD_SURNAM
E,STUD_MAIDEN_NAME,STUD_NAME_STATUS,STUD_FATHER_NAME,STUD_NATION
ALITY_CODE,STUD_NATION_PROOF_ENCL_YN,STUD_SEX,STUD_HANDICAPPED_Y
----snip
       2,819           2,819              1.0       0.00        0.00 1137293274
SELECT DECODE(:b1,'L',DECODE(:b2,'ENG',REGION_NAME,REGION_BL_NAM
E),DECODE(:b2,'ENG',REGION_SHORT_NAME,REGION_BL_SHORT_NAME)) REG
ION_NAME,REGION_COU_CODE,REGION_FRZ_FLAG_NUM   FROM OM_REGION  W
HERE REGION_CODE = :b4
       2,530           2,530              1.0       0.00        0.00   35936114
SELECT STUD_DOC_STATUS   FROM OM_STUDENT_HEAD  WHERE STUD_SYS_ID
= :b1
       2,521           2,521              1.0       0.00        0.00 4134497753
SELECT DECODE(:b1,'L',DECODE(:b2,'ENG',STATE_NAME,STATE_BL_NAME)
,DECODE(:b2,'ENG',STATE_SHORT_NAME,STATE_BL_SHORT_NAME)) STATE_N
AME,STATE_COU_CODE,STATE_REGION_CODE,STATE_FRZ_FLAG_NUM   FROM O
M_STATE  WHERE STATE_CODE = :b4
       2,493           2,493              1.0       0.00        0.00 2773794119
SELECT TXN_TYPE   FROM OM_TXN  WHERE TXN_CODE = :b1
       2,398           2,398              1.0       0.00        0.00 1647481313
SELECT COUNT('X')   FROM M_LTR_GNRT_PARAM_VAL  WHERE PARAM_CODE
= UPPER(:b1)
       2,276           2,276              1.0       0.00        0.00 3809693097
SELECT COUNT(DAH_SYS_ID)    FROM OT_DAK_ACTV_HISTORY    WHERE  D
AH_ACTV_TYPE   =  :b2    AND    DAH_TXN_SYS_ID  =  :b1
       2,276           2,276              1.0       0.00        0.00 3996552261
SELECT DAH_SYS_ID.NEXTVAL    FROM DUAL
       2,243           2,227              1.0       0.00        0.00  554614546
SELECT PARAM_VALUE   FROM M_LTR_GNRT_PARAM_VAL  WHERE PARAM_CODE
= UPPER(:b1)
       2,075           2,075              1.0       0.00        0.00 1642532642
SELECT DECODE(:b1,'L',DECODE(:b2,'ENG',CITY_NAME,CITY_BL_NAME),D
ECODE(:b2,'ENG',CITY_SHORT_NAME,CITY_BL_SHORT_NAME)) CITY_NAME,C
ITY_BRANCH_CODE,CITY_FRZ_FLAG_NUM   FROM OM_CITY  WHERE CITY_COD
SQL ordered by Executions for DB: ai  Instance: ai  Snaps: 281 -282
-> End Executions Threshold:     100
                                                CPU per    Elap per
Executions   Rows Processed   Rows per Exec    Exec (s)   Exec (s)  Hash Value
E = :b4
       1,930           1,926              1.0       0.00        0.00 1334987745
SELECT DECODE(:b1,'L',DECODE(:b2,'ENG',BR_NAME,BR_BL_NAME),DECOD
E(:b2,'ENG',BR_SHORT_NAME,BR_BL_SHORT_NAME)) BR_NAME,BR_REGION_C
ODE,BR_FRZ_FLAG_NUM   FROM OM_BRANCH  WHERE BR_CODE = :b4
       1,842           1,842              1.0       0.00        0.00  291164492
UPDATE M_LTR_GNRT_PARAM_VAL SET PARAM_VALUE=:b1 WHERE PARAM_CODE
SQL ordered by Parse Calls for DB: ai  Instance: ai  Snaps: 281 -282
-> End Parse Calls Threshold:      1000
                           % Total
Parse Calls  Executions   Parses  Hash Value
       3,544        3,544     4.33 1307778841
select condition from cdef$ where rowid=:1
       2,825        2,825     3.46 3716207873
update seq$ set increment$=:2,minvalue=:3,maxvalue=:4,cycle#=:5,
order$=:6,cache=:7,highwater=:8,audit$=:9,flags=:10 where obj#=:
1
       2,530        2,530     3.09   35936114
SELECT STUD_DOC_STATUS   FROM OM_STUDENT_HEAD  WHERE STUD_SYS_ID
= :b1
       1,250        1,250     1.53 1152764494
SELECT DAK_NAME   FROM OM_DAK  WHERE DAK_CODE = :b1
       1,215        1,215     1.49 3138709437
SAVEPOINT FM_1
--- snip
         477          477     0.58 2033197139
SELECT DED_DIVN_CODE,DED_DEPT_CODE   FROM OT_DAK_ENTRY_DETL,OT_D
AK_ENTRY_HEAD  WHERE DED_DEH_SYS_ID = DEH_SYS_ID  AND DEH_APPR_U
ID IS NOT NULL   AND DEH_COMP_CODE = :b1  AND DEH_TXN_CODE = :b2
  AND DEH_NO = :b3  AND DED_DAK_CODE = :b4  AND SUBSTR(DED_NAME,
1,12) = :b5  AND NVL(DED_AMOUNT,0) - NVL(DED_CONSUMED_AMT,0)  >
SQL ordered by Parse Calls for DB: ai  Instance: ai  Snaps: 281 -282
-> End Parse Calls Threshold:      1000
                           % Total
Parse Calls  Executions   Parses  Hash Value
         461          461     0.56 1401579238
select /*+ index(idl_sb4$ i_idl_sb41) +*/ max(version)   from id
l_sb4$ where obj#=:1 and version<=:2 and   (part=0 or part=2) an
d piece#=0
         445        1,433     0.54 3661686315
SELECT COUNT(ROWID)   FROM OT_PENDENCY_DETL  WHERE PED_PD_CODE =
:b1  AND PED_TXN_CODE = :b2  AND PED_PH_SYS_ID = :b3
         439          439     0.54 3538819226
SELECT AFCH_DOC_STATUS   FROM OT_ART_FEE_COLL_HEAD  WHERE AFCH_S
Instance Activity Stats for DB: ai  Instance: ai  Snaps: 281 -282
Statistic                                      Total     per Second    per Trans
CPU used by this session                      56,325           17.9         23.0
CPU used when call started                    55,961           17.8         22.9
CR blocks created                                347            0.1          0.1
parse count (failures)                             3            0.0          0.0
parse count (hard)                             1,917            0.6          0.8
parse count (total)                           81,761           25.9         33.4
parse time cpu                                   667            0.2          0.3
parse time elapsed                               775            0.3          0.3
physical reads                            10,043,902        3,186.5      4,104.6
physical reads direct                         37,063           11.8         15.2
physical reads direct (lob)                        0            0.0          0.0
physical writes                               50,105           15.9         20.5
physical writes direct                        45,495           14.4         18.6
physical writes non checkpoint                49,662           15.8         20.3
pinned buffers inspected                         128            0.0          0.1
prefetch clients - default                         9            0.0          0.0
prefetched blocks                          8,007,299        2,540.4      3,272.3
prefetched blocks aged out before                 90            0.0          0.0
process last non-idle time           538,898,058,408  170,970,196.2 ############
queries parallelized                               0            0.0          0.0
recursive calls                              274,132           87.0        112.0
recursive cpu usage                            3,333            1.1          1.4
redo blocks written                           35,510           11.3         14.5
redo buffer allocation retries                     2            0.0          0.0
redo entries                                  51,815           16.4         21.2
redo log space requests                            0            0.0          0.0
redo log space wait time                           0            0.0          0.0
redo ordering marks                                0            0.0          0.0
redo size                                 17,030,584        5,403.1      6,959.8
redo synch time                              161,537           51.3         66.0
redo synch writes                              2,240            0.7          0.9
redo wastage                                 604,560          191.8        247.1
redo write time                               12,759            4.1          5.2
redo writer latching time                          0            0.0          0.0
redo writes                                    2,356            0.8          1.0
rollback changes - undo records a              1,516            0.5          0.6
rollbacks only - consistent read                  40            0.0          0.0

Similar Messages

  • What should be the host mailserver

    Hi everyone,
    I am testing the odisendmail. It throws an error
    avax.mail.SendFailedException: Sending failed;
    nested exception is:
         javax.mail.MessagingException: Unknown SMTP host: smtp.mail.xx.com;
    nested exception is:
         java.net.UnknownHostException: smtp.mail.xx.com
         at javax.mail.Transport.send0(Transport.java:218)
         at javax.mail.Transport.send(Transport.java:80)
         at com.sunopsis.dwg.tools.SendMail.actionExecute(SendMail.java)
         at com.sunopsis.dwg.function.SnpsFunctionBase.execute(SnpsFunctionBase.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execIntegratedFunction(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlS.treatTaskTrt(SnpSessTaskSqlS.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
         at com.sunopsis.dwg.cmd.e.i(e.java)
         at com.sunopsis.dwg.cmd.g.y(g.java)
         at com.sunopsis.dwg.cmd.e.run(e.java)
         at java.lang.Thread.run(Unknown Source)
    I know that there is a problem with my host server. My question is if i need to test this thru my laptop what should be the values for host: from and to:
    Please suggest.
    Regards
    Babul

    host : mail.yourcompany.com
    to : [email protected]
    from : [email protected]
    The above assumes that your mail server allows unauthenticated emails.
    Also read this article to test if a mail server is reachable using any computer:
    http://asktom.oracle.com/pls/asktom/f/f?p=100:11:0::::P11_QUESTION_ID:2118740358226

  • What should be the data type for a field in ztable?

    i am desing a ztable , wht should be the datatype for a field if i want to enter values like -1.5 and -2.5 , negative values with decimals what should be the data type???

    declare as P type. TYPE P DECIMALS 1
    Type P data allows digits after the decimal point. The number of decimal places is generic, and is determined in the program. The value range of type P data depends on its size and the number of digits after the decimal point. The valid size can be any value from 1 to 16 bytes. Two decimal digits are packed into one byte, while the last byte contains one digit and the sign. Up to 14 digits are allowed after the decimal point. The initial value is zero. When working with type P data, it is a good idea to set the program attribute Fixed point arithmetic.Otherwise, type P numbers are treated as integers.
    You can use type P data for such values as distances, weights, amounts of money, and so on.
    Also check this link.
    http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb2fd9358411d1829f0000e829fbfe/content.htm
    Regards,
    Maha

  • What should be the procedure for  export parameter in CATT

    Hello Everybody,
    I am working with CATT, and the transactions are <b>ME21N</b> and <b>MIGO</b>.
    when i am executing the transaction <b>ME21N</b> i will get the <b>Pur Ord No</b>in the message, and i would like to export <b>Pur Ord No</b> to the transaction <b>MIGO</b> as thr is one field named Purch.ord no in Migo.
    what should be the Procedure for exporting a parameter?
    Thanks,
    Regards Afroz

    Hello Afroz,
    If you are using eCATT then following is the procedure of capturing messages in the two recording methods - TCD & SAPGUI.
    => TCD Recording Mode:
    In TCD recording mode, after dobleclicking on Interface name from the TCD command in the editor on left side, just before the MSG folder DYNPRO folder will appear on right side.
    -This DYNRPO folder contains the screen sequences contain the screen occurred during recording time. The last Dynpro of this folder contains the messages occurred during recording.
    -Select this last folder & click on Simulate Screen icon of the same Interface editor. It will redirect to the screen where the message values exist. There select the Purchase Order Number and click on Read Field Value icon. Give the name of Export Variable.
    The export variable will contain the value of the purchase order number, which can be passed to MIGO.
    => SAPGUI Recording Mode:
    In the SAPGUI recording mode, the screen on which the message appeared will be used to capture the variable name, which is Purchase Order Number in this case.
    If the Purchase Order Number is second variable of the message displayed(e.g. Purchase Number 2122323 Is Created)
    then use the following code -
    e.g.
    MESSAGE ( MSG_1 ).
    SAPGUI ( ME21N_4001_STEP_5 ).
    ENDMESSAGE ( E_MSG_1 ).
    Assing the value from the message to the export
    parameter
    P_EC_PurOrdNo = E_MSG_1-[1]-MSGV2.
    There are total four MSGV1-MSGV4 variables. Dobule click on MSG_1 of the MESSAGE statement above. Putting the value in the export variable from the right message variable will give the purchase order number.This can be passed as MIGO.
    Regards

  • What/Where is the Value Lifecycle Manager (VLM)

    What/Where is the Value Lifecycle Manager (VLM)
    I was just reviewing an ASUG presentation from Soledad Alvarado Ganzhorn of SAP NetWeaver Product Management at SAP Labs. It describes a value lifecycle manager tool that includes:
    &#56256;&#56457;Value Discovery content includes: Interview Questions, Pain Points, Best Practices, Solution Enablers, Value Drivers & KPI's, and Data Requests
    &#56256;&#56457; A Knowledge Management Platform – Retrieve and Enter content
    &#56256;&#56457; A Highly Flexible and Customizable Business Case Building and Reporting Platform
    &#56256;&#56457; Used by Value Engineers, Solution Engineers, ISG, Partners and others
    Is anyone aware if SAP is using this tool already? Will customers get access to it? This sounds like a replacement for the business case builder which I haven't seen either. It would be nice if customers had access to these sorts of discovery tools. Since we don't utilize SAP consulting, we are often not able to access this content as we initiate new initiatives. It would be nice to have access as it seems like we are internally selling their software for them.

    The tool is available. It is at the following URL:
    https://sapvalueengineering.com/VLM2/client.page
    SAP has nominated select Partners that have access to the tool. You can probably check with the SAP partner relationship manager in your organization to see if you have access to this tool.

  • I am trying to set an open DNS using the MacAir. But when I tried to flush the existing one at utilities/terminal, it will not work.  I am using Yosemite.  May I know what should be the command line so that I can shift to an open DNS?  Thanks

    I am trying to set an open DNS using the MacAir. But when I tried to flush the existing one at utilities/terminal, it will not work.  I am using Yosemite.  May I know what should be the command line so that I can shift to an open DNS?  Thanks

    >SystemPreferences>Network>DNS

  • How do I add a movie from my laptop to iTunes, what should be the file extension.

    How do I add a movie from my laptop to iTunes, what should be the file extension.

    The extension is usually .mov, .m4v, or .mp4.   But you can't just change the extension.  The movies have to be encoded in a particular fomat.  Anything downloaded from iTunes or plays in Quicktime player will be fine.

  • What should be the quality of video and audio for bandwidth 768KB

    Hello Friends
    We are provoding 768kB bandwidth for our connection. Can any body tell us what should be the quality of video and audio we can set that does not effect frame rate which is 24 FPS.
    thanks in advance.

    Hi Samir
    You could try out the bitrate calculator at http://www.adobe.com/devnet/flash/apps/flv_bitrate_calculator/ . It lets you try various encoding settings to see what fits best for the bandwidth available to you.
    Regards
    Mamata

  • What should be the approach to perform these tasks?

    I am working on an AIR Desktop application (With Flex) which reads data from some XML Feeds, this data is feed for a Discussion Forum.
    1. I need to store the records from XML Feed into local Database.
    2. Need to check periodically (every 15 minutes) for updates in XML Feed.
    3. Compare XML with Database, and:
         1. Add new forum Threads (Items) to database,
         2. Mark closed on the threads (Items) removed from XML.
         3. Update database if Threads has been updated/modified.
    I hope my requirement is clear, now my question is: What should be the approch to perform these tasks?
    Best Regards,
    Alok Jain

    Echo
    Any Help Please...

  • What should be the strategy to going to Windows 10?

    Dear Win10 community,
    Next year could be a great year for my client, we are involving an important transition that will affect systems and devices. One important strategy is move to Windows 10 from PC, Tablet, Mobile to Mobile rugged devices. My client is now on Windows 7 and
    applications are designed for Windows 7. My questions are:
    What should be the best strategy for my client to move to Windows 10, I should recommend to update to Windows 8.1 and after windows 10?
    All the application designed for Windows Store, Windows Universal will be valid for Windows 10 or will need rebuild it?
    What device providers are working for windows mobile 10 rugged, in terms of barcode scanner, printers, RFID readers?
    What will happen with the windows 8.1 embedded industry program, how will impact to windows 10?
    Thanks
    Microsoft Digital Enterprise Solution Lead Altran

    your question is too early for an appropriate answer. 
    1. i think you should move from windows 7 to windows 10 directly. 
    2. windows universal app is recommended by Microsoft for building windows 10 app.
    3. windows 10 for mobile has not yet been introduce, as of now, their's no information on your question.
    4. i believe windows 10 will have embedded edition, also not yet introduce. moving from windows 8.1 embedded to windows 10 embedded should not have a large impact. we just have to wait for their announcement for embedded.
    my suggestion is to wait for their announcement for embedded and mobile by next year, maybe on CES or later date.

  • HT1296 I have the original iPhone and I can't sync the address book from my Mac to the iPhone. What should be the problem and can I sync?

    I have the original iPhone and I can't sync the address book from my Mac to the iPhone. What should be the problem and can I sync?

    Thanks a lot for the answer. I'm so upset, have no even one contact on my phone. I has to do with the moving to iCloud from MobileMe.
    I did exactly what you wrote, and when trying to click the vcf file on the iPhone the screen freezing, and then after few long seconds it goes alon to home.
    So I tried less contacts in a Vcard, and i'm dividing my address book, doing little by little and it work.
    Thank you so much.
    I still dont get why the sync with my computer address book is not working.
    And why when I moved to icloud all the photos I had next to the contacts are disappered.
    I had my iPad, which it still, I did not move from MobileMe to iCloud and all the photos are there!
    Anything I can do to use the iCloud on the iPad as well and update the iCloud with the photos?

  • What should be the MSS version ????

    Hi,
    Hi I have installed my ESS 6.0 business package SP 11 on my development Enterprise portal 7.0 SP 11.
    The XSS file I used for this installation was :-
    PCUIGP of SP11
    ESS of SP 10_10 (bacause SP11 SCA's was giving errors at the time of installation,so as per the recommendations we installed its SP 10)
    Going further,I installed the NWDI of SP11 on the same host of my EP SP11 as another SAP instance.
    In this developers have already started building their tracks and source codes/configurations and did import & all.
    Now in our landscape,request for MSS installation on the same dev EP7.0 has come.So my questions are:-
    1) What should be the version of Business package MSS. should it be 10 or 11 ?
    2) If,I am installing the business package of MSS of SP11 then what should be the version of XSS files for MSS..should it be 10 or 11.
    3) For MSS of 11 version.will there be any compatibility issue with ESS,as my XSS for ESS is at 10 ?
    4) If require,is it possible to upgrade my ESS now from 10 to 11? will it be safe now?
    Kindly please reply to me as early as possible.
    Regards
    Saurabh Sharma

    Hi Abhishek,
    1.As i said,we have already started customizing the webdynpro source code on xss-ess 10 in nwdi track,so would it be advisable to upgrade to xss-ess to SP11and then do the fresh installation of MSS SP11,as all our changes will be lost?
    Yes, if you upgrade, all your customization will be lost.
    can we go for repair connection between 10 & 11 in this case?
    I dont know whether I understand your query or not. Refer sap note 872892. Refer the pdf which is attached to this note and then create the required tracks. Then you can find out all your changes in SP10 that you had done and can apply same in SP11 or SP13 whichever you will upgrade to.
    2.As I told you that my WAS(EP) is at SP11,so I have one question,moving forward if we upgrade our ESS and MSS to SP13,will I have to upgrade my EP also to SP13?
    Yes, it is fine to have ess, mss at SP13 even though EP is at SP11.So no need to upgrade EP.

  • What should be the date in Excise Part 1 & 2  registers /tables

    Hello CIN experts ,
    what should be the date in the excise registers & tables ? SYSDAT OR BUDAT?
    the std SAP takes SYSDAT , but actually speaking for incoming excise invoice the posting date should be taken , as it may not be always practically possible to update SAP system in time . In my clients case the entries are always made in the next day . Hence i would like to know ... what should be be the date in excise registers Legally Speaking
    Pls pls pls clarify ...
    Regards
    Anis

    hello CIN experts .. where r u ? pls pls give in ur so so valuable inputs ....

  • HT1296 how do I sync movies from my PC to my IPad & what should be the format of the videos?

    how do I sync movies from my PC to my IPad & what should be the format of the videos?

    Pad2, the new iPad Supported Video Formats & Movie Formats
    H.264 video up to 1080p, 30 frames per second, High Profile level 4.1 with AAC-LC audio up to 160 Kbps, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats;
    MPEG-4 video up to 2.5 Mbps, 640 by 480 pixels, 30 frames per second, Simple Profile with AAC-LC audio up to 160 Kbps per channel, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats;
    Motion JPEG (M-JPEG) up to 35 Mbps, 1280 by 720 pixels, 30 frames per second, audio in ulaw, PCM stereo audio in .avi file format
    iOS and iPod: Syncing photos using iTunes
    http://support.apple.com/kb/HT4236
    Another way. You can use a USB flash drive & the camera connection kit.
    Plug the USB flash drive into your computer & create a new folder titled DCIM. Then put your movie/photo files into the folder. The files must have a filename with exactly 8 characters long (no spaces) plus the file extension (i.e., my-movie.mov; DSCN0164.jpg).
    Now plug the flash drive into the iPad using the camera connection kit. Open the Photos app, the movie/photo files should appear & you can import. (You can not export using the camera connection kit.)
    Secrets of the iPad Camera Connection Kit
    http://howto.cnet.com/8301-11310_39-57401068-285/secrets-of-the-ipad-camera-conn ection-kit/
     Cheers, Tom

  • I have iphoto previously installed. running  but when i have synced my iphone4 the iphoto app. cant be launched anymore. a black screen with the hourglass running till it quits automatically.  What should be the problem???o

    i have iphoto previously installed. running  but when i have synced my iphone4 the iphoto app. cant be launched anymore. a black screen with the hourglass running till it quits automatically.  What should be the problem???

    Try the two fixes below in order as needed:
    Fix #1
    1 - delete the iPhoto preference file, com.apple.iPhoto.plist, that resides in your HD/User/Home/() Library/Preferences folder.
    2 - delete iPhoto's cache file, Cache.db, that is located in your HD/User/Home()/Library/Caches/com.apple.iPhoto folder. 
    3 - launch iPhoto and try again.
    NOTE: If you're moved your library from its default location in your Home/Pictures folder you will have to point iPhoto to its new location when you next open iPhoto by holding down the Option key when launching iPhoto.  You'll also have to reset the iPhoto's various preferences.
    Fix #2
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Select the options identified in the screenshot.
    Click to view full size
    OT

Maybe you are looking for

  • Problem in background processing

    Hi all,    following Program is working fine in foreground, when i am scheduling it is not working, plz find if there is any problem in coding. DATA: PATH(256)  TYPE C. DATA: DIR_SEC    LIKE EPSF-EPSDIRNAM,       DIR_PROCESS LIKE EPSF-EPSDIRNAM,     

  • Delay in opening applications

    There are times that it can take 15 - 20 seconds to open an app after tapping the icon. Furthermore, sometimes when I enter my password to open my phone, it takes a while for my desktop to appear. It seems that this started after the last update. It

  • ICloud Options All Greyed Out.

    Hi Fellas, Ever since i upgraded to Yosemite my iCloud has been messing up. It shows i'm signed in but won't display further details like used & unused space in my quota. It also doesn't let me set up family neither does it let me check or uncheck op

  • Spry Menu blue tab

    Hello, Since today my blue tab around the inserted spry menu seems to be disappeared. I can't acces the properties... Anyone knows how to solve this. Many thanks!

  • Goods Issue & Goods Receipt

    Gurus, What standard smartform can be assigned in NACE for Goods issue & Goods receipt slip for multiple items