(1) 创建表空间create tablespace 空间名datafile 'E:\文件名.dat'size 1Mautoextend on(2) 创建用户-- 不用的--create user 用户名 identified by 密码;--grant connect,resource to 用户...
分类:
数据库 时间:
2014-11-01 09:41:42
阅读次数:
189
因业务需要,DiscuzX3.2论坛插件开发中需要使用到PHPExcel组件来读取Execl电子表格中的数据,在实际开发中发现,把PHPExcel组件单独放到一个页面中时,成功读取了电子表格中的数据,但当集成到Discuz的插件体系中时,调用失败。
出错提示:
Discuz! System Error
Oops! System file lost: class/phpexcel/php...
分类:
Web程序 时间:
2014-10-30 13:37:10
阅读次数:
548
sudotarcvpjfbackup.tar.bz2--exclude=/proc--exclude=/lost+found--exclude=/backup.tar.bz2--exclude=/mnt--exclude=/sys--exclude=/data--exclude=/opt--exclude=/home/ak/work/sudotarxvpfjbackup.tar.bz2-C/
分类:
系统相关 时间:
2014-10-28 02:14:04
阅读次数:
243
自己想做两组rac之间的data guard,由于datafile,controlfile,甚至是archivelog都是存放在asm上的,直接复制数据有点不现实,asm磁盘总归都是要用的,所以想从a库做rman全备份,然后把备份文件拷贝到b库上做rman恢复,初衷就是这么简单,结果却遇到了n多的折...
分类:
数据库 时间:
2014-10-27 22:35:19
阅读次数:
325
create tablespace user3 datafile 'e:\test\user3_data.dbf' size 20M --表空间初始大小为: 20Mautoextend on next 5M maxsize 50M --自动增长 及每次扩展5M ,表空间的最大为50M--查看 表空间...
分类:
数据库 时间:
2014-10-22 19:59:23
阅读次数:
218
v$datafile是从oracle的控制文件中获得的数据文件的信息v$datafile_header是从数据文件的头部在正常运行下,两者的检查点SCN值是一致的,但当datafile出现损坏时可以用v$datafile_header确定应用重做的起始SCN,而v$datafile可确定应用重做的结...
分类:
数据库 时间:
2014-10-20 11:17:25
阅读次数:
262
Description
Lost and AekdyCoin are friends. They always play "number game"(A boring game based on number theory) together. We all know that AekdyCoin is the man called "nuclear weapon of FZU,descen...
分类:
其他好文 时间:
2014-10-17 15:38:24
阅读次数:
282
--创建表空间和数据库文件及默认表空间大小create tablespace TableSpace_Test datafile 'E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\DataBase_Test.DBF' size 200m;--设置数据库自动增长alter ....
分类:
数据库 时间:
2014-10-17 15:08:50
阅读次数:
173
I use to think the worst feeling was losing someone you love.But,I was wrong.The worst feeling is the moment you have lost yourself之前我一直认为,世界上最悲伤的事情就是...
分类:
其他好文 时间:
2014-10-17 09:37:04
阅读次数:
156
1.自带三种登录方式:Scott/tiger sys/manager system/manager2.基本的操作1) 建数据库create tablespace 表空间的名称datafile ‘路径+文件.dbf’size 初始大小mautoextend on --是否为自动增长eg:create ...
分类:
数据库 时间:
2014-10-16 17:35:42
阅读次数:
314