Dataguard showing 8hr lag between logs between primary and physical

I'm showing around 8 hrs between when my primary sends the redo to my physical standby. My protection mode is at maximum performance. I'm wondering if I should change the time that my primary sends the redo to something shorter? Is this ok to have such a span between when the primary sends the redo?
thanks.
Message was edited by:
Bogey

Are you saying it's taking 8 hrs to transfer a log to the physical standby or 8hrs to apply that log?
I suspect its the latter (unless you have huge logfiles and a slow network!) so yes you can tune the delay, its the DELAY parameter in the log_archive_dest_n paramater. Check to see what you have that set to.
As to whether 8hrs is ok is entirely dependent on your business and your service level agreements, so you'll have to answer that.

Similar Messages

  • Data Guard Archive Log Latency Between Primary and Physical Standby

    How can I get the time it takes (latency) for the primary instance to get an archive log over to the physical standby instance and get it "archived" and "applied". I have been looking at the V$ARCHIVED_LOG view on each side but the COLUMN "COMPLETION_TIME" always shows a date "MM/DD/YY" and no timestamp. I thought the DATE datatype include data and time. Any ideas on how I can get the latency info I'm looking for?
    Thanks
    Steve

    the COLUMN "COMPLETION_TIME" always shows a date "MM/DD/YY"
    and no timestamp. Did you try using TO_CHAR ? e.g.
    to_char(completion_time,'dd/mm/yyyy hh24:mi:ss')

  • Time zone difference between primary and physical standby

    Dear Team,
    We have Primary database server (with EST Time zone) and physical standby (with PST time zone), in case of switch over/fail over to physical standby
    what are the major impacts.
    Is it mandatory to be in time sync?
    Thanks in advance
    Aj

    CURRENT_TIMESTAMP
    04-FEB-10 10.22.20.444692 AM +05:30
    ( above is same on primary and standby)
    SQL> select systimestamp from dual;
    SYSTIMESTAMP
    03-FEB-10 08.52.46.934125 PM -08:00
    (above is 3hr diff from primary and standby)It is 13hrs difference
    One is around Indian subcontinent and other should be in US western region ?
    Systimestamp is the timestamp of the OS of the server and hence the difference and the sysdate value will be from systimestamp and if the applications uses SYSDATE then there can be an issue...

  • Data guard synchronization after link down b/w primary and physical standby

    Hi All,
    I have configured data guard on oracle 11gr2 db. Normally switchover between my primary and physical standby happens smoothly and the Apply lag would be zero. Recently We had to test a scenario when the network link between Primary and Physical standby is completely down and Physical standby is isolated completely for more than half an hour.
    When we brought up the link every thing worked smoothly but apply lag started increasing from 0 to around 3 hrs. And then it started reducing to 0. Currently Apply lag and transport lag shows 0.
    But is this normal behaviour of oracle data guard that when the link between primary and physical standby is completely down, It requires 3-4 hrs for resynchronization ??? Even when during isolation, there were very few transactions happend on primary database ??
    Are there any documents available for this scenario??
    Thanks

    Hi, after the link is up, if there were some transactions and produced archive logs it's normal to take some time for resync. To check if 3-4 hours is normal or not, you can repeat the scenario and this time check
    - how many archivelogs does primary produce in this period.
    - after the link is up, does archivelog transfer immediately starts from primary to standby? Is primary able to send these archivelogs parallel?
    - Is there anything wrong with the apply process?
    check primary & standby alert log files, and run this query on standby to check the transport and apply processes:
    SELECT PROCESS, STATUS, THREAD#, SEQUENCE#, BLOCK#, BLOCKS FROM V$MANAGED_STANDBY;
    regards

  • V$dataguard_stats showing 8 hrs delay between Primary and standby

    Hello All,
    My Primary and standby database are in sync but v$dataguard_stats on standby server showing 8 hrs delay between Primary and standby.
    DB Version:11.2.0.1.0
    Server :AIX
    Primary:
    SQL> select /*+ FULL(c) PARALLEL(c, 35) */ distinct SEQUENCE# "Last Sequence Generated" FROM V$ARCHIVED_LOG c WHERE (THREAD#,FIRST_TIME ) IN (select /*+ FULL(c) PARALLEL(c, 35) */ THREAD#,MAX(FIRST_TIME) FROM V$ARCHIVED_LOG c GROUP BY THREAD#);
    Last Sequence Generated
                       4521
    Standby:
    SQL> SELECT  APPL.SEQUENCE# "Last Sequence Applied"
    FROM (SELECT THREAD# ,SEQUENCE# FROM V$ARCHIVED_LOG WHERE (THREAD#,FIRST_TIME ) IN (SELECT THREAD#,MAX(FIRST_TIME) FROM V$ARCHIVED_LOG GROUP BY THREAD#)) ARCH,
      2    3  (SELECT THREAD# ,SEQUENCE# FROM V$LOG_HISTORY WHERE (THREAD#,FIRST_TIME ) IN (SELECT THREAD#,MAX(FIRST_TIME) FROM V$LOG_HISTORY GROUP BY THREAD#)) APPL
      4  WHERE ARCH.THREAD# = APPL.THREAD#;
    Last Sequence Applied
                     4521
    SQL> SELECT ARCH.THREAD# "Thread", ARCH.SEQUENCE# "Last Sequence Received", APPL.SEQUENCE# "Last Sequence Applied", (ARCH.SEQUENCE# - APPL.SEQUENCE#) "Difference"
      2  FROM (SELECT THREAD# ,SEQUENCE# FROM V$ARCHIVED_LOG WHERE (THREAD#,FIRST_TIME ) IN (SELECT THREAD#,MAX(FIRST_TIME) FROM V$ARCHIVED_LOG GROUP BY THREAD#)) ARCH,
      3  (SELECT THREAD# ,SEQUENCE# FROM V$LOG_HISTORY WHERE (THREAD#,FIRST_TIME ) IN (SELECT THREAD#,MAX(FIRST_TIME) FROM V$LOG_HISTORY GROUP BY THREAD#)) APPL
    WHERE ARCH.THREAD# = APPL.THREAD#;
      4
        Thread Last Sequence Received Last Sequence Applied Difference
             1                   4521                  4521          0
    SQL> select name, 'Hours', to_number(substr(value,5,2)) from v$dataguard_stats where name = 'apply lag' ;
    NAME                             'HOUR TO_NUMBER(SUBSTR(VALUE,5,2))
    apply lag                        Hours                            8------------------------------------------------------------------>>>Problem area

    SQL> SELECT status, error
    FROM V$ARCHIVE_DEST_STATUS
    WHERE STATUS <> 'DEFERRED' AND STATUS <> 'INACTIVE';  2    3
    STATUS    ERROR
    VALID
    VALID
    Standby--Generally in Night it happens that primary and standby 'apply lag' is 8/10/4 hrs .When manually checked database are in sync but  v$dataguard_stats showing difference in hrs
    NAME                             'AL
    SUBSTR(VALUE,1,12)
    apply lag                        ALL
    +00 04:11:03
    SQL> SQL>   2
    NAME                             'SECOND TO_NUMBER(SUBSTR(VALUE,11,2))
    apply lag                        Seconds                             3
    SQL> SQL>   2
    NAME                             'MINUTE TO_NUMBER(SUBSTR(VALUE,8,2))
    apply lag                        Minutes                           11
    SQL> SQL>   2
    NAME                             'HOUR TO_NUMBER(SUBSTR(VALUE,5,2))
    apply lag                        Hours                            4
    SQL> SQL>   2
    NAME                             'DAY TO_NUMBER(SUBSTR(VALUE,2,2))
    apply lag                        Days                            0

  • How to switch between primary and secondary langua...

    Hi guys,
    I've got an e52 but the only way to type in sec. Language while writing a message is:
    Option-> Input Options-> writing language-> primary writing language (which must be changed to new one)
    so there is no use of second. lang. or at least I don't know how to switch quickly between primary and second language without going that path.
    ANY HELP WOULD BE APPRECIATE.
    Aram

    HI Everyone,
    not sure if this helps. My solution is more fo Singpore users.
    As i text between English and Chinese, I was unable to set my Secondary language to Chinese as there is no option to do so in the Writing language menu.
    By discovery, i first set my Primay language as Chinese. Then further down the Language menu there is this option Default input. Click on that and select the default using Text case and select Ok.
    When writing sms, you can switch between this 2 languages using the # key.
    Hope it helps.
    Have a pleasant day.
    Aram_ocp wrote:
    Hi guys,
    I've got an e52 but the only way to type in sec. Language while writing a message is:
    Option-> Input Options-> writing language-> primary writing language (which must be changed to new one)
    so there is no use of second. lang. or at least I don't know how to switch quickly between primary and second language without going that path.
    ANY HELP WOULD BE APPRECIATE.
    Aram

  • Diff between logical and physical file path

    Hi ,
    Could you please explain difference between logical and physical file path's and their importance in ABAP.
    Thanks and regards,
    shyla

    Hi
    The function module FILE_GET_NAME convert a logical path into its corresponding physical path.
    The advantage of using logical pathes within your applications is obivous:
    If you need to change the physical path you just adjust it within transaction FILE yet no changes are required to your application.
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/25/ab3a57df3b11d189fc0000e829fbbd/frameset.htm
    The file names that you use in ABAP statements for processing files are physical names. This means that they must be syntactically correct filenames for the operating system under which your R/3 System is running. Once you have created a file from an ABAP program with a particular name and path, you can find the same file using the same name and path at operating system level.
    Since the naming conventions for files and paths differ from operating system to operating system, ABAP programs are only portable from one operating system to another if you use the tools described below.
    To make programs portable, the R/3 System has a concept of logical filenames and paths. These are linked to physical files and paths. The links are created in special tables, which you can maintain according to your own requirements. In an ABAP program, you can then use the function module FILE_GET_NAME to generate a physical filename from a logical one.
    Maintaining platform-independent filenames is part of Customizing. For a full description, choose Tools ® Business Engineer ® Customizing, followed by
    Implement. projects ® SAP Reference IMG. On the next screen, choose Basis Components System Administration ® Platform-independent File Names.
    For a more detailed description of the function module FILE_GET_NAME, enter its name on the initial screen of the Function Builder and choose Goto Documentation. On the next screen, choose Function module doc.
    Another way of maintaining platform-independent filenames is to use the Transaction FILE. The following sections provide an overview of the transaction.
    To create a logical filename, choose Logical filename definition, client-independent from the Navigation group box in Transaction FILE, then choose New entries. You define logical filenames
    You can either define a logical filename and link it to a logical path (as displayed here), or you can enter the full physical filename in the Physical file field. In the latter case, the logical filename is only valid for one operating system. The rules for entering the complete physical filename are the same as for the definition of the physical path for the logical file. To display further information and a list of reserved words, choose Help.
    If you link a logical path to a logical file, the logical file is valid for all syntax groups that have been maintained for that logical path. The filename specified under Physical file replaces the reserved word  in the physical paths that are assigned to the logical path. To make the name independent of the operating system, use names that begin with a letter, contain up to 8 letters, and do not contain special characters.
    Save your changes.

  • Diff  between logical and physical page ?

    hi
    what exactly difference between logical and physical pages?
    where to set page size in report designer?
    after seting paper size in report designer can i readjust in print dialogue box?
    which is will be effected?
    please explain

    A logical page can contain several physical pages. Assume you want to create a format which is larger then your printer is able to print, then you can define a logical size, which contains n pages horizontally and m pages vertically.
    To set the page size for your report have a look at the properties in the main section of your paper layout.
    Regards
    Rainer

  • Windows 8.1 screen bounces between primary and secondary monitors

    I have a Lenovo T530 laptop with a docking station and a IBM monitor L200P attached to it.
    Up until yesterday, this configuration was running Windows 8 Pro with no issues.
    However today, after I installed the Windows 8.1 upgrade, I started having problems with the screen bouncing between the primary and secondary monitors without my intervention. The problem happens very regularly, regardless of whether I have selected the laptop as primary monitor or the IBM monitor attached to the docking station.
    I verified that the problem does not happen with Windows 7 and Windows 8 installation and only starts appearing after the Windows 8.1 upgrade is applied.
    Does anybody have similar problems
    Thank you in advance.

    O''philipp [[#answer-697652|said]]''
    <blockquote>
    another thing you could try is this: enter '''about:config''' into the firefox address bar (confirm the info message in case it shows up) & search for the preference named '''layout.css.devPixelsPerPx'''.
    double-click it and change its value to '''1.2''' (or any other zoom factor that fits your purpose: 1.0 relates to 100%, 1.2 equals 120% and so on; -1.0 is the default value and will adhere to the system settings).
    </blockquote>
    Okay, I tried it, set it to 1.2 and even more stuff got blurry and fuzzy. Besides everything in the FF menu bar everything in the header on youtube and a few other pages did it too. It did make the pages fill the actual page better, but the blur is worse than this prob so I set it back to -1.0.
    Any other ideas?

  • Shared FRA disk between Primary and Standby RAC

    Hello all,
    I need some clarification.  Can a ASM +FRADG shared between RAC 2 nodes 11gR2 Primary and RAC 2 nodes 11gR2 Physical Standby Database in order to use it for backup and recovery on both databases.
    Thank you.

    Hi,
    If you are looking this document:
    http://docs.oracle.com/cd/E11882_01/server.112/e18951/asmcon.htm#OSTMG94055
    Then I understand it that you can use ASM diskgroups only inside same Oracle Clusterware.
    So if you have two separate RAC clusters (two separate Oracle Clusterware) then you cannot share ASM between those.
    And I don't think it would be wise even if it would be possible.
    This is because if one database will fill up your FRA disks then both RAC databases are hold (if you are putting your archivelogs in the FRA).
    Also disk/diskgroup maintenance jobs might be difficult in that kind of configuration.

  • Archive gap between primary and standby

    Hi,
    I've a production environment with 2node RAC with ASM as primary and standalone standby with datafiles stored on the filesystem.
    Always on the standby side, there is only one archive gap on the standby end, it is not applying it even after arrival of the archivelog.
    How to overcome it?
    Thanks

    Hello;
    Depending upon the query you are using "Real time apply" might show as 1 log behind. Is this possible?
    Example from mine :
    STANDBY               SEQUENCE# APPLIED    COMPLETIO                                               
    STANDBY2                 10711 YES        31-MAY-12                                               
    STANDBY2                 10712 YES        31-MAY-12                                               
    STANDBY2                 10713 YES        31-MAY-12                                               
    STANDBY2                 10714 YES        31-MAY-12                                               
    STANDBY2                 10715 YES        31-MAY-12                                               
    STANDBY2                 10716 YES        31-MAY-12                                               
    STANDBY2                 10717 YES        31-MAY-12                                               
    STANDBY2                 10718 YES        31-MAY-12                                               
    STANDBY2                 10719 YES        31-MAY-12                                               
    STANDBY2                 10720 YES        31-MAY-12                                               
    STANDBY2                 10721 YES        31-MAY-12                                               
    STANDBY2                 10722 YES        31-MAY-12                                               
    STANDBY2                 10723 YES        31-MAY-12                                               
    STANDBY2                 10724 YES        31-MAY-12                                               
    STANDBY2                 10725 NO         01-JUN-12     So sequence 10725 is still in progress so it shows 'NO'.
    Can you post the query you are using?
    Best Regards
    mseberg
    Edited by: mseberg on Jun 14, 2012 7:28 AM

  • HT204370 why is there a lag between sound and the film

    can anyone help me my films in i tunes have a lag between the sound and the picture. They worked fine when i purchased them but have now developed this time delay, Very annoying when their lips move but out of time to thier spoken word.

    Hey ben.brittain,
    There's an article that helps troubleshoot video playback issues within iTunes for Windows 7. It specifically mentions audio that is out of sync with the image on-screen. You can check it out here:
    Troubleshooting iTunes for Windows Vista or Windows 7 video playback performance issues
    http://support.apple.com/kb/TS1718
    Cheers,
    David

  • How to switch between primary and secondary input ...

    Hey guys ,
    I have Nokia 6700 Slide
    I have to write SMS's in two languages so I need to switch between secondary and primary input language put the way I know is boring and inefficient so that if anybody know a shortcut that help to switch between the primary and the secondary input language that will be awesome  .
    thanks

      when writing text ,To change the
    writing language, select Options >
    Input options > Writing language
    or refer to page 28
    http://www.google.ie/url?sa=t&source=web&cd=2&ved=0CB8QFjAB&url=http%3A%2F%2Fnds1.nokia.com%2Ffiles%...
    If  i have helped at all a click on the white star below would be nice thanks.
    Now using the Lumia 1520

  • ADF 11: dvt:schedulingGantt : phase lag between resources and tasks

    I am using dvt:schedulingGantt in my ADF BC application.
    When I don't have simultaneous tasks in the same resource, the visualization in good.
    But when I have simultaneous tasks in the same resource, in many resorces. the height of in the part of the resources does not coincide exactly with the height with the part of the tasks.
    I you are using a lot of resources, in the last resources, it is posible the tasks of a resource are horizontally on another resource

    Hi Frank,
    If you use the demo rcfDvtDemo and create more tasks in the SampleModelFactory.java you can see the delay between resources and tasks.
    In the last resource "Sue Morgan" The tasks "Hewitt Pacific" and "Johnson" are 10 px below the resource
    This delay increase when you work with a lot of resources. The user might make an mistake.
    I paste here the code from the method getSchedulingGanttModel, from the file: dsstools/modules/dvt-faces-demo/src/oracle/adfdemo/view/feature/rich/gantt/data/SampleModelFactory.java
    public static TreeModel getSchedulingGanttModel()
    Employee _r1 = new Employee("r1", "PRS-1", "Celula 1", "06:00", "15:00", null);
    Task t11 = new Task("t11", "Ped.1560 L1", r1.getResourceId(), _r1.getResourceName(), parseDate("12/21/2006 14:00"), parseDate("12/21/2006 15:30"), "blue");
    t11.setLabel(t11.getTaskName());
    r1.addTask(t11);
    Task t12 = new Task("t12", "Ped.1560 L2", r1.getResourceId(), _r1.getResourceName(), parseDate("12/22/2006 10:00"), parseDate("12/22/2006 14:30"), "blue");
    t12.setLabel(t11.getTaskName());
    r1.addTask(t12);
    Employee _r2 = new Employee("r2", "PRS-2", "Celula 2", "07:00", "16:00", null);
    Task t21 = new Task("t21", "Cymer Inc.", r2.getResourceId(), _r2.getResourceName(), parseDate("12/21/2006 09:00"), parseDate("12/21/2006 10:30"), "gold");
    t21.setLabel(t21.getTaskName());
    _t21.setStartupTime(30);
    r2.addTask(t21);
    Task t21b = new Task("t21b", "Cymer Inc.", r2.getResourceId(), _r2.getResourceName(), parseDate("12/21/2006 09:00"), parseDate("12/21/2006 10:30"), "gold");
    t21b.setLabel(t21b.getTaskName());
    r2.addTask(t21b);
    Task t21c = new Task("t21c", "Cymer Inc.", r2.getResourceId(), _r2.getResourceName(), parseDate("12/21/2006 09:00"), parseDate("12/21/2006 10:30"), "gold");
    t21c.setLabel(t21c.getTaskName());
    r2.addTask(t21c);
    Task t22 = new Task("t22", "Ped 1561 L1", r2.getResourceId(), _r2.getResourceName(), parseDate("12/22/2006 08:00"), parseDate("12/22/2006 11:30"), "gold");
    t22.setLabel(t22.getTaskName());
    _t22.setStartupTime(30);
    r2.addTask(t22);
    Task t23 = new Task("t23", "Ped 1562 L1", r2.getResourceId(), _r2.getResourceName(), parseDate("12/22/2006 14:00"), parseDate("12/22/2006 16:30"), "gold");
    t23.setLabel(t23.getTaskName());
    r2.addTask(t23);
    Employee _r3 = new Employee("r3", "BELSO", "Celula 3", "14:00", "16:00", null);
    Task t31 = new Task("t31", "Ped 1568 L1", r3.getResourceId(), _r3.getResourceName(), parseDate("12/21/2006 10:30"), parseDate("12/21/2006 11:15"), "grey");
    t31.setLabel(t31.getTaskName());
    _t31.setStartupTime(20);
    Task t32 = new Task("t32", "Ped 1569 L1", r3.getResourceId(), _r3.getResourceName(), parseDate("12/21/2006 12:30"), parseDate("12/21/2006 13:30"), "tan");
    t32.setLabel(t32.getTaskName());
    _t32.setStartupTime(20);
    r3.addTask(t31);
    r3.addTask(t32);
    Task t33 = new Task("t33", "Hibbings West", r3.getResourceId(), _r3.getResourceName(), parseDate("12/22/2006 9:30"), parseDate("12/22/2006 11:15"), "grey");
    t33.setLabel(t33.getTaskName());
    _t33.setStartupTime(15);
    Task t34 = new Task("t34", "Hibbings West", r3.getResourceId(), _r3.getResourceName(), parseDate("12/22/2006 14:30"), parseDate("12/22/2006 17:30"), "tan");
    t34.setLabel(t34.getTaskName());
    r3.addTask(t33);
    r3.addTask(t34);
    Employee _r4 = new Employee("r4", "Joe Block", "Consulting", "06:00", "15:00", null);
    Task t41 = new Task("t41", "Harwell", r4.getResourceId(), _r4.getResourceName(), parseDate("12/21/2006 09:30"), parseDate("12/21/2006 10:30"), "purple");
    t41.setLabel(t41.getTaskName());
    Task t42 = new Task("t42", "Service.com", r4.getResourceId(), _r4.getResourceName(), parseDate("12/21/2006 15:00"), parseDate("12/21/2006 16:30"), "aqua");
    t42.setLabel(t42.getTaskName());
    _t42.setStartupTime(15);
    r4.addTask(t41);
    r4.addTask(t42);
    Task t43 = new Task("t43", "Harwell", r4.getResourceId(), _r4.getResourceName(), parseDate("12/22/2006 11:30"), parseDate("12/22/2006 12:30"), "purple");
    t43.setLabel(t43.getTaskName());
    Task t44 = new Task("t44", "Service.com", r4.getResourceId(), _r4.getResourceName(), parseDate("12/22/2006 15:30"), parseDate("12/22/2006 16:30"), "aqua");
    t44.setLabel(t44.getTaskName());
    _t43.setStartupTime(15);
    r4.addTask(t43);
    r4.addTask(t44);
    Employee _r5 = new Employee("r5", "Stacey Edwards", "Support", "06:00", "15:00", null);
    Task t51 = new Task("t51", "HewWWWitt Pacific", r5.getResourceId(), _r5.getResourceName(), parseDate("12/21/2006 13:00"), parseDate("12/21/2006 14:30"), "red");
    t51.setLabel(t51.getTaskName());
    r5.addTask(t51);
    Task t52 = new Task("t52", "Hewitt Pacific", r5.getResourceId(), _r5.getResourceName(), parseDate("12/22/2006 13:00"), parseDate("12/22/2006 15:30"), "green");
    t52.setLabel(t52.getTaskName());
    Task t53 = new Task("t53", "Hewitt Pacific", r5.getResourceId(), _r5.getResourceName(), parseDate("12/22/2006 16:00"), parseDate("12/22/2006 17:30"), "green");
    t53.setLabel(t53.getTaskName());
    _t53.setStartupTime(30);
    r5.addTask(t52);
    r5.addTask(t53);
    Employee _r6 = new Employee("r6", "Jimmy Jones", "Support", "06:00", "15:00", null);
    Task t61 = new Task("t61", "900414 29,5º BLA BLA BLA", r6.getResourceId(), _r6.getResourceName(), parseDate("12/21/2006 10:00"), parseDate("12/21/2006 11:00"), "orange");
    t61.setLabel(t61.getTaskName());
    r6.addTask(t61);
    Task t61B = new Task("t61B", "XXX414 29,5º BLA BLA BLA", r6.getResourceId(), _r6.getResourceName(), parseDate("12/21/2006 10:00"), parseDate("12/21/2006 11:00"), "orange");
    t61B.setLabel(t61B.getTaskName());
    r6.addTask(t61B);
    Task t61c = new Task("t61c", "XXX414 29,5º BLA BLA BLA", r6.getResourceId(), _r6.getResourceName(), parseDate("12/21/2006 10:00"), parseDate("12/21/2006 11:00"), "orange");
    t61c.setLabel(t61c.getTaskName());
    r6.addTask(t61c);
    Task t61d = new Task("t61d", "XXX414 29,5º BLA BLA BLA", r6.getResourceId(), _r6.getResourceName(), parseDate("12/21/2006 10:00"), parseDate("12/21/2006 11:00"), "orange");
    r6.addTask(t61d);
    Employee _r7 = new Employee("r7", "Dominique Monstratelli", "Technical Staff", "06:00", "15:00", null);
    Task t71 = new Task("t71", "wwwState Machine", r7.getResourceId(), _r7.getResourceName(), parseDate("12/21/2006 13:00"), parseDate("12/21/2006 15:30"), "blue");
    t71.setLabel(t71.getTaskName());
    Task t72 = new Task("t72", "Johnson", r7.getResourceId(), _r7.getResourceName(), parseDate("12/21/2006 15:00"), parseDate("12/21/2006 16:30"), "aqua");
    t72.setLabel(t72.getTaskName());
    r7.addTask(t71);
    r7.addTask(t72);
    Task t73 = new Task("t73", "State Machine", r7.getResourceId(), _r7.getResourceName(), parseDate("12/22/2006 10:00"), parseDate("12/22/2006 11:30"), "levander");
    t73.setLabel(t73.getTaskName());
    Task t74 = new Task("t74", "Johnson", r7.getResourceId(), _r7.getResourceName(), parseDate("12/22/2006 15:00"), parseDate("12/22/2006 16:30"), "blue");
    t74.setLabel(t74.getTaskName());
    r7.addTask(t73);
    r7.addTask(t74);
    Employee _r8 = new Employee("r8", "Sue Morgan", "Technical Staff", "06:00", "15:00", null);
    Task t81 = new Task("t81", "Hewitt Pacific", r8.getResourceId(), _r8.getResourceName(), parseDate("12/21/2006 11:15"), parseDate("12/21/2006 12:30"), "gold");
    t81.setLabel(t81.getTaskName());
    Task t82 = new Task("t82", "Hewitt Pacific", r8.getResourceId(), _r8.getResourceName(), parseDate("12/21/2006 13:30"), parseDate("12/21/2006 15:00"), "grey");
    t82.setLabel(t82.getTaskName());
    _t82.setStartupTime(15);
    Task t83 = new Task("t83", "Johnson", r8.getResourceId(), _r8.getResourceName(), parseDate("12/21/2006 15:15"), parseDate("12/21/2006 16:00"), "tan");
    t83.setLabel(t83.getTaskName());
    r8.addTask(t81);
    r8.addTask(t82);
    r8.addTask(t83);
    Task t84 = new Task("t84", "Johnson", r8.getResourceId(), _r8.getResourceName(), parseDate("12/22/2006 14:15"), parseDate("12/22/2006 16:00"), "lime");
    t84.setLabel(t84.getTaskName());
    _t84.setStartupTime(30);
    r8.addTask(t84);
    ArrayList _resources = new ArrayList(10);       
    resources.add(r1);
    resources.add(r2);
    resources.add(r3);
    resources.add(r4);
    resources.add(r5);
    resources.add(r6);
    resources.add(r7);
    resources.add(r8);
    return ModelUtils.toTreeModel(_resources);
    }

  • Dataguard 9iR2 using same SID for primary and physical standby issues

    Hello, I have been following the Creating Physical Standby Database document from Oracle setting up a physical clone for a 9iR2 database on Solaris 9 environment between two identical workstations. I want to databases to have the same SID for relatively seemless failover however the redo logs are not pushed to the physical clone. when I switch a logfile on the primary and then query v$archive_dest on dest_id=2 I get a status of ERROR and the ERROR is the ORA-12154 TNS service name error.
    Here is a summary of my setup:
    Primary - SID = PROD1, located on WS001
    Clone - SID = PROD1, located on WS002
    SPFILE settings on Primary:
    *.db_name='PROD1'
    *.dg_broker_start=true
    *.fal_client='PROD1_node2'
    *.fal_server='PROD1_node1'
    *.log_archive_dest_2='service=PROD1_node2 optional lgwr async=20480 noaffirm reopen=15 max_failure=10 delay=30 net_timeout=30'
    tnsnames.ora on Primary:
    PROD1_node2 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP) (HOST = WS002) (PORT = 1521))
    (CONNECT_DATA =
    (SID = PROD1)
    listener.ora on secondary:
    PROD1_node2 =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP) (HOST = WS002) (PORT = 1521))
    SID_LIST_PROD1_node2 =
    (SID_LIST =
    (SID_DESC =
    (ORACLE_HOME = /export/oracle/oracle_9.2/PROD1)
    (SID_NAME = PROD1)
    Any input would be appreciated. I can provide whatever else you might need. I thought this was the most pertinent to this problem.
    Thanks.
    Jim

    I have been looking at the sqlnet.ora files for the two databases
    for WS001:
    Names.Default_Domain = WS001.example.com
    Names.Directory_Path = (TNSNAMES, ONAMES,HOSTNAME)
    for WS002:
    Names.Default_Domain = WS002.example.com
    Names.Directory_Path = (TNSNAMES, ONAMES,HOSTNAME)
    I cannot connect with sqlplus from WS001 to WS002 on the other machine.

Maybe you are looking for

  • Why won't my new macbook pro recognise a recorded dvd?

    I have a burned dvd of family wedding photos. It works fine in my old HP laptop (Windows) but isnt recognised as anything other than a blank disc in the MacBook Pro harddrive...... any ideas?

  • Why use so much memory?!

    I am using Java Desktop on Solaris 10. The Sun Blade150 machine has 768M physical memory and more than 400M is used before I start anything other than mozilla! That's more than double than any windows machines I have ever used. I just joined this com

  • Cannot read PDF files downloaded via acsm

    The app does not allow copying and reading the PDF downloaded via acsm delivery mechanism as it reports to be protected.  Is this known issue or needs to be treated like a feature request. On PC, you read this document via Adobe Digital Editions. Tha

  • Exit Variable selction screen validation

    Hi experts, I have a 2 variables in the selection screen one for material and other for vendor . when both are empty i need to show the selection screen again, If any one is entered then i need to show the report. I used the FM  CALL FUNCTION 'RRMS_M

  • Sharing disabled for external hard disks?

    After installing Lion, I find that I could not enable sharing for my external hard disks. I right-clicked each hard disk in Finder, checked the Shared Folder box and after I close the window and reopen it, the Shared Folder box is again unchecked. In