摘要:
查找带有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 阅读全文
摘要:
转载:http://blog.itpub.net/20893244/viewspace-2132149/ 阅读全文
摘要:
问题: -bash: telnet: command not found -bash: brew: command not found 解决: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/inst 阅读全文
摘要:
Alert log 要每天查看 abort 关闭冷备会无法使用 阅读全文
摘要:
1.减少数据的冗余(例如使用id) 2.保证数据库一致性 关联表越多越慢 主机名 hosts 文件 ntp 时间同步 阅读全文
摘要:
oracle备份是为了有问题能够快速恢复; 阅读全文
摘要:
1.选择数据库 (官网查询支持的操作系统) 2.选择系统 (官网查询支持的硬件)(更新补丁) 3.选择硬件 (io性能测试--oracle 大量小文件读写) 4.oracle 升级(和打补丁) 5.oracle建库 6.压力测试(工具/脚本) 7.调整参数或者sql 阅读全文
摘要:
select owner,object_name from dba_objects where object_type='DATABASE LINK';drop public database link LINK1 阅读全文
摘要:
root@ubuntu:~# apt-get install open-iscsiReading package lists... DoneBuilding dependency treeReading state information... Doneopen-iscsi is already t 阅读全文