请输入搜索词进行查询
搜索 <book_title>...
APTARE IT Analytics 安装和升级指南 (Linux)
Last Published:
2022-09-02
Product(s):
APTARE IT Analytics (10.6)
应用 Oracle 建议的修补程序
Oracle 建议使用某些适用于数据库服务器的修补程序。应用修补程序的步骤如下:
从 Oracle 或 Veritas 下载建议的修补程序。
将修补程序复制到 Oracle 数据库服务器上的某个目录。此目录将需要数据库用户 aptare 具有写入权限。
将 Oracle 修补程序的文件名写入文件。如果必须安装多个修补程序,请确保每行写入一个修补程序文件名,并使用换行符按照正确的修补程序安装顺序将其分隔开。此文件将需要操作系统用户 aptare 具有读取权限。
以 aptare 用户身份运行脚本 /opt/aptare/utils/applyOraclepatches.sh,如下所示:
/opt/aptare/utils/applyOraclepatches.sh <Oracle_Patch_Directory> <Oracle_Patch_list> [<ORACLE_HOME>] Where, Oracle_Patch_Directory: Absolute path of directory containing Oracle patch(es). Oracle_Patch_list : Absolute path of file containing newline separated Oracle patch(es) in the correct sequence to install. ORACLE_HOME(Optional) : Oracle Home to be used. By default, ORACLE_HOME env variable will be used.