Sizing the redolog

My redolog details are below,
SQL> COLUMN value FORMAT 999,999,999,990
SQL> COLUMN name FORMAT a31
SQL> SELECT a.name,b.value
2 FROM v$statname a,v$sysstat b
3 WHERE a.statistic# = b.statistic#
4 AND a.name like '%redo%';
NAME VALUE
redo synch writes 281,602
redo synch time 27,625
redo blocks read for recovery 0
redo entries 24,978,833
redo size 9,970,044,216
redo buffer allocation retries 27,380
redo wastage 36,843,120
redo writer latching time 21
redo writes 141,083
redo blocks written 20,073,539
redo write time 346,493
NAME VALUE
redo log space requests 347,823
redo log space wait time 63,510
redo log switch interrupts 0
redo ordering marks 617,362
redo subscn max counts 740,460
16 rows selected.
SQL>
SQL>
I see that the redolog space request is high. I resized the redolog by 125m but still shows that the space request parameter has not changed. I dropped the redolog files and resized it to 125m. What i should do to reduce the space request close to 0?

Why increase log_buffer?There is a direct correlation between "redo log space requests" and a too-small log_buffer.
The Oracle Documentation notes:
"The redo log space requests Oracle metric indicates the active log file is full and Oracle is waiting for disk space to be allocated for the redo log entries. Space is created by performing a log switch.
Small Log files in relation to the size of the SGA or the commit rate of the work load can cause problems. When the log switch occurs, Oracle must ensure that all committed dirty buffers are written to disk before switching to a new log file. If you have a large SGA full of dirty buffers and small redo log files, a log switch must wait for DBWR to write dirty buffers to disk before continuing.
http://www.dba-oracle.com/t_log_buffer_optimal_size.htm
MetaLink note 216205.1 Database Initialization Parameters for Oracle Applications 11i, recommends a log_buffer size of 10 megabytes for Oracle Applications, a typical online database:
A value of 10MB for the log buffer is a reasonable value for Oracle Applications and it represents a balance between concurrent programs and online users.
The value of log_buffer must be a multiple of redo block size, normally 512 bytes.
Hope this helps. . .
Donald K. Burleson
Oracle Press author
Author of "Oracle Tuning: The Definitive Reference":
http://www.dba-oracle.com/bp/s_oracle_tuning_book.htm

Similar Messages

  • [svn:fx-trunk] 8531: If using an embedded font, need to measure the text with it so that if auto-sizing, the correct amount of space is allocated.

    Revision: 8531
    Author:   [email protected]
    Date:     2009-07-13 12:25:57 -0700 (Mon, 13 Jul 2009)
    Log Message:
    If using an embedded font, need to measure the text with it so that if auto-sizing, the correct amount of space is allocated.
    QA Notes:
    Doc Notes: SDK-22205.
    Reviewers: will be Gordon
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22205
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/RichEditableText.as

    Revision: 8531
    Author:   [email protected]
    Date:     2009-07-13 12:25:57 -0700 (Mon, 13 Jul 2009)
    Log Message:
    If using an embedded font, need to measure the text with it so that if auto-sizing, the correct amount of space is allocated.
    QA Notes:
    Doc Notes: SDK-22205.
    Reviewers: will be Gordon
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22205
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/RichEditableText.as

  • Online backup and the Redolog mechanism

    Hello,
    During a backup I understand that the redolog mechanism changes, so that when a block is changed for the first time after the backup commences, it's entire content is copied to the redolog files, rather than just the change vector.
    My question is, does this happen even when the oracle block size is the same as the operating system block size?
    My understanding is that the change in redolog mechanism is because a single oracle block can be made up multiple operating system blocks, so that within an oracle block a change can be done to a few blocks, then a read by the online backup, so that the oracle block read by the backup is inconsistent.
    But if the oracle block size was the same as the operating system block size, each change would be atomic, so the problem of having inconsistent oracle blocks would not arise. So the change in redolog mechanism would no longer be necessary. Does the redolog mechanism change anyway?
    Kind regards,
    Peter

    Hi Peter,
    I will try to make the issue more clear eventhough so much useful has been written and said in this thread !!
    During Online Backup the tablespaces enter the backup mode this has following effects:
    1) A checkpoint on TS level is triggered before the backup of this TS starts and DBWR writes all corresponding dirty blocks of this TS to data files.
    2) The SCN corresponding to TS Checkpoint remains Frozen in the headrers of all TS files until the end of backup mode.
    3) Every change in this TS is logged in the redolog on data block level instead of data record level ; not only the redo info for a modified record is written into the redolg but the whole 8 KB block containing this record ( immaterial whether OS block size is 8 KB or not). The reason for this granual logging is the possibility that
    CPIO or DD may copy an oracle block to the backup medium in smaller units than 8 KB while the block is being changed by DBWR which can lead to inconsistencies whithin such a block.
    Now When the backup later used for restoring the TS, all blocks written to the redo log during the backup mode overwrite therir "suspicious"versions saved directly in the backup of the data files.
    Hope this useful
    Regards
    Umesh

  • Unable to delete the Redolog of Thread 2 in RAC

    Hi,
    Oracle 10gR2 ( 10.2.0.4), Rac Environment, Instance name orcl1, orcl2
    Recently the orcl2 got crashed so we rebuilt the machine and orcl2 node and added the node again back to cluster
    There was a failed attempt in DBCA (Addition instance part) where the redolog05 & 06 got created in ASM.
    We created instance orcl02 as thread 3 instead of thread 2 and successfully added the node to cluster.
    The redolog of thread 2 (redo05, redo06) created due to the failed DBCA add instance activity in unable to delete from the v$log entries.
    GROUP# THREAD# MEMBER ARCHIVED STATUS Size (MB)
    1 1 +ORCLDG3/orcl/redo01.log YES ACTIVE 50
    2 1 +ORCLDG3/orcl/redo02.log NO CURRENT 50
    5 2 +ORCLDG3/orcl/redo05.log YES UNUSED 50
    6 2 +ORCLDG3/orcl/redo06.log NO CURRENT 50
    8 3 +ORCLDG3/orcl/redo08.log NO CURRENT 50
    9 3 +ORCLDG3/orcl/redo09.log YES INACTIVE 50
    When i tried to disable the thread 2 i am getting the below errors, as the redo log 05, 06 are not physically present in the ASM
    SQL> alter database disable thread 2;
    alter database disable thread 2
    ERROR at line 1:
    ORA-00313: open failed for members of log group 6 of thread 2
    ORA-00312: online log 6 thread 2: '+ORCLDG3/orcl/redo06.log'
    ORA-17503: ksfdopn:2 Failed to open file +ORCLDG3/orcl/redo06.log
    ORA-15173: entry 'redo06.log' does not exist in directory 'orcl'
    Please help in removing the Thread 2 redo log files as this warning are getting written in the alert log every second and fills the mount point.
    Regards

    The method suggested in the thread is not working, please find the below errors,
    SQL> alter database clear logfile group 5;
    SQL> alter database clear logfile group 6;
    alter database clear logfile group 6
    ERROR at line 1:
    ORA-00350: log 6 of instance orcl2 (thread 2) needs to be archived
    ORA-00312: online log 6 thread 2: '+orclDG3/orcl/redo06.log'
    SQL> alter database drop logfile group 5;
    alter database drop logfile group 5
    ERROR at line 1:
    ORA-01567: dropping log 5 would leave less than 2 log files for instance orcl2 (thread 2)
    ORA-00312: online log 5 thread 2: '+orclDG3/orcl/redo05.log'
    SQL> alter database drop logfile group 6;
    alter database drop logfile group 6
    ERROR at line 1:
    ORA-01623: log 6 is current log for instance orcl2 (thread 2) - cannot drop
    ORA-00312: online log 6 thread 2: '+orclDG3/orcl/redo06.log'
    SQL> alter database disable thread 2;
    alter database disable thread 2
    ERROR at line 1:
    ORA-00313: open failed for members of log group 6 of thread 2
    ORA-00312: online log 6 thread 2: '+orclDG3/orcl/redo06.log'
    ORA-17503: ksfdopn:2 Failed to open file +orclDG3/orcl/redo06.log
    ORA-15173: entry 'redo06.log' does not exist in directory 'orcl'
    Any ideas,

  • Sizing the SGA

    Hi,
    I would like to know how to size the initial SGA size while creating the database.
    What are the things that we have to consider for sizing the SGA?
    If we have to consider if it is OLTP/DSS system, how many concurrent transactions, how many users and all, then provide me a detailed info, like if there are 100 users assign this much space, and so on.
    Thank you in advance.
    Rajesh

    See Rajesh, Tuning is not a rocket science, It can not be learned at the rate of knotes. coming back to your question, you assume your database is going to be used for OLTP, well, even that case, there are number of things still matters.
    these are...
    1. what would be the size of your database ?
    2. No of cuncurrent users conneted to oracle database?
    3. What are the physcial resources you have (cpu's, memory etc) ?
    4. Amount of sorting peromed by each session.
    5 Many more ....
    But if you really like to make an educative guess, then you can start with optimal values and increase the size according to demand. Yinguan is already suggested you to go through with tuning guide, which is the basic need for that person like to jump into tuning ocean.
    hare krishna
    Alok

  • How to reduce the redolog generation?

    We have a database running in not archive log, we have an schema were all tables are in not log. We are getting 300 redologs a day the redologs are 10gb each.
    The ETL tool is unable to add a hint like /* APPEND +/ to the INSERTS.
    Is posible to setup an OUTLINE to make the INSERTS have the /* +APPEND */ hint?
    Is any other way to reduce the amount of redologs?
    Jose.

    Redo generation acording to what I know depent of 3 factors.
    1)- The database is in archive log or not.
    2)- The tables are have loging or not.
    3)- what is the loading method. Direct path or not.
    In AskTom blog you can find this information
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::NO::P11_QUESTION_ID:3224814814761
    Table Mode Insert Mode ArchiveLog mode result
    LOGGING APPEND ARCHIVE LOG redo generated
    NOLOGGING APPEND ARCHIVE LOG no redo
    LOGGING no append "" redo generated
    NOLOGGING no append "" redo generated
    LOGGING APPEND noarchive log mode no redo
    NOLOGGING APPEND noarchive log mode no redo
    LOGGING no append noarchive log mode redo generated
    NOLOGGING no append noarchive log mode redo generated
    My problem is that I'm unable to add the APPEND hint to my inserts.
    But I know that I can add hints creating an OUTLINE for a query.
    Now my question is:
    It is posible to add an OUTLINE to a INSERT when is going to do a FULLSCAN allways?
    Jose.

  • Mount point  containing the redologs

    We were told Oracle typically writes 512b redolog records to the redologs. If the mount point is created with a blocksize > 512b the remaining space is wasted.
    For example, if the mount point is created with a 4K blocksize, most likely 3.5K of the block is wriiten with spaces or null characters. This would than cause ~75% of the redolog to contain spaces or non - redolog information.
    should the mountpoint containing the redologs be created with the 1k block size?
    Regards

    user13484479 wrote:
    We were told Oracle typically writes 512b redolog records to the redologs. If the mount point is created with a blocksize > 512b the remaining space is wasted.
    For example, if the mount point is created with a 4K blocksize, most likely 3.5K of the block is wriiten with spaces or null characters. This would than cause ~75% of the redolog to contain spaces or non - redolog information.
    should the mountpoint containing the redologs be created with the 1k block size?
    Oracle uses the physical sector size as the block size of the redo log files and uses the same unit for doing the IO as well. If you want to change the physical sector size, that is only possible if the physical disk of yours would be supporting the size more than 512b which is still not happening by the storage vendors AFAIK. If your vendor confirms that its possible to have a physical block size more larger than 512b and of 4kb, than only you would be able to do so. And if your storage allows you to go more than 512 bytes, you have the option from 11.2 (only) to change teh block size of the redo log file to 4kb .
    Besides the links given by Girish, I wrote about it some time back on my blog too. Have a read,
    http://blog.aristadba.com/?p=124
    HTH
    Aman....

  • Can change the size of the redolog files while the database is running.

    How the size of the redolog files will hurt your database performance ?
    Can change the size of the redolog files while the database is running in oracle 9i. ?
    What will be its impact on the standby database ?
    Thanks in advance.

    redo logs that are too small can cause waits on the switches for heavily utilized systems. logs that are too large are a pain the a$$ during recovery. check v$loghist to see how often switches occur - an average of 20 minutes is good; if you have many switches happening back-to-back, that's a bad sign.
    you can change the sizes while the db is up. choose a redo group that is INACTIVE, drop it, delete the files, and recreate it with larger files. then force a switch ("alter system switch logfile;"), and do another inactive group. I actually prefer to do as many switches as necessary to make the new group active so I can verify that I didn't screw up before dropping the next group.
    not sure of impact on standby database.

  • Timestamp for the redologs belong to that instance is changing but not for

    redo logs on
    Group Member THREAD# Archived Status ( MB)
    00 /mount1/dbname/mount1_a.mount 1 NO CURRENT 100
    01 /mount2/dbname/mount1_b.mount 1 YES INACTIVE 100
    02 /mount1/dbname/mount2_a.mount 2 NO CURRENT 100
    03 /mount2/dbname/mount2_b.mount 2 YES INACTIVE 100
    04 /mount1/dbname/mount3_a.mount 3 NO CURRENT 100
    05 /mount2/dbname/mount3_b.mount 3 YES INACTIVE 100
    06 /mount1/dbname/mount4_a.mount 4 YES INACTIVE 100
    07 /mount2/dbname/mount4_b.mount 4 NO CURRENT 100
    Timestamp for the redologs belong to that instance is changing but not for the otherinstances on a commom storage area..
    Like on node1
    00 /mount1/dbname/mount1_a.mount 1 NO CURRENT 100
    01 /mount2/dbname/mount1_b.mount 1 YES INACTIVE 100
    Time stamp is changing on node 1 for redologs belong to group 10 and 11 but not for others .same thing on other nodes groups which belong to that node(thread ) are changing.
    On node1.
    [node51-dbname1] ls -ltr /mount*/dbname/mount*
    -rw-r----- 1 oracle dba 104858112 Jan 23 01:09 /mount2/dbname/mount3_b.mount
    -rw-r----- 1 oracle dba 104858112 Jan 23 01:09 /mount2/dbname/mount2_b.mount
    -rw-r----- 1 oracle dba 104858112 Jan 23 01:09 /mount1/dbname/mount3_a.mount
    -rw-r----- 1 oracle dba 104858112 Jan 23 01:09 /mount1/dbname/mount2_a.mount
    -rw-r----- 1 oracle dba 104858112 Feb 5 21:12 /mount2/dbname/mount4_b.mount
    -rw-r----- 1 oracle dba 104858112 Feb 5 23:07 /mount1/dbname/mount4_a.mount
    -rw-r----- 1 oracle dba 104858112 Feb 6 10:54 /mount2/dbname/mount1_b.mount
    -rw-r----- 1 oracle dba 104858112 Feb 6 12:06 /mount1/dbname/mount1_a.mount
    On node2:
    -rw-r----- 1 oracle dba 104858112 Jan 23 01:09 /mount2/dbname/mount3_b.mount
    -rw-r----- 1 oracle dba 104858112 Jan 23 01:09 /mount1/dbname/mount3_a.mount
    -rw-r----- 1 oracle dba 104858112 Jan 23 01:10 /mount2/dbname/mount1_b.mount
    -rw-r----- 1 oracle dba 104858112 Jan 23 01:15 /mount1/dbname/mount1_a.mount
    -rw-r----- 1 oracle dba 104858112 Feb 5 21:12 /mount2/dbname/mount4_b.mount
    -rw-r----- 1 oracle dba 104858112 Feb 5 23:07 /mount1/dbname/mount4_a.mount
    -rw-r----- 1 oracle dba 104858112 Feb 6 10:54 /mount2/dbname/mount2_b.mount
    -rw-r----- 1 oracle dba 104858112 Feb 6 12:06 /mount1/dbname/mount2_a.mount
    On node3:
    ls -ltr /mount*/dbname/mount*
    -rw-r----- 1 oracle dba 104858112 Jan 23 01:09 /mount2/dbname/mount2_b.mount
    -rw-r----- 1 oracle dba 104858112 Jan 23 01:09 /mount1/dbname/mount2_a.mount
    -rw-r----- 1 oracle dba 104858112 Jan 23 01:10 /mount2/dbname/mount1_b.mount
    -rw-r----- 1 oracle dba 104858112 Jan 23 01:15 /mount1/dbname/mount1_a.mount
    -rw-r----- 1 oracle dba 104858112 Feb 5 21:12 /mount2/dbname/mount4_b.mount
    -rw-r----- 1 oracle dba 104858112 Feb 5 23:07 /mount1/dbname/mount4_a.mount
    -rw-r----- 1 oracle dba 104858112 Feb 6 09:13 /mount2/dbname/mount3_b.mount
    -rw-r----- 1 oracle dba 104858112 Feb 6 12:06 /mount1/dbname/mount3_a.mount
    On node4:
    ls -ltr /mount*/dbname/mount*
    -rw-r----- 1 oracle dba 104858112 Jan 23 01:09 /mount2/dbname/mount3_b.mount
    -rw-r----- 1 oracle dba 104858112 Jan 23 01:09 /mount2/dbname/mount2_b.mount
    -rw-r----- 1 oracle dba 104858112 Jan 23 01:09 /mount1/dbname/mount3_a.mount
    -rw-r----- 1 oracle dba 104858112 Jan 23 01:09 /mount1/dbname/mount2_a.mount
    -rw-r----- 1 oracle dba 104858112 Jan 23 01:10 /mount2/dbname/mount1_b.mount
    -rw-r----- 1 oracle dba 104858112 Jan 23 01:15 /mount1/dbname/mount1_a.mount
    -rw-r----- 1 oracle dba 104858112 Feb 6 06:07 /mount1/dbname/mount4_a.mount
    -rw-r----- 1 oracle dba 104858112 Feb 6 12:06 /mount2/dbname/mount4_b.mount

    If there is a question here, and a version number here, I can't find either one.
    Please return to your first post, use the edit button, and format your listing use the tags show in the FAQ so what you post can be read.
    Thank you.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • I'm using "window.open()" to show one Calendar in a popup window. I can see that the popup is re-sizable. How can I prevent the user from re-sizing the popup?

    I'm using "window.open()" to show one Calendar in a popup window. I can see that the popup is re-sizable. How can I prevent the user from re-sizing the popup? I have tried "resizable=yes|no|1|0" and that seems to be not working.

    You can't prevent users from resizing a pop-up.
    *https://developer.mozilla.org/en-US/docs/Web/API/window.open

  • Sizing the HTML client's content area above the footer

    As I'm fairly new to the intricacies of the HTML client, I've a simple question with hopefully a simple answer.
    Having designed the following screen (containing a custom scheduling control above a standard LS table) I've found that the footer (class: mssl-footer, data-role: footer) is overlaid on top of the content area (class: mssl-content, data-role: content): -
    As a result, the lower portion of the table is obscured (in the above screen-shot I've adjusted the opacity of the footer to illustrate this overlay).  As a consequence this will make scrolling the table and viewing the entries slightly awkward
    and it looks a bit messy.
    So the question I have is, what's the 'best-practice' approach to avoid this overlay and have the content area stop short just above the footer?
    Any guidance on how to address this would be appreciated.
    Kind regards,
    Chris

    I don't know the answer but I would love to see a sample project that uses this custom control. I need to implement something very similar but am not a developer just and admin trying to use Lightswitch in a small business.
    Hi Dave,
    I've only just noticed your question regarding the scheduling control (as it was posted against a temporary user account I don't monitor) so apologies for the delay in replying.
    The control in the screen-shot is the
    dhtmlxScheduler which works very well with LightSwitch and offers a great set of features.
    Also, for Sergey, we addressed the sizing issue with a change to the msls LightSwitch library as covered in the following post: -
    HTML Client Custom Control Stretch to Container Sizing Bug, Problem?
    HTH,
    Chris

  • How can i drop the redolog File

    hello ,
    I was installing oracle 10g on windows using DBCA. The problem is that i made three group of redolog size 1M. When DBCA was creating the database i got an error msg that "Size of redo log is less "But i ignored that error.
    Ater that the database was created and i got a warning open the datbase using resetlogs.
    The datbase is created but in Redolog file was not there(Physical files).
    now i mounted the database. At that time the 3rd Redolog grp was active so i dropped the 1st n 2nd grp and created with 8MB.
    but to drop 3rd grp i want swicth the logfile but without opening the datbase it is not possible.
    and with the current size of 3rd redolog grp(Becoz of size) it is not possible to open the database.
    So plz tell me how can i
    1) How can i switch the logfile grp
    2) drop the 3rd redolog group
    thanx in advance
    Ashish

    Well, you can recreate ctlfile :
    SQL> startup mount
    ORACLE instance started.
    Total System Global Area  135339876 bytes
    Fixed Size                   454500 bytes
    Variable Size             109051904 bytes
    Database Buffers           25165824 bytes
    Redo Buffers                 667648 bytes
    Database mounted.
    SQL> alter database backup controlfile to trace;
    Database altered.
    SQL> shutdown immediate
    ORA-01109: database not open
    Database dismounted.
    ORACLE instance shut down.In the file generated, take the step #2, and change the size of redolog files. And run it :
    SQL> CREATE CONTROLFILE REUSE DATABASE "DEMO9I" RESETLOGS  NOARCHIVELOG
      2  --  SET STANDBY TO MAXIMIZE PERFORMANCE
      3      MAXLOGFILES 50
      4      MAXLOGMEMBERS 5
      5      MAXDATAFILES 100
      6      MAXINSTANCES 1
      7      MAXLOGHISTORY 226
      8  LOGFILE
      9    GROUP 1 'E:\ORACLE\ORADATA\DEMO9I\REDO01.LOG'  SIZE 110M, --I changed it, it was 100M
    10    GROUP 2 'E:\ORACLE\ORADATA\DEMO9I\REDO02.LOG'  SIZE 110M,--I changed it, it was 100M
    11    GROUP 3 'E:\ORACLE\ORADATA\DEMO9I\REDO03.LOG'  SIZE 110M--I changed it, it was 100M
    12  -- STANDBY LOGFILE
    13  DATAFILE
    14    'E:\ORACLE\ORADATA\DEMO9I\SYSTEM01.DBF',
    15    'E:\ORACLE\ORADATA\DEMO9I\UNDOTBS01.DBF',
    16    'E:\ORACLE\ORADATA\DEMO9I\CWMLITE01.DBF',
    17    'E:\ORACLE\ORADATA\DEMO9I\DRSYS01.DBF',
    18    'E:\ORACLE\ORADATA\DEMO9I\EXAMPLE01.DBF',
    19    'E:\ORACLE\ORADATA\DEMO9I\INDX01.DBF',
    20    'E:\ORACLE\ORADATA\DEMO9I\ODM01.DBF',
    21    'E:\ORACLE\ORADATA\DEMO9I\TOOLS01.DBF',
    22    'E:\ORACLE\ORADATA\DEMO9I\USERS01.DBF',
    23    'E:\ORACLE\ORADATA\DEMO9I\XDB01.DBF',
    24    'E:\ORACLE\ORADATA\DEMO9I\TBS_TST_01.DBF'
    25  CHARACTER SET AL32UTF8
    26  ;
    Control file created.
    SQL> ALTER DATABASE OPEN RESETLOGS;
    Database altered.
    SQL> ALTER TABLESPACE TEMP ADD TEMPFILE 'E:\ORACLE\ORADATA\DEMO9I\TEMP01.DBF' REUSE;
    Tablespace altered.
    SQL> HTH,
    Nicolas.

  • Sizing the database for Manufacturing

    Hi All:
    Does anyone have a spreadsheet that will help me do some sizing for the database that is using Oracle Apps,
    Manufacturing module. I heard that there is one floating around.
    Thanks
    Eddie Lufker

    The installation instructions for each Oracle application contain sizing guidelines and minimum system requirements. These are accessible through Oracle Metalink or from the Oracle store at WWW.Oracle.com. In addition, your Oracle Sales Rep or Consultant can help you with sizing based on
    hardware vendor recommendations.

  • Sizing the Query Field

    I know that the basic search query field can be sized, but I need to use a custom search portlet in order to specify the page group and results page. Is there any way to specify the size/width of the query field in a custom serach portlet?

    No, the size of any of the search fields in all of the search portlets are not customizable. Only the 'Basic Search Box' item has this feature.

  • Sizing the number of VRU E1 circuit when using Translation to VRU

    Hi all,
    I am trying to figure out the sizing of timeslot required on an external VRU controlled by a PG-VRU with UCCE. The recommended formula is the following when sizing Translation Route Pool, as mentionned in the "Queuing" section of the Sizing Unified CCE Components and Servers link :
    Translation route pool = 20 * (Calls per second)
    Now this formula seems to simple to me as there is no sizing mention of the average number of concurrent calls carried by the circuits on the VRU (e.g in Erlang or CCS).
    What is the proper sizing formula the if I wan to consider the number of translation route and the average circuit use on the VRU ?
    Regards
    Nick

    Nick,
    This is expected behavior according to the Database Schema.
    With CM PG (this would be the scenario where you have no Send To VRU), the call counts as a Blind Transfer if the transfer completes before the destination agent answers.
    With a VRU PG (the scenario where you use the Send To VRU node), the call only counts as a Blind Transfer if you use the 1-step transfer process in CTI. A multi-step transfer will be "Answered" by the VRU as soon as you pass the Send To VRU node, and it's impossible for the agent to complete the transfer quickly enough to make it a Blind Transfer in that scenario. If you want VRU calls to count as blind transfers, it needs to be a 1-step transfer not a multi-step transfer.
    -Jameson

Maybe you are looking for

  • Mail app not showing some png and pdf attachments.

    I'm using the iPhone 4s and recently, both mobileme and yahoo email accounts are not showing some png and pdf attachments. I'm seeing the attachment is there, but it doesn't load. Load remote images is turned on in settings. Does anyone have the same

  • MacBook Pro 15" &  External Monitors.

    I have a an Apple 20 inch monitor connected to a MacBook Pro. I want to add another DVI or Non DVI monitor so I can put photoshop palettes etc on a separate monitor. The way my desk is configured the MacBook Pro is used with the top closed. Can this

  • Help ! TC changes on subclip export

    Hello: I import all of my DV footage into FCP 5.1.2 by using the 'Capture Now' option (DV NTSC Easy Setup) to capture the entire tape and then use the 'Detect DV Start/Stop' function to mark the master clip, then make subclips from that. The problem

  • Wrong cost price in good receipt

    Hello, I try to to make good receipt, but when the document is done, there is wrong cost price. I tried to set various properties but I haven't found any solution. Price and PriceAfterVat is Ok, only Cost Price is wrong. Is there any way how, can I s

  • Bridge CC crashes

    Bridge CC is now crashing almost every time I use it. Just added "update", was working fine yesterday. I cannot see a pattern, most recent crashes were when using Gradient Filter in Camera Raw through Bridge