• <fieldset id="8imwq"><menu id="8imwq"></menu></fieldset>
  • <bdo id="8imwq"><input id="8imwq"></input></bdo>
    最新文章專題視頻專題問答1問答10問答100問答1000問答2000關鍵字專題1關鍵字專題50關鍵字專題500關鍵字專題1500TAG最新視頻文章推薦1 推薦3 推薦5 推薦7 推薦9 推薦11 推薦13 推薦15 推薦17 推薦19 推薦21 推薦23 推薦25 推薦27 推薦29 推薦31 推薦33 推薦35 推薦37視頻文章20視頻文章30視頻文章40視頻文章50視頻文章60 視頻文章70視頻文章80視頻文章90視頻文章100視頻文章120視頻文章140 視頻2關鍵字專題關鍵字專題tag2tag3文章專題文章專題2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章專題3
    問答文章1 問答文章501 問答文章1001 問答文章1501 問答文章2001 問答文章2501 問答文章3001 問答文章3501 問答文章4001 問答文章4501 問答文章5001 問答文章5501 問答文章6001 問答文章6501 問答文章7001 問答文章7501 問答文章8001 問答文章8501 問答文章9001 問答文章9501
    當前位置: 首頁 - 科技 - 知識百科 - 正文

    準備在AIX上安裝或升級到Oracle11.2.0.3的注意事項

    來源:懂視網 責編:小采 時間:2020-11-09 11:20:37
    文檔

    準備在AIX上安裝或升級到Oracle11.2.0.3的注意事項

    準備在AIX上安裝或升級到Oracle11.2.0.3的注意事項:準備在AIX上安裝或升級到Oracle 11.2.0.3的注意事項 詳見文檔:Oracle Database Release Notes11g Release 2 (11.2) for IBM AIX on POWER Systems (64-Bit)Part Number E23560-031、 Installation, Conf
    推薦度:
    導讀準備在AIX上安裝或升級到Oracle11.2.0.3的注意事項:準備在AIX上安裝或升級到Oracle 11.2.0.3的注意事項 詳見文檔:Oracle Database Release Notes11g Release 2 (11.2) for IBM AIX on POWER Systems (64-Bit)Part Number E23560-031、 Installation, Conf

    準備在AIX上安裝或升級到Oracle 11.2.0.3的注意事項

    詳見文檔:
    Oracle Database Release Notes
    11g Release 2 (11.2) for IBM AIX on POWER Systems (64-Bit)
    Part Number E23560-03
    1、 Installation, Configuration, and Upgrade Issues for Release 11.2.0.3
    Review the following sections for information about issues that affect Oracle Database installation, configuration, and upgrade:
    Monitoring Issue with Oracle Enterprise Manager Database Control
    ORA-00600 Error During Database Upgrade
    Warning Message While Downloading Software Updates for Oracle Database Client
    Role Permissions Issue with Oracle ASM Configuration Assistant, SQL*Plus, X Terminal
    Cluster Verification Utility Issue in Checking Network Parameters
    Oracle Notification Service Issue After Shared Oracle RAC Database Upgrade
    Automatic SSH Configuration Issue
    Cluster Verification Utility Check Fails on AIX 6.1 and Later
    2、Monitoring Issue with Oracle Enterprise Manager Database Control
    Monitoring in memory access mode is not supported for databases.
    This issue is tracked with Oracle bug 6498439.
    3、 ORA-00600 Error During Database Upgrade
    When you upgrade from Oracle9i Database Release 2 to Oracle Database 11g Release 2, the database upgrade fails with the following error:
    ORA-00600: internal error code, arguments: [ktsxaff1]
    Workaround:
    Set _affinity_on=false in the SPFILE of Oracle Database Release 9.2 before you upgrade.
    This issue is tracked with Oracle bug 6615695.
    4、 Warning Message While Downloading Software Updates for Oracle Database Client
    After specifying the oraparam.ini file, when you run the Oracle Universal Installer to download software updates for Oracle Database Client, the following warning message may appear:
    WARNING: User specified paramFile: /local_dir/oraparam.ini CLUSTER_NODES={} not found
    Workaround:
    Ignore the warning message.
    This issue is tracked with Oracle bug 12690717.
    5、 Role Permissions Issue with Oracle ASM Configuration Assistant, SQL*Plus, X Terminal
    Ensure that the oracle_devmgmt role is set before running administrative tools, such as, Oracle ASM Configuration Assistant and SQL*Plus, for management of Oracle Automatic Storage Management Cluster File System and Oracle Automatic Storage Management Dynamic Volume Manager. Also, when entering a new X terminal (or using the associated commands, such as uxterm and aixterm), the oracle_devmgmt role necessary for the administration of Oracle Automatic Storage Management Cluster File System and Oracle Automatic Storage Management Dynamic Volume Manager is not properly set.
    Workaround:
    Run the following command before running adminstrative tools or after opening a new terminal:
    $ swrole oracle_devmgmt
    Check that the swrole is set to oracle_devmgmtby running the following command:
    $ rolelist -e
    6、 Cluster Verification Utility Issue in Checking Network Parameters
    During an Oracle RAC database installation, the Cluster Verification Utility may not check the network parameters (tcp_sendspace, tcp_recvspace, udp_sendspace, udp_recvspace, sb_max, rfc1323) correctly. This may happen as part of the prerequisite check or if you run the following command:
    cluvfy stage -pre crsinst
    Workaround:
    Establish a symlink /etc/no to /usr/sbin/no.
    This issue is tracked with Oracle bug 13077654.
    7、 Oracle Notification Service Issue After Shared Oracle RAC Database Upgrade
    After you complete an upgrade from shared Oracle Clusterware Release 11.1 to shared Oracle Grid Infrastructure Release 11.2, you may encounter an error with Oracle Notification Service. The first node shows the Oracle Notification Service file, ora.ons, is offline.
    Workaround:
    Perform. the following steps:
    Log in as the Oracle Grid Infrastructure installation owner.
    Run the following commands to find the Oracle Notification Service processes on the nodes and stop them:
    $ ps -ef | grep "ons -d"
    $ kill -9 pid1 pid2
    Change directory to bin in the Oracle Grid Infrastructure home, and enter the command crsctl start res ora.ons. For example, if the grid home is /u01/grid, then enter the following commands:
    $ chdir /u01/grid/bin
    $ ./crsctl start res ora.ons
    This issue is tracked with Oracle bug 9133235.
    8、 Automatic SSH Configuration Issue
    Automatic SSH configuration is not available at the time of this release due to an issue with the installer.
    Workaround:
    Perform. manual SSH configuration as described in section "D.1 Configuring SSH Manually on All Cluster Nodes" in Oracle Grid Infrastructure Installation Guide for IBM AIX on POWER Systems.
    This issue is tracked with Oracle bug 9979216.
    9、 Cluster Verification Utility Check Fails on AIX 6.1 and Later
    The prerequisite checker checks only for the AIX fix, IZ97457, regardless of the operating system TL version. The following are the correct Authorized Problem Analysis Reports (APARs) for the corresponding TL versions:
    6100-03 - use AIX APAR IZ89304
    6100-04 - use AIX APAR IZ89302
    6100-05 - use AIX APAR IZ89300
    6100-06 - use AIX APAR IZ89514
    7100-00 - use AIX APAR IZ89165
    5300-11 - use AIX APAR IZ98424
    5300-12 - use AIX APAR IZ98126
    6100-04 - use AIX APAR IZ97605
    6100-05 - use AIX APAR IZ97457
    6100-06 - use AIX APAR IZ96155
    7100-00 - use AIX APAR IZ97035
    注意了,在安裝或升級之前,如果達不到上面的要求,一定要先升級操作系統,否則后面會遇到一些不能解決的問題。
    Workaround:
    Before starting the Oracle Universal Installer, set the environment variable, IGNORE_PREADDNODE_CHECKS, to Y:
    export IGNORE_PREADDNODE_CHECKS=Y
    This issue is tracked with Oracle bug 13083120.
    10、 Other Known Issues for Release 11.2.0.3
    The following section contains information about issues related to Oracle Database 11g and associated products:
    Required Oracle Warehouse Builder Patches
    Oracle Messaging Gateway Fails to Start on AIX 6.1 or Higher Systems
    Oracle ACFS File Systems Go Into Offline State
    Wallet Upload Issue with Oracle Wallet Manager
    Oracle RAC and IBM Virtual I/O Servers on AIX
    SQL Developer Release 1.5.5 Does Not Support JDK Version 1.5.x
    Oracle Management Service Restart Fails Intermittently
    11、 Required Oracle Warehouse Builder Patches
    If you plan to install Oracle Warehouse Builder, then after you install Oracle Database, but before you create the Oracle Warehouse Builder repository, you must complete the following procedure:
    Download patch 12973504 from the My Oracle Support Web site.
    Extract the contents to a directory, for example, /tmp/12973504.
    Verify that the ORACLE_HOME environment variable is set to the 11.2.0.2 DB home.
    Run the Opatch utility with the right parameters to proceed with the Oracle Warehouse Builder one-off installation:
    cd /tmp/12973504
    opatch apply
    Navigate to $ORACLE_HOME/owb/patches/bug12973504.
    Run the script, fix_bug12973504.sh.
    After you have edited the files, you can install Oracle Warehouse Builder.
    This issue is tracked with Oracle bug 11772716.
    12、 Oracle Messaging Gateway Fails to Start on AIX 6.1 or Higher Systems
    When attempting to start the Oracle Messaging Gateway using the DBMS_MGWADM.STARTUP procedure, the job started by this procedure fails with following error:
    ORA-32830: Result code -8 returned by Messaging Gateway agent
    In the Oracle Messaging Gateway logs (located at $ORACLE_HOME/mgw/log), you see messages similar to the following:
    >>2010-06-18 10:16:01 MGW C-Bootstrap 0 LOG process-id=2908272
    Bootstrap program starting
    >>2010-06-18 10:16:02 MGW C-Bootstrap 0 LOG process-id=2908272
    Failed to create Java VM: retCode = -4
    >>2010-06-18 10:16:02 MGW JVM log
    JVMJ9VM015W Initialization error for library j9gc23(2): Failed to instantiate
    heap; 64M requested
    Problem Summary : Java Instantiation fails on systems running AIX 6.1 or higher, which leads to this issue. IBM is aware of this issue and is tracking this through Authorized Program Analysis Report (APAR) IZ55237. Contact IBM Support for specific patches for the AIX version and level running in your environment.
    Workaround:
    Modify the listener.ora file for the Messaging Gateway listener to implement MPROTECT_TXT=OFF. For example:
    SID_LIST_LISTENER =

    (SID_LIST =
    (SID_DESC=
    (SID_NAME= mgwextproc)

    (ENVS="LIBPATH=[ORACLE_HOME]/jdk/jre/bin:[ORACLE_HOME]/jdk/jre/bin/classic:
    [ORACLE_HOME]/lib,MPROTECT_TXT=OFF")
    (ORACLE_HOME=[ORACLE_HOME])
    (PROGRAM = extproc))
    )
    )
    This issue is tracked with Oracle bug 12842870.
    13、 Oracle ACFS File Systems Go Into Offline State
    Under heavy load, resulting in operating system paging, Oracle ACFS file systems may go into an offline state.
    Workaround:
    Request a one-off patch for release 11.2.0.3.
    Note:
    After installing the patch, unmount each Oracle ACFS file system and run the following command (from one node only) on each ACFS file system:
    fsck -y -o a /dev/asm/volume_name
    Then, remount the Oracle ACFS file system.
    This issue is tracked with Oracle bug 13255295.
    14、 Wallet Upload Issue with Oracle Wallet Manager
    Oracle Wallet Manager fails to upload wallet to Oracle Internet Directory server, giving the following error message:
    Exception while initialization:java.security.NoSuchAlgorithmException:
    Algorithm SunX509 not available
    Workaround:
    None
    This issue is tracked with Oracle bug 10144879.
    15、 Oracle RAC and IBM Virtual I/O Servers on AIX
    If you use Virtual I/O (VIO) Servers with Oracle RAC, then there are special concerns for ensuring highly available interconnect networks. Refer to My Oracle Support note 1356461.1, which is available at the following URL:
    https://support.oracle.com/
    16、 SQL Developer Release 1.5.5 Does Not Support JDK Version 1.5.x
    The dialogs to create and edit objects in SQL Developer release 1.5.5 fail to open as JDK version 1.5.x is not supported.
    Workaround:
    Use any one of the following workarounds:
    Upgrade the JDK to version 1.6.
    Enter the SQL statement on the SQL Worksheet.
    Use SQL Developer from a client desktop (non-AIX).
    Use the sqlplus command to start SQL*Plus.
    This issue is tracked with Oracle bug 9195473.
    17、 Oracle Management Service Restart Fails Intermittently
    Oracle Management Service restart fails intermittently as Oracle Enterprise Manager Database Control fails to start with the following error message:
    The socket name is already in use.

    Workaround:
    If Oracle Enterprise Manager Database Control does not shut down successfully, then manually stop the process.
    This issue is tracked with Oracle bug 9118229.

    更多Oracle相關信息見Oracle 專題頁面 ?tid=12

    linux

    聲明:本網頁內容旨在傳播知識,若有侵權等問題請及時與本網聯系,我們將在第一時間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com

    文檔

    準備在AIX上安裝或升級到Oracle11.2.0.3的注意事項

    準備在AIX上安裝或升級到Oracle11.2.0.3的注意事項:準備在AIX上安裝或升級到Oracle 11.2.0.3的注意事項 詳見文檔:Oracle Database Release Notes11g Release 2 (11.2) for IBM AIX on POWER Systems (64-Bit)Part Number E23560-031、 Installation, Conf
    推薦度:
    • 熱門焦點

    最新推薦

    猜你喜歡

    熱門推薦

    專題
    Top
    主站蜘蛛池模板: 国产l精品国产亚洲区在线观看| 99精品福利国产在线| 国产精品一久久香蕉产线看| 久久无码人妻精品一区二区三区| 国产精品无圣光一区二区| 久久国产乱子伦精品免费午夜| 极品精品国产超清自在线观看| 日韩人妻无码精品久久免费一 | 久久久99精品成人片中文字幕| 国产精品爽黄69天堂a| 久久亚洲中文字幕精品有坂深雪 | 国产cosplay精品视频| 日韩国产精品无码一区二区三区| 久久精品一区二区影院| 国产成人久久精品麻豆一区 | 国产福利精品在线观看| 久久福利青草精品资源站| 国产精品视频一区二区噜噜| 伊在人亚洲香蕉精品区麻豆| 久久99精品国产麻豆不卡| 四虎影视国产精品亚洲精品hd| 国产精品毛片无遮挡| 蜜芽亚洲av无码精品色午夜| 亚洲日韩欧美制服精品二区 | 国产精品自在拍一区二区不卡| 99亚洲精品视频| 精品久久久久久亚洲| 国产精品无码a∨精品| AV无码精品一区二区三区| 国产亚洲色婷婷久久99精品| 久久久久亚洲精品天堂| 久久久无码精品亚洲日韩蜜臀浪潮 | 国产成人精品日本亚洲直接| 国产成人vr精品a视频| 999在线视频精品免费播放观看| 经典国产乱子伦精品视频| 久久国产精品99精品国产| 国产AV午夜精品一区二区入口 | 日本熟妇亚洲欧美精品区| 四虎国产精品永久在线无码| 亚洲国产精品一区二区第四页 |