<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html class="p_AFMaximized" dir="ltr" lang="en-GB"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"><link rel="stylesheet" charset="UTF-8" type="text/css" href="Document%201199543.1_fichiers/ep-mos-dwpodf-en-ltr-gecko-cmp-s.css"><script type="text/javascript" src="Document%201199543.1_fichiers/Locale1_2_12_3_3.js"></script><script type="text/javascript">var AdfAssert = new Object();AdfAssert.DEBUG = false;</script><script type="text/javascript" src="Document%201199543.1_fichiers/boot-11.js"></script><script type="text/javascript">AdfLogger.DEFAULT_LEVEL=AdfLogger.OFF;(AdfLogger.LOGGER=new AdfLogger('global', new AdfBufferedLogWriter())).register();var checkAgentSupport = false;AdfAgent.AGENT = AdfAgent.getAgent(window);var lookAndFeel = new AdfDhtmlLookAndFeel(window);AdfAgent._LOG_WRITERS = "NativeLogWriter";AdfPage.PAGE = lookAndFeel.createPage();var page = AdfPage.PAGE;page.setBaseResourceUrl("/epmos");page.setAccessibilityMode("default");page.setAnimationEnabled(false);page.__setSessionIdentifier('d7hu1g9nq');page.__setOutputMode('default');</script><script type="text/javascript" src="Document%201199543.1_fichiers/core-11.js"></script><script type="text/javascript" src="Document%201199543.1_fichiers/AdfTranslations-11.js"></script><title>Document  1199543.1</title><link rel="stylesheet" type="text/css" afrres="true" href="Document%201199543.1_fichiers/kmstyles-15.css"><script type="text/javascript" language="javascript" src="Document%201199543.1_fichiers/jquery-15.js"></script><script type="text/javascript" language="javascript" src="Document%201199543.1_fichiers/commonKM-15.js"></script><script type="text/javascript" language="javascript" src="Document%201199543.1_fichiers/clickStreamLogger-15.js"></script><script type="text/javascript" language="javascript">var pageState = "";
  var backDecrementUnit = '3';
  var executeBackJavascript = 'true';
  $( document ).ready(function() {
    pageState = getQueryVariable("_adf.ctrl-state");
    });
   function getQueryVariable(variable)
    {
       var query = window.location.search.substring(1);
       var vars = query.split("&");
       for (var i=0;i<vars.length;i++) {
               var pair = vars[i].split("=");
               if(pair[0] == variable){return pair[1];}
       }
       return(false);
    }
   window.onbeforeunload = function () {
   var pageURL = document.URL;
    if(executeBackJavascript == 'true' && 
        (pageURL.indexOf("epmos/faces/DocumentDisplay") > 0 || pageURL.indexOf("epmos/faces/SearchDoc") > 0) ){
        try{
                        var numberState = pageState.split("_")[1] - backDecrementUnit;
                        window.name = pageState.split("_")[0] + "_" + numberState;
        }catch(err){}
         }
    } 
        function handleSugClick (event) {
            var link = event.getSource();
            AdfCustomEvent.queue(link, "logSugClickStream", {}, false);
        }</script><script type="text/javascript" language="javascript">referenceRedirect = function (event) {
          var referenceId = event.getSource().getProperty('referenceId');
          AdfCustomEvent.queue(event.getSource(), "referenceRedirectEvent", 
          {
              referenceId : referenceId
          },
true);
      }</script><script type="text/javascript" language="javascript">showRecentDocContextMenu = function (event) {
          var id = event.getSource().getProperty('bid');
          var docUrl = event.getSource().getProperty('docUrl');
          var bugUrl = event.getSource().getProperty('bugUrl');
          var type = event.getSource().getProperty('type');
          var component = document.getElementById(event.getSource().getClientId());
          if (type == 'BUG') {
              component.href = bugUrl + id + "&parent=WIDGET_RECENT_DB";
          }
          else {
              component.href = docUrl + id + "&parent=WIDGET_RECENT_DB";
          }
      }
      recentLinkWidgetRedirect = function (event) {
          var documentId = event.getSource().getProperty('documentId');
          AdfCustomEvent.queue(event.getSource(), "recentLinkWidgetRedirectEvent", 
          {
              documentId : documentId
          },true);
      }</script><script type="text/javascript" language="javascript">function onCommentsKeyUp(event) {
    //event.cancel();
    var source = event.getSource();
    var feedbackButtonComponent = source.findComponent("cb1");
    var domElement = AdfRichUIPeer.getDomElementForComponent(feedbackButtonComponent);
    var submittedComments = source.getSubmittedValue();
    
    if (submittedComments == null || submittedComments == '') {
        var rateComponent = source.findComponent("sor1");
        var helpComponent = source.findComponent("sor2");
        var findComponent = source.findComponent("sor3");
        if (rateComponent.getSubmittedValue() == "1" || 
            helpComponent.getSubmittedValue() == "1" ||
            findComponent.getSubmittedValue() == "1") {
            feedbackButtonComponent.setProperty('disabled', true);
            document.getElementById(feedbackButtonComponent.getClientId()).disabled = true;
            AdfDomUtils.addOrRemoveCSSClassName(true, domElement, AdfRichUIPeer.DISABLED_STYLECLASS);
        }
    } else {
        feedbackButtonComponent.setProperty('disabled', false);
        document.getElementById(feedbackButtonComponent.getClientId()).disabled = false;
        AdfDomUtils.addOrRemoveCSSClassName(false, domElement, AdfRichUIPeer.DISABLED_STYLECLASS);
    }
}

function onCommentsFocus(event) {
    var source = event.getSource();
    var submittedComments = source.getSubmittedValue();
    var requiredText = source.getProperty("requiredText");
    if (submittedComments == requiredText)
        source.setValue("");
}

function onQuestionValueChange(event) {
    var source = event.getSource();
    var submittedValue = source.getSubmittedValue();
    var commentsComponent = source.findComponent("it1");
    var requiredText = commentsComponent.getProperty("requiredText");
    var feedbackButtonComponent = source.findComponent("cb1");
    var domElement = AdfRichUIPeer.getDomElementForComponent(feedbackButtonComponent);
    var commentsValue = commentsComponent.getSubmittedValue();
    
    if (submittedValue == "1") {
        if (commentsValue == null || commentsValue == '') {
            feedbackButtonComponent.setProperty('disabled', true);
            document.getElementById(feedbackButtonComponent.getClientId()).disabled = true;
            AdfDomUtils.addOrRemoveCSSClassName(true, domElement, AdfRichUIPeer.DISABLED_STYLECLASS);
            commentsComponent.setValue(requiredText);
        }
    } else {
        var rateComponent = source.findComponent("sor1");
        var helpComponent = source.findComponent("sor2");
        var findComponent = source.findComponent("sor3");
        if (rateComponent.getSubmittedValue() != "1" &&
            helpComponent.getSubmittedValue() != "1" &&
            findComponent.getSubmittedValue() != "1") { 
            feedbackButtonComponent.setProperty('disabled', false);
            document.getElementById(feedbackButtonComponent.getClientId()).disabled = false;
            AdfDomUtils.addOrRemoveCSSClassName(false, domElement, AdfRichUIPeer.DISABLED_STYLECLASS);
            if (commentsValue == requiredText)
                commentsComponent.setValue("");
        }
    }
}</script><script type="text/javascript" language="javascript" src="Document%201199543.1_fichiers/messageArea-15.js"></script><script type="text/javascript" language="javascript" src="Document%201199543.1_fichiers/s_code_devh-15.js"></script><script type="text/javascript" language="javascript" src="Document%201199543.1_fichiers/clickstream-15.js"></script><script type="text/javascript" language="javascript">function clickMessageCenter(event) {
        var link = event.getSource();
        var tabName = link.getProperty('tabName');
        AdfCustomEvent.queue(link, "logClickstream", {}, true);
    }
    function disableSignout(event){
        var firingPrompt=event.getSource();
        firingPrompt.setStyleClass('goMenuItemDisabled');
        firingPrompt.setDestination(null);
              }</script><script type="text/javascript" language="javascript" src="Document%201199543.1_fichiers/customComponent-15.js"></script><script type="text/javascript" language="javascript" src="Document%201199543.1_fichiers/promptedText-15.js"></script><script type="text/javascript" language="javascript" src="Document%201199543.1_fichiers/fwkComponent-15.js"></script><script type="text/javascript" language="javascript">function showPVAddEditPopup(event) {
            event.cancel();
            var source = event.getSource();
            var popupId = ('pvAddEdit');
            
            var popup = AdfPage.PAGE.findComponentByAbsoluteId(popupId);
            var halignid = 'pvOnOffLink';
            if (popup == null){ 
                popup = AdfPage.PAGE.findComponentByAbsoluteId('pt1:svHd:'+attrId+':'+popupId); 
                halignid = 'pt1:svHd:pv1:pvOnOffLink';
            }
            if (!popup.isPopupVisible()) {
                var hints = {
                };
                hints[AdfRichPopup.HINT_LAUNCH_ID] = source.getClientId();
                hints[AdfRichPopup.HINT_ALIGN_ID] = halignid;
                hints[AdfRichPopup.HINT_ALIGN] = AdfRichPopup.ALIGN_AFTER_END;
                popup.show(hints);
            }
        }

        
        function hidePVAddPopup(event) {
            event.cancel();
            var source = event.getSource();
            var attrId = source.getProperty('attrId');
            var popupId = source.getProperty('popupId');
            var isCanceled = source.getProperty('isCanceled');
            var popup = AdfPage.PAGE.findComponentByAbsoluteId(attrId+':pvAdd');
            if (popup.isPopupVisible()) {
                if (isCanceled)
                    popup.cancel();
                else 
                    popup.hide();
            }
        }
        
        handlePVTextfieldKeyUpAdd = function (event) { 
            var inputTextComponent = event.getSource();
            var sourceId = event.getSource().getClientId();
            var okButtonId = sourceId.replace(inputTextComponent.getId(), 'pvAddOK');
            sourceId = sourceId + '::content';
            //var input = $('input[id*=' + sourceId + ']');
            var inp = document.getElementById(sourceId);
            var okButton = document.getElementById(okButtonId);
            //alert(inp.value+' : '+okButton.className.indexOf('Disabled'));
            if (okButton.className.indexOf('Disabled')  > 0  && inp.value != null){
                AdfCustomEvent.queue(event.getSource(), "textFieldKeyUpEventAdd", {fvalue : inp.value}, false);
            } else if (okButton.className.indexOf('Disabled')  == -1  && (inp.value == '' || inp.value == null)){
                AdfCustomEvent.queue(event.getSource(), "textFieldKeyUpEventAdd", {fvalue : inp.value}, false);
            }
            
        }
        handlePVTextfieldKeyUp = function (event) { 
            var inputTextComponent = event.getSource();
            var sourceId = event.getSource().getClientId();
            var okButtonId = sourceId.replace(inputTextComponent.getId(), 'pvEditOK');
            sourceId = sourceId + '::content';
            //var input = $('input[id*=' + sourceId + ']');
            var inp = document.getElementById(sourceId);
            var okButton = document.getElementById(okButtonId);
            //alert(inp.value+' : '+okButton.className.indexOf('Disabled'));
            if (okButton.className.indexOf('Disabled')  > 0  && inp.value != null){
                AdfCustomEvent.queue(event.getSource(), "textFieldKeyUpEvent", {fvalue : inp.value}, false);
            } else if (okButton.className.indexOf('Disabled')  == -1  && (inp.value == '' || inp.value == null)){
                AdfCustomEvent.queue(event.getSource(), "textFieldKeyUpEvent", {fvalue : inp.value}, false);
            }
            
        }</script><script type="text/javascript" language="javascript" src="Document%201199543.1_fichiers/jgrowl-15.js"></script><script type="text/javascript" language="javascript" src="Document%201199543.1_fichiers/notifications-15.js"></script><script type="text/javascript" language="javascript" src="Document%201199543.1_fichiers/cookies-15.js"></script><script type="text/javascript" language="javascript" src="Document%201199543.1_fichiers/presence-15.js"></script><script type="text/javascript" language="javascript" src="Document%201199543.1_fichiers/invitation-15.js"></script><link rel="stylesheet" type="text/css" afrres="true" href="Document%201199543.1_fichiers/jgrowl-15.css"><link rel="stylesheet" type="text/css" afrres="true" href="Document%201199543.1_fichiers/notification-15.css"><script type="text/javascript" language="javascript">//
    var legalStatement = 'If you accept the chat invitation, a transcript of your chat with the engineer will be attached to the service request while it is open. For details, review the <a href="{0}" target="_blank">Oracle Global Customer Support Security Practices</a>.'.replace('{0}', 'http://www.oracle.com/us/support/library/customer-support-security-practices-069170.pdf');
    var notificationHtmlElement = '<div id="notification" > ' +
      '  <p>{0} has requested to chat about  ' +
      '  <a target="_blank" href="/epmos/faces/SrDetail?needSrDetailRefresh=true&srNumber={1}">SR {1}: {2}</a></p>' +
      '  <span id="expireTime">Chat request will close in <span class="chatInvitationCountDown">10</span> minutes </span>' +
      '  <div id="commandButtonBar"> ' +
      '    <button id="declineInvitation" title="When you click \'No, I\'m Busy\' a text box will appear, allowing you to provide feedback to the customer on your availability.">No, I\'m Busy</button> ' +
      '    <button id="acceptInvitation">Accept Invitation</button> ' +
      '  </div>' +
      '  <div id="invitationLegalStatement"> ' + legalStatement + ' </div>' +
      '</div>';
      
    var recoverNotificationElement = '<div id="recoverNotification" > ' +
        '  <p>You have active conversations in progress. Do you want to recover them?</p>' +
        '  <div id="commandButtonBarRecover"> ' +
        '    <button id="declineRecoverNotification">No, don\'t recover</button> ' +
        '    <button id="acceptRecoverNotification">Yes, recover</button> ' +
        '  </div>' +
        '</div>';
      
    var notificationHtmlElementHeader = '<div class="oracleLogo"><img src="/epmos/faces/common/images/invitations/oracle.png" /></div>' +
      '<div class="chatLogo">' +
      '  <img src="/epmos/faces/common/images/chat_icon.png" class="chatIcon"/>' +
      '  <span class="chatWithOracle">Chat with <span class="chatWithOracle_MOS">My Oracle Support</span></span> ' +
      '</div>' +
      '<div style="clear:both" />';
    INVITATION.config.ROOT_CONTEXT = '/epmos/';
    INVITATION.config.isScreenReaderMode = false;
    INVITATION.config.tabbedChatLoader = '/epmos/faces/common/images/spinning-wheel.gif';
    INVITATION.config.messageForAnInvitationActionAlreadyProcessed = 'This invitation is no longer valid.';
    INVITATION.config.genericError = 'An unexpected error occured, please try again later.';
    INVITATION.config.messageForPopupBlockerEnabled = 'Please disable the popup blocker and then click Accept again.';
    INVITATION.config.invitationAsPlainText = '{0} has requested to chat about  SR {1}: {2}';
    INVITATION.config.invitationAsHtmlElement = notificationHtmlElement;
    INVITATION.config.recoverNotificationAsPlainText = 'You have active conversations in progress. Do you want to recover them?';
    INVITATION.config.recoverNotificationAsHtmlElement = recoverNotificationElement;    
    INVITATION.config.invitationHeaderForHtmlElement = notificationHtmlElementHeader;
    INVITATION.config.unreadMessage = 'message';
    INVITATION.config.unreadMessages = 'messages';
    INVITATION.config.declineMessage = 'Provide feedback to the customer on your availability';
    INVITATION.config.declineMessageSubmit = 'Send';

    var enableDesktopNotificationsElement = '<div id="enableDesktopNotifications" > ' +
        '  <p>Oracle Support might want to chat with you about your open service requests. While you are signed into My Oracle Support, we can pop-up a message to let you know your engineer wants to chat. To allow these pop-up notifications, do two things: <br></p><ol><li>Click Enable Notifications below</li><li>When the browser offers a second prompt for you to allow/show notifications, click that button too.</li></ol>Once this is done, you will see a notification whenever Oracle Support attempts to contact you by chat while you are logged into My Oracle Support.</p> ' +
        '  <div id="commandButtonBarDesktopNotifications"> ' +
        '    <button id="rejectDesktopNotifications">Don\'t Enable</button> ' +

        '    <button id="learnMoreDesktopNotifications" onclick="window.open(\'http://www.oracle.com/pls/topic/lookup?ctx=mos_en&id=MOSHP1498\', \'_blank\'); return false;">Learn More</button> ' +
        '    <button id="acceptDesktopNotifications">Enable Notifications</button> ' +
        '  </div>' +
        '</div>';
    var enableDesktopNotificationsElementHeader = 'Enable Notifications from Oracle Support';

    INVITATION.config.notificationIcon                = "./common/images/new_chat_invite.png";
    INVITATION.config.notificationAutoCloseInterval   = 20000;
    INVITATION.config.notificationTitleForInvitations = 'New Chat Invitation[s] from:';
    INVITATION.config.notificationTextAboutSR         = 'about SR';
    INVITATION.config.NOTIFICATIONS_COOKIE_NAME       = "mos.notifications";
    INVITATION.config.NOTIFICATIONS_COOKIE_EXPIRE     = 365 * 5;
   
    function enableDesktopNotifications() {
      if (COOKIES.getCookieValue(INVITATION.config.NOTIFICATIONS_COOKIE_NAME)) {
        return;
      }
      if ((typeof notify !== 'undefined') && notify.isSupported) {
        if (notify.permissionLevel() === notify.PERMISSION_DEFAULT) {
          var rejected = true;
          $.jGrowl.defaults.closeTemplate = "";
          $.jGrowl(enableDesktopNotificationsElement, {
            theme: 'desktop-notifications',
            header : enableDesktopNotificationsElementHeader, 
            closeDuration: 100,
            sticky: true,
            beforeOpen : function (notificationWindow, m, o) {
              $(notificationWindow).width("500px");
            },
            afterOpen: function (notificationWindow, m, o) { 
              $(notificationWindow).find("#acceptDesktopNotifications").click(function () {
                rejected = false;              
                $(notificationWindow).children("div.jGrowl-close").click();              
                notify.requestPermission();
              });
              $(notificationWindow).find("#rejectDesktopNotifications").click(function () {
                $(notificationWindow).children("div.jGrowl-close").click();              
              });
              $(notificationWindow).find("#rejectDesktopNotifications").focus();
            },
            close: function() {
              if (rejected) {
                COOKIES.setCookieValue(INVITATION.config.NOTIFICATIONS_COOKIE_NAME, false, INVITATION.config.NOTIFICATIONS_COOKIE_EXPIRE);
              }
            }
          });
        }
      }
    }

    if (window.addEventListener) {
      window.addEventListener('load', function () {
        enableDesktopNotifications();      
      }, false);      
    }

    function displayLoadingIndicator(browserWindow) {
      if(!browserWindow.document.title) {
        var tabbedChatLoader = '/epmos/faces/common/images/spinning-wheel.gif';
        browserWindow.document.write('<img src="' + tabbedChatLoader + '" style="position: absolute; left: 50%; top: 50%; width: 32px; height: 32px; margin: -16px 0 0 -16px;" />');
      }
    }
    
    function openChatWindowForCustomer(event) {
      var button = event.getSource();
      var chatSrNumber = button.getProperty('srNumber');

      var chatWndName = COOKIES.getCookieValue(COOKIES.CHAT_WND_NAME);
      if (!chatWndName) {
        chatWndName = "chatWndName";
        COOKIES.setCookieValue(COOKIES.CHAT_WND_NAME, chatWndName);
      }
      var chatWnd = window.open('', chatWndName, 'width=630,height=600,location=0,status=0,resizable=1');
      
      if(!chatWnd) {
        alert('Please disable the popup blocker and then click Chat Now again.');
        return false;
      }
      displayLoadingIndicator(chatWnd);

      var onError = function() {
        if (chatWnd && !chatWnd.document.title) {
          chatWnd.close();
        }
        if (arguments.length >= 1) {
          var error = arguments[0].error;
          var errorMessage = arguments[0].errorMessage;
          if ('ERROR_CONTACT_AVAILABILITY_CHANGED' === error) {
            alert('Support engineer availability has changed. Please refresh SR and try again.');
          } else if ('ERROR_CREATE_CHAT_CONVERSATION' === error)  {
            alert('Chat cannot be initiated. Please refresh the SR page and try again.' + '\n\n' + errorMessage);
          } else if ('ERROR_INVITE_ON_SR_PENDING' === error) {  
            alert('Chat cannot be initiated because your assigned Support Engineer has already sent a chat request on this SR that is awaiting your response. Please check all My Oracle Support windows for pending chat invitations. '); 
          } else {
            alert('An unexpected error occured, please try again later.');
          }
        } else {
          alert('An unexpected error occured, please try again later.');                
        }
      }
      var appName = true? 'MOSCP':'MOSEP';
      jQuery.ajax( {
        type: 'POST',
        dataType: 'json',
        url : '/epmos/rest/mos/chat/1.0/invite-support-engineer.jsp', 
        data: {srNumber: chatSrNumber, applicationName: appName},
        error: function() {
          onError();  
        },
        success : function (result) {            
          if (result) {
            if (result.success) {
              if (!chatWnd.document.title) {
                chatWnd.location = '/epmos/faces/tabbedChat';
              } else {
                chatWnd.ignorePageUnload = true;
                chatWnd.location.reload();
              }
              chatWnd.focus();                
            } else {
              onError(result);
            }
          } else {
            onError();  
          }
       } 
      });
      
    }
  //</script><script type="text/javascript" language="javascript">//
    var includeSocial = true;
    
    // default poll interval when active in ms.
    PRESENCE.DEFAULT_ACTIVE_POLL_INTERVAL = 30000;
    PRESENCE.MAX_POLLING_TIME = 900000;
    PRESENCE.userAvailable = true;

    if( includeSocial && PRESENCE.userAvailable) {
        try {
            PRESENCE.initPresence();
            if(document.startPoll) {
                document.startPoll();
            }
        } catch (err) {
            if(typeof(console) != 'undefined')
              console.log('Error: ' + err);
        }
    }
    //</script><script type="text/javascript" language="javascript">var popupShown = false;

        function readCookie(name)
        {
          var nameEQ = name + "=";
          var cookies = document.cookie.split(';');
          for(var i=0;i < cookies.length;i++)
          {
            var c = cookies[i];
            while (c.charAt(0)==' ') c = c.substring(1, c.length);
            if (c.indexOf(nameEQ) == 0)
            {
              return unescape(c.substring(nameEQ.length, c.length));
            }
          }
          return null;
        }
        
        function readExpCookie() {
            var timeoutCookie = readCookie('ORASSO_AUTH_HINT');
            var expTimestamp = 0;
            if (timeoutCookie && timeoutCookie.length > 5) {
                var utcTimeout = timeoutCookie.substring(5);
                
                if (utcTimeout.length == 14) {
                    var year    = utcTimeout.substring(0, 4);
                    var month   = utcTimeout.substring(4, 6);
                    var day     = utcTimeout.substring(6, 8);
                    var hour    = utcTimeout.substring(8, 10);
                    var min     = utcTimeout.substring(10, 12);
                    var sec     = utcTimeout.substring(12, 14);
                    
                    var timeoutDate = new Date(year, month - 1, day, hour, min, sec, 0);
                    expTimestamp = timeoutDate.getTime();
                }
            }
                
            if (expTimestamp < 1)
                expTimestamp = -1;
            
            return expTimestamp;
        }
        
        function showPopup(timeout, target) {
            if (target) {
                var serverLink = AdfPage.PAGE.findComponent(target);
                if (serverLink != null) {
                    AdfCustomEvent.queue(serverLink, 'showPopup', {toLevel:timeout}, true);
                    popupShown = true;
                } else {
                    setTimeout(function(){checkForTimeout(target);}, 1*60*1000);
                }
            } else {
                var timeoutMessage = 'Your SSO login will expire in ' + timeout + ' minutes.  Save the work in all your open applications.  Failure to do this may result in loss of data. \n\nLogout and login back into one application to force an SSO re-login.  This may also require you to re-login to other open applications.\n\nSSO logins expire after 8 hours.'
                alert(timeoutMessage);
            }
        }
        
        function hideSsoToPopup(target) {
            if (target) {
                var serverLink = AdfPage.PAGE.findComponent(target);
                if (serverLink != null) {
                    AdfCustomEvent.queue(serverLink, 'hidePopup', {source:'update'}, true);
                    popupShown = false;
                }
            }
        }
        
        function checkForTimeout(target) {
            var expTimestamp = readExpCookie();
                
            if (expTimestamp != -1) {
                var d = new Date();
                var nowUTC = d.getTime() + d.getTimezoneOffset()*60*1000;
                
                var timeDiff = expTimestamp - nowUTC;
                //showPopup(30, target);
                if (timeDiff <= 1800000) { // 30 mins
                    if (timeDiff <= 1200000) { // 20 mins
                        if (timeDiff <= 600000) { // 10 mins
                            if (timeDiff <= 300000) {// 5 mins - show expired dialog
                                if (timeDiff > 5000) { // do not make call to server if session is expiring
                                    showPopup(0, target);
                                }
                            } else {
                                showPopup(10, target);
                            }
                        } else {
                            showPopup(20, target);
                        }
                    } else {
                        showPopup(30, target);
                    }
                } else if (popupShown) {
                    hideSsoToPopup(target);
                }
            }
        }
        
        function initializeTimeout(target) {
            //if ("onfocusin" in document)
            //    document.onfocusin = focusin;
            //else
                window.onfocus = function(){checkForTimeout(target);};
        
            checkForTimeoutDriver(target);
        }
        
        function checkForTimeoutDriver(target) {
            checkForTimeout(target);
            setTimeout(function(){checkForTimeoutDriver(target);}, 5*60*1000);
        }
        
        function clientHidePopup(event) {
            popupShown = false;
            var source = event.getSource();
            AdfCustomEvent.queue(source, 'hidePopup', {source:'remind'}, true);
        }
        
//        function clientHidePopupOk(event) {
//            popupShown = false;
//            var source = event.getSource();
//            AdfCustomEvent.queue(source, 'hidePopup', {source:'renew'}, true);
//        }</script><link rel="stylesheet" type="text/css" afrres="true" href="Document%201199543.1_fichiers/oracleSuggest-15.css"><script type="text/javascript" language="javascript" src="Document%201199543.1_fichiers/oracleSuggest-15.js"></script><script type="text/javascript" language="javascript" src="Document%201199543.1_fichiers/globalSearchBarUtil-15.js"></script><script type="text/javascript" language="javascript">function unsavedDataHandlerHook(event) {
        try {
          if(unsavedDataHandler) {
            if(unsavedDataHandler(event))
              return;
          }
        } catch(ex) {
          ;
        }
    }

    function menuTabClicked(event) {
        var inputText = event.getSource();
        var value = inputText.getProperty('tabName');

        //need to call javascript clickstream.js in a separate call for logOmnitureTrackClickEvent
        // log clickstream data into Omniture server
        //logOmnitureTrackClickEvent(value, 'NAV', 'CLICK');

        //notify server to log clickstream data into portalDB
        //used to send the curently selected source
       var sourceShortName = $('input[id*="selectedSourceShortName"]').val();
       AdfCustomEvent.queue(inputText, "notifyServer",
         {
            element : value ,
            shortName : sourceShortName
         }, true);

    }</script><script type="text/javascript" language="javascript">function externalLinkClicked(event) {
        var inputText = event.getSource();
        var value = inputText.getProperty('linkName');
        AdfCustomEvent.queue(inputText, "logClickExternalLink",
         {
            element : value
         }, true);
    }

    function kmAdvSearchClicked(event) {
        var commandLink = event.getSource();
        AdfCustomEvent.queue(commandLink, "advSearchClicked", {}, true);
    }</script><script type="text/javascript" language="javascript">function refreshFavMenu(event) {
        var button = event.getSource();
        AdfCustomEvent.queue(button, "refreshList", {}, true);
    }
    
    function refreshFavManager(event) {
        var button = event.getSource();
        AdfCustomEvent.queue(button, "refreshData", {}, true);
    }</script><script type="text/javascript" language="javascript">validateSearchTerm = function(event){
                        event.cancel();
                    }</script><script type="text/javascript" language="javascript">function handleFBClick (event) {
            var link = event.getSource();
            var surveyId = link.getProperty('surveyId');
            AdfCustomEvent.queue(link, "logFBClickStream", {surveyId:surveyId}, true);
        }

        function getTopOffset(h) {
            return (window.screen.height / 2)-(h/2);
        }

        function getLeftOffset(w) {
            return (window.screen.width / 2)-(w/2);
        }</script><script type="text/javascript" language="javascript">function hidePopup(event)
      {
          event.cancel();
          var source = event.getSource();
          var popup = source.getParent();
          var elemFound = false;
          while (!elemFound)
          {
              try 
              {
                  elemFound = popup.isPopupVisible();
              }
              catch (err)
              {
                  popup = popup.getParent();
              }
          }
          popup.hide();
          return false;
      }</script></head><body style="cursor: auto;" class="x14t p_AFMaximized"><div style="left: -4px; top: 0px; width: 29px;" id="searchBar__searchSuggestions" class="searchBar__searchSuggestionsStyle"></div><noscript>This page uses JavaScript and requires a JavaScript enabled browser.Your browser is not JavaScript enabled.</noscript><iframe name="afr::PushIframe" id="afr::PushIframe" style="display:none" src="Document%201199543.1_fichiers/blank.htm"></iframe><input value="dirty" id="oracle.adf.view.faces.RICH_UPDATE" type="hidden"><script type="text/javascript">AdfDhtmlPage.__frameBusting("differentOrigin");</script><div id="d1"><a id="d1::skip" href="#" class="x14v">Skip to content</a><form id="f1" name="f1" class="xyz" method="POST" action="/epmos/faces/DocumentDisplay?_adf.ctrl-state=s3je5t5u6_49&id=1199543.1"><div id="kmPgTpl:pt_headerPs" class="x26a xp1" style="position:absolute;width:auto;height:auto;top:0px;bottom:0px;left:0px;right:0px;min-height:200px;width:auto;overflow:visible;height:auto"><div id="kmPgTpl:pt_headerPs::f" class="xp4" style="position:relative;height:30px;border-width:0px"><span id="kmPgTpl:pglH" class="xpj x1a" style="position:absolute;width:auto;height:auto;top:0px;left:0px;bottom:0px;right:0px"><div id="kmPgTpl:svHd:pt_brBar" class="xpj xpf" style="min-width:960px;"> <div id="kmPgTpl:svHd:pt_brBar::l" style="position: absolute; overflow: hidden; top: 0px; left: 0px; width: 260px; bottom: 0px; height: auto;"><span id="kmPgTpl:svHd:pt_brLogo" class="x1zt x1a" style="position:absolute;width:auto;height:auto;top:0px;left:0px;bottom:0px;right:0px"><img id="kmPgTpl:svHd:pt_i1" title="My Oracle Support Logo" alt="My Oracle Support Logo" class="xjd" src="Document%201199543.1_fichiers/mos_logo.gif"></span></div><div id="kmPgTpl:svHd:pt_brBar::c" style="position: absolute; overflow: hidden; top: 0px; left: 260px; bottom: 0px; right: 325px; height: auto; width: auto;"><table summary="" id="kmPgTpl:svHd:pgl2" class="x200 x1a" style="position:absolute;width:auto;height:auto;top:0px;left:0px;bottom:0px;right:0px" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td valign="top"><table summary="" id="kmPgTpl:svHd:pv1:powerView" class="x1a" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td valign="middle"><div id="kmPgTpl:svHd:pv1:pvToolbar" class="xk3" style="overflow:hidden;"><div class="xre"><div id="kmPgTpl:svHd:pv1:pvToolbar::oc" class="xjk"><table summary="" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td class="x117"><a style="display: none;"></a><a id="kmPgTpl:svHd:pv1:pvptcl" class="xfe" style="display:none" onclick="return false;" href="#">pvText</a></td><td class="x117"><a style="display: none;"></a><a id="kmPgTpl:svHd:pv1:pvptclL" class="xfe" style="display:none" onclick="return false;" href="#">pvText</a></td><td class="x117"><a style="display: none;"></a><div id="kmPgTpl:svHd:pv1:pvOnOffLink" class="p_AFTextOnly xfg" _afrgrp="0"><table summary="" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td><a onclick="this.focus();return false" class="x13d" href="#"><img id="kmPgTpl:svHd:pv1:pvOnOffLink::icon" src="Document%201199543.1_fichiers/pvon.txt" alt="" class="x13i"><span class="x13e"> PowerView is On</span></a></td><td id="kmPgTpl:svHd:pv1:pvOnOffLink::popArea"><div _afrpopid="kmPgTpl:svHd:pv1:m2" class="x13g"><a tabindex="-1" class="x13h" id="kmPgTpl:svHd:pv1:pvOnOffLink::popEl"></a></div></td></tr></tbody></table><div id="kmPgTpl:svHd:pv1:pvOnOffLink::popCtr" style="display:none"><div id="kmPgTpl:svHd:pv1:m2" class="x11d af_menu_popup" _afrdth="1"><table summary="" class="x11q" id="kmPgTpl:svHd:pv1:m2::menu" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td class="x1yt p_AFDisabled" id="kmPgTpl:svHd:pv1:m2::sUpBg"><div id="kmPgTpl:svHd:pv1:m2::ScrollUp" class="x11r p_AFDisabled" style="display:none"><span class="x11t"></span></div></td></tr><tr><td><div id="kmPgTpl:svHd:pv1:m2::ScrollBox" class="x12t"><table summary="" id="kmPgTpl:svHd:pv1:m2::ScrollContent" class="af_menu_scroll-content" border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr id="kmPgTpl:svHd:pv1:togglePV" class="x11k x11u" onclick="return false;" _afrdth="2" _afrgrp="0" tabindex="0"><td class="x11x"><div class="x12u"></div></td><td class="x11y">Turn PowerView Off</td><td class="x11z"><div class="x12u"></div></td><td class="x120"><div class="x12u"></div></td></tr><tr id="kmPgTpl:svHd:pv1:editPvId" class="x11k x11u" onclick="return false;" _afrdth="2" _afrgrp="0" tabindex="0"><td class="x11x"><div class="x12u"></div></td><td class="x11y">Edit</td><td class="x11z"><div class="x12u"></div></td><td class="x120"><div class="x12u"></div></td></tr><tr id="kmPgTpl:svHd:pv1:newPV" class="x11k x11u" onclick="return false;" _afrdth="2" _afrgrp="0" tabindex="0"><td class="x11x"><div class="x12u"></div></td><td class="x11y">New</td><td class="x11z"><div class="x12u"></div></td><td class="x120"><div class="x12u"></div></td></tr><tr id="kmPgTpl:svHd:pv1:m3" class="x11d x11w" _afrdth="2" _afrgrp="0" tabindex="0"><td class="x11t"><div class="x12i"></div></td><td class="x125">Recent PowerViews</td><td class="x126"><div class="x12i"></div></td><td class="x127"><div class="x12c"></div><table summary="" class="x11q" id="kmPgTpl:svHd:pv1:m3::menu" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td class="x1yt p_AFDisabled" id="kmPgTpl:svHd:pv1:m3::sUpBg"><div id="kmPgTpl:svHd:pv1:m3::ScrollUp" class="x11r p_AFDisabled" style="display:none"><span class="x11t"></span></div></td></tr><tr><td><div id="kmPgTpl:svHd:pv1:m3::ScrollBox" class="x12t"><table summary="" id="kmPgTpl:svHd:pv1:m3::ScrollContent" class="af_menu_scroll-content" border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr id="kmPgTpl:svHd:pv1:i1:0:cmi1" class="x11k x11u" onclick="return false;" _afrdth="3" _afrgrp="0" tabindex="0"><td class="x11x"><div class="x12u"></div></td><td class="x11y">Support
 Identifier: 12663766 (MBDA FRANCE), 17070243 (INFIDIS SA), 15918981 
(MBDA FRANCE), 16889343 (MBDA FRANCE), 17102531 (INFIDIS SA), 13613721 
(MBDA FRANCE), 16925132 (MBDA FRANCE), 16399882 (MBDA FRANCE), 16972800 
(MBDA FRANCE), 16945691 (MBDA BOURGES), 17040660 (MBDA FRANCE), 17012118
 (INFIDIS SA), 17161304 (INFIDIS SA), 17163836 (MBDA), 17205764 (MBDA 
FRANCE), 17215066 (MORSE SA), 17366652 (MBDA FRANCE), 17383764 (INFIDIS 
SA), 17398083 (MORSE SA), 17775815 (MBDA FRANCE), 17809947 (MBDA 
FRANCE), 18185941 (MBDA FRANCE), 19229783 (MBDA FRANCE)</td><td class="x11z"><div class="x12u"></div></td><td class="x120"><div class="x12u"></div></td></tr></tbody></table></div></td></tr><tr><td class="x1yu" id="kmPgTpl:svHd:pv1:m3::sDwnBg"><div id="kmPgTpl:svHd:pv1:m3::ScrollDown" class="x11s" style="display:none"><span class="x11t"></span></div></td></tr></tbody></table></td></tr><tr id="kmPgTpl:svHd:pv1:m4" class="x11d x11w p_AFDisabled" _afrdth="2" _afrgrp="0"><td class="x11t"><div class="x12i"></div></td><td class="x125">Named PowerViews</td><td class="x126"><div class="x12i"></div></td><td class="x127"><div class="x12c"></div><table summary="" class="x11q" id="kmPgTpl:svHd:pv1:m4::menu" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td class="x1yt p_AFDisabled" id="kmPgTpl:svHd:pv1:m4::sUpBg"><div id="kmPgTpl:svHd:pv1:m4::ScrollUp" class="x11r p_AFDisabled" style="display:none"><span class="x11t"></span></div></td></tr><tr><td><div id="kmPgTpl:svHd:pv1:m4::ScrollBox" class="x12t"><table summary="" id="kmPgTpl:svHd:pv1:m4::ScrollContent" class="af_menu_scroll-content" border="0" cellpadding="0" cellspacing="0" width="100%"></table></div></td></tr><tr><td class="x1yu" id="kmPgTpl:svHd:pv1:m4::sDwnBg"><div id="kmPgTpl:svHd:pv1:m4::ScrollDown" class="x11s" style="display:none"><span class="x11t"></span></div></td></tr></tbody></table></td></tr><tr id="kmPgTpl:svHd:pv1:managePVMI" class="x11k x11u" onclick="return false;" _afrdth="2" _afrgrp="0" tabindex="0"><td class="x11x"><div class="x12u"></div></td><td class="x11y">Manage PowerViews</td><td class="x11z"><div class="x12u"></div></td><td class="x120"><div class="x12u"></div></td></tr><tr id="kmPgTpl:svHd:pv1:learnMorePV" class="x11l x11v" _afrdth="2" _afrgrp="0" tabindex="0"><td class="x121"><div class="x12v"></div></td><td class="x122">Learn more about PowerView...</td><td class="x123"><div class="x12v"></div></td><td class="x124"><div class="x12v"></div></td></tr></tbody></table></div></td></tr><tr><td class="x1yu" id="kmPgTpl:svHd:pv1:m2::sDwnBg"><div id="kmPgTpl:svHd:pv1:m2::ScrollDown" class="x11s" style="display:none"><span class="x11t"></span></div></td></tr></tbody></table></div></div></div></td></tr></tbody></table></div><div tabindex="0" id="kmPgTpl:svHd:pv1:pvToolbar::eoi" class="xjv"><div id="kmPgTpl:svHd:pv1:pvToolbar::eoc" class="xk8"></div></div></div><div class="xlv"></div></div></td><td valign="middle"><table summary="" id="kmPgTpl:svHd:pv1:pl1" class="x1a" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td><a id="kmPgTpl:svHd:pv1:cmlp1" title="Edit Powerview: Support Identifier: 12663766 (MBDA FRANCE), 17070243 (INFIDIS SA), 15918981 (MBDA FRANCE), 16889343 (MBDA FRANCE), 17102531 (INFIDIS SA), 13613721 (MBDA FRANCE), 16925132 (MBDA FRANCE), 16399882 (MBDA FRANCE), 16972800 (MBDA FRANCE), 16945691 (MBDA BOURGES), 17040660 (MBDA FRANCE), 17012118 (INFIDIS SA), 17161304 (INFIDIS SA), 17163836 (MBDA), 17205764 (MBDA FRANCE), 17215066 (MORSE SA), 17366652 (MBDA FRANCE), 17383764 (INFIDIS SA), 17398083 (MORSE SA), 17775815 (MBDA FRANCE), 17809947 (MBDA FRANCE), 18185941 (MBDA FRANCE), 19229783 (MBDA FRANCE)" class="x275 xfe" onclick="return false;" href="#">Support Identifier: 12663766 (MBDA FRANCE)...</a></td></tr></tbody></table></td></tr></tbody></table><div id="kmPgTpl:svHd:pv1:pvAddEdit" style="display:none"><div style="top:auto;right:auto;left:auto;bottom:auto;width:auto;height:auto;position:relative;" id="kmPgTpl:svHd:pv1:pvAddEdit::content"></div></div><div id="kmPgTpl:svHd:pv1:managePV" style="display:none"><div style="top:auto;right:auto;left:auto;bottom:auto;width:auto;height:auto;position:relative;" id="kmPgTpl:svHd:pv1:managePV::content"></div></div></td><td valign="top"><div id="kmPgTpl:svHd:sug1:sggstrpp" style="display:none"><div style="top:auto;right:auto;left:auto;bottom:auto;width:auto;height:auto;position:relative;" id="kmPgTpl:svHd:sug1:sggstrpp::content"></div></div><span id="kmPgTpl:svHd:sug1:pglcl" class="x1a"></span></td><td valign="top"><div id="kmPgTpl:svHd:pop1" style="display:none"><div style="top:auto;right:auto;left:auto;bottom:auto;width:auto;height:auto;position:relative;" id="kmPgTpl:svHd:pop1::content"></div></div></td></tr></tbody></table></div><div id="kmPgTpl:svHd:pt_brBar::r" style="position: absolute; overflow: hidden; top: 0px; right: 0px; bottom: 0px; height: auto;"><table summary="" id="kmPgTpl:svHd:pgl3" class="x1zu x1a" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td valign="middle"><div id="kmPgTpl:svHd:r1" class="xpg"><div id="kmPgTpl:svHd:r1:0:dc_mb1" class="x6e" style="overflow:hidden;"><div class="xde"><div id="kmPgTpl:svHd:r1:0:dc_mb1::oc" class="af_menuBar_content"><table summary="" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td class="x11b"><a style="display: none;"></a><div id="kmPgTpl:svHd:r1:0:dc_m1" class="x11d xdt" _afrdth="1" _afrgrp="0"><div class="x12q" tabindex="0"><table summary="" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td><img src="Document%201199543.1_fichiers/step_valid.txt" alt="" class="x11e"></td><td class="x11c"><a onclick="return false" class="x11h" tabindex="-1" href="#">BABAULT (Available)</a></td><td><div class="x11p"></div></td></tr></tbody></table></div><table summary="" class="x11q" id="kmPgTpl:svHd:r1:0:dc_m1::menu" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td class="x1yt p_AFDisabled" id="kmPgTpl:svHd:r1:0:dc_m1::sUpBg"><div id="kmPgTpl:svHd:r1:0:dc_m1::ScrollUp" class="x11r p_AFDisabled" style="display:none"><span class="x11t"></span></div></td></tr><tr><td><div id="kmPgTpl:svHd:r1:0:dc_m1::ScrollBox" class="x12t"><table summary="" id="kmPgTpl:svHd:r1:0:dc_m1::ScrollContent" class="af_menu_scroll-content" border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr id="kmPgTpl:svHd:r1:0:dc_cmi1" class="x11k x11u" onclick="return false;" _afrdth="2" _afrgrp="0" tabindex="0"><td class="x11x"><img src="Document%201199543.1_fichiers/step_valid.txt" alt=""></td><td class="x11y">Available (for My Oracle Support initiated chat)</td><td class="x11z"><div class="x12u"></div></td><td class="x120"><div class="x12u"></div></td></tr><tr id="kmPgTpl:svHd:r1:0:dc_cmi2" class="x11k x11u" onclick="return false;" _afrdth="2" _afrgrp="0" tabindex="0"><td class="x11x"><img src="Document%201199543.1_fichiers/step_notvisitable.txt" alt=""></td><td class="x11y">Not Available</td><td class="x11z"><div class="x12u"></div></td><td class="x120"><div class="x12u"></div></td></tr><tr class="x12h"><td class="x11t"><div class="x12i"></div></td><td colspan="3"><div class="x12j"></div></td></tr><tr id="kmPgTpl:svHd:r1:0:dc_cmi3" class="x11l x11v" _afrdth="2" _afrgrp="1" tabindex="0"><td class="x121"><div class="x12v"></div></td><td class="x122">Learn about Chat...</td><td class="x123"><div class="x12v"></div></td><td class="x124"><div class="x12v"></div></td></tr><tr class="x12h"><td class="x11t"><div class="x12i"></div></td><td colspan="3"><div class="x12j"></div></td></tr><tr id="kmPgTpl:svHd:r1:0:dc_cmi4" class="x11l x11v" _afrdth="2" _afrgrp="2" tabindex="0"><td class="x121"><div class="x12v"></div></td><td class="x122">My Account</td><td class="x123"><div class="x12v"></div></td><td class="x124"><div class="x12v"></div></td></tr><tr class="x12h"><td class="x11t"><div class="x12i"></div></td><td colspan="3"><div class="x12j"></div></td></tr><tr id="kmPgTpl:svHd:r1:0:dc_cmi5" class="x11l x11v" _afrdth="2" _afrgrp="3" tabindex="0"><td class="x121"><div class="x12v"></div></td><td class="x122">Sign Out</td><td class="x123"><div class="x12v"></div></td><td class="x124"><div class="x12v"></div></td></tr></tbody></table></div></td></tr><tr><td class="x1yu" id="kmPgTpl:svHd:r1:0:dc_m1::sDwnBg"><div id="kmPgTpl:svHd:r1:0:dc_m1::ScrollDown" class="x11s" style="display:none"><span class="x11t"></span></div></td></tr></tbody></table></div></td></tr></tbody></table></div><div tabindex="0" id="kmPgTpl:svHd:r1:0:dc_mb1::eoi" class="xjw"><div id="kmPgTpl:svHd:r1:0:dc_mb1::eoc" class="xk9"></div></div></div><div class="xlu"></div></div><div style="display:none"><a id="kmPgTpl:svHd:r1:0:_afrCommandDelegate" class="xfe" onclick="return false;" href="#"></a></div></div></td><td valign="middle"><img id="kmPgTpl:svHd:s4" src="Document%201199543.1_fichiers/t.gif" alt="" height="0px" width="10"></td><td valign="middle"><img id="kmPgTpl:svHd:s2" src="Document%201199543.1_fichiers/t.gif" alt="" height="0px" width="5"></td><td valign="middle"><a id="kmPgTpl:svHd:cil1" title="Last Refreshed: 23-Mar-2015 13:40 CET" class="xfd" onclick="return false;" href="#"><img id="kmPgTpl:svHd:cil1::icon" src="Document%201199543.1_fichiers/email_16.png" title="Last Refreshed: 23-Mar-2015 13:40 CET" alt="Last Refreshed: 23-Mar-2015 13:40 CET" class="x137"><span class="x133">(0)</span></a></td><td valign="middle"><div id="kmPgTpl:svHd:p2" style="display:none"><div style="top:auto;right:auto;left:auto;bottom:auto;width:auto;height:auto;position:relative;" id="kmPgTpl:svHd:p2::content"></div></div></td><td valign="middle"><img id="kmPgTpl:svHd:s1" src="Document%201199543.1_fichiers/t.gif" alt="" height="0px" width="10"></td><td valign="middle"><a id="kmPgTpl:svHd:tc1:tccl1" class="xfe" style="display:none" onclick="return false;" href="#">a</a><div id="kmPgTpl:svHd:tc1:tcp1" style="display:none"><div style="top:auto;right:auto;left:auto;bottom:auto;width:auto;height:auto;position:relative;" id="kmPgTpl:svHd:tc1:tcp1::content"></div></div></td><td valign="middle"><div id="kmPgTpl:svHd:mb1" class="x6e" style="overflow:hidden;"><div class="xde"><div id="kmPgTpl:svHd:mb1::oc" class="af_menuBar_content"><table summary="" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td class="x11b"><a style="display: none;"></a><div id="kmPgTpl:svHd:cni5a" class="x11l xds" _afrdth="1" _afrgrp="0"><div class="x12s" tabindex="0"><table summary="" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td></td><td class="x11c"><a onclick="return false" class="x11j" tabindex="-1" href="#">Contact Us</a></td><td></td></tr></tbody></table></div></div></td><td class="x11b"><a style="display: none;"></a><div id="kmPgTpl:svHd:m1" class="x11d xdt" _afrdth="1" _afrgrp="0"><div class="x12q" tabindex="0"><table summary="" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td></td><td class="x11c"><a onclick="return false" class="x11h" tabindex="-1" href="#">Help</a></td><td><div class="x11p"></div></td></tr></tbody></table></div><table summary="" class="x11q" id="kmPgTpl:svHd:m1::menu" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td class="x1yt p_AFDisabled" id="kmPgTpl:svHd:m1::sUpBg"><div id="kmPgTpl:svHd:m1::ScrollUp" class="x11r p_AFDisabled" style="display:none"><span class="x11t"></span></div></td></tr><tr><td><div id="kmPgTpl:svHd:m1::ScrollBox" class="x12t"><table summary="" id="kmPgTpl:svHd:m1::ScrollContent" class="af_menu_scroll-content" border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr id="kmPgTpl:svHd:pgItem" class="x11l x11v" _afrdth="2" _afrgrp="0" tabindex="0"><td class="x121"><div class="x12v"></div></td><td class="x122">Viewing Documents</td><td class="x123"><div class="x12v"></div></td><td class="x124"><div class="x12v"></div></td></tr><tr><td class="x11t"><div class="x12i"></div></td><td colspan="3"><hr id="kmPgTpl:svHd:sep9" class="x1j"></td></tr><tr id="kmPgTpl:svHd:gnItem" class="x11l x11v" _afrdth="2" _afrgrp="0" tabindex="0"><td class="x121"><div class="x12v"></div></td><td class="x122">Getting Started</td><td class="x123"><div class="x12v"></div></td><td class="x124"><div class="x12v"></div></td></tr><tr id="kmPgTpl:svHd:gnItemj_id_1" class="x11l x11v" _afrdth="2" _afrgrp="0" tabindex="0"><td class="x121"><div class="x12v"></div></td><td class="x122">Troubleshooting</td><td class="x123"><div class="x12v"></div></td><td class="x124"><div class="x12v"></div></td></tr><tr id="kmPgTpl:svHd:gnItemj_id_2" class="x11l x11v" _afrdth="2" _afrgrp="0" tabindex="0"><td class="x121"><div class="x12v"></div></td><td class="x122">Table of Contents</td><td class="x123"><div class="x12v"></div></td><td class="x124"><div class="x12v"></div></td></tr></tbody></table></div></td></tr><tr><td class="x1yu" id="kmPgTpl:svHd:m1::sDwnBg"><div id="kmPgTpl:svHd:m1::ScrollDown" class="x11s" style="display:none"><span class="x11t"></span></div></td></tr></tbody></table></div></td></tr></tbody></table></div><div tabindex="0" id="kmPgTpl:svHd:mb1::eoi" class="xjw"><div id="kmPgTpl:svHd:mb1::eoc" class="xk9"></div></div></div><div class="xlu"></div></div></td></tr></tbody></table></div></div><div id="kmPgTpl:svCH:psl1" class="xpf"> <div id="kmPgTpl:svCH:psl1::t" style="position:absolute;overflow:hidden;left:0px;top:0px;height:0px;right:0px"><div id="kmPgTpl:svCH:r1" class="xpg" style="position:absolute;width:auto;height:auto;top:0px;left:0px;bottom:0px;right:0px"><div style="display:none"><a id="kmPgTpl:svCH:r1:0:_afrCommandDelegate" class="xfe" onclick="return false;" href="#"></a></div></div></div></div></span></div><div id="kmPgTpl:pt_headerPs::s" class="xp4" style="position:static;border-width:0px"><div id="kmPgTpl:pt_psl1" class="xpf" style="width:auto;overflow:visible;height:auto"><div style="overflow:hidden"><div id="kmPgTpl:pt_psl1::c" style="overflow:hidden"><div id="kmPgTpl:pt_db8" class="x20h xpi" style="width:auto;overflow:visible;height:auto"><div style="height:26px"><div id="kmPgTpl:pt_db8::tl" style="position:absolute;overflow:hidden;top:0px;height:26px;left:0px;width:6px" class="xrw p_AFFlow"><span style="display:block;"></span></div><div id="kmPgTpl:pt_db8::t" style="position:absolute;overflow:hidden;left:6px;top:0px;right:6px;height:26px"><div style="position:absolute;left:0px;right:0px;top:0px;bottom:0px" class="xrx p_AFFlow"><span style="display:block;"></span></div></div><div id="kmPgTpl:pt_db8::t-i" class="xry" style="position:absolute;overflow:hidden;left:0px;right:0px;top:0px;height:26px"><div id="kmPgTpl:svMenu:ptpsl2" class="panelTabBckrnd xpf" style="position:absolute;width:auto;height:auto;top:0px;left:0px;bottom:0px;right:0px"> <div id="kmPgTpl:svMenu:ptpsl2::c" role="navigation" style="position: absolute; overflow: hidden; top: 0px; left: 0px; bottom: 0px; right: 471px; height: auto; width: auto;"><div id="kmPgTpl:svMenu:np1" class="xdc xj5" style="position:absolute;width:auto;height:auto;top:0px;left:0px;bottom:0px;right:0px"><div id="kmPgTpl:svMenu:np1::tabh" style="height:2em" _afrdistab="kmPgTpl:svMenu:np1:1:cni1" class="xj6"><div class="xki"><div tabindex="0" id="kmPgTpl:svMenu:np1::tabh::soi" class="xjn"><img src="Document%201199543.1_fichiers/overflow_left.txt" border="0"><div id="kmPgTpl:svMenu:np1::tabh::soc" class="xk4"></div></div><div id="kmPgTpl:svMenu:np1::tabh::oc" class="xji"><div id="kmPgTpl:svMenu:np1:0:cni1" class="xfl" onclick="return false;" target=""><div class="xzd" style="height:2em"></div><div class="xzf" style="height:2em"><img alt="" style="padding-right:5px;" class="xiw" src="Document%201199543.1_fichiers/blank.gif" border="0"><a id="kmPgTpl:svMenu:np1:0:cni1::disclosureAnchor" class="xzi" href="#" onclick="return false;">Dashboard</a></div><div class="xze" style="height:2em"></div></div><div id="kmPgTpl:svMenu:np1:1:cni1" class="xfl p_AFSelected" onclick="return false;" target=""><div class="xzd" style="height:2em"></div><div class="xzf" style="height:2em"><img alt="" style="padding-right:5px;" class="xiw" src="Document%201199543.1_fichiers/blank.gif" border="0"><a id="kmPgTpl:svMenu:np1:1:cni1::disclosureAnchor" class="xzi p_AFSelected" href="#" onclick="return false;">Knowledge</a></div><div class="xze" style="height:2em"></div></div><div id="kmPgTpl:svMenu:np1:2:cni1" class="xfl" onclick="return false;" target=""><div class="xzd" style="height:2em"></div><div class="xzf" style="height:2em"><img alt="" style="padding-right:5px;" class="xiw" src="Document%201199543.1_fichiers/blank.gif" border="0"><a id="kmPgTpl:svMenu:np1:2:cni1::disclosureAnchor" class="xzi" href="#" onclick="return false;">Service Requests</a></div><div class="xze" style="height:2em"></div></div><div id="kmPgTpl:svMenu:np1:3:cni1" class="xfl" onclick="return false;" target=""><div class="xzd" style="height:2em"></div><div class="xzf" style="height:2em"><img alt="" style="padding-right:5px;" class="xiw" src="Document%201199543.1_fichiers/blank.gif" border="0"><a id="kmPgTpl:svMenu:np1:3:cni1::disclosureAnchor" class="xzi" href="#" onclick="return false;">Patches & Updates</a></div><div class="xze" style="height:2em"></div></div><div id="kmPgTpl:svMenu:np1:4:cni1" class="xfl" onclick="return false;" href="https://community.oracle.com/community/support?nodeId=itemNode_CommunityHome961401034" target="_blank"><div class="xzd" style="height:2em"></div><div class="xzf" style="height:2em"><img alt="" style="padding-right:5px;" class="xiw" src="Document%201199543.1_fichiers/offsite_ena.png" border="0"><a id="kmPgTpl:svMenu:np1:4:cni1::disclosureAnchor" class="xzi" href="#" onclick="return false;">Community</a></div><div class="xze" style="height:2em"></div></div><div id="kmPgTpl:svMenu:np1:5:cni1" class="xfl" onclick="return false;" target=""><div class="xzd" style="height:2em"></div><div class="xzf" style="height:2em"><img alt="" style="padding-right:5px;" class="xiw" src="Document%201199543.1_fichiers/blank.gif" border="0"><a id="kmPgTpl:svMenu:np1:5:cni1::disclosureAnchor" class="xzi" href="#" onclick="return false;">Certifications</a></div><div class="xze" style="height:2em"></div></div><div id="kmPgTpl:svMenu:np1:6:cni1" class="xfl" onclick="return false;" target=""><div class="xzd" style="height:2em"></div><div class="xzf" style="height:2em"><img alt="" style="padding-right:5px;" class="xiw" src="Document%201199543.1_fichiers/blank.gif" border="0"><a id="kmPgTpl:svMenu:np1:6:cni1::disclosureAnchor" class="xzi" href="#" onclick="return false;">Systems</a></div><div class="xze" style="height:2em"></div></div><div id="kmPgTpl:svMenu:np1:7:cni1" class="xfl" onclick="return false;" target=""><div class="xzd" style="height:2em"></div><div class="xzf" style="height:2em"><img alt="" style="padding-right:5px;" class="xiw" src="Document%201199543.1_fichiers/blank.gif" border="0"><a id="kmPgTpl:svMenu:np1:7:cni1::disclosureAnchor" class="xzi" href="#" onclick="return false;">Collector</a></div><div class="xze" style="height:2em"></div></div><div id="kmPgTpl:svMenu:np1:8:cni1" class="xfl" onclick="return false;" href="https://advancedsupport.oracle.com/CSP/bin/CSP.html?nodeId=itemNode_AcsLink961401034" target="_blank"><div class="xzd" style="height:2em"></div><div class="xzf" style="height:2em"><img alt="" style="padding-right:5px;" class="xiw" src="Document%201199543.1_fichiers/offsite_ena.png" border="0"><a id="kmPgTpl:svMenu:np1:8:cni1::disclosureAnchor" class="xzi" href="#" onclick="return false;">Advanced Customer Services</a></div><div class="xze" style="height:2em"></div></div><div id="kmPgTpl:svMenu:np1:9:cni1" class="xfl" onclick="return false;" href="https://support.oracle.com/pac?nodeId=itemNode_PhsLink961401034" target="_blank"><div class="xzd" style="height:2em"></div><div class="xzf" style="height:2em"><img alt="" style="padding-right:5px;" class="xiw" src="Document%201199543.1_fichiers/offsite_ena.png" border="0"><a id="kmPgTpl:svMenu:np1:9:cni1::disclosureAnchor" class="xzi" href="#" onclick="return false;">Proactive Hardware Services</a></div><div class="xze" style="height:2em"></div></div><div id="kmPgTpl:svMenu:np1:10:cni1" class="xfl" onclick="return false;" target=""><div class="xzd" style="height:2em"></div><div class="xzf" style="height:2em"><img alt="" style="padding-right:5px;" class="xiw" src="Document%201199543.1_fichiers/blank.gif" border="0"><a id="kmPgTpl:svMenu:np1:10:cni1::disclosureAnchor" class="xzi" href="#" onclick="return false;">Settings</a></div><div class="xze" style="height:2em"></div></div></div><div tabindex="0" id="kmPgTpl:svMenu:np1::tabh::eoi" class="xjr"><img src="Document%201199543.1_fichiers/overflow_right_EN.txt" border="0"><div id="kmPgTpl:svMenu:np1::tabh::eoc" class="xk4"></div></div></div><div class="x1bd"></div></div></div></div><div id="kmPgTpl:svMenu:ptpsl2::r" role="search" style="position: absolute; overflow: hidden; top: 0px; right: 0px; bottom: 0px; height: auto;"><table summary="" id="kmPgTpl:svMenu:gsb:pt_pgl1" class="x262 x1a" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td><span style="display:none"></span></td><td><table summary="" id="kmPgTpl:svMenu:gsb:pgl1" class="x1a" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td width="100%"></td><td><button id="kmPgTpl:svMenu:gsb:dc_cb1" class="x1zz x7j" onclick="return false;" title="Favorites"><img src="Document%201199543.1_fichiers/favorites_qualifier_arrow.txt" title="Favorites" alt="Favorites" class="xf7"></button></td><td><div id="kmPgTpl:svMenu:gsb:fm1" style="display:none"><div style="top:auto;right:auto;left:auto;bottom:auto;width:auto;height:auto;position:relative;" id="kmPgTpl:svMenu:gsb:fm1::content"></div></div></td><td><div id="kmPgTpl:svMenu:gsb:fm2" style="display:none"><div style="top:auto;right:auto;left:auto;bottom:auto;width:auto;height:auto;position:relative;" id="kmPgTpl:svMenu:gsb:fm2::content"></div></div></td></tr></tbody></table></td><td><table summary="" id="kmPgTpl:svMenu:gsb:pgl_srcs" class="x1a" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td><button id="kmPgTpl:svMenu:gsb:cb1" class="x202 x7j" onclick="return false;" title="Recent Searches"><img src="Document%201199543.1_fichiers/recent_searches_menuarrow_global.txt" title="Recent Searches" alt="Recent Searches" class="xf7"></button></td><td><div id="kmPgTpl:svMenu:gsb:p1" style="display:none"><div style="top:auto;right:auto;left:auto;bottom:auto;width:auto;height:auto;position:relative;" id="kmPgTpl:svMenu:gsb:p1::content"><div id="kmPgTpl:svMenu:gsb:recentSearches" class="x11d af_menu_popup" _afrdth="1"><table summary="" class="x11q" id="kmPgTpl:svMenu:gsb:recentSearches::menu" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td class="x1yt p_AFDisabled" id="kmPgTpl:svMenu:gsb:recentSearches::sUpBg"><div id="kmPgTpl:svMenu:gsb:recentSearches::ScrollUp" class="x11r p_AFDisabled" style="display:none"><span class="x11t"></span></div></td></tr><tr><td><div id="kmPgTpl:svMenu:gsb:recentSearches::ScrollBox" class="x12t"><table summary="" id="kmPgTpl:svMenu:gsb:recentSearches::ScrollContent" class="af_menu_scroll-content" border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr id="kmPgTpl:svMenu:gsb:cmi2j_id_1" class="x11k x11u" onclick="return false;" _afrdth="2" _afrgrp="0" tabindex="0"><td class="x11x"><div class="x12u"></div></td><td class="x11y">19386312</td><td class="x11z"><div class="x12u"></div></td><td class="x120"><div class="x12u"></div></td></tr><tr id="kmPgTpl:svMenu:gsb:cmi2j_id_2" class="x11k x11u" onclick="return false;" _afrdth="2" _afrgrp="0" tabindex="0"><td class="x11x"><div class="x12u"></div></td><td class="x11y">118666</td><td class="x11z"><div class="x12u"></div></td><td class="x120"><div class="x12u"></div></td></tr><tr id="kmPgTpl:svMenu:gsb:cmi2j_id_3" class="x11k x11u" onclick="return false;" _afrdth="2" _afrgrp="0" tabindex="0"><td class="x11x"><div class="x12u"></div></td><td class="x11y">stb.sh</td><td class="x11z"><div class="x12u"></div></td><td class="x120"><div class="x12u"></div></td></tr><tr id="kmPgTpl:svMenu:gsb:cmi2j_id_4" class="x11k x11u" onclick="return false;" _afrdth="2" _afrgrp="0" tabindex="0"><td class="x11x"><div class="x12u"></div></td><td class="x11y">oracle studio download</td><td class="x11z"><div class="x12u"></div></td><td class="x120"><div class="x12u"></div></td></tr><tr id="kmPgTpl:svMenu:gsb:cmi2j_id_5" class="x11k x11u" onclick="return false;" _afrdth="2" _afrgrp="0" tabindex="0"><td class="x11x"><div class="x12u"></div></td><td class="x11y">sun studio download</td><td class="x11z"><div class="x12u"></div></td><td class="x120"><div class="x12u"></div></td></tr><tr id="kmPgTpl:svMenu:gsb:cmi2j_id_6" class="x11k x11u" onclick="return false;" _afrdth="2" _afrgrp="0" tabindex="0"><td class="x11x"><div class="x12u"></div></td><td class="x11y">sun studio compiler</td><td class="x11z"><div class="x12u"></div></td><td class="x120"><div class="x12u"></div></td></tr><tr id="kmPgTpl:svMenu:gsb:cmi2j_id_7" class="x11k x11u" onclick="return false;" _afrdth="2" _afrgrp="0" tabindex="0"><td class="x11x"><div class="x12u"></div></td><td class="x11y">sun studio</td><td class="x11z"><div class="x12u"></div></td><td class="x120"><div class="x12u"></div></td></tr><tr id="kmPgTpl:svMenu:gsb:cmi2j_id_8" class="x11k x11u" onclick="return false;" _afrdth="2" _afrgrp="0" tabindex="0"><td class="x11x"><div class="x12u"></div></td><td class="x11y">pca.conf</td><td class="x11z"><div class="x12u"></div></td><td class="x120"><div class="x12u"></div></td></tr></tbody></table></div></td></tr><tr><td class="x1yu" id="kmPgTpl:svMenu:gsb:recentSearches::sDwnBg"><div id="kmPgTpl:svMenu:gsb:recentSearches::ScrollDown" class="x11s" style="display:none"><span class="x11t"></span></div></td></tr></tbody></table></div></div></div></td></tr></tbody></table></td><td><input id="kmPgTpl:svMenu:gsb:sel_srcG" name="kmPgTpl:svMenu:gsb:sel_srcG" value="Search Knowledge Base" type="hidden"></td><td><input id="kmPgTpl:svMenu:gsb:srchTG" name="kmPgTpl:svMenu:gsb:srchTG" type="hidden"></td><td><input id="kmPgTpl:svMenu:gsb:selSrcShNaG" name="kmPgTpl:svMenu:gsb:selSrcShNaG" value="KB" type="hidden"></td><td><input id="kmPgTpl:svMenu:gsb:selSrcG" name="kmPgTpl:svMenu:gsb:selSrcG" type="hidden"></td><td><input id="kmPgTpl:svMenu:gsb:srcCntG" name="kmPgTpl:svMenu:gsb:srcCntG" value="" type="hidden"></td><td><table class="x1u" style="display:none" id="kmPgTpl:svMenu:gsb:clickStreamParameters" summary="" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td class="xu"><label for="kmPgTpl:svMenu:gsb:clickStreamParameters::content">Selected Source</label></td><td class="xpu" nowrap="nowrap" valign="top"><input id="kmPgTpl:svMenu:gsb:clickStreamParameters::content" name="kmPgTpl:svMenu:gsb:clickStreamParameters" class="x25" type="text"></td></tr></tbody></table></td><td><table id="kmPgTpl:svMenu:gsb:subFgsb:pt_tl2" summary="" border="0" cellpadding="0" cellspacing="0"><tbody><tr id="kmPgTpl:svMenu:gsb:subFgsb:pt_rl21"><td id="kmPgTpl:svMenu:gsb:subFgsb:pt_cf211"><span id="kmPgTpl:svMenu:gsb:subFgsb:pt_hiddenLabel" class="xq" style="position:absolute; top:-999px"><label for="kmPgTpl:svMenu:gsb:subFgsb:mGlobalSearch:pt_itG::content">Global Search</label></span><span id="kmPgTpl:svMenu:gsb:subFgsb:mGlobalSearch:pt_itG" class="x1zv x1u"><input autocomplete="off" id="kmPgTpl:svMenu:gsb:subFgsb:mGlobalSearch:pt_itG::content" name="kmPgTpl:svMenu:gsb:subFgsb:mGlobalSearch:pt_itG" style="width:auto" class="x25" size="50" type="text"></span></td><td id="kmPgTpl:svMenu:gsb:subFgsb:pt_cf212"><a id="kmPgTpl:svMenu:gsb:subFgsb:menu_pt_cil2" title="Global Search" class="x205 xfd" onclick="return false;" href="#"><img id="kmPgTpl:svMenu:gsb:subFgsb:menu_pt_cil2::icon" src="Document%201199543.1_fichiers/searchiconbutton.gif" title="Global Search" alt="Global Search" class="x137"></a></td><td id="kmPgTpl:svMenu:gsb:subFgsb:cf1"></td></tr></tbody></table></td><td><img id="kmPgTpl:svMenu:gsb:s1" src="Document%201199543.1_fichiers/t.gif" alt="" height="10" width="5"></td><td><table summary="" id="kmPgTpl:svMenu:gsb:pgl_adv" class="x1a" border="0" cellpadding="0" cellspacing="0"><tbody><tr></tr></tbody></table></td></tr></tbody></table></div></div></div><div id="kmPgTpl:pt_db8::tr" style="position:absolute;overflow:hidden;top:0px;height:26px;right:0px;width:6px" class="xrz p_AFFlow"><span style="display:block;"></span></div></div><table summary="" style="table-layout:fixed" border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td id="kmPgTpl:pt_db8::l" style="display:table-cell;width:6px" class="xs0 p_AFFlow"><span style="display:block;"></span></td><td style="display:table-cell;width:100%" id="kmPgTpl:pt_db8::c"><div style="position:relative" class="xs1 p_AFFlow"><div style="position:relative"><div id="kmPgTpl:pt_psl3" class="centerContainer xpf" style="width:auto;overflow:visible;height:auto"><div id="kmPgTpl:pt_psl3::t" style="position:relative;overflow:hidden;width:100%"><div id="kmPgTpl:pgHeader" class="x1a"><div><table id="kmPgTpl:tl1" summary="" border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr id="kmPgTpl:tr1" valign="top"><td id="kmPgTpl:tc1" align="left" valign="top" width="30%"><div id="kmPgTpl:pglt2" class="x1a"><div><span id="kmPgTpl:svBC:pglbc" class="x1a"></span></div><div><span id="kmPgTpl:pglt3" class="x1a"><table id="kmPgTpl:overTitle:tl1" class="xpj" summary="" border="0" cellpadding="0" cellspacing="0"><tbody><tr id="kmPgTpl:overTitle:rl1"><td id="kmPgTpl:overTitle:cf1" align="left" nowrap="nowrap"><div id="kmPgTpl:overTitle:pgl1" class="x1a"><div><table summary="" id="kmPgTpl:overTitle:pgl2" class="x1a" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td><div id="kmPgTpl:overTitle:ot1" class="x25p x6v"><table class="xtx" summary="" border="0" cellpadding="0" cellspacing="0" width="0"><tbody><tr><td class="xue"> </td><td class="xve"><table summary="" border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td class="x1yw"></td><td id="kmPgTpl:overTitle:ot1::_afrTtxt"><div style="width: 0px; max-width: 0px;" title=" " class="xu2"><h1 class="xdl "> </h1></div></td><td id="kmPgTpl:overTitle:ot1::_afrEps"><div class="xdl  xw8" style="display: none" title=" ">…</div></td><td id="kmPgTpl:overTitle:ot1::_afrStr" style="width: 100%"></td></tr></tbody></table></td><td class="xuw"> </td></tr></tbody></table><div class="xwb"><div></div></div></div></td></tr></tbody></table></div><div><div id="kmPgTpl:overTitle:s2" style="margin-top:2px"></div></div></div></td></tr></tbody></table></span></div></div></td><td id="kmPgTpl:tc2" align="right" nowrap="nowrap" valign="top" width="70%"><table summary="" id="kmPgTpl:pt_pgl4" class="x1a" style="white-space: nowrap" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td valign="top"><div id="kmPgTpl:pt_pgl5" class="x1a" style="white-space: nowrap"><div><div id="kmPgTpl:pt_s1" style="margin-top:6px"></div></div><div><a id="kmPgTpl:svSurvey:gl1" title="Provide feedback for the features on this page" class="padding-left: 12px; padding-right: 12px xfu" href="javascript:var%20newWin%20=%20window.open('https%3A%2F%2Fora-gcp1.custhelp.com%2Fci%2Fdocuments%2Fdetail%2F5%2F1046%2F12%2F742014625729a6c0d41118e1a8a926dbebf67a0c%3Fuser%3DDBABAULT%40MBDA.FR%26uID%3D95352C37DEAAD1EEE0401490B2AA23A0%26fID%3Dyrxq9p40gfncys1%26cua%3Dtrue%26page%3DDocumentDisplay','feedbackWindow','width=630,%20height=600,%20location=no,resizable=yes,scrollbars=yes,status=no,left='+getLeftOffset(630)+',top='+getTopOffset(600)+'','true');" target="_self">Give Feedback...</a></div></div></td><td valign="top"><div id="kmPgTpl:pt_pgl6" class="x1a" style="white-space: nowrap"><div><div id="kmPgTpl:pt_s2" style="margin-top:1px"></div></div><div><div id="kmPgTpl:svMsg:mosMsgA" class="x1a"><div><div id="kmPgTpl:svMsg:msgAsPop" style="display:none"><div style="top:auto;right:auto;left:auto;bottom:auto;width:auto;height:auto;position:relative;" id="kmPgTpl:svMsg:msgAsPop::content"></div></div></div></div></div></div></td></tr></tbody></table></td><td id="kmPgTpl:tc3" align="right" nowrap="nowrap" valign="top" width="0%"><table summary="" id="kmPgTpl:pglt4" class="x1a" style="white-space: nowrap" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td valign="top"><img id="kmPgTpl:splt1a" src="Document%201199543.1_fichiers/t.gif" alt="" height="0px" width="12px"></td><td valign="top"><div id="kmPgTpl:pglt5" class="x1a" style="white-space: nowrap"><div><div id="kmPgTpl:splt1b" style="margin-top:6px"></div></div><div><a id="kmPgTpl:cl1" class="padding-left: 12px; padding-right: 12px xfe" style="display:none" onclick="return false;" href="#">Customize Page...</a></div></div></td><td valign="top"><img id="kmPgTpl:splt1c" src="Document%201199543.1_fichiers/t.gif" alt="" height="0px" width="12px"></td></tr></tbody></table></td></tr><tr id="kmPgTpl:pt_rl1" valign="top"><td id="kmPgTpl:pt_cf1" colspan="3"></td></tr></tbody></table></div></div></div><div style="overflow:hidden"><div id="kmPgTpl:pt_psl3::c" style="overflow:hidden"><div id="kmPgTpl:pageCustomizable1" class="x1dg" style=""><div id="kmPgTpl:pageCustomizable1::c"><div id="kmPgTpl:pslMain" class="xpj xpf" style="width:auto;overflow:visible;height:auto"><div style="overflow:hidden"><div id="kmPgTpl:pslMain::c" style="overflow:hidden"><div id="kmPgTpl:pt_pgl1" class="x1a"><div><div id="kmPgTpl:psl1" class="xpf" style="width:auto;overflow:visible;background-color:White;;height:auto"><div style="overflow:hidden"><table summary="" style="table-layout:fixed" border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td style="width:10px" valign="top"><div id="kmPgTpl:psl1::l" style="overflow:hidden"><img id="kmPgTpl:s1" src="Document%201199543.1_fichiers/t.gif" alt="" height="0px" width="10"></div></td><td valign="top"><div id="kmPgTpl:psl1::c" style="overflow:hidden"><div id="kmPgTpl:r1" class="xpg"><div id="kmPgTpl:r1:0:docMainPanel" class="x1a"><div><span style="display:none">9876</span></div><div><div id="kmPgTpl:r1:0:psl1" class="xpj xpf" style="width:auto;overflow:visible;background-color:White;position:static;;height:auto"><div id="kmPgTpl:r1:0:psl1::t" style="position:relative;overflow:hidden;width:100%"><div id="kmPgTpl:r1:0:pgl14" class="x1a"><div><img id="kmPgTpl:r1:0:s111" src="Document%201199543.1_fichiers/t.gif" alt="" height="5" width="10"></div><div><table summary="" id="kmPgTpl:r1:0:Headpgl" class="x1a" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td><div id="kmPgTpl:r1:0:ph22" class="x6v" style="display:none"><table class="xtx" summary="" border="0" cellpadding="0" cellspacing="0" width="0"><tbody><tr><td class="xue"> </td><td class="xve"><table summary="" border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td class="x1yw"></td><td id="kmPgTpl:r1:0:ph22::_afrTtxt"><div title="Doc ID " class="xu2"><h1 class="xdl ">Doc ID </h1></div></td><td id="kmPgTpl:r1:0:ph22::_afrEps"><div class="xdl  xw8" style="display: none" title="Doc ID ">…</div></td><td id="kmPgTpl:r1:0:ph22::_afrStr" style="width: 100%"></td></tr></tbody></table></td><td class="xuw"> </td></tr></tbody></table><div class="xwb"><div></div></div></div></td></tr></tbody></table></div><div><table id="kmPgTpl:r1:0:tl5" summary="" border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr id="kmPgTpl:r1:0:rl12"><td id="kmPgTpl:r1:0:cf41" align="left" width="10"><div id="kmPgTpl:r1:0:srFavorite" style="display:none"><div style="top:auto;right:auto;left:auto;bottom:auto;width:auto;height:auto;position:relative;" id="kmPgTpl:r1:0:srFavorite::content"></div></div><a id="kmPgTpl:r1:0:cil4" title="Click to add to Favorites" class="xfd" onclick="return false;" href="#"><img id="kmPgTpl:r1:0:cil4::icon" src="Document%201199543.1_fichiers/favorites_qualifier_notsel.txt" title="Click to add to Favorites" alt="Click to add to Favorites" class="x137"></a><span id="kmPgTpl:r1:0:pglhts1" class="x1a"><div id="kmPgTpl:r1:0:sug1:sggstrpp" style="display:none"><div style="top:auto;right:auto;left:auto;bottom:auto;width:auto;height:auto;position:relative;" id="kmPgTpl:r1:0:sug1:sggstrpp::content"></div></div><span id="kmPgTpl:r1:0:sug1:pglcl" class="x1a"></span></span><div id="kmPgTpl:r1:0:sug2:sggstrpp" style="display:none"><div style="top:auto;right:auto;left:auto;bottom:auto;width:auto;height:auto;position:relative;" id="kmPgTpl:r1:0:sug2:sggstrpp::content"></div></div><span id="kmPgTpl:r1:0:sug2:pglcl" class="x1a"></span></td><td id="kmPgTpl:r1:0:cf40" width="10"><img id="kmPgTpl:r1:0:s13" src="Document%201199543.1_fichiers/t.gif" alt="" height="10" width="10"></td><td id="kmPgTpl:r1:0:cf49" align="left"><span id="kmPgTpl:r1:0:ol22" class="xq" style="font-weight:bold;color:Black;font-size:130%"><label>Patch download automation for Sun products using wget (Doc ID 1199543.1)</label></span></td><td id="kmPgTpl:r1:0:cf48" align="right"><a id="kmPgTpl:r1:0:toBottom" title="To Bottom" class="xfd" style="text-decoration:none" onclick="return false;" href="#"><img id="kmPgTpl:r1:0:toBottom::icon" src="Document%201199543.1_fichiers/quicklink_smlarrowdown_enabled.gif" title="To Bottom" alt="To Bottom" class="x137"><span class="x133">To Bottom</span></a></td><td id="kmPgTpl:r1:0:cf50"><img id="kmPgTpl:r1:0:s6" src="Document%201199543.1_fichiers/t.gif" alt="" height="10" width="20"></td></tr></tbody></table></div><div><hr id="kmPgTpl:r1:0:s4" class="x1j"></div></div></div><div style="overflow:hidden"><div id="kmPgTpl:r1:0:psl1::c" style="overflow:hidden"><div id="kmPgTpl:r1:0:kmDocPanel" class="xpj x1a" style="width:100%;height:100%;overflow:auto;"><div><img id="kmPgTpl:r1:0:s23" src="Document%201199543.1_fichiers/t.gif" alt="" height="5" width="10"></div><div><table id="kmPgTpl:r1:0:tl7" style="table-layout:fixed; overflow:hidden;" summary="" border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr id="kmPgTpl:r1:0:rl14"><td id="kmPgTpl:r1:0:cf54" style="overflow:hidden; vertical-align:top;"><div id="kmPgTpl:r1:0:pgl25" class="x1a" style="overflow:auto;"><div><span id="kmPgTpl:r1:ot71" class="kmContent" style="font-size:small; color:Black;"><!-- class=km before applies to --><h2 class="km">Applies to:  </h2>
Solaris x64/x86 Operating System - Version 8 6/00 U1 to 10 8/11 U10 [Release 8.0 to 10.0]<br>Solaris SPARC Operating System - Version 8.0 and later<br>Information in this document applies to any platform.<br>

<h2 class="km"><a name="REF_PURPOSE"></a>Purpose</h2>
<p>How to use wget to download Sun product patches and related files from My Oracle Support. <br><br>See the <a href="https://support.oracle.com/epmos/faces/DocumentDisplay?parent=DOCUMENT&sourceId=1199543.1&id=1289614.1" target="_blank">Sun Patches and Updates Information Center</a> for latest information.</p>
<h2 class="km"><a name="REF_SCOPE"></a>Scope</h2>
<p> </p>
<div class="kmnotebox">
<p class="km"><strong>IMPORTANT</strong>:</p>
<p class="km">https://getupdates.oracle.com web server does not fully support TLS 1.2 <br>Only OpenSSL versions from branch 1.0.0 will work - Oracle Solaris does not deliver higher versions at this time.<br class="km">Customers
 who are trying to access the URL using latest wget/OpenSSL (ie. from 
www.opencsw.org) version with TLS 1.2 support may get connection 
failures.</p>
</div>
<h2 class="km"><a name="REF_TEXT"></a>Details</h2>
<p>The freeware utility wget can be used to automatically download 
patches from My Oracle Support. This article explains how to configure 
and use wget for download Sun product patches and related files.. The 
attached script provides a example of using wget.</p>
<a name="aref_section31"></a><h4 class="km">Supported wget Versions</h4>
<p>wget versions for use with My Oracle Support for Sun product patches</p>
<ul>
<li>Version 1.10.x</li>
<li>Version 1.11.1 or higher</li>
<li style="list-style-type: none;">
<ul>
<li>Version 1.11 of wget does not work with My Oracle Support. Version 1.11.1 or higher must be used.</li>
</ul>
</li>
<li>Version 1.12</li>
<li style="list-style-type: none;">
<ul>
<li>Support for secure access (https) is required. wget must be compiled
 with an external SSL library, currently OpenSSL. OpenSSL is supported 
on wget version 1.10 or higher.</li>
</ul>
</li>
</ul>
<ul>
<li>Patches for Solaris wget updates can be found here:</li>
</ul>
<p>Solaris 10 SPARC -  <a href="https://updates.oracle.com/Orion/PatchDetails/process_form?patch_num=12369495">125215-04</a><br>Solaris 10 x86 -  <a href="https://updates.oracle.com/Orion/PatchDetails/process_form?patch_num=12369498">125216-04</a><br>Solaris 9 SPARC -  <a href="https://updates.oracle.com/Orion/PatchDetails/process_form?patch_num=12602136">125326-03</a><br>Solaris 9 x86 -  <a href="https://updates.oracle.com/Orion/PatchDetails/process_form?patch_num=12369499">125327-03</a></p>
<p> </p>
<a name="aref_section32"></a><h4 class="km">Differences between wget for SunSolve and My Oracle Support</h4>
<p>Experienced users will be familiar with wget usage on SunSolve. 
 This section itemizes the specific differences between using wget for 
SunSolve and wget for My Oracle Support.  See also the following 
text for more details and examples.</p>
<table style="width: 100%;" border="1" cellpadding="2" cellspacing="0">
<tbody>
<tr><th class="km">
<p>Item</p>
</th><th class="km">
<p>My Oracle Support</p>
</th></tr>
<tr>
<td class="km">
<p>unsigned patches (.zip files)</p>
</td>
<td class="km">
<p>supported</p>
</td>
</tr>
<tr>
<td class="km">
<p>signed patches (.jar files)</p>
</td>
<td class="km">
<p>not supported</p>
</td>
</tr>
<tr>
<td class="km">
<p>base URL</p>
</td>
<td class="km">
<p>https://updates.oracle.com/</p>
</td>
</tr>
<tr>
<td class="km">
<p>Standard (6-2) patch access</p>
</td>
<td class="km">
<p>https://updates.oracle.com/all_unsigned/119255-01.zip</p>
</td>
</tr>
<tr>
<td class="km">
<p>Standard (6-2) patch readme access</p>
</td>
<td class="km">
<p>https://updates.oracle.com/readme/119255-01</p>
</td>
</tr>
<tr>
<td class="km">
<p>Highest version number access</p>
</td>
<td class="km">
<p>Not supported.  A full patch id with a specific version is required</p>
</td>
</tr>
<tr>
<td class="km">
<p>Patch cluster access</p>
</td>
<td class="km">
<p>https://updates.oracle.com/patch_cluster/10_Recommended.zip</p>
</td>
</tr>
<tr>
<td class="km">
<p>Patch cluster readme access</p>
</td>
<td class="km">
<p>https://updates.oracle.com/patch_cluster/10_Recommended.README</p>
</td>
</tr>
<tr>
<td class="km">
<p>patchdiag.xref access</p>
</td>
<td class="km">
<p>https://updates.oracle.com/reports/patchdiag.xref</p>
</td>
</tr>
<tr>
<td class="km">
<p>Proxies and firewalls</p>
</td>
<td class="km">
<p>updates.oracle.com<br>a248.e.akamai.net<br>aru-akam.oracle.com</p>
</td>
</tr>
<tr>
<td class="km">
<p>Certificates</p>
</td>
<td class="km">
<p>A new certificates file has been released.  Use <a href="https://support.oracle.com/epmos/main/downloadattachmentprocessor?parent=DOCUMENT&sourceId=1199543.1&attachid=1199543.1:WGET3&clickstream=yes">getupdates.pem</a> attached to this article.</p>
</td>
</tr>
<tr>
<td class="km">
<p>Additional parameters</p>
</td>
<td class="km">
<p>Not required</p>
</td>
</tr>
</tbody>
</table>
<p> </p>
<a name="aref_section33"></a><h4 class="km">Parameters for wget</h4>
<p>See the wget manpage or the <a href="http://www.gnu.org/software/wget/manual/" target="_blank">online documentation</a> for further details.<br><br>The
 wget command for downloading My Oracle Support patches, 
readmes and files for Sun products has the following format:</p>
<pre class="km">wget --http-user=<userid> --http-passwd=<password> --<certificate information> https://updates.oracle.com/<directory>/<patch_id>.<file_type> -O <download_filename></pre>
<p> </p>
<a name="aref_section34"></a><h4 class="km">Directory and File Type Usage</h4>
<table style="width: 100%;" border="1" cellpadding="2" cellspacing="0">
<tbody>
<tr><th class="km">
<p>Directory</p>
</th><th class="km">
<p>Usage</p>
</th><th class="km">
<p>File Types</p>
</th></tr>
<tr>
<td class="km">
<p>/all-unsigned/</p>
</td>
<td class="km">
<p>standard 6-2 patches</p>
</td>
<td class="km">
<p>.zip</p>
</td>
</tr>
<tr>
<td class="km">
<p>/readme/</p>
</td>
<td class="km">
<p>HTML readme files for standard 6-2 patches</p>
</td>
<td class="km">
<p>no extension</p>
</td>
</tr>
<tr>
<td class="km">
<p>/patch_cluster/</p>
</td>
<td class="km">
<p>patch clusters and bundles and their readmes</p>
</td>
<td class="km">
<p>.zip for patch clusters and bundles; .README for readme files</p>
</td>
</tr>
<tr>
<td class="km">
<p>/reports/</p>
</td>
<td class="km">
<p>patch metadata files</p>
</td>
<td class="km">
<p>.xref for patchdiag</p>
</td>
</tr>
</tbody>
</table>
<p> </p>
<a name="aref_section35"></a><h4 class="km">User Information</h4>
<p>Users are required to provide an Oracle.com Single Sign-On 
(SSO) Account when accessing Sun product software updates and 
patches through My Oracle Support and when using wget. These 
are required as the wget -http-user and -http-password parameters.</p>
<ul>
<li>
<p>--http-user=SSO_userid</p>
</li>
<li>
<p>--http-passwd=SSO_password</p>
</li>
</ul>
<p>Care should be taken to protect your password as it is visible in the
 parameter string. These parameters can also be set as environment 
variables and in the .wgetrc file. See the <a href="http://www.gnu.org/software/wget/manual/" target="_blank">online documentation</a> for more information.</p>
<p>To register for an Oracle.com Single Sign-On Account, see the <a href="http://www.oracle.com/us/support/044752.html" title="Sun Customer Welcome Center" target="_blank">My Oracle Support Welcome Center for Sun Customers and Partners</a> and <a href="http://www.oracle.com/us/support/044753.html">Frequently Asked Questions</a> at <a href="http://support.oracle.com/" title="My Oracle Support">My Oracle Support</a>.</p>
<p>After registration, it is necessary to login into <a href="http://support.oracle.com/" target="_blank">My Oracle Support</a>
 and update your account with a Support Identifier (SI). Failure to 
update your SI information will limit download access to public patches.</p>
<p> </p>
<a name="aref_section36"></a><h4 class="km">Patch Downloads</h4>
<p class="km">Example patch download</p>
<pre class="km">wget --http-user=myuserid --http-passwd=mypassword --ca-certificate=getupdates.pem https://updates.oracle.com/all_unsigned/119255-01.zip -O 119255-01.zip</pre>
<p class="km">Example patch readme download</p>
<pre class="km">wget --http-user=myuserid --http-passwd=mypassword --ca-certificate=getupdates.pem https://updates.oracle.com/readme/119255-01 -O 119255-01.readme </pre>
<p> </p>
<a name="aref_section37"></a><h4 class="km">Patch metadata files</h4>
<p class="km">There are 2 patch related metadata files which can be used to assist patch automation.</p>
<blockquote style="margin-right: 0px;" dir="ltr">
<p class="km">patchdiag.xref - contains a one line summary for each 
patch/version. Generally, there is only one version of a given listed, 
However, on occasions there can be entries for several versions of a 
patch. See <a href="https://support.oracle.com/epmos/faces/DocumentDisplay?parent=DOCUMENT&sourceId=1199543.1&id=1019527.1" target="_blank">patchdiag.xref format explained</a> for more information.</p>
<p class="km">CHECKSUMS - contains checksums for all patches</p>
</blockquote>
<p class="km" dir="ltr">Example downloads for patchdiag.xref and CHECKSUMS:</p>
<pre class="km>wget download commands for patchdiag.xref and CHECKSUMS <div class=">wget --http-user=myuserid --http-passwd=mypassword --ca-certificate=getupdates.pem https://updates.oracle.com/reports/patchdiag.xref -O patchdiag.xref </pre>
<pre>wget --http-user=myuserid --http-passwd=mypassword --ca-certificate=getupdates.pem https://updates.oracle.com/reports/CHECKSUMS -O CHECKSUMS </pre>
<p> </p>
<a name="aref_section38"></a><h4 class="km">Clusters and Bundles</h4>
<p class="km">Patch clusters and multi-part bundles can also be downloaded using wget.<br><br>Example download of the Recommended OS Cluster Solaris 10 SPARC cluster</p>
<pre>wget --http-user=myuserid --http-passwd=mypassword --ca-certificate=getupdates.pem https://updates.oracle.com/patch_cluster/10_Recommended.zip -O 10_Recommended.zip </pre>
<p>Example download of the cluster readme for Recommended OS Cluster Solaris 10 SPARC</p>
<pre>wget --http-user=myuserid --http-passwd=mypassword --ca-certificate=getupdates.pem https://updates.oracle.com/patch_cluster/10_Recommended.README -O 10_Recommended.README</pre>
<p> </p>
<a name="aref_section39"></a><h4 class="km">Cluster and Bundle Download Names</h4>
<p class="km">Names of other cluster and bundles can be obtained from a 
patchset list of Solaris from the Advanced Search on Patches and Updates
 tab on My Oracle Support.</p>
<table style="width: 100%;" border="1" cellpadding="2" cellspacing="0">
<tbody>
<tr><th class="km">
<p>Cluster or Bundle</p>
</th><th class="km">
<p>Download</p>
</th><th class="km">
<p>Readme</p>
</th></tr>
<tr>
<td class="km">
<p>Solaris 10 Recommended CPU SPARC(example is for 2010-07)</p>
</td>
<td class="km">
<p>https://updates.oracle.com/patch_cluster/10_Recommended_CPU_2010-07.zip</p>
</td>
<td class="km">
<p>https://updates.oracle.com/patch_cluster/10_Recommended_CPU_2010-07.README</p>
</td>
</tr>
<tr>
<td class="km">
<p>Solaris 10 Recommended CPU x86(example is for 2010-07)</p>
</td>
<td class="km">
<p>https://updates.oracle.com/patch_cluster/10_x86_Recommended_CPU_2010-07.zip</p>
</td>
<td class="km">
<p>https://updates.oracle.com/patch_cluster/10_x86_Recommended_CPU_2010-07.README</p>
</td>
</tr>
<tr>
<td class="km">
<p>Recommended OS Cluster Solaris 10 SPARC</p>
</td>
<td class="km">
<p>https://updates.oracle.com/patch_cluster/10_Recommended.zip</p>
</td>
<td class="km">
<p>https://updates.oracle.com/patch_cluster/10_Recommended.README</p>
</td>
</tr>
<tr>
<td class="km">
<p>Recommended OS Cluster Solaris 10 x86</p>
</td>
<td class="km">
<p>https://updates.oracle.com/patch_cluster/10_x86_Recommended.zip</p>
</td>
<td class="km">
<p>https://updates.oracle.com/patch_cluster/10_x86_Recommended.README</p>
</td>
</tr>
<tr>
<td class="km">
<p>Solaris 10 9/10 SPARC Bundle Part <n></p>
</td>
<td class="km">
<p>https://updates.oracle.com/patch_cluster/10_sparc_0910_patchbundle_part<n>.zip</p>
</td>
<td class="km">
<p>https://updates.oracle.com/patch_cluster/10_sparc_0910_patchbundle_part<n>.README</p>
</td>
</tr>
<tr>
<td class="km">
<p>Solaris 10 9/10 x86 Bundle Part <n></p>
</td>
<td class="km">
<p>https://updates.oracle.com/patch_cluster/10_x86_0910_patchbundle_part<n>.zip</p>
</td>
<td class="km">
<p>https://updates.oracle.com/patch_cluster/10_x86_0910_patchbundle_part<n>.README</p>
</td>
</tr>
</tbody>
</table>
<p> </p>
<a name="aref_section310"></a><h4 class="km">Output File</h4>
<p>It is recommended an output file (-O option) be specified. The 
default output filename, which is generated from download information, 
may be too long and can cause problems.</p>
<p> </p>
<a name="aref_section311"></a><h4 class="km">Security Certificates</h4>
<p>The entitlement and download servers use security certificates. There are 2 options with certificates.</p>
<ol>
<li>Use the "--no-check-certificate" option</li>
<li>Use the two CA certificates</li>
</ol>
<div style="margin-left: 2em;">
<ul>
<li>OU=VeriSign Class 3 International Server CA; CN=*.oracle.com</li>
<li>OU=GTE CyberTrust Solutions, INc.; CN=GTE CyberTrust Global Root</li>
</ul>
</div>
<p>The file <a href="https://support.oracle.com/epmos/main/downloadattachmentprocessor?parent=DOCUMENT&sourceId=1199543.1&attachid=1199543.1:WGET3&clickstream=yes">getupdates.pem</a> (attached to this article) is a concatenation of these two CA certificates.</p>
<p>To use the getupdates.pem file:</p>
<p>1. Download the <a href="https://support.oracle.com/epmos/main/downloadattachmentprocessor?parent=DOCUMENT&sourceId=1199543.1&attachid=1199543.1:WGET3&clickstream=yes">getupdates.pem</a> file attached to this article and save it as getupdates.pem.</p>
<p>2. Use the "--ca-certificate option" with the downloaded getupdates.pem file by adding the parameter:</p>
<blockquote style="margin-right: 0px;" dir="ltr">
<p>--ca-certificate=getupdates.pem</p>
</blockquote>
<p>to the wget command. This assumes the getupdates.pem file is in the same directory from which the wget command is being issued.</p>
<p> </p>
<a name="aref_section312"></a><h4 class="km">Firewall Rules</h4>
<p>Firewall rules may need to be changed to permit the access to the following systems:</p>
<ul>
<li>oracle.com</li>
<li>edgesuite.net</li>
<li>akamai.net</li>
<li>llnwd.net</li>
<li>llnw.net</li>
</ul>
<p>Updated 6 July 2011 for My Oracle Support 5.3 release.</p>
<a name="aref_section313"></a><h4 class="km">Proxies</h4>
<p class="km">The following environment variables should be set to the appropriate proxy server:</p>
<ul>
<li>http_proxy</li>
<li>https_proxy</li>
</ul>
<p class="km">The "--proxy=on" parameter is also required.</p>
<p class="km">Example proxy use</p>
<pre class="km">set http_proxy=http://www-proxy.internal.company.com:8080/; export http_proxy

set https_proxy=http://www-proxy.internal.company.com:8080/; export https_proxy

wget --proxy=on --http-user=myuserid --http-passwd=mypassword --ca-certificate=getupdates.pem "https://updates.oracle.com/all_unsigned/119255-01.zip" -O 119255-01.zip </pre>
<p> </p>
<a name="aref_section314"></a><h4 class="km">Downloading wget software</h4>
<p class="km">wget is available from:</p>
<ul>
<li>GNU Download Site (Source)</li>
<li style="list-style-type: none;">
<ul>
<li><a href="http://ftp.gnu.org/pub/gnu/wget/">http://ftp.gnu.org/pub/gnu/wget/</a> </li>
</ul>
</li>
<li>Sunfreeware (Compiled for Solaris SPARC)</li>
<li style="list-style-type: none;">
<ul>
<li><a href="http://www.sunfreeware.com/programlistsparc10.html#wget">http://www.sunfreeware.com/programlistsparc10.html#wget</a> - Solaris10</li>
<li><a href="http://www.sunfreeware.com/programlistsparc9.html#wget">http://www.sunfreeware.com/programlistsparc9.html#wget</a> - Solaris 9</li>
</ul>
</li>
<li>Sunfreeware (Compiled for Solaris x86)</li>
<li style="list-style-type: none;">
<ul>
<li><a href="http://www.sunfreeware.com/programlistintel10.html#wget%20">http://www.sunfreeware.com/programlistintel10.html#wget</a> - Solaris 10</li>
<li><a href="http://www.sunfreeware.com/programlistintel9.html#wget">http://www.sunfreeware.com/programlistintel9.html#wget</a> - Solaris 9</li>
</ul>
</li>
<li>Blastwave wget page (source)</li>
<li style="list-style-type: none;">
<ul>
<li>Use the following URL to download openSSL packages to use in compiling the GNU version of wget source</li>
<li style="list-style-type: none;">
<ul>
<li><a href="http://www.blastwave.org/packages.php/wget">http://www.blastwave.org/packages.php/wget</a></li>
</ul>
</li>
</ul>
</li>
<li>Blastwave mirror sites(Compiled with openSSL)</li>
<li style="list-style-type: none;">
<ul>
<li>Use the following URL to find mirror sites for compiled packages. 
Navigate to one of the mirror sites, goto the stable/sparc directory, go
 to the appropriate version of Solaris, find the wget package and 
download it</li>
<li style="list-style-type: none;">
<ul>
<li><a href="http://www.blastwave.org/mirrors.php">http://www.blastwave.org/mirrors.php</a></li>
</ul>
</li>
</ul>
</li>
</ul>
<p> </p>
<p class="km">Example Script</p>
<p class="km">a. Download the example script attached to this article.<br><br>b.
 Modify the script with your Oracle.com Single Sign-On 
account information, specifically your username and password. 
 Permissions on the file should be set to a minimum to prevent 
authorized access.</p>
<pre class="km"># Modify with your Oracle.com Single Sign-On login info.

UserID="yourusername"

UserPWD="yourpassword" </pre>
<p class="km">c. Modify the path to the wget utility</p>
<pre class="km"># Path to wget (set as appropriate for your system)

WGETPATH="/usr/sfw/bin"</pre>
<p class="km">d. Modify the path of the patch output directory to reflect the location of where the patches need to downloaded</p>
<pre class="km">[# Patch output directory

# DOWNLOADIR="/tmp/patches"

DOWNLOADIR="download directory" </pre>
<p class="km">e. If necessary, modify the webproxy parameter to point to your corporate http proxy server</p>
<pre class="km"># Proxy info

# See http://www.gnu.org/software/wget/manual/wget.html#Proxies for more information on proxies

WEBPROXY="" </pre>
<p class="km">f. Create a patch-list.txt file with the patches you want to download.</p>
<a name="aref_section315"></a><h4 class="km">Further information on wget</h4>
<p class="km">For further information on wget, see:</p>
<ul>
<li>wget documentation - <a href="http://www.gnu.org/software/wget/manual/">http://www.gnu.org/software/wget/manual/</a></li>
<li>wget wiki - <a href="http://wget.addictivecode.org/">http://wget.addictivecode.org/</a></li>
<li>wget background information can be found at <a href="http://en.wikipedia.org/wiki/Wget">http://en.wikipedia.org/wiki/Wget</a>.</li>
</ul>
<p> </p>
<a name="aref_section316"></a><h4 class="km"><strong>Support for wget</strong></h4>
<p class="km"><span style="text-decoration: underline;">Please note:</span><br><br>a.
 wget is GNU community product and is not supported as such by 
Oracle.  We will provide best efforts to assist you with any 
problems you may have.  However, please report any wget bugs to <a href="mailto:bug-wget@gnu.org">mailto:bug-wget@gnu.org</a>. See also <a href="http://wget.addictivecode.org/MailingLists">http://wget.addictivecode.org/MailingLists</a>.<br><br>b. Oracle community help can be obtained from the Oracle Solaris installation, booting and patching forum:</p>
<p class="km"><a href="https://community.oracle.com/community/support/oracle_sun_technologies/oracle_solaris_installation__booting_and_patching">https://community.oracle.com/community/support/oracle_sun_technologies/oracle_solaris_installation__booting_and_patching</a></p>
<p class="km"> </p>
<p class="km"><br><strong></strong></p>
<p> </p>
<h2 class="km"><a name="REF"></a>References</h2><a href="https://support.oracle.com/epmos/faces/DocumentDisplay?parent=DOCUMENT&sourceId=1199543.1&id=1019527.1">NOTE:1019527.1</a> - patchdiag.xref format explained<br><a href="https://support.oracle.com/epmos/faces/DocumentDisplay?parent=DOCUMENT&sourceId=1199543.1&id=1289614.1">NOTE:1289614.1</a> - Sun Patches and Updates Resource Center [VIDEO]<br>
</span></div></div></td><td id="kmPgTpl:r1:0:cf56" width="1%"><img id="kmPgTpl:r1:0:s44" src="Document%201199543.1_fichiers/t.gif" alt="" height="10" width="10"></td><td id="kmPgTpl:r1:0:cf55" style="vertical-align:top" width="20%"><div id="kmPgTpl:r1:0:pglwdg" class="x1a" style="width:100%;height:100%;overflow:auto;"><div><div id="kmPgTpl:r1:0:ws1" style="margin-top:10px"></div></div><div><div id="kmPgTpl:r1:0:pb1" class="xdk"><table class="xqt p_AFCore p_AFDefault" summary="" border="0" cellpadding="0" cellspacing="0" width="0"><tbody><tr><td class="xrf p_AFCore p_AFDefault"> </td><td class="xrj p_AFCore p_AFDefault"><table summary="" cellpadding="0" cellspacing="0"><tbody><tr><td class="xr5"><a href="#" onclick="return false" class="xts x1ay" id="kmPgTpl:r1:0:pb1::_afrDscl" title="Collapse Document Details"></a></td><td style="white-space:nowrap" class="xr7"><h1 class="xr9">Document Details</h1></td></tr></tbody></table></td><td class="xrn p_AFCore p_AFDefault"> </td></tr></tbody></table><div class="x1b5 p_AFCore p_AFDefault"><div class="x5s p_AFCore p_AFDefault" id="kmPgTpl:r1:0:pb1::content"><span id="kmPgTpl:r1:0:pglicons" class="x1a"><img id="kmPgTpl:r1:0:ws2" src="Document%201199543.1_fichiers/t.gif" alt="" height="10" width="20"><a id="kmPgTpl:r1:0:cil10" title="Rate this document" class="xfd" onclick="return false;" href="#"><img id="kmPgTpl:r1:0:cil10::icon" src="Document%201199543.1_fichiers/rate_ena_16.txt" title="Rate this document" alt="Rate this document" class="x137"></a><img id="kmPgTpl:r1:0:s49" src="Document%201199543.1_fichiers/t.gif" alt="" height="10" width="20"><div id="kmPgTpl:r1:0:p6" style="display:none"><div style="top:auto;right:auto;left:auto;bottom:auto;width:auto;height:auto;position:relative;" id="kmPgTpl:r1:0:p6::content"></div></div><div id="kmPgTpl:r1:0:comeditpopw" style="display:none"><div style="top:auto;right:auto;left:auto;bottom:auto;width:auto;height:auto;position:relative;" id="kmPgTpl:r1:0:comeditpopw::content"></div></div><div id="kmPgTpl:r1:0:whistorypopup" style="display:none"><div style="top:auto;right:auto;left:auto;bottom:auto;width:auto;height:auto;position:relative;" id="kmPgTpl:r1:0:whistorypopup::content"></div></div><a id="kmPgTpl:r1:0:wgil2" title="Email link to this document" class="x132" href="#"><img id="kmPgTpl:r1:0:wgil2::icon" src="Document%201199543.1_fichiers/email_16.png" title="Email link to this document" alt="Email link to this document" class="x13a"></a><img id="kmPgTpl:r1:0:ws5" src="Document%201199543.1_fichiers/t.gif" alt="" height="10" width="20"><a id="kmPgTpl:r1:0:wgil3" title="Open document in new window" class="x132" href="https://support.oracle.com/epmos/faces/DocContentDisplay?id=1199543.1" target="_blank"><img id="kmPgTpl:r1:0:wgil3::icon" src="Document%201199543.1_fichiers/offsite_ena.png" title="Open document in new window" alt="Open document in new window" class="x13a"></a><img id="kmPgTpl:r1:0:ws6" src="Document%201199543.1_fichiers/t.gif" alt="" height="10" width="20"><a id="kmPgTpl:r1:0:wcl5" title="Printable Page" class="xfe" onclick="return false;" href="#"><img id="kmPgTpl:r1:0:wi1" title="Printable Page" alt="Printable Page" class="xjd" style="margin-bottom:-5px;" src="Document%201199543.1_fichiers/print_ena.txt"></a><img id="kmPgTpl:r1:0:ws7" src="Document%201199543.1_fichiers/t.gif" alt="" height="10" width="20"></span><img id="kmPgTpl:r1:0:ws14" src="Document%201199543.1_fichiers/t.gif" alt="" height="10" width="20"><table summary="" id="kmPgTpl:r1:0:wpgl2" class="x1a" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td><img id="kmPgTpl:r1:0:ws15" src="Document%201199543.1_fichiers/t.gif" alt="" height="10" width="20"></td><td><div id="kmPgTpl:r1:0:wpfl2" class="x19"><table summary="" style="width: auto" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td class="x4w" colspan="1"><table summary="" border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td></td><td></td></tr><tr><td></td><td class="x51"><span id="kmPgTpl:r1:0:wol7" class="xq"><label>Type:</label></span></td></tr><tr><td></td><td class="x51"><span id="kmPgTpl:r1:0:wol6" class="xq"><label>Status:</label></span></td></tr><tr><td></td><td class="x51"><span id="kmPgTpl:r1:0:wol5" class="xq"><label>Last Major Update:</label></span></td></tr><tr><td></td><td class="x51"><span id="kmPgTpl:r1:0:wol4" class="xq"><label>Last Update:</label></span></td></tr></tbody></table></td></tr></tbody></table></div></td><td><div id="kmPgTpl:r1:0:wpfl1" class="x19"><table summary="" style="width: auto" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td class="x4w" colspan="1"><table summary="" border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td></td><td></td></tr><tr><td></td><td class="x51"><span style="color:Black;;white-space:nowrap">REFERENCE</span></td></tr><tr><td></td><td class="x51"><span style="color:Black;;white-space:nowrap">PUBLISHED</span></td></tr><tr><td></td><td class="x51"><span style="color:Black;;white-space:nowrap">11-Feb-2014</span></td></tr><tr><td></td><td class="x51"><span style="color:Black;;white-space:nowrap">11-Feb-2014</span></td></tr></tbody></table></td></tr></tbody></table></div></td></tr></tbody></table><img id="kmPgTpl:r1:0:sw47" src="Document%201199543.1_fichiers/t.gif" alt="" height="10" width="10"><table summary="" id="kmPgTpl:r1:0:wpgl1" class="xpj x1a" style="display:none;background-color:#E4E4E4;" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td><img id="kmPgTpl:r1:0:ws13" src="Document%201199543.1_fichiers/t.gif" alt="" height="30" width="15"></td><td><div id="kmPgTpl:r1:0:pgl22" class="x1a"><div><span id="kmPgTpl:r1:0:wol2" class="xq" style="color:#003C5B;font-weight:bold;"><label>Currency Check Required.</label></span></div><div><img id="kmPgTpl:r1:0:s47" src="Document%201199543.1_fichiers/t.gif" alt="" height="5" width="15"></div><div><table summary="" id="kmPgTpl:r1:0:pgl24" class="xpj x1a" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td><button id="kmPgTpl:r1:0:wcil3" class="x7j p_AFTextOnly" onclick="return false;">Current</button></td><td><button id="kmPgTpl:r1:0:wcil2" class="x7j p_AFTextOnly" onclick="return false;">Out of Date</button></td><td><div id="kmPgTpl:r1:0:comeditpopwidget" style="display:none"><div style="top:auto;right:auto;left:auto;bottom:auto;width:auto;height:auto;position:relative;" id="kmPgTpl:r1:0:comeditpopwidget::content"></div></div></td></tr></tbody></table></div><div><img id="kmPgTpl:r1:0:s48" src="Document%201199543.1_fichiers/t.gif" alt="" height="5" width="15"></div></div></td><td><img id="kmPgTpl:r1:0:ws12" src="Document%201199543.1_fichiers/t.gif" alt="" height="0px" width="20"></td></tr></tbody></table></div></div><table style="font-size:1px;line-height:1px" class="xqt p_AFCore p_AFDefault" summary="" border="0" cellpadding="0" cellspacing="0" width="0"><tbody><tr><td class="xrh p_AFCore p_AFDefault"> </td><td class="xrl p_AFCore p_AFDefault"> </td><td class="xrp p_AFCore p_AFDefault"> </td></tr></tbody></table></div></div><div><img id="kmPgTpl:r1:0:ws11" src="Document%201199543.1_fichiers/t.gif" alt="" height="0px" width="20"></div><div><div id="kmPgTpl:r1:0:pb3" class="xdk"><table class="xqt p_AFCore p_AFDefault" summary="" border="0" cellpadding="0" cellspacing="0" width="0"><tbody><tr><td class="xrf p_AFCore p_AFDefault"> </td><td class="xrj p_AFCore p_AFDefault"><table summary="" cellpadding="0" cellspacing="0"><tbody><tr><td class="xr5"><a href="#" onclick="return false" class="xts x1ay" id="kmPgTpl:r1:0:pb3::_afrDscl" title="Collapse Related Products"></a></td><td style="white-space:nowrap" class="xr7"><h1 class="xr9">Related Products</h1></td></tr></tbody></table></td><td class="xrn p_AFCore p_AFDefault"> </td></tr></tbody></table><div class="x1b5 p_AFCore p_AFDefault"><div class="x5s p_AFCore p_AFDefault" id="kmPgTpl:r1:0:pb3::content"><table summary="" id="kmPgTpl:r1:0:pgl21" class="x1a" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td><img id="kmPgTpl:r1:0:s43" src="Document%201199543.1_fichiers/t.gif" alt="" height="10" width="20"></td><td><div id="kmPgTpl:r1:0:pgl20" class="x1a"><div>Solaris x64/x86 Operating System</div><div><a id="kmPgTpl:r1:0:i33:0:cl7" class="xfe" onclick="return false;" href="#"></a></div><div>Solaris SPARC Operating System</div><div><a id="kmPgTpl:r1:0:i33:1:cl7" class="xfe" onclick="return false;" href="#"></a></div></div></td></tr></tbody></table></div></div><table style="font-size:1px;line-height:1px" class="xqt p_AFCore p_AFDefault" summary="" border="0" cellpadding="0" cellspacing="0" width="0"><tbody><tr><td class="xrh p_AFCore p_AFDefault"> </td><td class="xrl p_AFCore p_AFDefault"> </td><td class="xrp p_AFCore p_AFDefault"> </td></tr></tbody></table></div></div><div><div id="kmPgTpl:r1:0:r4" class="xpg"><span id="kmPgTpl:r1:0:r4:0:pgl3" class="x1a"><span id="kmPgTpl:r1:0:r4:0:p1"></span><div id="kmPgTpl:r1:0:r4:0:pb1" class="xdk"><table class="xqt p_AFCore p_AFDefault" summary="" border="0" cellpadding="0" cellspacing="0" width="0"><tbody><tr><td class="xrf p_AFCore p_AFDefault"> </td><td class="xrj p_AFCore p_AFDefault"><table summary="" cellpadding="0" cellspacing="0"><tbody><tr><td class="xr5"><a href="#" onclick="return false" class="xts x1ay" id="kmPgTpl:r1:0:r4:0:pb1::_afrDscl" title="Collapse Information Centers"></a></td><td style="white-space:nowrap" class="xr7"><h1 class="xr9">Information Centers</h1></td></tr></tbody></table></td><td class="xrn p_AFCore p_AFDefault"> </td></tr></tbody></table><div class="x1b5 p_AFCore p_AFDefault"><div class="x5s p_AFCore p_AFDefault" id="kmPgTpl:r1:0:r4:0:pb1::content"><table summary="" id="kmPgTpl:r1:0:r4:0:pgl1" class="x1a" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td><img id="kmPgTpl:r1:0:r4:0:s1" src="Document%201199543.1_fichiers/t.gif" alt="" height="10" width="20"></td><td><img id="kmPgTpl:r1:0:r4:0:wait" title="Loading Information Center" alt="Loading Information Center" class="xjd" style="display:none" src="Document%201199543.1_fichiers/spinning-wheel.gif"></td><td><span style="display:none">No Information Center available for this document.</span></td><td><div id="kmPgTpl:r1:0:r4:0:pgl2" class="x1a"><div><a id="kmPgTpl:r1:0:r4:0:i1:0:gl1" class="xfu" href="https://support.oracle.com/epmos/faces/DocumentDisplay?id=1589529.2&parent=WIDGET_INFORMATION_CENTER&sourceId=1199543.1" target="_self">Information Center: Overview of the Oracle Explorer Data Collector (STB) [1589529.2]</a></div><div><img id="kmPgTpl:r1:0:r4:0:i1:0:s2" src="Document%201199543.1_fichiers/t.gif" alt="" height="10" width="10"></div><div><a id="kmPgTpl:r1:0:r4:0:i1:1:gl1" class="xfu" href="https://support.oracle.com/epmos/faces/DocumentDisplay?id=1675915.2&parent=WIDGET_INFORMATION_CENTER&sourceId=1199543.1" target="_self">情報センター: Oracle Explorer Data Collector (STB)の概要 [1675915.2]</a></div><div><img id="kmPgTpl:r1:0:r4:0:i1:1:s2" src="Document%201199543.1_fichiers/t.gif" alt="" height="10" width="10"></div><div><a id="kmPgTpl:r1:0:r4:0:i1:2:gl1" class="xfu" href="https://support.oracle.com/epmos/faces/DocumentDisplay?id=1559480.2&parent=WIDGET_INFORMATION_CENTER&sourceId=1199543.1" target="_self">Information Center: Overview of the Oracle Solaris 11 Operating System [1559480.2]</a></div><div><img id="kmPgTpl:r1:0:r4:0:i1:2:s2" src="Document%201199543.1_fichiers/t.gif" alt="" height="10" width="10"></div><div><a id="kmPgTpl:r1:0:r4:0:i1:3:gl1" class="xfu" href="https://support.oracle.com/epmos/faces/DocumentDisplay?id=1372665.2&parent=WIDGET_INFORMATION_CENTER&sourceId=1199543.1" target="_self">Information Center: Overview of the Oracle Solaris 10 Operating System [1372665.2]</a></div><div><img id="kmPgTpl:r1:0:r4:0:i1:3:s2" src="Document%201199543.1_fichiers/t.gif" alt="" height="10" width="10"></div><div><a id="kmPgTpl:r1:0:r4:0:i1:4:gl1" class="xfu" href="https://support.oracle.com/epmos/faces/DocumentDisplay?id=1589780.2&parent=WIDGET_INFORMATION_CENTER&sourceId=1199543.1" target="_self">Information Center: Overview of Sun Patches and Updates [1589780.2]</a></div><div><img id="kmPgTpl:r1:0:r4:0:i1:4:s2" src="Document%201199543.1_fichiers/t.gif" alt="" height="10" width="10"></div></div></td></tr></tbody></table><a id="kmPgTpl:r1:0:r4:0:cl2" class="xfe" onclick="return false;" href="#">Show More</a></div></div><table style="font-size:1px;line-height:1px" class="xqt p_AFCore p_AFDefault" summary="" border="0" cellpadding="0" cellspacing="0" width="0"><tbody><tr><td class="xrh p_AFCore p_AFDefault"> </td><td class="xrl p_AFCore p_AFDefault"> </td><td class="xrp p_AFCore p_AFDefault"> </td></tr></tbody></table></div></span><div style="display:none"><a id="kmPgTpl:r1:0:r4:0:_afrCommandDelegate" class="xfe" onclick="return false;" href="#"></a></div></div></div><div><div id="kmPgTpl:r1:0:r6" class="xpg"><span id="kmPgTpl:r1:0:r6:0:pgl3" class="x1a"><span id="kmPgTpl:r1:0:r6:0:p1"></span><div id="kmPgTpl:r1:0:r6:0:pb1" class="xdk"><table class="xqt p_AFCore p_AFDefault" summary="" border="0" cellpadding="0" cellspacing="0" width="0"><tbody><tr><td class="xrf p_AFCore p_AFDefault"> </td><td class="xrj p_AFCore p_AFDefault"><table summary="" cellpadding="0" cellspacing="0"><tbody><tr><td class="xr5"><a href="#" onclick="return false" class="xts x1ay" id="kmPgTpl:r1:0:r6:0:pb1::_afrDscl" title="Collapse Document References"></a></td><td style="white-space:nowrap" class="xr7"><h1 class="xr9">Document References</h1></td></tr></tbody></table></td><td class="xrn p_AFCore p_AFDefault"> </td></tr></tbody></table><div class="x1b5 p_AFCore p_AFDefault"><div class="x5s p_AFCore p_AFDefault" id="kmPgTpl:r1:0:r6:0:pb1::content"><table summary="" id="kmPgTpl:r1:0:r6:0:pgl1" class="x1a" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td><img id="kmPgTpl:r1:0:r6:0:s1" src="Document%201199543.1_fichiers/t.gif" alt="" height="10" width="20"></td><td><img id="kmPgTpl:r1:0:r6:0:wait" title="Loading Information Center" alt="Loading Information Center" class="xjd" style="display:none" src="Document%201199543.1_fichiers/spinning-wheel.gif"></td><td><span style="display:none">No References available for this document. </span></td><td><div id="kmPgTpl:r1:0:r6:0:pgl2" class="x1a"><div><a id="kmPgTpl:r1:0:r6:0:i1:0:gl1" class="xfu" href="https://support.oracle.com/epmos/faces/DocumentDisplay?id=1019527.1&parent=WIDGET_REFERENCES&sourceId=1199543.1" target="_self">patchdiag.xref format explained [1019527.1]</a></div><div><img id="kmPgTpl:r1:0:r6:0:i1:0:s2" src="Document%201199543.1_fichiers/t.gif" alt="" height="10" width="10"></div></div></td></tr></tbody></table></div></div><table style="font-size:1px;line-height:1px" class="xqt p_AFCore p_AFDefault" summary="" border="0" cellpadding="0" cellspacing="0" width="0"><tbody><tr><td class="xrh p_AFCore p_AFDefault"> </td><td class="xrl p_AFCore p_AFDefault"> </td><td class="xrp p_AFCore p_AFDefault"> </td></tr></tbody></table></div></span><div style="display:none"><a id="kmPgTpl:r1:0:r6:0:_afrCommandDelegate" class="xfe" onclick="return false;" href="#"></a></div></div></div><div><div id="kmPgTpl:r1:0:pb4" class="xdk"><table class="xqt p_AFCore p_AFDefault" summary="" border="0" cellpadding="0" cellspacing="0" width="0"><tbody><tr><td class="xrf p_AFCore p_AFDefault"> </td><td class="xrj p_AFCore p_AFDefault"><table summary="" cellpadding="0" cellspacing="0"><tbody><tr><td class="xr5"><a href="#" onclick="return false" class="xts x1ay" id="kmPgTpl:r1:0:pb4::_afrDscl" title="Collapse Recently Viewed"></a></td><td style="white-space:nowrap" class="xr7"><h1 class="xr9">Recently Viewed</h1></td></tr></tbody></table></td><td class="xrn p_AFCore p_AFDefault"> </td></tr></tbody></table><div class="x1b5 p_AFCore p_AFDefault"><div class="x5s p_AFCore p_AFDefault" id="kmPgTpl:r1:0:pb4::content"><div id="kmPgTpl:r1:0:psl2" class="xpf" style="width:auto;overflow:visible;height:auto"><div style="overflow:hidden"><div id="kmPgTpl:r1:0:psl2::c" style="overflow:hidden"><div id="kmPgTpl:r1:0:r5" class="xpg"><span id="kmPgTpl:r1:0:r5:0:pgl1" class="x1a"><div id="kmPgTpl:r1:0:r5:0:recentViewsPanelGroupLayout" class="x1a" style=""><div><table id="kmPgTpl:r1:0:r5:0:tl1" summary="" align="left" border="0" cellpadding="0" cellspacing="0"><tbody><tr id="kmPgTpl:r1:0:r5:0:rl2" valign="top"><td id="kmPgTpl:r1:0:r5:0:cf6"><img id="kmPgTpl:r1:0:r5:0:s3" src="Document%201199543.1_fichiers/t.gif" alt="" height="0px" width="20"></td><td id="kmPgTpl:r1:0:r5:0:cf3"><a id="kmPgTpl:r1:0:r5:0:gl1" class="xfu" href="https://support.oracle.com/epmos/faces/DocumentDisplay?id=1006630.1&parent=WIDGET_RECENTLY_VIEWED&sourceId=1199543.1" target="_self">Solaris 10 patch access [1006630.1]</a></td><td id="kmPgTpl:r1:0:r5:0:cf9"><img id="kmPgTpl:r1:0:r5:0:s11" src="Document%201199543.1_fichiers/t.gif" alt="" height="0px" width="10"></td></tr><tr id="kmPgTpl:r1:0:r5:0:rl3"><td id="kmPgTpl:r1:0:r5:0:cf4" colspan="6"><img id="kmPgTpl:r1:0:r5:0:s1" src="Document%201199543.1_fichiers/t.gif" alt="" height="5" width="10"></td></tr><tr id="kmPgTpl:r1:0:r5:0:rl2j_id_1" valign="top"><td id="kmPgTpl:r1:0:r5:0:cf6j_id_1"><img id="kmPgTpl:r1:0:r5:0:s3j_id_1" src="Document%201199543.1_fichiers/t.gif" alt="" height="0px" width="20"></td><td id="kmPgTpl:r1:0:r5:0:cf3j_id_1"><a id="kmPgTpl:r1:0:r5:0:gl1j_id_1" class="xfu" href="https://support.oracle.com/epmos/faces/DocumentDisplay?id=1956176.1&parent=WIDGET_RECENTLY_VIEWED&sourceId=1199543.1" target="_self">Critical Patch Update January 2015 Patch Availability Document for Oracle and Sun Systems Products Suite [1956176.1]</a></td><td id="kmPgTpl:r1:0:r5:0:cf9j_id_1"><img id="kmPgTpl:r1:0:r5:0:s11j_id_1" src="Document%201199543.1_fichiers/t.gif" alt="" height="0px" width="10"></td></tr><tr id="kmPgTpl:r1:0:r5:0:rl3j_id_1"><td id="kmPgTpl:r1:0:r5:0:cf4j_id_1" colspan="6"><img id="kmPgTpl:r1:0:r5:0:s1j_id_1" src="Document%201199543.1_fichiers/t.gif" alt="" height="5" width="10"></td></tr><tr id="kmPgTpl:r1:0:r5:0:rl2j_id_2" valign="top"><td id="kmPgTpl:r1:0:r5:0:cf6j_id_2"><img id="kmPgTpl:r1:0:r5:0:s3j_id_2" src="Document%201199543.1_fichiers/t.gif" alt="" height="0px" width="20"></td><td id="kmPgTpl:r1:0:r5:0:cf3j_id_2"><a id="kmPgTpl:r1:0:r5:0:gl1j_id_2" class="xfu" href="https://support.oracle.com/epmos/faces/DocumentDisplay?id=1452873.1&parent=WIDGET_RECENTLY_VIEWED&sourceId=1199543.1" target="_self">How
 to Recognize and Diagnose Service Processor Battery Failure on Sun 
Fire/Netra T1000/T2000 &amp; Sun Blade T6300/T6320/T6340 [1452873.1]</a></td><td id="kmPgTpl:r1:0:r5:0:cf9j_id_2"><img id="kmPgTpl:r1:0:r5:0:s11j_id_2" src="Document%201199543.1_fichiers/t.gif" alt="" height="0px" width="10"></td></tr><tr id="kmPgTpl:r1:0:r5:0:rl3j_id_2"><td id="kmPgTpl:r1:0:r5:0:cf4j_id_2" colspan="6"><img id="kmPgTpl:r1:0:r5:0:s1j_id_2" src="Document%201199543.1_fichiers/t.gif" alt="" height="5" width="10"></td></tr><tr id="kmPgTpl:r1:0:r5:0:rl2j_id_3" valign="top"><td id="kmPgTpl:r1:0:r5:0:cf6j_id_3"><img id="kmPgTpl:r1:0:r5:0:s3j_id_3" src="Document%201199543.1_fichiers/t.gif" alt="" height="0px" width="20"></td><td id="kmPgTpl:r1:0:r5:0:cf3j_id_3"><a id="kmPgTpl:r1:0:r5:0:gl1j_id_3" class="xfu" href="https://support.oracle.com/epmos/faces/DocumentDisplay?id=1569482.2&parent=WIDGET_RECENTLY_VIEWED&sourceId=1199543.1" target="_self">My Oracle Support How to for "Support Identifier Groups" also known as SI Groups or SIG [1569482.2]</a></td><td id="kmPgTpl:r1:0:r5:0:cf9j_id_3"><img id="kmPgTpl:r1:0:r5:0:s11j_id_3" src="Document%201199543.1_fichiers/t.gif" alt="" height="0px" width="10"></td></tr><tr id="kmPgTpl:r1:0:r5:0:rl3j_id_3"><td id="kmPgTpl:r1:0:r5:0:cf4j_id_3" colspan="6"><img id="kmPgTpl:r1:0:r5:0:s1j_id_3" src="Document%201199543.1_fichiers/t.gif" alt="" height="5" width="10"></td></tr><tr id="kmPgTpl:r1:0:r5:0:rl2j_id_4" valign="top"><td id="kmPgTpl:r1:0:r5:0:cf6j_id_4"><img id="kmPgTpl:r1:0:r5:0:s3j_id_4" src="Document%201199543.1_fichiers/t.gif" alt="" height="0px" width="20"></td><td id="kmPgTpl:r1:0:r5:0:cf3j_id_4"><a id="kmPgTpl:r1:0:r5:0:gl1j_id_4" class="xfu" href="https://support.oracle.com/epmos/faces/DocumentDisplay?id=1930090.1&parent=WIDGET_RECENTLY_VIEWED&sourceId=1199543.1" target="_self">CVE-2014-6271 and CVE-2014-7169 Patch Availability Document for Oracle Solaris [1930090.1]</a></td><td id="kmPgTpl:r1:0:r5:0:cf9j_id_4"><img id="kmPgTpl:r1:0:r5:0:s11j_id_4" src="Document%201199543.1_fichiers/t.gif" alt="" height="0px" width="10"></td></tr><tr id="kmPgTpl:r1:0:r5:0:rl3j_id_4"><td id="kmPgTpl:r1:0:r5:0:cf4j_id_4" colspan="6"><img id="kmPgTpl:r1:0:r5:0:s1j_id_4" src="Document%201199543.1_fichiers/t.gif" alt="" height="5" width="10"></td></tr></tbody></table></div><div><div id="kmPgTpl:r1:0:r5:0:pgl2" class="x1a"><div><div id="kmPgTpl:r1:0:r5:0:s4" style="margin-top:5px"></div></div><div><a id="kmPgTpl:r1:0:r5:0:wcl2" class="xfe" onclick="return false;" href="#">Show More</a></div></div></div></div></span><div style="display:none"><a id="kmPgTpl:r1:0:r5:0:_afrCommandDelegate" class="xfe" onclick="return false;" href="#"></a></div></div></div></div></div></div></div><table style="font-size:1px;line-height:1px" class="xqt p_AFCore p_AFDefault" summary="" border="0" cellpadding="0" cellspacing="0" width="0"><tbody><tr><td class="xrh p_AFCore p_AFDefault"> </td><td class="xrl p_AFCore p_AFDefault"> </td><td class="xrp p_AFCore p_AFDefault"> </td></tr></tbody></table></div></div></div></td></tr></tbody></table></div><div><span id="kmPgTpl:r1:0:pgl6" class="x1a"><img id="kmPgTpl:r1:0:s8" src="Document%201199543.1_fichiers/t.gif" alt="" height="20" width="10"><div id="kmPgTpl:r1:0:sdh2" title="Attachments" class="x6w"><table class="p_AFDisclosed xty" summary="" border="0" cellpadding="0" cellspacing="0" width="0"><tbody><tr><td class="xuj"> </td><td class="xvf"><table summary="" border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td class="xtm"><a href="#" onclick="return false" class="xtu x1aw" id="kmPgTpl:r1:0:sdh2::_afrDscl" title="Collapse Attachments"></a></td><td class="x1yx"></td><td id="kmPgTpl:r1:0:sdh2::_afrTtxt"><div style="width: 89px; max-width: 89px;" title="Attachments" class="xu3"><h1 class="xdm ">Attachments</h1></div></td><td id="kmPgTpl:r1:0:sdh2::_afrEps"><div class="xdm  xw9" style="display: none" title="Attachments">…</div></td><td id="kmPgTpl:r1:0:sdh2::_afrStr" style="width: 100%"></td></tr></tbody></table></td><td class="xv1"> </td></tr></tbody></table><div class="xwg"><div><div id="kmPgTpl:r1:0:pl3" class="x3q"><ul style="list-style-type:none"><li value="1"><span id="kmPgTpl:r1:0:i3:0:pgl7" class="x1a"><img id="kmPgTpl:r1:0:i3:0:i13" title="FILE" alt="FILE" class="xjd" src="Document%201199543.1_fichiers/file_default.gif"><img id="kmPgTpl:r1:0:i3:0:space_11" src="Document%201199543.1_fichiers/t.gif" alt="" height="10" width="5"><a id="kmPgTpl:r1:0:i3:0:attachment_link" href="https://support.oracle.com/epmos/main/downloadattachmentprocessor?attachid=1199543.1%3AWGET2&docType=REFERENCE&action=download" target="_blank">sample script for downloading Sun product patches from MOS</a><img id="kmPgTpl:r1:0:i3:0:s11" src="Document%201199543.1_fichiers/t.gif" alt="" height="10" width="5">(1.24 KB)</span></li></ul></div></div></div></div></span></div><div><span id="kmPgTpl:r1:0:pgl5" class="x1a"><img id="kmPgTpl:r1:0:s7" src="Document%201199543.1_fichiers/t.gif" alt="" height="20" width="10"><div id="kmPgTpl:r1:0:sdh1" title="Related Products" class="x6w"><table class="p_AFDisclosed xty" summary="" border="0" cellpadding="0" cellspacing="0" width="0"><tbody><tr><td class="xuj"> </td><td class="xvf"><table summary="" border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td class="xtm"><a href="#" onclick="return false" class="xtu x1aw" id="kmPgTpl:r1:0:sdh1::_afrDscl" title="Collapse Related"></a></td><td class="x1yx"></td><td id="kmPgTpl:r1:0:sdh1::_afrTtxt"><div style="width: 52px; max-width: 52px;" title="Related" class="xu3"><h1 class="xdm ">Related</h1></div></td><td id="kmPgTpl:r1:0:sdh1::_afrEps"><div class="xdm  xw9" style="display: none" title="Related">…</div></td><td id="kmPgTpl:r1:0:sdh1::_afrStr" style="width: 100%"></td></tr></tbody></table></td><td class="xv1"> </td></tr></tbody></table><div class="xwg"><div><div id="kmPgTpl:r1:0:ph2" title="Related Products" class="x6v"><table class="xtx" summary="" border="0" cellpadding="0" cellspacing="0" width="0"><tbody><tr><td class="xut"> </td><td class="xvh"><table summary="" border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td class="x1yw"></td><td id="kmPgTpl:r1:0:ph2::_afrTtxt"><div style="width: 55px; max-width: 55px;" title="Products" class="xu2"><h2 class="xdo ">Products</h2></div></td><td id="kmPgTpl:r1:0:ph2::_afrEps"><div class="xdo  xw8" style="display: none" title="Products">…</div></td><td id="kmPgTpl:r1:0:ph2::_afrStr" style="width: 100%"></td></tr></tbody></table></td><td class="xvb"> </td></tr></tbody></table><div class="xwl"><div><div id="kmPgTpl:r1:0:pl1" class="x3q"><ul><li value="1"><span id="kmPgTpl:r1:0:i1:0:pgl3" class="x1a"><a id="kmPgTpl:r1:0:i1:0:gl14" title="Sun Microsystems" href="https://support.oracle.com/epmos/main/kmservlet?operation=doSearch&task=SearchProduct&type=line&id=LI_3_102LY4W&name=Sun%20Microsystems&source=" target="_parent">Sun Microsystems</a> > <a id="kmPgTpl:r1:0:i1:0:gl15" title="Operating Systems" href="https://support.oracle.com/epmos/main/kmservlet?operation=doSearch&task=SearchProduct&type=family&id=FI_3_102LY5A&name=Operating%20Systems&source=" target="_parent">Operating Systems</a> > <a id="kmPgTpl:r1:0:i1:0:gl16" title="Solaris Operating System" href="https://support.oracle.com/epmos/main/kmservlet?operation=doSearch&task=SearchProduct&type=area&id=AI_3_104QSCG&name=Solaris%20Operating%20System&source=" target="_parent">Solaris Operating System</a> > <a id="kmPgTpl:r1:0:i1:0:gl17" title="Solaris x64/x86 Operating System" href="https://support.oracle.com/epmos/main/kmservlet?operation=doSearch&task=SearchProduct&type=product&id=PI_3_VFE6DD&name=Solaris%20x64/x86%20Operating%20System&source=" target="_parent">Solaris x64/x86 Operating System</a> > <a id="kmPgTpl:r1:0:i1:0:gl18" title="Patching" href="https://support.oracle.com/epmos/main/kmservlet?operation=doSearch&task=SearchProduct&type=component&id=CI_3_3U0X_1475&prodid=PI_3_VFE6DD&name=Patching&source=" target="_parent">Patching</a></span></li><li value="2"><span id="kmPgTpl:r1:0:i1:1:pgl3" class="x1a"><a id="kmPgTpl:r1:0:i1:1:gl14" title="Sun Microsystems" href="https://support.oracle.com/epmos/main/kmservlet?operation=doSearch&task=SearchProduct&type=line&id=LI_3_102LY4W&name=Sun%20Microsystems&source=" target="_parent">Sun Microsystems</a> > <a id="kmPgTpl:r1:0:i1:1:gl15" title="Operating Systems" href="https://support.oracle.com/epmos/main/kmservlet?operation=doSearch&task=SearchProduct&type=family&id=FI_3_102LY5A&name=Operating%20Systems&source=" target="_parent">Operating Systems</a> > <a id="kmPgTpl:r1:0:i1:1:gl16" title="Solaris Operating System" href="https://support.oracle.com/epmos/main/kmservlet?operation=doSearch&task=SearchProduct&type=area&id=AI_3_104QSCG&name=Solaris%20Operating%20System&source=" target="_parent">Solaris Operating System</a> > <a id="kmPgTpl:r1:0:i1:1:gl17" title="Solaris SPARC Operating System" href="https://support.oracle.com/epmos/main/kmservlet?operation=doSearch&task=SearchProduct&type=product&id=PI_3_VFE6B2&name=Solaris%20SPARC%20Operating%20System&source=" target="_parent">Solaris SPARC Operating System</a> > <a id="kmPgTpl:r1:0:i1:1:gl18" title="Patching" href="https://support.oracle.com/epmos/main/kmservlet?operation=doSearch&task=SearchProduct&type=component&id=CI_3_3U0X_7213&prodid=PI_3_VFE6B2&name=Patching&source=" target="_parent">Patching</a></span></li></ul></div></div></div></div><div id="kmPgTpl:r1:0:ph3" title="Related Keywords" class="x6v"><table class="xtx" summary="" border="0" cellpadding="0" cellspacing="0" width="0"><tbody><tr><td class="xut"> </td><td class="xvh"><table summary="" border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td class="x1yw"></td><td id="kmPgTpl:r1:0:ph3::_afrTtxt"><div style="width: 60px; max-width: 60px;" title="Keywords" class="xu2"><h2 class="xdo ">Keywords</h2></div></td><td id="kmPgTpl:r1:0:ph3::_afrEps"><div class="xdo  xw8" style="display: none" title="Keywords">…</div></td><td id="kmPgTpl:r1:0:ph3::_afrStr" style="width: 100%"></td></tr></tbody></table></td><td class="xvb"> </td></tr></tbody></table><div class="xwl"><div><img id="kmPgTpl:r1:0:s30" src="Document%201199543.1_fichiers/t.gif" alt="" height="10" width="10"><a id="kmPgTpl:r1:0:i2:0:gl12" title="DOWNLOAD PATCH" class="xfu" href="https://support.oracle.com/epmos/main/kmservlet?operation=doSearch&term=DOWNLOAD%20PATCH&keyword=true&task=keyword&source=" target="_parent">DOWNLOAD PATCH</a>;<img id="kmPgTpl:r1:0:i2:0:s29" src="Document%201199543.1_fichiers/t.gif" alt="" height="10" width="3"><a id="kmPgTpl:r1:0:i2:1:gl12" title="PATCH" class="xfu" href="https://support.oracle.com/epmos/main/kmservlet?operation=doSearch&term=PATCH&keyword=true&task=keyword&source=" target="_parent">PATCH</a>;<img id="kmPgTpl:r1:0:i2:1:s29" src="Document%201199543.1_fichiers/t.gif" alt="" height="10" width="3"><a id="kmPgTpl:r1:0:i2:2:gl12" title="SOFTWARE UPDATE" class="xfu" href="https://support.oracle.com/epmos/main/kmservlet?operation=doSearch&term=SOFTWARE%20UPDATE&keyword=true&task=keyword&source=" target="_parent">SOFTWARE UPDATE</a>;<img id="kmPgTpl:r1:0:i2:2:s29" src="Document%201199543.1_fichiers/t.gif" alt="" height="10" width="3"><a id="kmPgTpl:r1:0:i2:3:gl12" title="WGET" class="xfu" href="https://support.oracle.com/epmos/main/kmservlet?operation=doSearch&term=WGET&keyword=true&task=keyword&source=" target="_parent">WGET</a>;<img id="kmPgTpl:r1:0:i2:3:s29" src="Document%201199543.1_fichiers/t.gif" alt="" height="10" width="3"><a id="kmPgTpl:r1:0:i2:4:gl12" title="XREF" class="xfu" href="https://support.oracle.com/epmos/main/kmservlet?operation=doSearch&term=XREF&keyword=true&task=keyword&source=" target="_parent">XREF</a><img id="kmPgTpl:r1:0:i2:4:s29" src="Document%201199543.1_fichiers/t.gif" alt="" height="10" width="3"></div></div></div></div></div></div></span></div><div><img id="kmPgTpl:r1:0:s5" src="Document%201199543.1_fichiers/t.gif" alt="" height="20" width="10"></div><div><a id="kmPgTpl:r1:0:toTop" title="Back to Top" class="xfd" style="text-decoration:none" onclick="return false;" href="#"><img id="kmPgTpl:r1:0:toTop::icon" src="Document%201199543.1_fichiers/quicklink_smlarrowup_enabled.gif" title="Back to Top" alt="Back to Top" class="x137"><span class="x133">Back to Top</span></a></div></div></div></div></div></div></div><div style="display:none"><a id="kmPgTpl:r1:0:_afrCommandDelegate" class="xfe" onclick="return false;" href="#"></a></div></div></div></td></tr></tbody></table></div></div></div><div><div id="kmPgTpl:pt_psl2" class="xpj x1zx xpf" style="height:25px;"> <div id="kmPgTpl:pt_psl2::b" style="position:absolute;overflow:hidden;left:0px;bottom:0px;height:25px;right:0px"><table summary="" id="kmPgTpl:pt_pgl3" class="x1a" style="position:absolute;width:auto;height:auto;top:0px;left:0px;bottom:0px;right:0px" align="center" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td><table summary="" id="kmPgTpl:svFt2:pgFooter" class="xq1 x1a" align="center" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td valign="top"><div id="kmPgTpl:svFt2:npFtr" class="xk3" style="overflow:hidden;"><div class="xre"><div id="kmPgTpl:svFt2:npFtr::oc" class="xjk"><table summary="" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td class="x117"><a style="display: none;"></a><span class="xq1">Copyright (c) 2015, Oracle. All rights reserved.</span></td><td class="x117"><a style="display: none;"></a><img id="kmPgTpl:svFt2:s1" src="Document%201199543.1_fichiers/t.gif" alt="" height="0px" width="10"></td><td class="xh3"> </td><td class="x117"><a style="display: none;"></a><a id="kmPgTpl:svFt2:tou" class="xq1 xfu" href="http://www.oracle.com/pls/topic/lookup?ctx=mos_en&id=MOSHP983" target="_blank">Legal Notices and Terms of Use</a></td><td class="xh3"> </td><td class="x117"><a style="display: none;"></a><a id="kmPgTpl:svFt2:privacy" class="xq1 xfu" href="http://www.oracle.com/us/legal/privacy/index.html" target="_blank">Privacy Statement</a></td></tr></tbody></table></div><div tabindex="0" id="kmPgTpl:svFt2:npFtr::eoi" class="xjv"><div id="kmPgTpl:svFt2:npFtr::eoc" class="xk8"></div></div></div><div class="xlv"></div></div></td></tr></tbody></table></td></tr></tbody></table></div></div></div></div></div></div></div></div></div></div></div></div></div><div class="xs2"></div></div></td><td id="kmPgTpl:pt_db8::r" style="display:table-cell;width:6px" class="xs3 p_AFFlow"><span style="display:block;"></span></td></tr></tbody></table><div style="height:8px"><div id="kmPgTpl:pt_db8::bl" style="position:absolute;overflow:hidden;bottom:0px;height:8px;left:0px;width:6px" class="xs4 p_AFFlow"><span style="display:block;"></span></div><div id="kmPgTpl:pt_db8::b" style="position:absolute;overflow:hidden;left:6px;bottom:0px;right:6px;height:8px"><div style="position:absolute;left:0px;right:0px;top:0px;bottom:0px" class="xs5 p_AFFlow"><span style="display:block;"></span></div></div><div id="kmPgTpl:pt_db8::br" style="position:absolute;overflow:hidden;bottom:0px;height:8px;right:0px;width:6px" class="xs6 p_AFFlow"><span style="display:block;"></span></div></div></div></div></div></div></div></div><input name="org.apache.myfaces.trinidad.faces.FORM" value="f1" type="hidden"><span id="f1::postscript"><input name="javax.faces.ViewState" value="!io6d7fjka" type="hidden"></span></form><div id="d1::msgCtr" style="display:none"><div id="d1::msgDlg" class="x17j"><div class="x18r" _afrpanelwindowbackground="1"></div><div class="x18r" _afrpanelwindowbackground="1"></div><div class="x18r" _afrpanelwindowbackground="1"></div><div class="x18r" _afrpanelwindowbackground="1"></div><table summary="" class="x17q" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td class="p_AFResizable x17s" id="d1::msgDlg::_hse"> </td><td class="p_AFResizable x17u" id="d1::msgDlg::_hce"><table summary="" border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td><div id="d1::msgDlg::_ticn" class="x18l" style="display:none"></div></td><td class="x17y" id="d1::msgDlg::tb"><div id="d1::msgDlg::_ttxt" class="x18j"></div></td><td><div class="x18n"><a href="#" onclick="return false" class="x18e" id="d1::msgDlg::close" title="Close"></a></div></td></tr></tbody></table></td><td class="p_AFResizable x17w" id="d1::msgDlg::_hee"> </td></tr><tr><td class="p_AFResizable x183" id="d1::msgDlg::_cse"> </td><td class="p_AFResizable x1o" id="d1::msgDlg::contentContainer"><div id="d1::msgDlg::_ccntr" class="x181" style="position:relative;overflow:auto;"><div id="d1::msgDlg::_cnt" class="x14u"></div></div></td><td class="p_AFResizable x185" id="d1::msgDlg::_cee"> </td></tr><tr><td class="p_AFResizable x187" id="d1::msgDlg::_fse"><div></div></td><td class="p_AFResizable x189" id="d1::msgDlg::_fce"><table summary="" border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td class="p_AFResizable x18c" id="d1::msgDlg::_fcc"><button _afrpdo="cancel" type="button" id="d1::msgDlg::cancel" class="xf6 p_AFTextOnly" onclick="return false;">OK</button></td><td align="left" valign="bottom"><div class="p_AFResizable x18i"><a tabindex="-1" class="x18g" id="d1::msgDlg::_ree" title="Resize"></a></div></td></tr></tbody></table></td><td class="p_AFResizable x18b" id="d1::msgDlg::_fee"><div></div></td></tr></tbody></table></div></div><span id="d1::iconC" style="display:none"><span id="af_messages::info-icon"><img src="Document%201199543.1_fichiers/info.png" title="Information" alt="Information" border="0" height="16" width="16"></span><span id="af_panelSplitter::vertical-restore-icon"><img src="Document%201199543.1_fichiers/splittervr.png" style="vertical-align:top;cursor:default" title="Restore Pane" alt="Restore Pane" border="0" height="7" width="23"></span><span id="af_message::warning-icon"><img src="Document%201199543.1_fichiers/warning.png" title="Warning" alt="Warning" border="0" height="16" width="16"></span><span id="af_messages::fatal-icon"><img src="Document%201199543.1_fichiers/error.png" title="Critical Error" alt="Critical Error" border="0" height="16" width="16"></span><span id="af_panelSplitter::vertical-collapse-icon"><img src="Document%201199543.1_fichiers/splittervc.png" style="vertical-align:top;cursor:default" title="Collapse Pane" alt="Collapse Pane" border="0" height="7" width="23"></span><span id="af_message::info-icon"><img src="Document%201199543.1_fichiers/info.png" title="Information" alt="Information" border="0" height="16" width="16"></span><span id="af_message::fatal-icon"><img src="Document%201199543.1_fichiers/error.png" title="Critical Error" alt="Critical Error" border="0" height="16" width="16"></span><span id="af_messages::warning-icon"><img src="Document%201199543.1_fichiers/warning.png" title="Warning" alt="Warning" border="0" height="16" width="16"></span><span id="af_message::confirmation-icon"><img src="Document%201199543.1_fichiers/confirmation.png" title="Confirmation" alt="Confirmation" border="0" height="16" width="16"></span><span id="af_message::error-icon"><img src="Document%201199543.1_fichiers/error.png" title="Error" alt="Error" border="0" height="16" width="16"></span><span id="af_messages::error-icon"><img src="Document%201199543.1_fichiers/error.png" title="Error" alt="Error" border="0" height="16" width="16"></span><span id="af_messages::confirmation-icon"><img src="Document%201199543.1_fichiers/confirmation.png" title="Confirmation" alt="Confirmation" border="0" height="16" width="16"></span></span><div id="afr::DlgSrvPopupCtnr"><div id="afr::DlgSrvPopupCtnr::content" style="display:none"></div></div><div id="afr::UtilPopupCtnr" _pid="j_id10" _did="j_id11" _dmw="250" style="display:none"><div id="j_id10" style="display:none"><div style="top:auto;right:auto;left:auto;bottom:auto;width:auto;height:auto;position:relative;" id="j_id10::content"><div id="j_id11" class="x17j"><div class="x18r" _afrpanelwindowbackground="1"></div><div class="x18r" _afrpanelwindowbackground="1"></div><div class="x18r" _afrpanelwindowbackground="1"></div><div class="x18r" _afrpanelwindowbackground="1"></div><table summary="" class="x17q" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td class="x17s" id="j_id11::_hse"> </td><td class="x17u" id="j_id11::_hce"><table summary="" border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td><div id="j_id11::_ticn" class="x18l" style="display:none"></div></td><td class="x17y" id="j_id11::tb"><div id="j_id11::_ttxt" class="x18j"></div></td></tr></tbody></table></td><td class="x17w" id="j_id11::_hee"> </td></tr><tr><td class="x183" id="j_id11::_cse"> </td><td class="x1o" id="j_id11::contentContainer"></td><td class="x185" id="j_id11::_cee"> </td></tr><tr><td class="x187" id="j_id11::_fse"><div></div></td><td class="x189" id="j_id11::_fce"><table summary="" border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td class="x18c" id="j_id11::_fcc"><button _afrpdo="ok" type="button" id="j_id11::ok" class="xf6 p_AFTextOnly" onclick="return false;">OK</button><button _afrpdo="cancel" type="button" id="j_id11::cancel" class="xf6 p_AFTextOnly" onclick="return false;">Cancel</button></td><td align="left" valign="bottom"><div class="x18i"><a tabindex="-1" class="x18g" id="j_id11::_ree" title="Resize"></a></div></td></tr></tbody></table></td><td class="x18b" id="j_id11::_fee"><div></div></td></tr></tbody></table></div></div></div></div></div><script type="text/javascript" src="Document%201199543.1_fichiers/dnd-11.js"></script><script type="text/javascript" src="Document%201199543.1_fichiers/menu-11.js"></script><script type="text/javascript" src="Document%201199543.1_fichiers/iedit-11.js"></script><script type="text/javascript" src="Document%201199543.1_fichiers/uncommon-11.js"></script><script type="text/javascript" src="Document%201199543.1_fichiers/stretch-11.js"></script><script type="text/javascript" src="Document%201199543.1_fichiers/_AdfPageCustomizable-11.js"></script><script type="text/javascript" src="Document%201199543.1_fichiers/input-11.js"></script><script type="text/javascript" src="Document%201199543.1_fichiers/_AdfUserInactivityTimeout-11.js"></script><script type="text/javascript" src="Document%201199543.1_fichiers/detail-11.js"></script><script type="text/javascript" src="Document%201199543.1_fichiers/header-11.js"></script><script type="text/javascript" src="Document%201199543.1_fichiers/toolbar-11.js"></script><script type="text/javascript" src="Document%201199543.1_fichiers/box-11.js"></script><script type="text/javascript" src="Document%201199543.1_fichiers/region-11.js"></script><script type="text/javascript" src="Document%201199543.1_fichiers/nav-11.js"></script><script type="text/javascript" src="Document%201199543.1_fichiers/eum-11.js"></script><script type="text/javascript" src="Document%201199543.1_fichiers/imagelink-11.js"></script><script type="text/javascript" src="Document%201199543.1_fichiers/poll-11.js"></script><script type="text/javascript" src="Document%201199543.1_fichiers/print-11.js"></script><script type="text/javascript" src="Document%201199543.1_fichiers/scrollComponentIntoView-11.js"></script><script type="text/javascript">AdfBootstrap._onLoad=function (){if (AdfPage.PAGE.__checkRichResponseDirty()) return;AdfUserActivityInfo.getInstance('pr0').setContextId('0054VFuOklh8XrKaETz0ES0000cZ00VLVf');var isCachedPage = AdfPage.PAGE.__handleCachedPageForNewWindow('s3je5t5u6_46');if (!isCachedPage){window.name='s3je5t5u6_46';};AdfAgent.AGENT.elementsAdded(document);AdfDhtmlLookAndFeel.addSkinProperties({"af|decorativeBox::top-start-tr-width":"6px","AFPopupSelectorFooterStart":"x14r","af|decorativeBox::top-end-tr-width":"6px","af|decorativeBox::end-tr-width":"6px","af|dialog::resize-ghost":"x17o","af|messages::intro":"x15j","af|decorativeBox::top-start:flow-tr-width":"4px",".AFWorkaround-tr-disable-property-delta-sync":"false","AFPopupSelector":"x14g","af|messages::message-group-title":"x15k","af|decorativeBox::bottom-end:flow-tr-width":"4px","af|message::intro":"x15r","af|popup-tr-shadow-offset":1,"AFPopupSelectorHeader":"x14k","af|messages::detail":"x15t","af|decorativeBox::top-tr-height":"5px","af|panelSplitter-tr-collapse-animation-duration":"400","af|decorativeBox::end:flow-tr-width":"4px","AFPopupSelectorContentStart":"x14o","AFOverflowElement":"xkf","af|decorativeBox::top-end:flow-tr-width":"4px","af|showDetailHeader::disclosed-icon-style":"x1aw","af|decorativeBox::start:flow-tr-width":"4px","af|messages::component-link":"xfv","af|panelBox::undisclosed-icon-style":"x1ax","af|message::summary":"x15p","af|decorativeBox::bottom-tr-height":"8px","af|messages::summary":"x15s","af|navigationPane-tr-layout-type":"overflow","AFPopupSelectorContentEnd":"x14p","af|decorativeBox::bottom-start-tr-width":"6px","AFPopupSelectorContent":"x14n","af|decorativeBox::start-tr-width":"6px","af|decorativeBox::top:flow-tr-height":"4px","af|panelSplitter-tr-divider-size":"7","AFPopupSelectorFooterEnd":"x14s","af|showDetailHeader::undisclosed-icon-style":"x1av","af|panelBox::disclosed-icon-style":"x1ay","af|popup-tr-shadow-starting-black-percent":50,"af|decorativeBox::bottom-start:flow-tr-width":"4px","af|popup-tr-shadow-pixel-size":9,"af|decorativeBox::bottom:flow-tr-height":"4px","af|decorativeBox::bottom-end-tr-width":"6px","af|messages::message-group-type-separator":"x15l","af|message::type":"x15o","AFPopupSelectorHeaderStart":"x14l","af|message::detail":"x15q","af|messages::header-text":"x15i","af|menu-tr-visible-items":20,"AFPopupSelectorFooter":"x14q","AFPopupSelectorHeaderEnd":"x14m"});AdfPage.PAGE.addComponents(new AdfRichDocument('d1',{'title':'Document  1199543.1','_afrSkpLnk':'kmPgTpl:pt_psl3'}),new AdfRichForm('f1'),new AdfRichPanelSplitter('kmPgTpl:pt_headerPs',{'orientation':'vertical','splitterPosition':30}),new AdfRichPanelStretchLayout('kmPgTpl:svHd:pt_brBar',{'startWidth':260,'endWidth':'auto'}),new AdfRichToolbar('kmPgTpl:svHd:pv1:pvToolbar'),new AdfRichCommandLink('kmPgTpl:svHd:pv1:pvptcl'),new AdfRichCommandLink('kmPgTpl:svHd:pv1:pvptclL'),new AdfRichCommandToolbarButton('kmPgTpl:svHd:pv1:pvOnOffLink',{'accessKey':'\uffff','text':'PowerView is On','styleClass':'p_AFTextOnly','icon':'/epmos/common/images/pvon.png'}),new AdfRichMenu('kmPgTpl:svHd:pv1:m2'),new AdfRichCommandMenuItem('kmPgTpl:svHd:pv1:togglePV'),new AdfRichCommandMenuItem('kmPgTpl:svHd:pv1:editPvId'),new AdfRichCommandMenuItem('kmPgTpl:svHd:pv1:newPV'),new AdfRichMenu('kmPgTpl:svHd:pv1:m3',{'text':'Recent PowerViews'}),new AdfRichCommandMenuItem('kmPgTpl:svHd:pv1:i1:0:cmi1'),new AdfRichMenu('kmPgTpl:svHd:pv1:m4',{'disabled':true,'text':'Named PowerViews'}),new AdfRichCommandMenuItem('kmPgTpl:svHd:pv1:managePVMI',{'behaviors':new AdfShowPopupBehavior('managePV',AdfRichPopup.ALIGN_AFTER_END,'pvOnOffLink','action'),'accessKey':'\uffff','text':'Manage PowerViews'}),new AdfRichGoMenuItem('kmPgTpl:svHd:pv1:learnMorePV',{'destination':'http://docs.oracle.com/cd/E25290_01/doc.60/e25224/general.htm#BABFJDGA','targetFrame':'_blank'}),new AdfRichCommandLink('kmPgTpl:svHd:pv1:cmlp1',{'partialSubmit':true,'shortDesc':'Edit Powerview: Support Identifier: 12663766 (MBDA FRANCE), 17070243 (INFIDIS SA), 15918981 (MBDA FRANCE), 16889343 (MBDA FRANCE), 17102531 (INFIDIS SA), 13613721 (MBDA FRANCE), 16925132 (MBDA FRANCE), 16399882 (MBDA FRANCE), 16972800 (MBDA FRANCE), 16945691 (MBDA BOURGES), 17040660 (MBDA FRANCE), 17012118 (INFIDIS SA), 17161304 (INFIDIS SA), 17163836 (MBDA), 17205764 (MBDA FRANCE), 17215066 (MORSE SA), 17366652 (MBDA FRANCE), 17383764 (INFIDIS SA), 17398083 (MORSE SA), 17775815 (MBDA FRANCE), 17809947 (MBDA FRANCE), 18185941 (MBDA FRANCE), 19229783 (MBDA FRANCE)'}),new AdfRichPopup('kmPgTpl:svHd:pv1:pvAddEdit',{'contentDelivery':'lazyUncached','autoCancel':'disabled'}),new AdfRichPopup('kmPgTpl:svHd:pv1:managePV',{'contentDelivery':'lazyUncached'}),new AdfRichPopup('kmPgTpl:svHd:sug1:sggstrpp'),new AdfRichPanelGroupLayout('kmPgTpl:svHd:sug1:pglcl'),new AdfRichPopup('kmPgTpl:svHd:pop1',{'contentDelivery':'lazyUncached','autoCancel':'disabled'}),new AdfRichRegion('kmPgTpl:svHd:r1',{'viewId':'/user-menu-taskflow/userMenu','immediate':true}),new AdfRichMenuBar('kmPgTpl:svHd:r1:0:dc_mb1'),new AdfRichMenu('kmPgTpl:svHd:r1:0:dc_m1',{'text':'BABAULT (Available)'}),new AdfRichCommandMenuItem('kmPgTpl:svHd:r1:0:dc_cmi1'),new AdfRichCommandMenuItem('kmPgTpl:svHd:r1:0:dc_cmi2'),new AdfRichGoMenuItem('kmPgTpl:svHd:r1:0:dc_cmi3',{'destination':'http://www.oracle.com/pls/topic/lookup?ctx=mos_en&id=MOSHP1498','targetFrame':'_blank'}),new AdfRichGoMenuItem('kmPgTpl:svHd:r1:0:dc_cmi4',{'destination':'/epmos/faces/MyAccount'}),new AdfRichGoMenuItem('kmPgTpl:svHd:r1:0:dc_cmi5',{'destination':'/epmos/logout?next_url=https://login.oracle.com/sso/logout?p_done_url='}),new AdfRichCommandLink('kmPgTpl:svHd:r1:0:_afrCommandDelegate',{'partialSubmit':true}),new AdfRichCommandImageLink('kmPgTpl:svHd:cil1',{'clientListeners':{click:clickMessageCenter},'behaviors':new AdfShowPopupBehavior('p2',AdfRichPopup.ALIGN_BEFORE_END,'cil1'),'accessKey':'\uffff','text':'(0)','shortDesc':'Last Refreshed: 23-Mar-2015 13:40 CET','icon':'/epmos/common/images/email_16.png','disabledIcon':'/epmos/common/images/communication_applications_grey_16.png'}),new AdfRichPopup('kmPgTpl:svHd:p2',{'contentDelivery':'lazyUncached'}),new AdfRichCommandLink('kmPgTpl:svHd:tc1:tccl1',{'visible':false,'accessKey':'\uffff','text':'a'}),new AdfRichPopup('kmPgTpl:svHd:tc1:tcp1',{'contentDelivery':'lazyUncached','animate':'false'}),new AdfRichMenuBar('kmPgTpl:svHd:mb1'),new AdfRichGoMenuItem('kmPgTpl:svHd:cni5a',{'destination':'/epmos/faces/ui/sr/SrCreate.jspx?srType=Non-Technical'}),new AdfRichMenu('kmPgTpl:svHd:m1',{'text':'Help'}),new AdfRichGoMenuItem('kmPgTpl:svHd:pgItem',{'destination':'javascript:var newWin = window.open(\'http://www.oracle.com/pls/topic/lookup?ctx=mos_en&id=MOSHP952\',\'helpWindow\',\'width=650, height=600,location=yes,resizable=yes,scrollbars=yes,status=no\', \'true\');','targetFrame':'_self'}),new AdfRichGoMenuItem('kmPgTpl:svHd:gnItem',{'destination':'javascript:var newWin = window.open(\'http://www.oracle.com/pls/topic/lookup?ctx=mos_en&id=MOSHP131\',\'helpWindow\',\'width=650, height=600,location=yes,resizable=yes,scrollbars=yes,status=no\', \'true\');','targetFrame':'_self'}),new AdfRichGoMenuItem('kmPgTpl:svHd:gnItemj_id_1',{'destination':'javascript:var newWin = window.open(\'http://www.oracle.com/pls/topic/lookup?ctx=mos_en&id=MOSHP741\',\'helpWindow\',\'width=650, height=600,location=yes,resizable=yes,scrollbars=yes,status=no\', \'true\');','targetFrame':'_self'}),new AdfRichGoMenuItem('kmPgTpl:svHd:gnItemj_id_2',{'destination':'javascript:var newWin = window.open(\'http://www.oracle.com/pls/topic/lookup?ctx=mos_en&id=MOSHP\',\'helpWindow\',\'width=650, height=600,location=yes,resizable=yes,scrollbars=yes,status=no\', \'true\');','targetFrame':'_self'}),new AdfRichPanelStretchLayout('kmPgTpl:svCH:psl1',{'topHeight':'0px'}),new AdfRichRegion('kmPgTpl:svCH:r1',{'immediate':true}),new AdfRichCommandLink('kmPgTpl:svCH:r1:0:_afrCommandDelegate',{'partialSubmit':true}),new AdfRichPanelStretchLayout('kmPgTpl:pt_psl1',{'bottomHeight':'25'}),new AdfRichDecorativeBox('kmPgTpl:pt_db8',{'topHeight':'26px'}),new AdfRichPanelStretchLayout('kmPgTpl:svMenu:ptpsl2',{'endWidth':'auto'}),new AdfRichNavigationPane('kmPgTpl:svMenu:np1'),new AdfRichCommandNavigationItem('kmPgTpl:svMenu:np1:0:cni1',{'tabName':'Dashboard','clientListeners':{action:[unsavedDataHandlerHook,menuTabClicked]},'partialSubmit':true,'accessKey':'\uffff','text':'Dashboard','targetFrame':'','icon':'/epmos/common/images/blank.gif'}),new AdfRichCommandNavigationItem('kmPgTpl:svMenu:np1:1:cni1',{'tabName':'Knowledge','clientListeners':{action:[unsavedDataHandlerHook,menuTabClicked]},'partialSubmit':true,'accessKey':'\uffff','text':'Knowledge','targetFrame':'','icon':'/epmos/common/images/blank.gif'}),new AdfRichCommandNavigationItem('kmPgTpl:svMenu:np1:2:cni1',{'tabName':'Service Requests','clientListeners':{action:[unsavedDataHandlerHook,menuTabClicked]},'partialSubmit':true,'accessKey':'\uffff','text':'Service Requests','targetFrame':'','icon':'/epmos/common/images/blank.gif'}),new AdfRichCommandNavigationItem('kmPgTpl:svMenu:np1:3:cni1',{'tabName':'Patches & Updates','clientListeners':{action:[unsavedDataHandlerHook,menuTabClicked]},'partialSubmit':true,'accessKey':'\uffff','text':'Patches & Updates','targetFrame':'','icon':'/epmos/common/images/blank.gif'}),new AdfRichCommandNavigationItem('kmPgTpl:svMenu:np1:4:cni1',{'tabName':'Community','clientListeners':{action:[unsavedDataHandlerHook,menuTabClicked]},'partialSubmit':true,'accessKey':'\uffff','text':'Community','destination':'https://community.oracle.com/community/support?nodeId=itemNode_CommunityHome961401034','targetFrame':'_blank','icon':'/epmos/common/images/offsite_ena.png'}),new AdfRichCommandNavigationItem('kmPgTpl:svMenu:np1:5:cni1',{'tabName':'Certifications','clientListeners':{action:[unsavedDataHandlerHook,menuTabClicked]},'partialSubmit':true,'accessKey':'\uffff','text':'Certifications','targetFrame':'','icon':'/epmos/common/images/blank.gif'}),new AdfRichCommandNavigationItem('kmPgTpl:svMenu:np1:6:cni1',{'tabName':'Systems','clientListeners':{action:[unsavedDataHandlerHook,menuTabClicked]},'partialSubmit':true,'accessKey':'\uffff','text':'Systems','targetFrame':'','icon':'/epmos/common/images/blank.gif'}),new AdfRichCommandNavigationItem('kmPgTpl:svMenu:np1:7:cni1',{'tabName':'Collector','clientListeners':{action:[unsavedDataHandlerHook,menuTabClicked]},'partialSubmit':true,'accessKey':'\uffff','text':'Collector','targetFrame':'','icon':'/epmos/common/images/blank.gif'}),new AdfRichCommandNavigationItem('kmPgTpl:svMenu:np1:8:cni1',{'tabName':'Advanced Customer Services','clientListeners':{action:[unsavedDataHandlerHook,menuTabClicked]},'partialSubmit':true,'accessKey':'\uffff','text':'Advanced Customer Services','destination':'https://advancedsupport.oracle.com/CSP/bin/CSP.html?nodeId=itemNode_AcsLink961401034','targetFrame':'_blank','icon':'/epmos/common/images/offsite_ena.png'}),new AdfRichCommandNavigationItem('kmPgTpl:svMenu:np1:9:cni1',{'tabName':'Proactive Hardware Services','clientListeners':{action:[unsavedDataHandlerHook,menuTabClicked]},'partialSubmit':true,'accessKey':'\uffff','text':'Proactive Hardware Services','destination':'https://support.oracle.com/pac?nodeId=itemNode_PhsLink961401034','targetFrame':'_blank','icon':'/epmos/common/images/offsite_ena.png'}),new AdfRichCommandNavigationItem('kmPgTpl:svMenu:np1:10:cni1',{'tabName':'Settings','clientListeners':{action:[unsavedDataHandlerHook,menuTabClicked]},'partialSubmit':true,'accessKey':'\uffff','text':'Settings','targetFrame':'','icon':'/epmos/common/images/blank.gif'}),new AdfRichPanelGroupLayout('kmPgTpl:svMenu:gsb:pt_pgl1',{'layout':'horizontal','halign':'left','styleClass':'x262'}),new AdfRichCommandButton('kmPgTpl:svMenu:gsb:dc_cb1',{'clientListeners':{click:refreshFavMenu},'behaviors':new AdfShowPopupBehavior('fm1',AdfRichPopup.ALIGN_AFTER_START,'dc_cb1'),'partialSubmit':true,'icon':'/epmos/common/images/favorites_qualifier_arrow.png','accessKey':'\uffff','styleClass':'x1zz','shortDesc':'Favorites'}),new AdfRichPopup('kmPgTpl:svMenu:gsb:fm1',{'contentDelivery':'lazyUncached'}),new AdfRichPopup('kmPgTpl:svMenu:gsb:fm2'),new AdfRichCommandButton('kmPgTpl:svMenu:gsb:cb1',{'behaviors':new AdfShowPopupBehavior('p1',AdfRichPopup.ALIGN_AFTER_START,'cb1','action'),'icon':'/epmos/ui/images/recent_searches_menuarrow_global.png','accessKey':'\uffff','styleClass':'x202','shortDesc':'Recent Searches'}),new AdfRichPopup('kmPgTpl:svMenu:gsb:p1',{'contentDelivery':'immediate'}),new AdfRichMenu('kmPgTpl:svMenu:gsb:recentSearches',{'text':'Recent Searches'}),new AdfRichCommandMenuItem('kmPgTpl:svMenu:gsb:cmi2j_id_1',{'shortName':'KB','recentSearchString':'19386312','clientListeners':{action:saveRecentSearchTerm},'accessKey':'\uffff','text':'19386312'}),new AdfRichCommandMenuItem('kmPgTpl:svMenu:gsb:cmi2j_id_2',{'shortName':'KB','recentSearchString':'118666','clientListeners':{action:saveRecentSearchTerm},'accessKey':'\uffff','text':'118666'}),new AdfRichCommandMenuItem('kmPgTpl:svMenu:gsb:cmi2j_id_3',{'shortName':'KB','recentSearchString':'stb.sh','clientListeners':{action:saveRecentSearchTerm},'accessKey':'\uffff','text':'stb.sh'}),new AdfRichCommandMenuItem('kmPgTpl:svMenu:gsb:cmi2j_id_4',{'shortName':'KB','recentSearchString':'oracle studio download','clientListeners':{action:saveRecentSearchTerm},'accessKey':'\uffff','text':'oracle studio download'}),new AdfRichCommandMenuItem('kmPgTpl:svMenu:gsb:cmi2j_id_5',{'shortName':'KB','recentSearchString':'sun studio download','clientListeners':{action:saveRecentSearchTerm},'accessKey':'\uffff','text':'sun studio download'}),new AdfRichCommandMenuItem('kmPgTpl:svMenu:gsb:cmi2j_id_6',{'shortName':'KB','recentSearchString':'sun studio compiler','clientListeners':{action:saveRecentSearchTerm},'accessKey':'\uffff','text':'sun studio compiler'}),new AdfRichCommandMenuItem('kmPgTpl:svMenu:gsb:cmi2j_id_7',{'shortName':'KB','recentSearchString':'sun studio','clientListeners':{action:saveRecentSearchTerm},'accessKey':'\uffff','text':'sun studio'}),new AdfRichCommandMenuItem('kmPgTpl:svMenu:gsb:cmi2j_id_8',{'shortName':'KB','recentSearchString':'pca.conf','clientListeners':{action:saveRecentSearchTerm},'accessKey':'\uffff','text':'pca.conf'}),new AdfRichSubform('kmPgTpl:svMenu:gsb:subFgsb',{'defaultCommand':'menu_pt_cil2'}),new AdfRichOutputLabel('kmPgTpl:svMenu:gsb:subFgsb:pt_hiddenLabel',{'for':'kmPgTpl:svMenu:gsb:subFgsb:mGlobalSearch:pt_itG'}),new AdfRichInputText('kmPgTpl:svMenu:gsb:subFgsb:mGlobalSearch:pt_itG',{'osUrl':'https://support.oracle.com/CSP/main/ttj?userQuery=queryString&requestedSuggestions=10','clientListeners':{focus:setOracleSuggestsOrigin,keyUp:[showSuggestions,logOracleSuggestClickStream]},'simple':true,'immediate':true,'styleClass':'x1zv','columns':50}),new AdfRichCommandImageLink('kmPgTpl:svMenu:gsb:subFgsb:menu_pt_cil2',{'clientListeners':{click:[logOracleSuggestClickStream,validateSearchTerm]},'accessKey':'\uffff','text':'','shortDesc':'Global Search','styleClass':'x205','icon':'/epmos/common/images/searchiconbutton.gif'}),new AdfRichPanelStretchLayout('kmPgTpl:pt_psl3',{'topHeight':'auto'}),new AdfRichPanelHeader('kmPgTpl:overTitle:ot1'),new AdfRichGoLink('kmPgTpl:svSurvey:gl1',{'surveyId':'yrxq9p40gfncys1','clientListeners':{click:handleFBClick},'accessKey':'\uffff','text':'Give Feedback...','destination':'javascript:var newWin = window.open(\'https%3A%2F%2Fora-gcp1.custhelp.com%2Fci%2Fdocuments%2Fdetail%2F5%2F1046%2F12%2F742014625729a6c0d41118e1a8a926dbebf67a0c%3Fuser%3DDBABAULT%40MBDA.FR%26uID%3D95352C37DEAAD1EEE0401490B2AA23A0%26fID%3Dyrxq9p40gfncys1%26cua%3Dtrue%26page%3DDocumentDisplay\',\'feedbackWindow\',\'width=630, height=600, location=no,resizable=yes,scrollbars=yes,status=no,left=\'+getLeftOffset(630)+\',top=\'+getTopOffset(600)+\'\',\'true\');','targetFrame':'_self','shortDesc':'Provide feedback for the features on this page','styleClass':'padding-left: 12px; padding-right: 12px'}),new AdfRichPopup('kmPgTpl:svMsg:msgAsPop'),new AdfRichCommandLink('kmPgTpl:cl1'),new AdfPageCustomizable('kmPgTpl:pageCustomizable1',{'layoutView':false,'componentView':false,'isEditMode':false,'contentContribKey':AdfKeyStroke.getKeyStrokeFromMarshalledString('shift ctrl C'),'editModeKey':AdfKeyStroke.getKeyStrokeFromMarshalledString('shift ctrl E'),'inlineStyle':''}),new AdfRichPanelStretchLayout('kmPgTpl:pslMain'),new AdfRichPanelStretchLayout('kmPgTpl:psl1',{'startWidth':'10'}),new AdfRichRegion('kmPgTpl:r1',{'viewId':'/km-document-content-task-flow/DocumentContent','immediate':true}),new AdfRichPanelStretchLayout('kmPgTpl:r1:0:psl1',{'topHeight':'auto'}),new AdfRichPanelHeader('kmPgTpl:r1:0:ph22'),new AdfRichPopup('kmPgTpl:r1:0:srFavorite'),new AdfRichCommandImageLink('kmPgTpl:r1:0:cil4',{'immediate':true,'partialSubmit':true,'shortDesc':'Click to add to Favorites','icon':'/epmos/common/images/favorites_qualifier_notsel.png'}),new AdfRichPopup('kmPgTpl:r1:0:sug1:sggstrpp'),new AdfRichPanelGroupLayout('kmPgTpl:r1:0:sug1:pglcl'),new AdfRichPopup('kmPgTpl:r1:0:sug2:sggstrpp'),new AdfRichPanelGroupLayout('kmPgTpl:r1:0:sug2:pglcl'),new AdfRichOutputLabel('kmPgTpl:r1:0:ol22'),new AdfRichCommandImageLink('kmPgTpl:r1:0:toBottom',{'behaviors':new AdfScrollComponentIntoViewBehavior('toTop',false),'immediate':true,'accessKey':'\uffff','text':'To Bottom','shortDesc':'To Bottom','inlineStyle':'text-decoration:none','icon':'/epmos/ui/images/quicklink_smlarrowdown_enabled.gif'}),new AdfRichSpacer('kmPgTpl:r1:0:s23',{'height':'5','width':'10'}),new AdfRichPanelBox('kmPgTpl:r1:0:pb1',{'text':'Document Details','showMaximize':false}),new AdfRichCommandImageLink('kmPgTpl:r1:0:cil10',{'behaviors':new AdfShowPopupBehavior('p6',AdfRichPopup.ALIGN_AFTER_END),'accessKey':'\uffff','shortDesc':'Rate this document','icon':'/epmos/common/images/rate_ena_16.png'}),new AdfRichPopup('kmPgTpl:r1:0:p6',{'_hasPopupCanceledListeners':true,'contentDelivery':'lazyUncached'}),new AdfRichPopup('kmPgTpl:r1:0:comeditpopw',{'contentDelivery':'lazyUncached','autoCancel':'disabled'}),new AdfRichPopup('kmPgTpl:r1:0:whistorypopup',{'contentDelivery':'lazyUncached'}),new AdfRichGoImageLink('kmPgTpl:r1:0:wgil2',{'email':'DBABAULT@MBDA.FR','documentDisplayPath':'/faces/DocumentDisplay?id=1199543.1','documentTitle':'Patch download automation for Sun products using wget','type':'Document','appContext':'/epmos','documentId':'1199543.1','clientListeners':{click:sendContentLinkEmailDoc},'accessKey':'\uffff','shortDesc':'Email link to this document','icon':'/epmos/common/images/email_16.png'}),new AdfRichGoImageLink('kmPgTpl:r1:0:wgil3',{'shortDesc':'Open document in new window','icon':'/epmos/common/images/offsite_ena.png'}),new AdfRichCommandLink('kmPgTpl:r1:0:wcl5',{'itemType':'REFERENCE','itemId':'1199543.1','clientListeners':{action:printClicked1},'behaviors':new AdfShowPrintablePageBehavior(),'accessKey':'\uffff','shortDesc':'Printable Page'}),new AdfRichOutputLabel('kmPgTpl:r1:0:wol7'),new AdfRichOutputLabel('kmPgTpl:r1:0:wol6'),new AdfRichOutputLabel('kmPgTpl:r1:0:wol5'),new AdfRichOutputLabel('kmPgTpl:r1:0:wol4'),new AdfRichOutputLabel('kmPgTpl:r1:0:wol2'),new AdfRichCommandButton('kmPgTpl:r1:0:wcil3',{'partialSubmit':true}),new AdfRichCommandButton('kmPgTpl:r1:0:wcil2',{'partialSubmit':true}),new AdfRichPopup('kmPgTpl:r1:0:comeditpopwidget',{'contentDelivery':'lazyUncached','autoCancel':'disabled'}),new AdfRichPanelBox('kmPgTpl:r1:0:pb3',{'text':'Related Products','showMaximize':false}),new AdfRichCommandLink('kmPgTpl:r1:0:i33:0:cl7'),new AdfRichCommandLink('kmPgTpl:r1:0:i33:1:cl7'),new AdfRichRegion('kmPgTpl:r1:0:r4',{'viewId':'/km-document-widget-advisor-task-flow/DocumentWidgetAdvisorInfo','immediate':true}),new AdfRichPoll('kmPgTpl:r1:0:r4:0:p1',{'interval':500,'timeout':1200000}),new AdfRichPanelBox('kmPgTpl:r1:0:r4:0:pb1',{'text':'Information Centers','showMaximize':false}),new AdfRichCommandLink('kmPgTpl:r1:0:r4:0:_afrCommandDelegate',{'partialSubmit':true}),new AdfRichRegion('kmPgTpl:r1:0:r6',{'viewId':'/km-document-widget-references-task-flow/DocumentWidgetReferences','immediate':true}),new AdfRichPoll('kmPgTpl:r1:0:r6:0:p1',{'interval':500,'timeout':1200000}),new AdfRichPanelBox('kmPgTpl:r1:0:r6:0:pb1',{'text':'Document References','showMaximize':false}),new AdfRichCommandLink('kmPgTpl:r1:0:r6:0:_afrCommandDelegate',{'partialSubmit':true}),new AdfRichPanelBox('kmPgTpl:r1:0:pb4',{'text':'Recently Viewed','showMaximize':false}),new AdfRichPanelStretchLayout('kmPgTpl:r1:0:psl2'),new AdfRichRegion('kmPgTpl:r1:0:r5',{'viewId':'/km-recent-articles-taskflow/recentArticles','immediate':true}),new AdfRichGoLink('kmPgTpl:r1:0:r5:0:gl1',{'documentDisplayURL':'/epmos/faces/DocumentDisplay','documentId':'1006630.1','clientListeners':{click:recentLinkWidgetRedirect},'accessKey':'\uffff','text':'Solaris 10 patch access [1006630.1]','destination':'/epmos/faces/DocumentDisplay?id=1006630.1&parent=WIDGET_RECENTLY_VIEWED&sourceId=1199543.1','targetFrame':'_self'}),new AdfRichGoLink('kmPgTpl:r1:0:r5:0:gl1j_id_1',{'documentDisplayURL':'/epmos/faces/DocumentDisplay','documentId':'1956176.1','clientListeners':{click:recentLinkWidgetRedirect},'accessKey':'\uffff','text':'Critical Patch Update January 2015 Patch Availability Document for Oracle and Sun Systems Products Suite [1956176.1]','destination':'/epmos/faces/DocumentDisplay?id=1956176.1&parent=WIDGET_RECENTLY_VIEWED&sourceId=1199543.1','targetFrame':'_self'}),new AdfRichGoLink('kmPgTpl:r1:0:r5:0:gl1j_id_2',{'documentDisplayURL':'/epmos/faces/DocumentDisplay','documentId':'1452873.1','clientListeners':{click:recentLinkWidgetRedirect},'accessKey':'\uffff','text':'How to Recognize and Diagnose Service Processor Battery Failure on Sun Fire/Netra T1000/T2000 & Sun Blade T6300/T6320/T6340 [1452873.1]','destination':'/epmos/faces/DocumentDisplay?id=1452873.1&parent=WIDGET_RECENTLY_VIEWED&sourceId=1199543.1','targetFrame':'_self'}),new AdfRichGoLink('kmPgTpl:r1:0:r5:0:gl1j_id_3',{'documentDisplayURL':'/epmos/faces/DocumentDisplay','documentId':'1569482.2','clientListeners':{click:recentLinkWidgetRedirect},'accessKey':'\uffff','text':'My Oracle Support How to for \"Support Identifier Groups\" also known as SI Groups or SIG [1569482.2]','destination':'/epmos/faces/DocumentDisplay?id=1569482.2&parent=WIDGET_RECENTLY_VIEWED&sourceId=1199543.1','targetFrame':'_self'}),new AdfRichGoLink('kmPgTpl:r1:0:r5:0:gl1j_id_4',{'documentDisplayURL':'/epmos/faces/DocumentDisplay','documentId':'1930090.1','clientListeners':{click:recentLinkWidgetRedirect},'accessKey':'\uffff','text':'CVE-2014-6271 and CVE-2014-7169 Patch Availability Document for Oracle Solaris [1930090.1]','destination':'/epmos/faces/DocumentDisplay?id=1930090.1&parent=WIDGET_RECENTLY_VIEWED&sourceId=1199543.1','targetFrame':'_self'}),new AdfRichCommandLink('kmPgTpl:r1:0:r5:0:wcl2'),new AdfRichCommandLink('kmPgTpl:r1:0:r5:0:_afrCommandDelegate',{'partialSubmit':true}),new AdfRichShowDetailHeader('kmPgTpl:r1:0:sdh2',{'disclosed':true,'shortDesc':'Attachments','text':'Attachments'}),new AdfRichShowDetailHeader('kmPgTpl:r1:0:sdh1',{'disclosed':true,'shortDesc':'Related Products','text':'Related'}),new AdfRichPanelHeader('kmPgTpl:r1:0:ph2',{'shortDesc':'Related Products'}),new AdfRichPanelHeader('kmPgTpl:r1:0:ph3',{'shortDesc':'Related Keywords'}),new AdfRichCommandImageLink('kmPgTpl:r1:0:toTop',{'behaviors':new AdfScrollComponentIntoViewBehavior('s23',false),'immediate':true,'accessKey':'\uffff','text':'Back to Top','shortDesc':'Back to Top','inlineStyle':'text-decoration:none','icon':'/epmos/ui/images/quicklink_smlarrowup_enabled.gif'}),new AdfRichCommandLink('kmPgTpl:r1:0:_afrCommandDelegate',{'partialSubmit':true}),new AdfRichPanelStretchLayout('kmPgTpl:pt_psl2',{'bottomHeight':'25px'}),new AdfRichToolbar('kmPgTpl:svFt2:npFtr'),new AdfRichDialog('d1::msgDlg',{'okVisible':false,'cancelVisible':false,'cancelTextAndAccessKey':'OK','modal':false,'resize':'on','title':''}),new AdfDialogServicePopupContainer('afr::DlgSrvPopupCtnr'),new AdfRichPopup('j_id10',{'contentDelivery':'immediate'}),new AdfRichDialog('j_id11',{'okVisible':false,'cancelVisible':false,'closeIconVisible':false}));AdfPage.PAGE.setDefaultMessageHandlerComponentId("d1");AdfPage.PAGE.__initializeSessionTimeoutTimer(2700000, 120000, "https://support.oracle.com:443/epmos/faces/DocumentDisplay?id=1199543.1");AdfPage.PAGE.__initUserInactivityTimeout(1200000);page.__setAutomationEnabled(false);page.__setCssSelectorsUncompressed(false);AdfPage.PAGE.__setViewId('/DocumentDisplay');var exScripts=AdfBootstrap._extendedScripts;for (var i=0;i<exScripts.length;i++){exScripts[i]()};AdfBootstrap._extendedScripts=null;AdfPage.PAGE.__onLoad();};window.onload=AdfBootstrap._onLoad;</script><script type="text/javascript">AdfBootstrap._extendedScripts=[function(){setOSContextPath('https://support.oracle.com/CSP/main/ttj?userQuery=queryString&requestedSuggestions=10');}];</script><div id="_afrParserDiv" style="display: none;"></div></body><!--Created by Oracle ADF (Version information hidden), accessibility (mode:default, contrast:standard, size:medium), skin:ep.mos (mos)--></html>