Oracle数据库
-
INS-44002:The Oracle home location contains directories or files on following remote nodes: [oracle19c-rac02].
配置oracle19c gird到最后的几步,结果报错:[INS-44002] The Oracle home location contains directories or f…
-
INS-40912:Virtual host name:xxx-vip is assigned to another system on the network
真的是一波还未平息一波又来侵袭,互信认证还没搞通(参考INS-06006:Passwordless SSH connectivity not set up between the …
-
INS-06003&&INS-06006:Failed to setup password SSH connectivity with following node(s)&&Passwordless SSH connectivity not set up between the following node(s)
报错信息 Oracle19c安装grid,在配置集群节点信息做互信认证时报错:点击setup设置互信则报错INS-06003:Failed to setup password SS…
-
INS-40710:Cluster name:string does not start with a letter.
配置Oracle19c grid时报错:INS-40710: Cluster name:string does not start with a letter. 原因及处理方法:
-
INS-08101:Unexpected error while executing the action at state: ‘supportedOSCheck’
Oracle12c/19c/21c大概率在调用图形化时遇到报错:[INS-08101] Unexpected error while executing the action at…
-
Oracle19C——关于SID和服务名
sid过去是cdb层,cdb是容器。Pdb是具体可插拔的数据库。 默认用sid连接数据库用户,会再cdb层的公共用户查找。如果是pdb数据库中的用户是私有用户,需要通过服务名方式连…
-
Oracle19C——增加非默认的动态监听
oracle19c,增加容器数据库的监听端口,以便直接通过该动态监听的服务名直接登录,而不是先登录cdb层再切换到容器数据库中。
-
ORA-12541/ORA-01034/ORA-27101/ORA-01017
Oracle19c在SQLPLUS中登录数据库遇到ORA-12541/ORA-01034/ORA-27101/ORA-01017相关报错,特此记录具体过程。
-
ORA-01017: invalid username/password; logon denied
场景一:在Oracle19c,注意用户是在cdb容器公共用户还是pdb的私有用户,如果是pdb的私有用户,不要用sid去连接,否则默认会在cdb层的公共用户中查找,所以就会报错。所…
-
ORA-65096: 公用用户名或角色名无效
创建用户时,出现此问题时,原因为创建角色的容器为cdb。 解决方案1:如果想继续创建,可以在角色名前加”C##” 即C##角色名。 解决方案2:切换容器后创…