Smart3D 2018安装oracle19c相关环境注意事项

在环境兼容列表中,可以看到Smart 3D 2018版已经支持Oracle 18c以及Oracle 19C版本。本文主要介绍一下在环境搭建中可能会遇到的各种问题。

安装HF45以上

首先,确认oracle已经安装完成的情况下,安装Smart 3D时可能会提示Oracle未正常安装。这个错误可以忽略,主要是因为无HotFix的版本中,不支持Oracle19c等版本。
从兼容列表可以看到,在安装主程序后,我们还要安装HF45以上的补丁,保证软件对oracle 19c的支持。

NG补丁

在安装补丁之后,要注意我们还要再安装一个name generator的补丁,以保证对oracle 19c的支持。

Oracle 19C补丁安装


因Oracle的问题,在部署时有必要进行Oracle补丁的安装。

遇到的问题

1. 创建site时,软件界面挂起无反应

原因主要是因为oracle的bug。解决办法,可以使用数据库用户验证或者安装最新的Oracle补丁。

此外,注意安装oracle的补丁有以下要求。

Apply Oracle 19c Patch 28707931 or higher for the database server and the client machines according to the OPath instruction from Oracle.
Note that in some cases, Oracle may not release the both of 32-bit and 64-bit patches in a patch cycle. Before applying the patch from Oracle, make sure that it includes the both of 32-bit and 64-bit patches.  If the latest patch does not contain both 32-bit and 64-bit patches, install the latest patch that has both, as long as it is Patch 28707931 or later.

原因

Oracle Bug 28707931 – RUNNING IMPDP WITH OS AUTHENTICATION PROMPTS FOR A PASSWORD.
The Oracle bug document number is 
Doc ID 2582307.1.

2. 创建site时提示dmp文件无效

ORA-48128: opening of a symbolic link is disallowed

查看log,得到如上提示。解决办法,使用本地路径,或者修正Oracle参数。

3. 无法备份

ORA-48128: opening of a symbolic link is disallowed

修正Oracle参数,如下:

1. Connect to the Oracle instance as sysdba using the sys account.
2. At the SQL prompt, type:
SQL> ALTER SYSTEM SET “_disable_directory_link_check” = TRUE SCOPE=SPFILE;
SQL> ALTER SYSTEM SET “_kolfuseslf” = TRUE SCOPE=SPFILE;
SQL> SHUTDOWN IMMEDIATE
SQL> STARTUP

4. 创建项目时提示命名服务器故障

如上所述,需要安装Name generator的相关补丁才能支持oracle 19c。漏装的话,虽然site创建成功,但是创建catalog时就会提示name generator无效。

数字化工程设计公众号二维码
原文链接:查看原文  文章来源:数字化工程设计
🔗 分享 0

上5篇 more...

下5篇 more...