negative value to redo the size in Sp report

Hi all

I have 4 node RAC, HACMP & Oracle 9.2.0.8 on AIX 5.3.

Here is the example of Stats Pack report. I find the values of ve - to redo size per second.
What it means?
Pls take a look. Pls suggest.
STATSPACK report for

DB Name         DB Id    Instance     Inst Num Release     Cluster Host
------------ ----------- ------------ -------- ----------- ------- ------------
XXXXXXX       XXXXXXXXX   XXXXXXXXX            1 9.2.0.8.0   YES     XXXXXXXX

              Snap Id     Snap Time      Sessions Curs/Sess Comment
            --------- ------------------ -------- --------- -------------------
Begin Snap:     82369 04-Jan-12 05:00:03      405 #########
  End Snap:     82370 04-Jan-12 06:00:41      406 #########
   Elapsed:               60.63 (mins)

Cache Sizes (end)
~~~~~~~~~~~~~~~~~
               Buffer Cache:    12,288M      Std Block Size:         16K
           Shared Pool Size:     3,312M          Log Buffer:      4,096K

Load Profile
~~~~~~~~~~~~                            Per Second       Per Transaction
                                   ---------------       ---------------
                  *Redo size:           -890,917.38           -447,550.05*
              Logical reads:             29,698.77             14,919.10
              Block changes:              1,056.20                530.58
             Physical reads:              2,332.90              1,171.93
            Physical writes:                 39.46                 19.82
                 User calls:              5,313.03              2,668.98
                     Parses:                406.04                203.97
                Hard parses:                  0.02                  0.01
                      Sorts:                395.07                198.46
                     Logons:                  0.28                  0.14
                   Executes:                609.08                305.97
               Transactions:                  1.99

  % Blocks changed per Read:    3.56    Recursive Call %:      0.57
 Rollback per transaction %:   10.66       Rows per Sort:     20.69

Instance Efficiency Percentages (Target 100%)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            Buffer Nowait %:  100.00       Redo NoWait %:    100.00
            Buffer  Hit   %:   92.15    In-memory Sort %:    100.00
            Library Hit   %:   99.98        Soft Parse %:    100.00
         Execute to Parse %:   33.33         Latch Hit %:     99.92
Parse CPU to Parse Elapsd %:    1.88     % Non-Parse CPU:     99.92

 Shared Pool Statistics        Begin   End
                               ------  ------
             Memory Usage %:   34.71   34.94
    % SQL with executions>1:   82.41   82.46
  % Memory for SQL w/exec>1:   81.30   81.79

Top 5 Timed Events
~~~~~~~~~~~~~~~~~~                                                     % Total
Event                                               Waits    Time (s) Ela Time
-------------------------------------------- ------------ ----------- --------
db file sequential read                         7,824,742      10,471    53.48
global cache cr request                         6,522,122       7,749    39.58
CPU time                                                        1,037     5.30
db file scattered read                             87,420         157      .80
inactive transaction branch                            60          57      .29
          -------------------------------------------------------------
Concerning
MAS

In the link below a forum member has also been confronted with this situation and has said something like he needs to apply a patch if it is the version 9i:
STATSPACK redo size negative value?

Concerning
Girish Sharma

Published by: Girish Sharma on June 25, 2012 15:12
And answer below MOS note ID 308414.1 it why it is negative in 9.2.0.8.

Tags: Database

Similar Questions

  • How can I design square wave which has a positive and negative values equal to the other and separated from each other by controlled time or distance

    How can I design square wave which has a positive and negative values equal to the other and separated from each other by controlled time or distance, as indicated in the figure below. and enter this signal in a data acquisition.

    At the time wherever you go for the beautiful diadram, you could have done the vi

    Your DAQ would like a waveform (table of values and dt ak 1/sampling rate)

    If you set the sampling rate you know the length of the array, create a matrix of zeros and set the values of the two amplitudes...

    Because I don't want to connect other duties here are some photos

    And it does have a few drawbacks leaves to be desired in my solution, just think... rounding errors and what might happen if the tables are becoming more...

  • How to increase the size of a report (width)

    Hello everyone,

    In my report, I want to increase the width to put additional items but I don't extend it the great framework that delineates the report.

    How do I deal with to do (increase the size of the report)?

    Help

    Concerning

    Go to Object navigator

    paper layout

    main section

    There are height and weight, that you can adjust as needed

    Vikas

  • Assign a negative value based on the values of phase

    Hi all

    I have a column called [STAGE] and a column can [Quantity]

    My requirement is to fill subsequently in the [Quantity] field.

    If [internship] = 10 then - Else [Quantity] + [Quantity]


    Pls help...

    What have you tried? You can implement a similar technique as your last thread with a CASE statement:

    (CASE WHEN STAGE=10 THEN -1*QUANTITY ELSE QUANTITY END)
    

    You can also use DECODE

    DECODE(stage,10,-1*QUANTITY,QUANTITY)
    

    Consider reading the [SQL Reference | http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14200/toc.htm].

  • Report to the size of the list of snapshots that are used by a virtual machine

    I'm looking for to add to my report to the size of all the snapshots that are currently used by each virtual machine.  For example, I'm already reporting on space put into service and used space - but how much space are using snapshots?   Is there a way to get this data using powerCLI?

    Thank you!

    Get-Cluster-name NOMCLUSTER | Get - VM | Select

    Name, MemoryMB NumCpu, Description, PowerState, ProvisionedSpaceGB, UsedSpaceGB, Version, VMHost, ResourcePool,

    @{N = "HDsizeKB"; E={($_. Hard drives | Measure-Object-CapacityKB property-sum). Sum}} folder,.

    @{N = "Datastore"; E={($_ | Get - Datastore). Name}},@{N="#snapshots '; E={($_ | Get - Snapshot). County}},

    @{N = 'Name of the OS'; E={$_. Guest.OSFullName}} | Export-Csv "C:\report.csv" - NoTypeInformation

    The cmdlet Get-SNapshot in PowerCLI 4.1 returns an incorrect value. See the size snapshot by Dimitar and Vitali.

    And they display a script, called getsnapshotsize - 1.ps1 that returns the correct value.

    You can use this script to your script as follows:

    (1) download the script and save it in the directory where your other scripts

    (2) call the script of the post in your script and use the size of return value

    Something like that

    Get-Cluster -Name clustername | Get-VM | select Name,MemoryMB,NumCpu,Description,PowerState,ProvisionedSpaceGB,
         UsedSpaceGB,Version,VMHost,ResourcePool,
         @{N="HDsizeKB";E={($_.Harddisks | Measure-Object -Property CapacityKB -Sum).Sum}},Folder,
         @{N="Datastore";E={($_ | Get-Datastore).Name}},@{N="#Snapshots";E={($_ | Get-Snapshot).Count}},
         @{N="OS Name";E={$_.Guest.OSFullName}},
         @{N="Snapshot size MB";E={(.\getsnapshotsize-1.ps1 $_ | Measure-Object -Property SizeMB -Sum).Sum}}     |`
         Export-Csv "C:\report.csv" -NoTypeInformation -UseCulture
    

    ____________

    Blog: LucD notes

    Twitter: lucd22

  • Connect the switch to Oracle 9iR2 - redo log size too small?

    Hi all!

    I just ran a report of Diagnostic Agent service RDA (Remote) and have found a lot of information on our company database system.

    Among the interesting findings is that newspaper that shows recovery logs archiving.

    It seems that it is quite often archiving. This means that our recovery logs is too small (they are 50 MB)? Please check the date and time stamp of the columns in the papers below for details.

    Also, sorry for the column headers and columns being not very well aligned. I hope that it is readable for you anyway.


    Information from V$ Logfile and V$ Log

    V$ Logfile
    Group # member status
    1 null value /prog26/ORACLE/X4450/redo_01.log
    2 null value /prog26/ORACLE/X4450/redo_02.log
    3 null value /prog26/ORACLE/X4450/redo_03.log

    V$ Log
    Group # Thread # sequence # bytes members archived first change state # first time
    1 1 19394 52428800 1 NO CURRENT 9944095405700 March 4, 2009 14:24:40
    YES 2 1 19392 52428800 1 INACTIVE 9944095397506 4 March 2009 14:23:49
    3 1 19393 52428800 1 YES ON 9944095402911 March 4, 2009 14:24:06




    Status of data protection
    Gravity installation Dest Id Message Num Code legend Timestamp Error Message
    Connect the control Services of carriage 40075 0 0 YES March 4, 2009 08:19:53 ARC0: complete archiving 3 thread 1 sequence 19339 journal
    Log of information Transport Services 0 0 40076 No. 4 March 2009 08:20:07 ARC0: Evaluating archive log 1 thread 1 sequence 19340
    Log Transport Services 0 40077 Control 0 YES March 4, 2009 08:20:07 ARC0: starts to archive log 1-wire 1 sequence 19340
    Log of information Transport Services 0 0 40078 No. 4 March 2009 08:20:07 destination creation of archive LOG_ARCHIVE_DEST_1: ' / prog26/oracle/admin/X4450/arch/archX4450.log1_19340.dbf'
    Log Transport Services 0 40079 Control 0 YES March 4, 2009 08:20:09 ARC0: completed archive connect 1 thread 1 sequence 19340
    Log of information Transport Services 0 0 40080 No. 4 March 2009 08:20:23 ARC0: Evaluating archive log 2 wire 1 sequence 19341
    Log Transport Services 0 40081 Control 0 YES March 4, 2009 08:20:23 ARC0: starts to archive log 2 wire 1 sequence 19341
    Log of information Transport Services 0 40082 0 no. 4 March 2009 08:20:23 destination archive creation LOG_ARCHIVE_DEST_1: ' / prog26/oracle/admin/X4450/arch/archX4450.log1_19341.dbf'
    Log Transport Services 0 40083 Control 0 YES March 4, 2009 08:20:25 ARC0: completed thread 1 archiving of Journal 2 sequence 19341
    Log of information Transport Services 0 0 40084 No. 4 March 2009 08:20:39 ARC0: Evaluating archive log 3 wire 1 sequence 19342
    Log Transport Services 0 40085 Control 0 YES March 4, 2009 08:20:39 ARC0: starts to archive log 3 wire 1 sequence 19342
    Log of information Transport Services 0 0 40086 No. 4 March 2009 08:20:39 destination creation of archive LOG_ARCHIVE_DEST_1: ' / prog26/oracle/admin/X4450/arch/archX4450.log1_19342.dbf'
    Connect the control Services of carriage 40087 0 0 YES March 4, 2009 08:20:41 ARC0: complete archiving 3 thread journal 1 sequence 19342
    Log of information Transport Services 0 0 40088 No. 4 March 2009 08:20:55 ARC0: Evaluating archive log 1 thread 1 sequence 19343
    Log Transport Services 0 40089 Control 0 YES March 4, 2009 08:20:55 ARC0: starts to archive log 1-wire 1 sequence 19343
    Log of information Transport Services 0 40090 0 no. 4 March 2009 08:20:55 destination archive creation LOG_ARCHIVE_DEST_1: ' / prog26/oracle/admin/X4450/arch/archX4450.log1_19343.dbf'
    Log Transport Services 0 40091 Control 0 YES March 4, 2009 08:20:57 ARC0: completed archive connect 1 thread 1 sequence 19343
    Log of information Transport Services 0 0 40092 No. 4 March 2009 08:21:11 ARC0: Evaluating archive log 2 wire 1 sequence 19344
    Log Transport Services 0 40093 Control 0 YES March 4, 2009 08:21:11 ARC0: starts to archive log 2 wire 1 sequence 19344
    Log of information Transport Services 0 40094 0 no. 4 March 2009 21:08:11 destination archive creation LOG_ARCHIVE_DEST_1: ' / prog26/oracle/admin/X4450/arch/archX4450.log1_19344.dbf'
    Log Transport Services 0 40095 Control 0 YES March 4, 2009 08:21:13 ARC0: completed thread 1 archiving of Journal 2 sequence 19344
    Log of information Transport Services 0 0 40096 No. 4 March 2009 08:21:27 ARC0: Evaluating archive log 3 wire 1 sequence 19345
    Log Transport Services 0 40097 Control 0 YES March 4, 2009 08:21:27 ARC0: starts to archive log 3 wire 1 sequence 19345
    Log of information Transport Services 0 40098 0 no. 4 March 2009 08:21:27 destination archive creation LOG_ARCHIVE_DEST_1: ' / prog26/oracle/admin/X4450/arch/archX4450.log1_19345.dbf'
    Log of information Transport Services 0 0 40099 No. 4 March 2009 08:21:43 ARC1: Evaluating archive log 3 wire 1 sequence 19345
    Log Transport Services WARNING 0 40100 1 No. 4 March 2009 08:21:43 ARC1: impossible to archive log 3 thread 1 sequence 19345
    Log of information Transport Services 0 40101 0 no. 4 March 2009 08:21:43 Log Archived actively by another process



    History of archives
    Stamp RecId name Dest Id Thread # sequence # Resetlogs change # Resetlogs time first change # Primo next change # next time blocks block size creator Registrar Dest applied archived standby status deleted end time dictionary dictionary tip tip of Redo Backup Begin archiving Thread # Activation County #.
    9408 674554239 /prog26/oracle/admin/X4450/arch/archX4450.log1_9408.dbf 1 1 9408 9085999921960 23 August 2008 21:12:37 9091063265490 December 27, 2008 08:10:23 9091063265585 December 27, 2008 08:10:37 102398 512 ARCH ARCH no YES NO a December 27, 2008 08:10:39 NO NO NO 0 1 3017662510
    9409 674554252 /prog26/oracle/admin/X4450/arch/archX4450.log1_9409.dbf 1 1 9409 9085999921960 23 August 2008 21:12:37 9091063265585 December 27, 2008 08:10:37 9091063265684 December 27, 2008 08:10:50 102398 512 ARCH ARCH no YES NO a December 27, 2008 08:10:52 0 1 3017662510 NO NO NO
    9410 674554266 /prog26/oracle/admin/X4450/arch/archX4450.log1_9410.dbf 1 1 9410 9085999921960 23 August 2008 21:12:37 9091063265684 December 27, 2008 08:10:50 9091063265783 December 27, 2008 08:11:03 102398 512 ARCH ARCH no YES NO a December 27, 2008 08:11:06 0 1 3017662510 NO NO NO
    9411 674554279 /prog26/oracle/admin/X4450/arch/archX4450.log1_9411.dbf 1 1 9411 9085999921960 23 August 2008 21:12:37 9091063265783 December 27, 2008 08:11:03 9091063265884 December 27, 2008 08:11:17 102398 512 ARCH ARCH no YES NO a December 27, 2008 08:11:19 0 1 3017662510 NO NO NO
    9412 674554293 /prog26/oracle/admin/X4450/arch/archX4450.log1_9412.dbf 1 1 9412 9085999921960 23 August 2008 21:12:37 9091063265884 December 27, 2008 08:11:17 9091063265980 December 27, 2008 08:11:31 102398 512 ARCH ARCH no YES NO a December 27, 2008 08:11:33 0 1 3017662510 NO NO NO
    9413 674554306 /prog26/oracle/admin/X4450/arch/archX4450.log1_9413.dbf 1 1 9413 9085999921960 23 August 2008 21:12:37 9091063265980 December 27, 2008 08:11:31 9091063266072 December 27, 2008 08:11:44 102398 512 ARCH ARCH no YES NO a December 27, 2008 08:11:46 0 1 3017662510 NO NO NO
    9414 674554506 /prog26/oracle/admin/X4450/arch/archX4450.log1_9414.dbf 1 1 9414 9085999921960 23 August 2008 21:12:37 9091063266072 December 27, 2008 08:11:44 9091063287590 27 December 2008 08:15:01 102398 512 ARCH ARCH no YES NO a 27 December 2008 08:15:06 0 1 3017662510 NO NO NO
    9415 674563077 /prog26/oracle/admin/X4450/arch/archX4450.log1_9415.dbf 1 1 9415 9085999921960 23 August 2008 21:12:37 9091063287590 December 27, 2008 08:15:01 9091063833538 December 27, 2008 10:37:54 102398 512 ARCH ARCH no YES NO a December 27, 2008 10:37:57 0 1 3017662510 NO NO NO
    9416 674570183 /prog26/oracle/admin/X4450/arch/archX4450.log1_9416.dbf 1 1 9416 9085999921960 23 August 2008 21:12:37 9091063833538 December 27, 2008 10:37:54 9091064440549 December 27, 2008 12:36:17 102398 512 ARCH ARCH no YES NO a December 27, 2008 12:36:23 0 1 3017662510 NO NO NO
    9417 674582409 /prog26/oracle/admin/X4450/arch/archX4450.log1_9417.dbf 1 1 9417 9085999921960 23 August 2008 21:12:37 9091064440549 December 27, 2008 12:36:17 9091065119444 December 27, 2008 16:00:03 102398 512 ARCH ARCH no YES NO a 27 December 2008 16:00:09 0 1 3017662510 NO NO NO
    9418 674585288 /prog26/oracle/admin/X4450/arch/archX4450.log1_9418.dbf 1 1 9418 9085999921960 23 August 2008 21:12:37 9091065119444 December 27, 2008 16:00:03 9091065291305 December 27, 2008 16:48:06 102398 512 ARCH ARCH no YES NO a 27 December 2008 16:48:08 0 1 3017662510 NO NO NO
    9419 674586049 /prog26/oracle/admin/X4450/arch/archX4450.log1_9419.dbf 1 1 9419 9085999921960 23 August 2008 21:12:37 9091065291305 December 27, 2008 16:48:06 9091065312654 27 December 2008 17:00:44 102398 512 ARCH ARCH no YES NO a 27 December 2008 17:00:49 0 1 3017662510 NO NO NO
    9420 674600023 /prog26/oracle/admin/X4450/arch/archX4450.log1_9420.dbf 1 1 9420 9085999921960 23 August 2008 21:12:37 9091065312654 December 27, 2008 17:00:44 9091068116124 27 December 2008 20:53:38 102386 512 ARCH ARCH no YES NO a 27 December 2008 20:53:43 0 1 3017662510 NO NO NO
    9421 674620207 /prog26/oracle/admin/X4450/arch/archX4450.log1_9421.dbf 1 1 9421 9085999921960 23 August 2008 21:12:37 9091068116124 December 27, 2008 20:53:38 9091068973106 December 28, 2008 02:30:02 102398 512 ARCH ARCH no YES NO a December 28, 2008 02:30:07 0 1 3017662510 NO NO NO
    9422 674632413 /prog26/oracle/admin/X4450/arch/archX4450.log1_9422.dbf 1 1 9422 9085999921960 23 August 2008 21:12:37 9091068973106 December 28, 2008 02:30:02 9091069195751 December 28, 2008 05:53:29 64635 512 ARCH ARCH no YES NO a December 28, 2008 05:53:33 0 1 3017662510 NO NO NO

    From what I can understand with so many archives (8) in the id space 3-5 minute too high. You need to think about increasing the size redolog say about 500 MB in your case. The rule says 1 switch journal every 20 minutes... It IS a statistic of rush hour?

    And in this mode, your Dataguard works?

    Protection maximum/availability/performance?

    Published by: Maran Viswarayar March 10, 2009 10:22

  • How to read the size of the array, eliminating empty values

    I have an array of size 2 X 10. In the first column, the elements are 10 and in the second column, the elements are only 6. If I use the size of the array and the size of the second column of the index, the value given is 10 which is supposed to be 6. I noticed that it creates null or empty values in the column for the other four. How can I eliminate empty values, and only get the real sze of the column?

    The column in the index and use search 1 D table for an empty string.  The result should be the number of non-empty strings.  If the result is - 1, use the actual size of table.

  • default value for the size of the array

    GDay,

    I have a cluster with some values and an array of Boolean. I use the cluster in different screws, so I recorded it with a typedef.

    I would like to add a required table for my table size 2-dimensional Boolean. How can I afford?

    Thank you very much

    bemvo

    Store default values or using the table to really reshape does not execute the action to force a mandatory array size. You can't really set a size of array binding 'automatically '. A programmer can plop down your typedef on the block diagram and change the number of lines/columns in any way they want, regardless of whether it has default values. This way, your program must check each time the cluster is used. If you choose to generate a mistake is yours, depending on which means that data.

    On a broader note, LVOOP (or similar) can be used for this sort of thing. By example, if you had an accessor function to set the table this accessor function can check that the size of the array.

    You may also be able to do with XControls, but I don't know since I have very little familiarity with the people.

  • remove the negative values in table

    I have a table 1 d of data depending on the positive and negative values. I'm trying to search for negative values and remove them from the table.  This corresponds to the data in the column in the second table 2D that should also be deleted. A minor problem is that there are an additional column in the 2D array that must be skipped.  I have the code that should do it.  The problem is that if I have two negative numbers in a row the code doesn't thow on the other.

    This first picture is the answer I get when alternate positive and negative values.  It shows the correct answer.

    When I change the first1 of the positive a-1 value as shown below...

    ... I get the following response.

    FYI, some other things such as conversion are here because I'm trying to manipulate the actual data set is enormous.  I test everything I do with the numbers that I can actually follow before I apply in my real program.  That's why I do extra things.

    Thanks for the help!

    Here is the solution, that increase the index when you do not remove an element. In addition, whether you use the "less then or equal" when you use the "lower to."

  • Permanently change the default value of the police and the size in hotmail

    I know how to change the size of police and style in hotmail for each email but not how to change the default value.

    Hotmail forums:

    http://www.windowslivehelp.com/forums.aspx?ProductID=1

    They will help you when repost you your question in the Forums above for Hotmail.

    See you soon.

    Mick Murphy - Microsoft partner

  • importance of the size of the Redo Log

    Hi guys,.

    What is the importance of the size of the size of Redlog?

    whether large or small size?

    Thanks in advance

    REDA

    What is the importance of the size of the size of Redlog?

    Setting up a database of Performance

    Manage the Redo Log

  • When you create a PDF from a scanner, is there a way to set the default value for the size of 8.5 x 11 letter custom every time I make a PDF from a scanner?

    When you create a PDF from a scanner, is there a way to set the default value for the size of 8.5 x 11 letter custom every time I make a PDF from a scanner?

    Hi kevin7frg,

    You can go to "file > create > scanner > configure presets PDF»

    The dialog box that appears, you can choose 8.5 X 11 as the default width and height of PDF pages to scan.

    Hope that helps.

    Kind regards

    Ana Maria

  • I'm not able to use the keyboard to type negative values in the mode of developing LR6. Whenever these negative values are reset to zero. Can someone help me?

    I use LR 6/CC 2015.

    Whenever I type in a negative fashion develop it is reset to zero after entry or tab.

    I type in positive values remain and are not reset to zero.

    In older versions of Lightroom, I had no such problems.

    I have an iMac 27 with Yosemite 10.10.3.

    Hope someone knows how to fix this annoying problem.

    Your LR is configured in one language other than English?  If so, this is a known bug.  See the remark made by Simon Chen employee under this post (you need to click on see more reviews to actually see): 6 Lightroom: Bug of negative values (in German).   The comment includes a workaround solution that is to edit a text TranslatedStrings.txt.

  • Checking the negative value

    Hey guys I have a result on the ground which is of type varchar, but it stores numbers. I want to check if the value is negative or not. The code below works perfectly except for 1 case where the result has only ' - '. -indicates a missing value not a negative... How this can be fixed. Here is my code snippet.
    -Search for numeric values
    IF (trim (TRANSLATE (resvalue,'+ -. 0123456789', ' ')) IS NULL) THEN
    -Look for the negative value if the value is numeric
    IF (substr (resvalue, 1, 1) = '-' AND substr (resvalue, 0, 1) is not null) THEN
    v_ret_msg: = v_result_name | "" A negative result. "

    Also check the LENGTH of resvalue.
    That is to say:
    If length (resvalue) = 1 and substr (resvalue, 1, 1) = '-' then...

  • The size of the estimated value of the project is larger than the chosen target support

    I am at a loss for trying to create a project using Adobe Encore.  I tried initially to the author of the project using the CS2 version.  When you try to export, I received the following message is displayed:

    "The size of the estimated value of the project is larger than the chosen target support.  While it is an estimate, the project may not build. »

    I have created hundreds of projects in the past, but have never received this message before.  I first thought that the problem was with the release of still I used, but I got the exact error that even trying to create the project with Encore CS5.

    The project itself has a menu, a motion menu, and a single video file.  The video file 152 last minute, and I was trying to export that to a double layer DVD.  I tried from the file using CS5.5 Adobe Premier export using a variety of parameters.  I'm trying to export it to a file DVD-2, with the attributes of soure game being the highest value.  The parameter on the main concept MPEG encoder is set to 5. I tried to export the file by using the constant and variable bitrates.

    When I recently exported the file using a contant 6.5 sampling rate, I still 650,4 Mo still remaining on my project.  I still received the same error message on the size of the project, and so I think that something is wrong.

    I even exported the video file into an AVI file compressed and then tried to coding again using CS5.5 Adobe Premier and Adobe encoder.  I always get the same error message on the size of the file.

    Any help or suggestions on how to solve this problem would be greatly appreciated.  Thank you!

    If you do not finish with wasted discs...

    Create an ISO (yet), or a folder on your hard drive (still or Premiere Elements), then use the FREE http://www.imgburn.com/index.php?act=download to write files or folders or ISO on DVD or BluRay drive (send the author a PayPal donation if you like his program)

    .

    ImgBurn will read the mark of REAL from the disk drive, which isn't always the same as the label for the box (Memorex is known for 'nothing' buy and put inside a box of Memorex)

    .

    When you write on the disk with Imgburn, use speed SLOWEST possible setting, so your burner has the best chance to create "good, well trained" laser drill holes... Since no DVD drive is required to read a burned disc, have a 'good' after a try to white high quality will help

    .

    Use Taiyo Yuden simple layer or layer two Verbatim

    Or Falcon Pro for inkjet printable two layer

Maybe you are looking for