zoukankan      html  css  js  c++  java
  • On RAC, expdp Removes the Service Name [ID 1269319.1]

    On RAC, expdp Removes the Service Name [ID 1269319.1]


     

    Modified 25-NOV-2010     Type PROBLEM     Status MODERATED

     

    In this Document
      Symptoms
      Cause
      Solution
      References


    This document is being delivered to you via Oracle Support's Rapid Visibility (RaV) process and therefore has not been subject to an independent technical review.

    Applies to:

    Oracle Server - Enterprise Edition - Version: 10.2.0.2 to 11.2.0.1 - Release: 10.2 to 11.2
    Information in this document applies to any platform.

    Symptoms

    On RAC, before run of expdp, you have the following services:

    select name from dba_services;
    SYS$BACKGROUND
    SYS$USERS
    alphaXDB
    alpha
    beta
    beta2

    Calling  expdp causes the following type of entries to be written to the alert.log:

    Mon Nov 15 11:06:07 2010
    ALTER SYSTEM SET service_names='SYS$SYS.KUPC$C_1_20101115110600.ALPHA' SCOPE=MEMORY SID='alpha1';
    Mon Nov 15 11:06:07 2010
    ALTER SYSTEM SET service_names='SYS$SYS.KUPC$C_1_20101115110600.OMEGA','SYS$SYS.KUPC$S_1_20101115110600.ALPHA' SCOPE=MEMORY SID='alpha1';
    kupprdp: master process DM00 started with pid=52, OS id=421934
    to execute - SYS.KUPM$MCP.MAIN('SYS_EXPORT_SCHEMA_01', 'SYS', 'KUPC$C_1_20101115110600', 'KUPC$S_1_20101115110600', 0);
    kupprdp: worker process DW01 started with worker id=1, pid=68, OS id=766178
    to execute - SYS.KUPW$WORKER.MAIN('SYS_EXPORT_SCHEMA_01', 'SYS');
    kupprdp: worker process DW02 started with worker id=2, pid=70, OS id=397824
    to execute - SYS.KUPW$WORKER.MAIN('SYS_EXPORT_SCHEMA_01', 'SYS');
    kupprdp: worker process DW03 started with worker id=3, pid=244, OS id=827494
    to execute - SYS.KUPW$WORKER.MAIN('SYS_EXPORT_SCHEMA_01', 'SYS');
    kupprdp: worker process DW04 started with worker id=4, pid=245, OS id=348810
    to execute - SYS.KUPW$WORKER.MAIN('SYS_EXPORT_SCHEMA_01', 'SYS');
    Mon Nov 15 11:10:07 2010
    ALTER SYSTEM SET service_names='SYS$SYS.KUPC$S_1_20101115110600.ALPHA','SYS$SYS.KUPC$C_1_20101115110600.ALPHA','alpha' SCOPE=MEMORY SID='alpha1';
    Mon Nov 15 11:12:55 2010
    ALTER SYSTEM SET service_names='SYS$SYS.KUPC$S_1_20101115110600.ALPHA','alpha' SCOPE=MEMORY SID='alpha1';
    Mon Nov 15 11:12:56 2010
    ALTER SYSTEM SET service_names='alpha' SCOPE=MEMORY SID='alpha1';

    and all new services are broken.

    Cause

    This is Bug:8513146 THE SERVICE_NAMES VALUE IS SET TO NULL AFTER RUNNING EXPDP IN RAC ENVIRONMENT.

    Solution


    Depending on the version of your database, Patch:8513146 may exist.

    As of Nov. 25th 2010, this patch exists for:
    - 10.2.0.4 / IBM AIX on POWER Systems (64-bit)
    - 10.2.0.4.3 / Linux x86-64
    - 10.2.0.5 / Linux x86 and Linux x86-64

    If this fix does not exist on top of the latest available patchset for your platform, please log a new Service Request, provide evidences that you are encountering this issue and request for an interim patch for your platform.

    References

    BUG:8513146 - THE SERVICE_NAMES VALUE IS SET TO NULL AFTER RUNNING EXPDP IN RAC ENVIRONMENT.

     

     

     

     

     

     

    ---------------------------------------------------------------------------------------------------

    Blog http://blog.csdn.net/tianlesoftware

    网上资源: http://tianlesoftware.download.csdn.net

    相关视频:http://blog.csdn.net/tianlesoftware/archive/2009/11/27/4886500.aspx

    DBA1 群:62697716(); DBA2 群:62697977() DBA3 群:62697850()  

    DBA 超级群:63306533(); DBA4 群: 83829929 DBA5群: 142216823

    聊天 群:40132017  聊天2群:69087192

    --加群需要在备注说明Oracle表空间和数据文件的关系,否则拒绝申请

    道森Oracle,国内最早、最大的网络语音培训机构,我们提供专业、优质的Oracle技术培训和服务! 我们的官方网站:http://www.daosenoracle.com 官方淘宝店:http://daosenpx.taobao.com/
  • 相关阅读:
    Excel Sheet Column Title&&Excel Sheet Column Number
    Trapping Rain Water——经典的双边扫描问题
    Rotate List
    图像处理---《读写图像、读写像素、修改像素值----反色处理》
    图像处理---《Mat对象 与 IplImage对象》
    图像处理---《计算 处理过程 的耗时》
    图像处理---《获取图像的像素指针、像素范围的处理、掩膜应用》
    图像处理---《对一张图片进行简单读入、修改、保存图像》
    图像处理---《搭一个基本框架》
    图像处理---《读取图像后“是否读入成功”的几种提示》
  • 原文地址:https://www.cnblogs.com/tianlesoftware/p/3609725.html
Copyright © 2011-2022 走看看