会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zqiushi
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
下一页
2018年10月25日
Oracle 查找带有CLOB字段的所有表
摘要: 查找带有CLOB字段的以HEHE开头的所有表 select t.column_name ,DATA_TYPE,TABLE_NAMEfrom user_tab_columns twhere t.TABLE_NAME like 'T%'AND DATA_TYPE='CLOB' 查找带有CLOB字段的以H
阅读全文
posted @ 2018-10-25 10:10 zqiushi
阅读(1300)
评论(0)
推荐(0)
2018年10月23日
oracle查询没有主键的表
摘要: 转载:http://blog.itpub.net/20893244/viewspace-2132149/
阅读全文
posted @ 2018-10-23 21:09 zqiushi
阅读(4683)
评论(0)
推荐(1)
mac install telnet
摘要: 问题: -bash: telnet: command not found -bash: brew: command not found 解决: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/inst
阅读全文
posted @ 2018-10-23 20:44 zqiushi
阅读(241)
评论(0)
推荐(0)
2018年10月22日
linux命令集锦
摘要: pgrep
阅读全文
posted @ 2018-10-22 20:00 zqiushi
阅读(102)
评论(0)
推荐(0)
2018年9月9日
oracle关闭
摘要: Alert log 要每天查看 abort 关闭冷备会无法使用
阅读全文
posted @ 2018-09-09 21:22 zqiushi
阅读(134)
评论(0)
推荐(0)
oracle文件 结构01
摘要: 1.减少数据的冗余(例如使用id) 2.保证数据库一致性 关联表越多越慢 主机名 hosts 文件 ntp 时间同步
阅读全文
posted @ 2018-09-09 20:03 zqiushi
阅读(269)
评论(0)
推荐(0)
oracle 备份/恢复
摘要: oracle备份是为了有问题能够快速恢复;
阅读全文
posted @ 2018-09-09 18:21 zqiushi
阅读(140)
评论(0)
推荐(0)
oracle 安装准备
摘要: 1.选择数据库 (官网查询支持的操作系统) 2.选择系统 (官网查询支持的硬件)(更新补丁) 3.选择硬件 (io性能测试--oracle 大量小文件读写) 4.oracle 升级(和打补丁) 5.oracle建库 6.压力测试(工具/脚本) 7.调整参数或者sql
阅读全文
posted @ 2018-09-09 17:52 zqiushi
阅读(152)
评论(0)
推荐(0)
2018年9月6日
dblink
摘要: select owner,object_name from dba_objects where object_type='DATABASE LINK';drop public database link LINK1
阅读全文
posted @ 2018-09-06 11:45 zqiushi
阅读(117)
评论(0)
推荐(0)
2018年8月23日
The following packages have unmet dependencies:
摘要: root@ubuntu:~# apt-get install open-iscsiReading package lists... DoneBuilding dependency treeReading state information... Doneopen-iscsi is already t
阅读全文
posted @ 2018-08-23 22:18 zqiushi
阅读(4287)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
下一页
公告