01 2018 档案

摘要:1. 删除oracle之前的产品信息 环境是前篇中通过静默方式安装的,这里只删除产品信息,假设ORACLE_HOME目录是从其他地方拷贝过来的 [oracle@localhost ContentsXML]$ pwd /home/oracle/oraInventory/ContentsXML [ora 阅读全文
posted @ 2018-01-31 17:30 chinesern 阅读(2043) 评论(0) 推荐(0) 编辑
摘要:1.安装相关的包(略) 2.建oracle用户 组 groupadd oinstall $ORACLE HOME/rdbms/lib/config.c groupadd dba chattr i /etc/passwd /etc/shadow useradd g oinstall G dba ora 阅读全文
posted @ 2018-01-31 15:11 chinesern 阅读(1546) 评论(0) 推荐(0) 编辑
摘要:1. 停止ORACLE数据库 [oracle@localhost oracle]$ ps ef|grep smon oracle 72550 1 0 14:23 ? 00:00:00 ora_smon_orcl oracle 76122 76045 0 16:18 pts/0 00:00:00 gr 阅读全文
posted @ 2018-01-31 14:52 chinesern 阅读(1996) 评论(0) 推荐(0) 编辑
摘要:OGG for sqlserver engryption && insert/delete 1. 源端操作 1.1 获取key 作为数据库用户密码加密 d:\GoldenGate\gg keygen 128 1 0xC6E1D0189BCF020DECDFF52DC23FCA39 作为抽取进程日志加 阅读全文
posted @ 2018-01-24 16:47 chinesern 阅读(879) 评论(0) 推荐(0) 编辑
摘要:1. SQL_CALC_FOUND_ROWS简述 在很多分页的程序中都这样写: 查出符合条件的记录总数 SELECT COUNT( ) from [table] WHERE ......; 查询当页要显示的数据 SELECT FROM [table] WHERE ...... limit M,N; 阅读全文
posted @ 2018-01-10 19:59 chinesern 阅读(19154) 评论(1) 推荐(1) 编辑

点击右上角即可分享
微信分享提示