尝试重建EM,会有类似的报错
2010-6-13 11:05:43 oracle.sysman.emcp.EMReposConfig invoke
信息: 有关详细资料, 请参阅 D:\oracle\cfgtoollogs\emca\erp\emca_repos_config_<日期>.log 中的日志文件。
2010-6-13 11:05:43 oracle.sysman.emcp.EMReposConfig invoke
严重: 将配置数据上载到资料档案库时出错
2010-6-13 11:05:43 oracle.sysman.emcp.EMConfig perform
严重: 将配置数据上载到资料档案库时出错
有关详细资料, 请参阅 D:\oracle\cfgtoollogs\dbca\erp\emConfig.log 中的日志文件。
原创
2014-01-11 19:22:24
2735阅读
redhat5安装oracle时候,输入 ./runInstaller -ignoreSysPreReqs 出现以下错误:
询问高手后得知,缺少安装包:libXp-1.0.0-8.1.el5.i386.rpm
安装后正常!
原创
2012-02-08 16:31:06
633阅读
在Linux系统下安装Oracle数据库时,很多用户可能会遇到各种报错问题,其中最常见的就是安装过程中出现的各种错误提示。在解决这些报错问题时,红帽操作系统下的安装问题比较常见,今天我们就来探讨一下在Linux系统下安装Oracle数据库时可能遇到的报错问题以及如何解决。
首先,在安装Oracle数据库的过程中,可能会出现许多与硬件和软件有关的错误提示。比如,在安装Oracle 11g时,有用户
原创
2024-03-25 10:19:48
150阅读
ORACLE静默安装报错解决方法INFO: Exit Status is -2INFO: Shutdown Oracle Database 11g Release 2 InstallerINFO
原创
2023-12-07 09:27:43
765阅读
安装oracle数据库最后到85%时报错 导致DBConsole无法安装的解决方案
1、使用emca -deconfig dbcontrol db命令删除配置
2、使用emca -repos drop删除repository
3、使用emca -config dbcontrol db -repos create 创建Database Control。
转载
精选
2013-04-17 21:06:15
775阅读
原因是没有配置hosts文件[root@orcl ~]# vim /etc/hosts
192.168.1.10 orcl
原创
2017-10-18 10:10:55
855阅读
使用虚拟机Oracle VM VirtualBox安装centos6.5时提示如下信息: This kernel requires the following features not present on the CPU: Unable to boot – please use a kernel appropriate for your CPU.解决方法: 选中对应的系统——设置——系统—
原创
2014-12-30 10:05:17
2048阅读
情绪
原创
2023-02-12 05:46:39
111阅读
第一次执行/u01/11.2.0/grid/root.sh 脚本[root@test ~]# /u01/app/oraInventory/orainstRoot.sh Changing permissions of /u01/app/oraInventory.Adding read,write pe
原创
2022-07-13 15:01:21
329阅读
--通用函数 --求公司员工的年薪 nvl 没有值代替 select employee_id,last_name,salary*12*(1+nvl(commission_pct,0)) "annnal salary" from employees 运行结果 --输出department_id为空时候
原创
2022-08-20 06:32:37
72阅读
解决centos7/redhat7安装oracle11g到%70报错问题Linux/Centos安装oracle报错“调用makefile'/oracle/product/11.2.0/dbhome_1/sysman/lib/ins_emagent.mk的目标”解决办法如下图为报错:解决办法:#vim/oracle-11g/app1/oracle/product/11.2.0/dbhome
原创
2018-06-13 13:07:32
3742阅读
点赞
今天在做实验的时候发现在linux下使用sqlplus /nolog 报错,
[oracle@localhost ~]$ sqlplus /nolog-bash: sqlplus: command not found
于是开始找错误原因,在安装的时候没有报错,包括建立数据库的时候也没有任何错误提示,这时我就在想会不会是bash路径的问题我就echo $oracle_home为空
原创
2011-07-18 11:41:49
729阅读
1.系统的IP地址和主机名不一至:[INS-06101] IP address of localhost could not be determined 图:如下解决方法:是因为你的主机名与IP地址不一至,在/etc/hosts文件对应就行了vim /etc/hosts IP地址 主机名2.at oracle.i
原创
2013-12-23 17:03:21
7536阅读
1评论
在安装gc的时候遇到了下面的错误Please make sure the values entered in OHS configuration files are correct.oracle.ias.sysmgmt.exception.InvalidConfigurationException: Base Exception:/oinstall/OracleHomes/oms10g
翻译
2021-09-08 09:25:20
121阅读
1.系统缺少依赖包解决方法:2.安装界面是乱码解决方法:测试:3.ssh服务没有相互信任出现的问题解决方法:RAC1中的SSH服务互相信任[root@rac1 ~]# ssh-keygen -t rsa --在rac1中生成密钥
Generating public/private
原创
2014-02-25 13:26:52
1000阅读
点赞
grid
原创
2017-12-28 17:54:55
1140阅读
今天在安装Oracle配置监听的时候执行netca报错:Error: null Check the trace file for details: /u01/app/oracle/cfgtoollogs/netca/trace_OraDB12Home1-2303119PM5318.log Oracle Net Services configuration failed. The exi
原创
2023-03-11 22:19:24
304阅读
今天一个客户反馈登录时报错:
ORA-00257:archiver error,cnnect internal only until freed .”
无法登录数据库,根据报错内容看,是归档日志问题,打开google看看,原来是归档日志太大了,清一下就好了。
我这里是做的rac,用sys用户登录到一个节点上
SQL> archive log list
Database
原创
2012-03-21 13:46:19
736阅读
本人安装oracle之后 启动监听报错,但是监听仍然能启动,报的错误是监听不支持实例,后来在网上翻了一下子,确定是lisnter.ora文件错误,其实很简单,将里面的内容删除,全部重建,后来看了一篇大神的文章写得不错,地址http://www.51testing.com/html/99/478599-842622.html
转载
精选
2014-11-10 10:25:06
629阅读
点赞
[oracle@oracle ~]$ tail -f /oracle/app/oracle/product/10.2.0/db_1/cfgtoollogs/emca/TEXT/emca_2011-04-29_01-13-24-AM.log Apr 29, 2011 1:13:3
原创
2011-05-03 14:58:57
1131阅读