11 2018 档案
摘要:1.ORA-28040: No matching authentication protocol 解决:在Oracle用户(不是grid用户)下,将$ORACLE_HOME/network/admin/sqlnet.ora文件原来的SQLNET.ALLOWED_LOGON_VERSION=8注释掉(
阅读全文
摘要:https://www.cnblogs.com/williamjie/p/11187470.html https://www.cnblogs.com/guanshan/p/guan043.html
阅读全文
摘要:https://blog.csdn.net/u012882327/article/details/69525166
阅读全文
摘要:https://blog.csdn.net/zm2714/article/details/8482625
阅读全文
摘要:SELECT s.sid, s.serial#, s.event, a.sql_text, a.sql_fulltext, s.username, s.status, s.machine, s.terminal, s.program, a.executio...
阅读全文
摘要:1.需求 新的项目需要搭建研发环境,买了三台浪潮服务器,已安装centos7.6操作系统,需要完成以下事项: 1)搭建办公局域网 2)每台服务器需要连接局域网 3) 2.服务器连接局域网 1)首先找个显示器和键盘连接到服务器 2)使用网线连接服务器与路由器 3)使用文件配置或者图形化的方式完成网络配
阅读全文
摘要:select to_char(sysdate,'yyyy-mm-dd HH24:mi:ss') from dual; analyse table user.table_name compute statistics;
阅读全文
摘要:逻辑分区从5开始 磁盘格式化:低级格式化,就是创建磁道 高级格式化,创建文件系统 mkfs -t ext3
阅读全文
摘要:centos6的环境中 代码:[root@ebs122 sysconfig]#yum groupinstall "Desktop" 使用 init 5命令进入图形化界面,如果成功的话,你将会进入图形化界面的初始界面。
阅读全文
摘要:http://www.itpub.net/thread-1181372-1-1.html
阅读全文
摘要:https://blog.csdn.net/warden2010/article/details/6300660
阅读全文
摘要:select * from vsqlarea t order by t.LAST_ACTIVE_TIME desc select * from v$sqlarea t order
阅读全文
摘要:1.使用教程;https://blog.csdn.net/defonds/article/details/52936664 2.下载链接:https://pan.baidu.com/s/1cn7tE_sHoTt_U3LzYgPpSw
阅读全文
摘要:1.database driver error ORA-12154 1)检查监听是否启动 2)是否在tnsnames.ora中配置
阅读全文
摘要:没有独立的分区,本地回环设备(使用软件来模拟实现硬件) 创建一个镜像文件 https://blog.csdn.net/linuxnews/article/details/51271875 有独立的分区
阅读全文
摘要:1.清空用户下的所有表里面的数据 select concat('truncate table ',table_name,';') from information_schema.TABLES where table_schema='test_cp'; 2.统计某个库下面的数据总量和表数目和总条目数
阅读全文
摘要:https://www.cnblogs.com/LiuChunfu/p/6426918.html
阅读全文
摘要:https://jingyan.baidu.com/album/54b6b9c0d45c632d583b4793.html
阅读全文