码迷,mamicode.com
首页 >  
搜索关键字:dbf    ( 872个结果
Java中的的XML文件读写
读取xml文件:public static void getFamilyMemebers(){ DocumentBuilderFactory dbf=DocumentBuilderFactory.newInstance(); dbf.setIgnoringElementC...
分类:编程语言   时间:2015-10-19 00:35:37    阅读次数:196
oracle表空间创建
/*分为四步 *//*第1步:创建临时表空间 */create temporary tablespace user_temp tempfile 'D:\oracle\oradata\Oracle9i\user_temp.dbf' size 50m autoextend on next 50m max...
分类:数据库   时间:2015-10-18 11:14:45    阅读次数:164
ocp-401
QUESTION NO: 401 You opened the encryption wallet and then issued the following command:SQL>CREATE TABLESPACE securespace DATAFILE ‘/home/user/oradata/secure01.dbf’ SIZE 150M ENCRYPTION USING ‘3DES...
分类:其他好文   时间:2015-10-15 10:09:49    阅读次数:208
oracle创建用户
1 --创建临时表空间 2 create temporary tablespace pr_temp 3 tempfile 'F:\app\data\tablespace\pr_temp.dbf' 4 size 50m 5 autoextend on next 50m maxsize 2048m 6....
分类:数据库   时间:2015-10-10 18:31:20    阅读次数:198
ocp-107
QUESTION NO: 107 Your database is running In ARCIIIVELOG mode. One of the data files, USBRDATAOI. DBF, in the users tablespace is damaged and you need to recover the file until the point of failure....
分类:其他好文   时间:2015-10-05 11:43:27    阅读次数:130
Oracle创建表空间、创建用户以及授权、查看权限
创建临时表空间 CREATE?TEMPORARY?TABLESPACE?test_temp TEMPFILE?‘C:\oracle\product\10.1.0\oradata\orcl\test_temp01.dbf‘ SIZE?32M AUTOEXTEND?ON NEXT?32M?MAXSIZE?2048M EXTENT?MANAGEMENT?L...
分类:数据库   时间:2015-09-24 11:15:04    阅读次数:194
oracle-snapshot too old 示例
一、快照太老例子: 1、创建一个很小的undo表空间,并且不自动扩展。 create undo tablespace undo_small datafile '/u01/app/oracle/oradata/prod/undo_small01.dbf' size 2m autoextend off;...
分类:数据库   时间:2015-09-20 21:57:59    阅读次数:181
oracle创建表空间
/*分为四步 *//*第1步:创建临时表空间 */create temporary tablespace user_temp tempfile 'D:\oracle\oradata\Oracle9i\user_temp.dbf' size 50m autoextend on next 50m max...
分类:数据库   时间:2015-09-20 01:34:32    阅读次数:209
ArcEngine读取ShapeFile时,出现乱码的解决方案
ArcEngine读取ShapeFile时,如果用LicenseControl的话,字段中含有汉字时可以正常使用,当使用LicenseInitializer进行初始化时,读取含有汉字的字段时,就会出现乱码。 乱码肯定是由于编码引起的,Google之后,在国外的网站查到DBF的编码格式为固定的ISO....
分类:其他好文   时间:2015-09-17 19:48:06    阅读次数:132
oracle创建表空间和用户授权
创建表空间createtablespaceusersdatafile‘D:\Oracle\oracle\oradata\users.dbf‘size100mautoextendonnext100mmaxsize20480mextentmanagementlocal;创建用户createuserhy_pubresidentifiedby123;grantcreatesessiontohy_pubres;grantcreatetabletohy_pubres;grantcreatetablesp..
分类:数据库   时间:2015-09-12 01:08:03    阅读次数:204
872条   上一页 1 ... 66 67 68 69 70 ... 88 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!