Loading

摘要: SELECT c.value || '/' || d.instance_name || '_ora_' || a.spid || '.trc' trace FROM v$process a, v$session b, v$parameter c, v$instance d WHERE a.addr 阅读全文
posted @ 2020-06-09 10:37 李行行 阅读(253) 评论(0) 推荐(0)
摘要: 参考文档:https://www.modb.pro/doc/270 实验环境:redhat 5.5 数据库版本:10.2.0.5 1.在同平台安装相同版本的数据库软件,配置好环境变量,建立相应的目录 需要注意的地方就是,审计目录也需要提前创建好 2.在原库中创建pfile文件,用户打开新库 sqlp 阅读全文
posted @ 2020-06-03 10:49 李行行 阅读(612) 评论(0) 推荐(0)
摘要: 步骤1 关闭监听和数据库 步骤2 上传软件包p8202632_10205_Linux-x86-64.zip 步骤3 解压软件包,并授权软件包权限 步骤4 进入解压软件包运行./runInstaller,升级完成 步骤5 进入sqlplus环境 alter database open upgrade; 阅读全文
posted @ 2020-06-03 08:28 李行行 阅读(166) 评论(0) 推荐(0)
摘要: [root@tz-yycs-db01 etc]# systemctl list-unit-files |grep enable brandbot.path enabled auditd.service enabled autovt@.service enabled crond.service ena 阅读全文
posted @ 2020-05-27 10:56 李行行 阅读(1302) 评论(0) 推荐(0)
摘要: 系统yum安装文件的时候,突然掉电重启。再次使用yum安装提示一下报错,但是能够安装成功 There are unfinished transactions remaining. You might consider running yum-complete-transaction, or "yum 阅读全文
posted @ 2020-05-27 10:45 李行行 阅读(650) 评论(0) 推荐(0)
摘要: 系统:redhat 7.6 说明:配置yum源,提示This system is not registered with an entitlement server. You can use subscription-manager to register. 配置文件: [root@localhos 阅读全文
posted @ 2020-05-26 19:59 李行行 阅读(23136) 评论(0) 推荐(1)
摘要: [root@oracle ~]# service sendmail stop Shutting down sm-client: [ OK ] Shutting down sendmail: [ OK ] [root@oracle ~]# chkconfig --list sendmail sendm 阅读全文
posted @ 2020-05-26 09:58 李行行 阅读(2582) 评论(0) 推荐(0)
摘要: 问题 [root@oracle11g rpm]# rpm -ivh cvuqdisk-1.0.9-1.rpm Preparing... ################################# [100%] ls: cannot access /usr/sbin/smartctl: No 阅读全文
posted @ 2020-05-13 08:51 李行行 阅读(1000) 评论(0) 推荐(0)
摘要: root@localhost [mytest]>select * from INFORMATION_SCHEMA.INNODB_TRX WHERE TRX_MYSQL_THREAD_ID = connection_id()\G; *************************** 1. row 阅读全文
posted @ 2020-03-26 19:13 李行行 阅读(380) 评论(0) 推荐(0)
摘要: select table_schema, table_name from information_schema.tables where table_name not in (select distinct table_name from information_schema.columns whe 阅读全文
posted @ 2020-03-20 19:43 李行行 阅读(3419) 评论(0) 推荐(0)