上一页 1 ··· 7 8 9 10 11 12 13 14 下一页
摘要: create user ex identified by oracle; grant Resource to ex;grant connect to ex;grant create view to ex;grant create operator to ex;grant create indexty 阅读全文
posted @ 2019-04-01 20:25 virtual_daemon 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 使用DBMS_SHARED_POOL包将对象固定到共享池2011年06月24日 09:45:00 Leshami 阅读数:5808 版权声明:本文为博主原创文章,欢迎扩散,扩散请务必注明出处。 https://blog.csdn.net/robinson_0612/article/details/6 阅读全文
posted @ 2019-03-26 19:24 virtual_daemon 阅读(284) 评论(0) 推荐(0) 编辑
摘要: --如下为postgresql9.1数据库加解密模块配置 --设置schemapsql -U postgres -h localhostset schema 'sbdc';--生成日志\o E:/shanjie/sql/batch.log;--调用sql脚本\i E:/shanjie/sql/pos 阅读全文
posted @ 2019-03-21 20:06 virtual_daemon 阅读(1692) 评论(0) 推荐(0) 编辑
摘要: --如下为greenplum5.0数据库加解密--加密函数select encrypt('123456','aa','aes');--加解密函数select convert_from(decrypt('\x39c3c665757a0ff973b83fb98cc3d63f','aa','aes'),' 阅读全文
posted @ 2019-03-21 16:52 virtual_daemon 阅读(941) 评论(0) 推荐(0) 编辑
摘要: --若选用PROD1为catalog目录库sqlplus sys/oracle@prod1 as sysdbacreate user catalog identified by oracle;grant connect,recovery_catalog_owner to catalog;alter 阅读全文
posted @ 2019-03-16 23:30 virtual_daemon 阅读(148) 评论(0) 推荐(0) 编辑
摘要: --1.1上传oracle软件包及安装环境检查--redhat6.8下载链接:https://pan.baidu.com/s/1eTyw102 密码:cpfs--虚拟机使用独立磁盘时不能拍摄快照--创建swap空间 -v显示详细信息--上传软件包到/optdf -hmkdir -pv /u01/sw 阅读全文
posted @ 2019-01-23 16:07 virtual_daemon 阅读(236) 评论(0) 推荐(0) 编辑
摘要: Oracle 根据SQL_ID查询并杀会话,清空执行计划缓冲池2018年09月06日 10:31:40 小学生汤米 阅读数:4731. 查询最近五分钟内最高频次SQL,查看event select t.SQL_OPNAME,t.SQL_ID,count(*) from v$active_sessio 阅读全文
posted @ 2019-01-09 14:39 virtual_daemon 阅读(1959) 评论(0) 推荐(0) 编辑
摘要: Oracle内存详解之 Library cache 库缓冲 2017年11月09日 11:38:39 阅读数:410更多 个人分类: 体系结构 Library cache是Shared pool的一部分,它几乎是Oracle内存结构中最复杂的一部分,主要存放shared curosr(SQL)和PL 阅读全文
posted @ 2019-01-08 09:01 virtual_daemon 阅读(709) 评论(0) 推荐(0) 编辑
摘要: SQL语句执行顺序查询语句中select from where group by having order by的执行顺序 1.查询中用到的关键词主要包含六个,并且他们的顺序依次为 select--from--where--group by--having--order by 其中select和fr 阅读全文
posted @ 2019-01-08 08:50 virtual_daemon 阅读(362) 评论(0) 推荐(0) 编辑
摘要: 存储过程和触发器的取舍问题(优缺点分析)2013年07月24日 16:50:22 Jesse621 阅读数:12975 标签: 存储过程触发器优缺点 更多个人分类: 【Database】 由于要给同学分享一些关于数据库中存储过程和触发器的知识,我想了想,这是很细节的技术,一般只要用了都会很快掌握其使 阅读全文
posted @ 2019-01-08 08:50 virtual_daemon 阅读(703) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 下一页