随笔分类 - oracle
摘要:1 系统环境 centos 6.5 oracle 11g 内存 16G 硬盘 ssd 250G 2 运行安装命令: [oracle@localhost database]$ ./runInstaller -silent -responseFile /home/oracle/db_install.rs
阅读全文
摘要:说明: 断开连接后 重新连接执行序列号当前值查找 会报错。 解决方法一:先查询序列号下一个值 SELECT testTable1_ID_SEQ.nextval from dual;
阅读全文
摘要:问题原因:oracle oem证书的密钥小于1024 解决方案:在cmd中执行命令:certutil -setreg chain\EnableWeakSignatureFlags 8 出现以下提示: 重新登录EM即可。 (https://localhost:1158/em 或https://127.
阅读全文
摘要:解决方案如下进入dos(1)查看dbconsole状态:emctl status dbconsole 显示:Environment variable ORACLE_SID not defined. Please define it.(2)重新设置环境变量:set oracle_sid =数据库的si
阅读全文
摘要:SID是System IDentifier的缩写,而ORACLE_SID就是Oracle System Identifier的缩写,在Oracle系统中,ORACLE_SID以环境变量的形式出现,在特定版本的Oracle软件安装(也就是ORACLE_HOME)下,当Oracle实例启动时,操作系统上
阅读全文