Loading

摘要: [oracle@bjyctzdb04 trace]$ id uid=1008(oracle) gid=801(oinstall) groups=801(oinstall),802(dba),806(asmdba),808(oper) [root@bjyctzdb04 ~]# echo 802 >/p 阅读全文
posted @ 2019-10-31 20:25 李行行 阅读(173) 评论(0) 推荐(0)
摘要: 方法一:通过设置client标签,直接编辑/etc/my.cnf文件 我们直接输入mysql就可以进行登录mysql数据库,这种不好的地方就是我们的密码是不加密的,可见的,是不安全的。 [root@tz-ftp-yum ~]# mysql Welcome to the MySQL monitor. 阅读全文
posted @ 2019-10-31 19:38 李行行 阅读(18781) 评论(0) 推荐(0)
摘要: 服务器端配置 1.关闭防火墙,以及设置开启不自启 [root@localhost network-scripts]# systemctl stop firewalld [root@localhost network-scripts]# systemctl disable firewalld Remo 阅读全文
posted @ 2019-10-31 17:27 李行行 阅读(1557) 评论(0) 推荐(0)
摘要: 检查$ORACLE_HOME/bin/oracle文件 解决办法 再次查看 阅读全文
posted @ 2019-10-30 14:45 李行行 阅读(796) 评论(0) 推荐(0)
摘要: 日志位置 正常启动过程 阅读全文
posted @ 2019-10-30 10:10 李行行 阅读(311) 评论(0) 推荐(0)
摘要: 1.配置控制文件多路径复用,执行以下命令成功 2.正常关闭数据库 3.操作系统层面复制控制文件,实现多路径复用 4.启动数据库,到mount阶段数据库报错 后台日志 到这里非常的奇怪,根据提示是无法打开这个控制文件,获取不到这个文件状态,操作系统层面无法找到这个文件 5.重新执行SQL语句,使用双引 阅读全文
posted @ 2019-06-18 15:53 李行行 阅读(1421) 评论(0) 推荐(0)
摘要: oracle@vma ~]$ cd /mnt/database/ [oracle@vma database]$ ls install readme.html response rpm runInstaller sshsetup stage welcome.html [oracle@vma database]$ cd sshsetup/ [oracle@vma sshsetup]$ ... 阅读全文
posted @ 2019-05-28 15:58 李行行 阅读(867) 评论(0) 推荐(0)
摘要: SQL> alter system set NLS_TERRITORY='AMERICA' scope=spfile sid='*'; ?????? SQL> alter system set NLS_TERRITORY=^C SQL> alter system set NLS_LANGUAGE='AMERICAN' scope=spfile sid='*'; ?????? SQL> ... 阅读全文
posted @ 2019-05-22 10:57 李行行 阅读(279) 评论(0) 推荐(0)
摘要: 2019-05-14T15:17:31.522473+08:00 requested by (instance=3, osid=193847 (DIA0)), summary=[process state dump request (kjznHA)] requested by (instance=3 阅读全文
posted @ 2019-05-14 15:19 李行行 阅读(877) 评论(0) 推荐(0)
摘要: 建议使用root用户 $ ./tfactl uninstall 阅读全文
posted @ 2019-04-16 10:42 李行行 阅读(224) 评论(0) 推荐(0)