Redologs with same sequence

Hi,
I realized weird fact on my oracle 9207. I have dumped cntrl file to trace, moved controlfiles and recreated control file with trace script. No problems, control file was created, database was opened w/o problems. When running brarchive (sap tool for compressing and moving redologs to archive location) I saw that there are 2 redolgos with same sequence number.
from log:
BR0428W File /oracle/SID/archive/1_2.dbf.Z will be overwritten
I did some logswitches (last log sequence was 5),I've stopped DB and did again the same procedure with controlfile. When I recreated controlfile and opened Db, I realized that next redologs are generated not from number 6, but from 4. So again 2 redologs (4 and 5) are with same sequence as previous redologs (already zipped and moved in archive location)....
To prevent overwrite when compressing it with brarchive I've moved those 2 redologs as follows.As you can see fiiles differs in size andI can surely say that those 2 files are not the same, file 1_4.dbf and 1_5.dbf were created twice in oraarch directory in totally different time....Can anyone explain this to me?How it is possible to have redologs files with same sequence? (I did not open DB with resetlogs, it was normal recreation of control file and than simple alter database open). I did test it once again then and same thing occured, again redologs with number 7,8 were created instaed of 9,10 so redologs 7,8 were created twice. There was no shutdown abort or something like this, all done properly with shutdown immediate etc...
867776 Sep 30 09:11 1_5.dbf.Z_1
82012 Sep 30 09:33 1_4.dbf.Z
82007 Sep 30 09:11 1_4.dbf.Z_1
867779 Sep 30 09:33 1_5.dbf.Z
11017 Sep 30 09:56 1_8.dbf.Z
11012 Sep 30 09:33 1_8.dbf.Z_1
11429 Sep 30 09:56 1_7.dbf.Z
11427 Sep 30 09:33 1_7.dbf.Z_1
SQL> @cntrl.sql
ORACLE instance started.
Total System Global Area 1117414432 bytes
Fixed Size 742432 bytes
Variable Size 503316480 bytes
Database Buffers 612032512 bytes
Redo Buffers 1323008 bytes
Control file created.
SQL> alter database open;
Database altered.
Thanks a lot!

Hi,
Sorry someone else was asking if I did resetlogs, so I answered.
Why I created controlfile?- because I had one link in data location, like data1 was directory for datafiles and data2 was just link to data1. So I dumped controlfile and replaced data2 with data1 and removed link on OS level. Anyway, real reason is not so important, next 2 times I did it just for test if my suspicious about redo sequence s right...
below cat from alert log where it is saying that about archiving same sequence of redologs in different times as you can see.thx guys for your help here ;-)
Wed Sep 30 09:18:38 2009
ARC1: Evaluating archive log 11 thread 1 sequence 5
ARC1: Beginning to archive log 11 thread 1 sequence 5
Creating archive destination LOG_ARCHIVE_DEST_1: '/oracle/P2A/oraarch/1_5.dbf'
Wed Sep 30 09:18:38 2009
ARC0: Evaluating archive log 11 thread 1 sequence 5
ARC0: Unable to archive log 11 thread 1 sequence 5
Log actively being archived by another process
ARC0: Evaluating archive log 12 thread 1 sequence 6
ARC0: Beginning to archive log 12 thread 1 sequence 6
Creating archive destination LOG_ARCHIVE_DEST_1: '/oracle/P2A/oraarch/1_6.dbf'
Wed Sep 30 09:18:38 2009
Dictionary check beginning
Wed Sep 30 09:18:38 2009
ARC0: Completed archiving log 12 thread 1 sequence 6
Wed Sep 30 09:18:38 2009
ARC1: Completed archiving log 11 thread 1 sequence 5
ARC1: Evaluating archive log 13 thread 1 sequence 7
ARC1: Beginning to archive log 13 thread 1 sequence 7
Creating archive destination LOG_ARCHIVE_DEST_1: '/oracle/P2A/oraarch/1_7.dbf'
ARC1: Completed archiving log 13 thread 1 sequence 7
Wed Sep 30 09:18:38 2009
Dictionary check complete
Wed Sep 30 09:18:46 2009
ARC1: Beginning to archive log 14 thread 1 sequence 8
Creating archive destination LOG_ARCHIVE_DEST_1: '/oracle/P2A/oraarch/1_8.dbf'
ARC1: Completed archiving log 14 thread 1 sequence 8
Completed: CREATE CONTROLFILE REUSE DATABASE "P2A" NORESETLOG
Wed Sep 30 09:37:52 2009
ARC1: Evaluating archive log 13 thread 1 sequence 7
ARC1: Beginning to archive log 13 thread 1 sequence 7
Creating archive destination LOG_ARCHIVE_DEST_1: '/oracle/P2A/oraarch/1_7.dbf'
ARC1: Completed archiving log 13 thread 1 sequence 7
ARC1: Evaluating archive log 14 thread 1 sequence 8
ARC1: Beginning to archive log 14 thread 1 sequence 8
Creating archive destination LOG_ARCHIVE_DEST_1: '/oracle/P2A/oraarch/1_8.dbf'
ARC1: Completed archiving log 14 thread 1 sequence 8
ARC1: Evaluating archive log 11 thread 1 sequence 9
ARC1: Beginning to archive log 11 thread 1 sequence 9
Creating archive destination LOG_ARCHIVE_DEST_1: '/oracle/P2A/oraarch/1_9.dbf'
ARC1: Completed archiving log 11 thread 1 sequence 9
Wed Sep 30 09:55:25 2009
alter database open

Similar Messages

  • Loading the different result sets in the same sequence for the target table

    Dear all,
    I have 5 tables say A,B,C,D as my source and i made 3 joins P,Q,R .the result sets of these 3 joins are loading into a target table X but with 3 different targets with same table name.
    I created one sequence say Y as my target table has primary key and mapped to three different targets for the same target table which i need to load.
    But after deployed and executed successfully ,i am able to load the data from three join result sets with differeent sequence numbers.
    I am looking to load data like this.
    If First Result set P has 10 Records,SEcond Result Set Q Has 20 and the third result set has 30 records then while loading data into first target it creates the seq for the 10 records from 1..10 and while loading the data for second result set ,it creates the sequence from 11 ...20 and while loading the third target with the third result set it creates the sequence from 21 ----30.
    But i am looking to load the three result sets in the sequence 1to 10 but not like creating fresh sequence for each result set.
    how can we achieve this in owb?
    any solution for this will be appreciated.
    thank you
    kumar

    My design is like following
    SRC1
    ---->Join1--------------------------->Target1( Table X)<-----Seq1
    SRC2
    SRC3
    ----> Join2----------->Target2(Table X)<----Seq1
    SRC4
    -----> Join3 -------> Target3(Table X)<-----Seq1
    SRC5
    Here the three 3 targets are for the same Table X as well sequence is same i.e seq1
    If the First Join has 10 rows ,Seq1 generates sequence in 1 to 10 while loading target1
    But while loading second target,Same Seq1 is generating new sequence from 11 but i am looking to load target2 and target 3 starting from sequence 1 but not from 11 or so.
    As per your comments :
    you want to load 3 sources to one target with same sequence numbers?
    yes
    Are you doing match from the other two sources on first source by id provided by sequence (since this is the primary key of the table)?
    No
    can you please tell me how to approach for this?
    Thank You
    Kumar

  • Same Sequence# with different applied value in v$archived_log

    Hi everyone,
    I have an issue with one of the dataguard servers here.
    Basically, looking at the v$managed_standby, it is still applying the latest archived log sequence.
    However when I checked for unapplied archived log from v$archived_log, I found at least 1 sequence# which was quite old (around a few days old) not applied.
    my query to check this is:
    SELECT sequence# from v$archived_log where applied = 'NO';result:
    SEQUENCE#
        40154
        40546with a different query I found an interesting result
    select sequence#, recid, stamp, status, applied from v$archived_log where sequence# in (40154, 40546);result:
    SEQUENCE#      RECID      STAMP S APP
        40154       8093  777156019 D NO
        40154       8095  777156053 D YES
        40546       8486  777673729 D NO
        40546       8487  777673734 D YESAt the time I ran this query, the v$managed_standby are as follow:
    select process, status, sequence# from v$managed_standby;result:
    PROCESS   STATUS        SEQUENCE#
    ARCH      CLOSING           40562
    ARCH      CLOSING           40557
    MRP0      APPLYING_LOG      40563
    RFS       IDLE                  0
    RFS       IDLE              40563A simple solution to get those un-applied archived log to be applied is to restart the standby database instance.
    Another finding from the production database:
    select recid, stamp, sequence#, creator, registrar, standby_dest from v$archived_log where sequence# in (40154, 40546);result:
    RECID      STAMP  SEQUENCE# CREATOR REGISTR STA
    45446  777156011      40154 ARCH    ARCH    NO
    45447  777156017      40154 LGWR    LGWR    YES
    45450  777156051      40154 ARCH    ARCH    YES
    46231  777673709      40546 ARCH    ARCH    NO
    46232  777673728      40546 LGWR    LGWR    YES
    46233  777673733      40546 ARCH    ARCH    YESThe question is of course, why is this happening?
    Can this be prevented?
    Thank you,
    Adhika

    CKPT wrote:
    I have an issue with one of the dataguard servers here.
    Basically, looking at the v$managed_standby, it is still applying the latest archived log sequence.
    However when I checked for unapplied archived log from v$archived_log, I found at least 1 sequence# which was quite old (around a few days old) not applied.
    my query to check this is:
    SELECT sequence# from v$archived_log where applied = 'NO';result:
    SEQUENCE#
    40154
    40546
    Even if old archives applied or not, it will keep transfer the archivelogs from primary. Please confirm that you been executed above query in standby.. is it?Yes I ran it from the standby database
    CKPT wrote:
    with a different query I found an interesting result
    select sequence#, recid, stamp, status, applied from v$archived_log where sequence# in (40154, 40546);result:
    SEQUENCE#      RECID      STAMP S APP
    40154       8093  777156019 D NO
    40154       8095  777156053 D YES
    40546       8486  777673729 D NO
    40546       8487  777673734 D YES
    How many remote/standby destinations you have in your DR setup?
    Might this query you have executed in primary, You should always use DEST_ID when executing from primary (or) do check in standby database, Because the applied column you have to check in standby , If you see above the same sequence showing applied in one destination & not applied on other instance, so please do select for dest_2 or in standby.I have only 1 standby destination.
    The query above was executed in the standby database server as well as to show that the same sequence# has different result in the applied column.
    CKPT wrote:
    The question is of course, why is this happening?
    Can this be prevented?What is your Online redo log file size (or) how much average archive log file size?
    This issue happens when Network glitch while transferring archives from primary to standby RFS , So when is big enough in such conditions it will be in status can be WAIT_FOR_LOG.
    BTW, which redo transport you are using? -- recommended to use LGWR
    Is there any network problem?
    check for exact problem either from primary alert log file or from below query,
    SQL> select severity,error_code,message,to_char(timestamp,'DD-MON-YYYY HH24:MI:SS') from v$dataguard_status;
    SQL> select sequence#, to_char(completion_time,'DD-MON-YYYY HH24:MI:SS') from v$archived_log where sequence# in (40154, 40546);
    HTH.The redolog file size is 100MB and so does the archive log file size.
    I'm using LGWR ASYNC
    these are the result of the query which I modified slightly:
    query:
    select severity,error_code,message,to_char(timestamp,'DD-MON-YYYY HH24:MI:SS') from v$dataguard_status where message like '%40154%' or message like '%40546%';result:
    SEVERITY ERROR_CODE MESSAGE                                                                                              TIMESTAMP
    Warning           0 LNS: Standby redo logfile selected for thread 1 sequence 40546 for destination LOG_ARCHIVE_DEST_2    11-MAR-2012 20:28:44
    Warning           0 ARC1: Standby redo logfile selected for thread 1 sequence 40546 for destination LOG_ARCHIVE_DEST_2   11-MAR-2012 20:28:49The message for the 40154 must have been purged.
    It appeared to me that sequence 40546 has been sent twice, by LNS and ARC1.
    query:
    select sequence#, registrar, creator, standby_dest, dest_id, to_char(completion_time,'DD-MON-YYYY HH24:MI:SS') completion_time from v$archived_log where sequence# in (40154, 40546);result:
    SEQUENCE# REGISTR CREATOR STA    DEST_ID COMPLETION_TIME
        40154 ARCH    ARCH    NO           1 05-MAR-2012 20:40:11
        40154 LGWR    LGWR    YES          2 05-MAR-2012 20:40:17
        40154 ARCH    ARCH    YES          2 05-MAR-2012 20:40:51
        40546 ARCH    ARCH    NO           1 11-MAR-2012 20:28:29
        40546 LGWR    LGWR    YES          2 11-MAR-2012 20:28:48
        40546 ARCH    ARCH    YES          2 11-MAR-2012 20:28:53This query proved that the primary database is actually trying to send twice with a different completion time.
    Why does the primary database has to send twice?
    Thanks for replying,
    Adhika

  • I would like to burn an i-photo album with subtitles to a CD with the photos in the same sequence as they appear in the album and to have the CD work the same on a PC as on the MAC.

         I have created several i-photo albums with subtitles and proceeded to burn them to a CD. The CD burned with the correct subtitles, however, the photos did not appear in the same sequence.  I tried another method and the photos appeared in the proper sequence, however, my subtitles did not appear as in the albums. Is there a method that I can burn an album to a CD with the photos in the same sequence and with the same subtitles as in the album?
         I would also like this CD to work the same on a PC as it does on a MAC.

    sorry but files on a CD have no order - filles are simply bits on the disk - the file viewer used to view them determines the order of viewing - for example using the finder on the Mac you can view files in Alpha order, date created order, date modified order, file size  order, etc, etc, etc
    If you expor tthe files to a desktop folder using the sequetial option then the finder (and probably Windows explorer) would display them in the order you want IF the user views them in alpha order
    Bottom line is that you have no control over how the end user views files - that they make
    LN

  • Clips stretched in Canvas view with same footage from previous sequence

    I created a 1 minute video to play on a laptop that I've edited down to 30 seconds. This 30 second version will be playing on a television, so I changed the Sequence Presets to "DV NTSC 48Hz" and the QuickTime video settings from "Photo -JPEG" (since I'm using still shots in the video) back to "DV/DVPRO NTSC."
    I'm using the exact same clips and essentially duplicated the previous sequence and edited down the clips. But for some reason, the clips appeared stretched in the Canvas with black bars on either side, and it exports the same way as a Quicktime file. I checked the Sequence settings on both the 1 minute and 30 sequence versions, and they are identical. Any idea why the clips would all of a sudden stretch and how to resolve it?
    Thanks!

    Still images within the sequence are Photo JPEG Quicktime files
    Why? FCP can read actual picture files. Just curious. PhotoJPEG at 75%?
    so I changed the Sequence Presets to "DV NTSC 48Hz" and the QuickTime video settings from "Photo -JPEG" (since I'm using still shots in the video) back to "DV/DVPRO NTSC."
    What was the sequence setting before? Why did you use that setting if your footage was DV?
    OK...try this. Explain your workflow. What did you start out with as your settings? Why did you do this? What was your intended workflow?
    If you put a DV file into a sequence setting of anything other than DV, the file will adjust to meet those parameters. For example, I edit DVCPRO HD 720p at 960x720. When I drop a DV file into the sequence, it will scale up to 150% so that it fits full screen (with black bars on left and right...200% makes it fill the screen). I have adjusted the settings on the clip.
    Now, if I adjusted the SEQUENCE settings, the clip settings remain the same...still 150%...so they will appear large or distorted. You then need to fix each clip until it is right with the sequence. Or fix one and then copy and paste the attributes to the other.
    Still, I don't understand why you were in a different preset to begin with. Was the first clip you added to the sequence a PHOTO JPEG still, so the settings adjusted to that?
    Shane

  • Update rows with a sequence which fall under same group.

    Hi Friends,
    I have sample table with following data :
    ID     DIV     NEW_ID
    1     A     
    2     A     
    3     B     
    4     B     I want to update the column NEW_ID with a sequence value for the rows with same DIV value.
    My result should look like below :
    ID     DIV     NEW_ID
    1     A         1001     
    2     A       1001
    3     B       1002
    4     B       1002How can I accomplish with a single update ?
    Thanks
    Raj.

    This isn't pretty, but it should work ....
    ME_XE?create table table1 (col1 number, col2 varchar2(1), col3 number);
    Table created.
    Elapsed: 00:00:00.04
    ME_XE?insert into table1 values (1, 'A', NULL);
    1 row created.
    Elapsed: 00:00:00.06
    ME_XE?insert into table1 values (2, 'A', NULL);
    1 row created.
    Elapsed: 00:00:00.01
    ME_XE?insert into table1 values (3, 'B', NULL);
    1 row created.
    Elapsed: 00:00:00.00
    ME_XE?insert into table1 values (4, 'B', NULL);
    1 row created.
    Elapsed: 00:00:00.00
    ME_XE?
    ME_XE?
    ME_XE?create sequence s start with 1001 increment by 1;
    Sequence created.
    Elapsed: 00:00:00.00
    ME_XE?create or replace function get_s_nextval
      2  return number
      3  as
      4     o_val number;
      5  begin
      6     select s.nextval into o_val from dual;
      7     return o_val;
      8  end;
      9  /
    Function created.
    Elapsed: 00:00:00.54
    ME_XE?
    ME_XE?
    ME_XE?merge into table1 t using
      2  (
      3     with data
      4     as
      5     (
      6        select --+ MATERIALIZE
      7           col2, get_s_nextval as next_value
      8        from
      9        (
    10           select distinct col2
    11           from table1
    12           where col3 is null
    13        )
    14     )
    15     select * from data
    16  ) s
    17  on (s.col2 = t.col2)
    18  when matched then update set t.col3 = s.next_value;
    4 rows merged.
    Elapsed: 00:00:00.20
    ME_XE?
    ME_XE?
    ME_XE?select * from table1;
                  COL1 COL               COL3
                     1 A                 1001
                     2 A                 1001
                     3 B                 1002
                     4 B                 1002
    4 rows selected.
    Elapsed: 00:00:00.03
    ME_XE?

  • Error: "File couldn't be opened for writing" with CinemaDNG sequence

    Using a Premiere Pro > After Effects workflow with my colorist.
    I created a project in Premiere CS6 and used MOV transcodes because Premiere CS6 does not read CinemaDNG sequences. I do not have CC installed on my computer. My colorist, on his computer (we are both using Mavericks), imported the .prproj into AE CS6. We tried to replace MOV files with CinemaDNG sequences, and AE returned this error:
    After Effects error: File couldn't be opened for writing: "[file path]". ( 3 :: 0 )
    Normally when you replace footage with a CinemaDNG sequence in AE, Adobe Camera Raw pops open so you can make changes before the file is important. I have never seen this error before.
    My colorist has CC installed as well as CS6, so we tried that instead.
    Colorist opened the Premiere CS6 project in Premiere CC, creating a new Premiere CC project. Replaced MOV files with CinemaDNG sequences within Premiere CC with no error, project plays fine in Premiere CC. Finally! So we imported the new Premiere CC project in AE CC, and all linked CinemaDNG sequences appear as color bars (unlinked footage). When testing to import a CinemaDNG sequence, AE CC returned the same error as AE CS6.
    So we tried opening the same CinemaDNG files in Photoshop CS6 and Photoshop CC to see if there was an error with Camera Raw. Both versions of Photoshop open the CinemaDNG files correctly in Camera Raw (version 8.3). So now we have CinemaDNG files functioning properly in Premiere Pro, Photoshop, but... not AE?
    Tried replicating this on a second, Mountain Lion computer with both versions of AE, and returned the same issue.
    CinemaDNG files from a different source DID open in AE CC and AE CS6 on both computers, which leads me to believe there is some kind of permissions/metadata issue in this particular set of CinemaDNG files I'm using that's causing problems for AE, but NOT Premiere Pro or Photoshop. Anyone experience anything like this?

    try the "oddball problems" fix:
    http://www.bulletsandbones.com/GB/GBFAQ.html#oddballprobs
    (Let the page FULLY load. The link to your answer is at the top of your screen)

  • How to create device IDs with same name

    i am using SE 3310 and its creating different device ids for each node sharing it . since I will be building a RAC enviornment I need these IDs/name to be same .
    for example  on one node the lun id is /dev/rdsk/c3t0d0s6  but the same lun id on node 2 is /dev/rdsk/c2t0d0s6.
    In past with an old storage array I fixed this issue by creating links  in /dev/rdsk for  c3t0d0s6 --->  c2t0d0s6.
    my question is : is there a way in SE3310 that device ids get created with same name or do i still have to rely on creating these soft links ?
    thanks
    Note: since i need the answer to this quickly i will wait a while and then post this question in other forums and i will update the question here with the answer .

    This could be a Solaris (I presumed) O.S. question rather than SE3310 or storage question.  
    The logical device (/dev/[r]dsk/*) is the work of the O.S. when it first configures the device,  in this case the LUN from your SE3310.   I can go in depth on how the cX number happens (due to device probe order, driver differences, history of device discovery due to need of persistent device naming, etc...) but ... it's a really long story and is really quite irrelevant and most people should not be interested...
    If you have COMPLETELY identical servers, i.e. identical hardware down to specific HBA in specific slot are the same,   and if you make sure that luns are presented to all servers exactly the same way, same order, and any changes are seen by all servers in the same sequence,  in theory,  all /dev/rdsk/* devices will be consistent across servers.
    But that's still rather irrelevant.    Application that is designed to work in a redundant environment should not be dependent on logical devices like /dev/rdsk being the same.
    So ... in effect this is also not a question for the Solaris forum,  but rather a question for those familiar with RAC,  how to configure such that device access is done "safely" through actually identifying the lun rather than assuming /dev/rdsk are consistent.

  • What project preset do I use? AVCHD and DSLR footage being used in same sequence

    I am using a Canon DSLR T3i and Panasonic HC-X920. They can both shoot native 24p which is how I will be recording. When I set up my CS6, what project settings should I use? I want to mix the two sources on the same time line so I'm confused on how to do this because on the sequence settings I can only choose either AVCHD or DSLR. I want to do simultaneous multi-camera editing on the same timeline. So its not like I can set up two different sequences with different settings because I want to be able to cut back and forth within the same sequence while using both cameras.  (problem is... two different types of footage ).
    Thank you - Mark

    Thank you so much for your input. Yes, I should have been more specific when it comes to the frame rate; it is indeed 23.976 for the T3i as well as the Panasonic. I have mixed T3i footage recorded at 23.976fps and then tried to mix in a Canon hf-M41 (avchd) camcorder which records in 60i "supposedly". Although Premiere says it is 29.97 when I bring it into the editor. Anyways when I would mix these two formats it looked like crap. The preset was set up for the DSLR and the hf-M41 played like it was in slow motion even upon rendering and exporting. I would get the red line above my M-41 footage because it didn't match the preset settings. I would then render it thinking it would look right but...nope. I just bought the Panasonic HC-X920 today from BandH, it has a 30 day return policy so I will see how the T3i and Panasonic work together within Premiere. I purchased the Panasonic because the Canon M-41 footage looked so crappy when it was mixed with the T3i in the timeline(because of the different fps and interlacing). I used the Adobe Media Encoder but I got the same results of crappy slow motion jittery footage from the M-41 when I tried to convert it to a 23.976fps .MOV file. Since the Panasonic shoots native 23.976, the two "should" work better together. My only concern is the difference in codecs because the frame rate should be identical. I don't want to get that red render bar when I bring the Panasonic footage into the time that was set up for a DSLR  or vice versa. If I do I'm afraid of the obtaing the slow motion effect again. I must have the auto focus from a camcorder when I'm shooting on a jib or other tough moving shots like a steadicam.

  • How to make use of the results of one step at the other step in the same sequence

    Hello
    I am new to the Teststand.
    I am using labview8.0 with teststand 3.1
    Plz get me solution for the below
    I am configuring the serial port resources like resource name, baud rate etc..,I made the initialization using setup task.I made serial port write and serial port read as independant vi's in labview and called them from teststand as steps.Now i need the same resource name appear in some other steps in the sequence .how can i get them using teststand commands instead of specfying them at each step.
    Also how to pass values or results obtained from one step to some other step in the same sequence using teststand commands.
    Also help me in parameter passing
    Regards
     Kiran

    Hi Kiran,
    I wrote some example code that demonstrates what you are trying to do. The sequence file relies on a local variable named visa_resource of type LabVIEWIOControl.
    Regards,
    Attachments:
    test.zip ‏11 KB

  • Why does Premiere render the same sequence sometimes fast and sometimes really slow?

    I use Premiere Pro CC 2014.
    I have a Nvidia GTX 590
    Intel Core i7 X990 @ 3.47GHz
    24GB RAM
    Windows 7 (64)
    200GB free space on an SSD drive and 2 more drives with each 1TB free.
    I'm having trouble with performance when rendering sequences.
    The sequences themselves are pretty simple. They contain MOV files from my Canon EOS 5D Mark III and transparent PNG files as overlays for titles and additional graphics.
    I also use lumetri looks and have turned on Cuda rendering. As a codec for exporting I use H264 (fullhd, 25fps, 20mbits, 2pass, max render quality, max depth)
    Whether or not I export in Premiere or via AME doesn't matter, the problem stays the same.
    Now, when I start exporting, at one point, which is seemingly random (sometimes at 35%, sometimes at 60%, sometimes at 2% - I'm talking about the same sequence!) rendering becomes really really slow (~1 hour for a 3min video), and I don't understand why. I keeps slow until the whole sequence is finished. But before that, rendering was fast!
    But sometimes, I'm lucky, and - after restarting my computer and Premiere, the same sequences render in whole, in under 2 minutes!
    So obviously my computer is able to render fast. But it does not always do that. Sometimes - even after a fresh reboot, I'm out of luck and the same sequence renders in an hour - but only after a random point in the sequence.
    It's as if Premiere stumbles and can't get up again. The only thing that CAN help (though does not alway), is rebooting the system and hoping for the best.
    Where does this strange behaviour come from? I use ordinary footage, ordinary filters and an ordinary export codec. I have lots of RAM and lots of disk space
    I have not found a topic in this forum with a similar problem

    Similar problem here but on a Mac.   AME is always much slower than directly exporting from Premiere, but if I start to get slow renders a reboot always sorts the issue out.

  • Can i have xml elements with same name but one is having attrbt..?

    Hi all,
    I am suppose to take input from one system into BPEL.That system is auto gererating xml file. But that file is strange. It has two xml element with
    same name but with completely different sequence. First one is having two comlexTypes while second is having 5 simple types.
    Now the difference is First element is having attribute while second is not.
    So is that file is correct.?
    thanks a lot.
    /mishit

    can you post the file? or load the file into JDeveloper and check the syntax or use XMLSpy for validation of the XML.

  • Different sized clips in the same sequence?

    I have footage from various types of cameras with resolutions ranging from 640x480 to 720P in the same sequence.
    1. What is the best size to set my sequence? At the size of the largest clip?
    2. What else can I do to make the different sized clips work well in the same sequence (with the understanding that 640x480 is low res and poor quality)?
    Thanks.

    Hi Stanwelks,
    1) No, especially since the 640x480 material you have is not of good quality (even if it was you'd lose quality by enlarging the images). Sounds like that converting the HD material to SD could be your best choice especially if you have more standard definition material than HD.
    2)Keep it simple. Convert the HD material to DV and work on a DV timeline. This way you can match your sequence settings to one format, making sure you don't get to render all the time and that the lower res material is not going to look any worse.

  • Export Limits for Multiple Sequences in the Same Sequence File for TS3.0

    Hi,
    I am using TestStand 3.0 to a test application. Because we want to have our limits in a csv-file I have tried to use the Import/Export tools in TS. But this application only supports to export limits for the selected sequence (e.g. main, or subseq1) at a time. This makes it a pretty hard job to export limits from 30 test sequences. What I need is a possibility to export my limits from �all sequences� in my seq-file.
    I have found an article on NI Dev. Zone about �Export Limits for Multiple Sequences in the Same Sequence File (TestStand 1.0.x)�.
    http://sine.ni.com/apps/we/niepd_web_display.DISPLAY_EPD4?p_guid=B45EACE3D9CB56A4E034080020E74861&p_node=DZ52236&p_submitted=N&p_rank=&p_answer=&p_sourc
    e=External
    I have tried to use this code but because it�s for TS 1.0.2 the limits from my multi num test step and my custom steptypes isn�t exported. So that doesn�t fulfill my needs.
    Is there an updated version with �all sequences� added to TS 3.0? Is there other good solutions to my problem out there?
    Best Regards,
    Morten Pedersen
    CIM Industrial Systems A/S
    Denmark

    Hi David Mc,
    Thanks for your reply. I have already considered this solution because the source code is added in the folder described in your reply. But that is not a good solution. It will cost me a lot of time to establish the toolchain, reverse engineer the source code, make the implementations and build a new dll (most off these is already knowledge by NI). And when NI make future releases of TestStand I have some merge work to do every time NI have made some changes in the files I have changed.
    But as I write above: I have hoped that NI already has/or could made a solution like the one to 1.0.2 (see link in root) to me. And then they could include it in the next version.
    I don't think I am the only one in the TestStand world that ne
    ed this feature.
    Best regards,
    Morten Pedersen
    CIM Industrial Systems A/S
    Denmark

  • XML Parsing issue with same tag names at multiple levels.

    My XML has the same tag name , ID at different levels in the XML.
    <InventorySearch>
    <*ID*>ID1</*ID*>
    <interactionDate>2012-09-01T10:30:00Z</interactionDate>
    <DescribedBy>
    <value>Cycle Count extract</value>
    <Characteristic>
    <*ID*>ID2</*ID*>
    </Characteristic>
    </DescribedBy>
    <type>Cycle Count</type>
    <InventorySearchComprisedOf>
    <*ID*>ID3</*ID*>
    <quantity>
    <amount>1</amount>
    <units>EACH</units>
    </quantity>
    <itemDateComplete>2012-09-07T10:30:00Z</itemDateComplete>
    <itemStatus>Open</itemStatus>
    </InventorySearchComprisedOf>
    </InventorySearch>
    When I use the Extract function with XML Sequence, I am getting all the ID values concatenated.
    select extract(value(d),'//ID/text()').getstringval() as id1,
    extract(value(e),'//ID/text()'). getstringval() as id2
    from xxnbn_cc_response_xml_stg x,
    table(xmlsequence(extract(x.xml_column,'/InventorySearch'))) d,
    table(XMLSEQUENCE(extract(D.column_value,'//InventorySearchComprisedOf')))(+) E;
    Return values :
    ID1 - ID1ID2ID3
    ID2 - ID3
    Is this the right way to parse this type of XML?

    The answer would depend upon your version of Oracle
    select * from v$version
    and the desired result set you want to see.
    If you are 10.2 or later, than XMLTable would be easier to write, but I won't go that way until we know more about what you want to see.

Maybe you are looking for

  • Can you help advise re video card upgrade for my G4 MDD?

    Hello all. Just upgraded to Tiger from 10.2.8 a couple weeks ago. Should have done it long ago... like having a new computer! I want to get more out of the OS for mostly graphic apps like PS-CS2, Painter, Freehand, Fontographer, etc. Right now I have

  • So why offer Flash 13 upgrade to OS 10.9.2 if it is NOT working????

    I have spent about 45 minutes trying to install the 'new' update for OS 10.9.2, following all instructions, disabling possible problems with extensions, and uninstalling last version.  No success, and then find something saying there is a bug in new

  • Playlist gone and I can't update my ipod

    Hey...I would be so thankful if somebody could help me. My playlist with all my music on it is gone...and I dunno how. But anyways...it won't let me update because it was that the playlist containing the songs isn't there anymore, so there's no songs

  • OCI setting rollback segment

    When using OCI, how does not set which rollback segment to use? The equiv PL/SQL stmt is "EXEC SQL set transaction use rollback segment BIGRBS2;"

  • Power BI Drill Through

    Hi, A customer want to have a dashboard with a chart, click the chart and drill through another dashboard, no need to pass parameters. Have you done something similar, with Power BI Regards, Isabel