- 博客(16)
- 收藏
- 关注
转载 11g单机创建database control遇到的问题
11g database 单机创建database control,遇到问题:(1) listener 没起,lsnrctl start(2)日志报 没权限:orapwd 重建密码文件(3)ORACLE_UNQNAM...
2014-11-20 14:16:55
354
转载 concept 点点滴滴1
Access Paths 1.Full table scans全表扫描This type of scan reads all rows from a table and filters out...
2014-06-10 13:51:27
123
转载 virtual box 克隆虚拟机
virtual box 克隆虚拟机Microsoft Windows [版本 6.1.7601]版权所有 (c) 2009 Microsoft Corporation。保留所有权利。C:\Users\ThinkP...
2014-04-30 17:54:59
198
转载 ORA-01116 错误
今天做测试,删除了物理文件。想关闭实例报错,下面是错误:SYS@orcl>shutdown immediate;ORA-01116: error in opening database file 4ORA-01...
2014-04-11 13:35:09
1634
转载 ins-13001 Minimum requirements were not met for this environment
在 rhel6.2 上面装12CR1有问题,但是看不出错在哪?google 了下,有人发帖解释为少个安装包,还是暂时放弃了,先去下个ol6装。具体解释见:http://terrancesiu.com/post/748.htm...
2014-04-04 13:23:23
304
转载 T430开启虚拟化
之前一直想装12c,但是12c目前只支持64位系统,机器是64位的机器,但是没开启虚拟化好像装不了。之前在bios里面没找到。今天终于找到了,进入bios:security-->Virtualzation--&a...
2014-04-03 11:35:01
797
转载 怎么看到 dump的不对啊,还不懂
create table test01(id int,name int);create bitmap index bm1 on test01(id);insert into test01 values(1,11);in...
2013-07-05 15:35:06
131
转载 不能把role 给它本身
查看( 98 ) / 评论( 0 ) / 评分( 0 / 0 ) 角色(role)是系统权限(system privilege)和对象权限(object privilege)的集合。Oracle为了防止角色间的循环授予,自带...
2013-07-04 15:46:22
90
转载 ORA-19809: limit exceeded for recovery files
SQL> startupORACLE instance started.Total System Global Area 1071333376 bytesFixed Size ...
2013-05-15 15:55:27
161
转载 转:1z0-042 259题实验
1z0-042 259题实验259.Identify the two tablespaces whose data files are so critical that only a closed recov...
2013-05-03 10:30:41
105
转载 转:Recovering After loss of all members of the CURRENT redo log group
Recovering After loss of all members of the CURRENT redologgroupAll of the members of a current online r...
2013-05-02 17:07:10
140
转载 TNS 各种连接收藏
如果你的查询不断,那得做预连接。而且针对的好像只是select(我的测试)。客户端的tnsnames,ora得做相应的配置。failover与load balance是不能并存的。(我的测试)给你一个各种各样failover配置...
2013-05-02 16:52:28
203
转载 常用
/*分为四步 *//*第1步:创建临时表空间 */create temporary tablespace user_temp tempfile 'D:\oracle\oradata\Oracle9i\user_t...
2013-05-02 15:22:42
86
转载 REMAP_SCHEMA参数 .
--创建文件目录(这个目录必须真实存在,不然会出错)create or replace directory expdp_dir as 'd:\oracle11\exp_dir';--把创建的目录给2个用户gran...
2013-05-02 14:31:52
760
转载 转载 FGA(fine-grained auditing )
CREATE TABLE BUILD_TEST01(X NUMBER,Y NUMBER)INSERT INTO BUILD_TEST01 VALUES(2,2) Creating an FGA Poli...
2013-04-14 16:21:01
113
转载 审计的开启和关闭
转一 审计功能的参数控制audit_trail 参数的值可以设置为以下几种1. NONE:不开启2. DB:开启审计功能3. OS:审计记录写入一个操作系统文件。4. TRUE:与参数DB一样5...
2013-04-14 16:11:21
573
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人