码迷,mamicode.com
首页 >  
搜索关键字:tablespace    ( 1117个结果
oracle 创建表空间
2015-10-19/*分为四步 *//*第1步:创建临时表空间 */create temporary tablespace user_temp tempfile '/u01/app/oracle/oradata/orcl/user_temp.dbf' size 50m autoextend ...
分类:数据库   时间:2015-10-19 12:25:57    阅读次数:248
ocp-498
QUESTION NO: 498? View the Exhibit for some of the parameter settings. You start a session and issue the following command: SQL>CREATE INDEX emp_ename ON emp(ename) TABLESPACE users INVISIBLE; Wha...
分类:其他好文   时间:2015-10-18 23:17:04    阅读次数:431
ocp-479
QUESTION NO: 479 You issued the following command: CREATE GLOBAL TEMPORARY TABLE admin_work_area (startdate DATE, enddate DATE, class CHAR(20)) ON COMMIT DELETE ROWS TABLESPACE tbs_t1; An index...
分类:其他好文   时间:2015-10-18 12:54:33    阅读次数:143
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
快速解决IMP中的ORA-00959
快速解决IMP中的ORA-00959用IMP向测试库导入DMP时,又遇到了ORA-00959表空间不存在的问题。一般的解决方法:1.先建表,在导入dmp时加ignore=y的参数。2.新建对应的表空间3.使用expdp从新导出,在impdp时用REMAP_TABLESPACE无论用那种方法都比较麻烦,都需要耗费一定的工作量。..
分类:其他好文   时间:2015-10-15 18:50:16    阅读次数:210
ocp-415
QUESTION NO: 415 You issued the following command on the temporary tablespace LMTEMP in your database: SQL>ALTER TABLESPACE lmtemp SHRINK SPACE KEEP 20M; Which requirement must be fulfilled for th...
分类:其他好文   时间:2015-10-15 11:23:15    阅读次数:149
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
ocp-404
QUESTION NO: 404 Which statement about the enabling of table compression in Oracle Database 11g is true?A. Compression can be enabled at the table, tablespace, or partition level for direct loads only...
分类:其他好文   时间:2015-10-15 10:07:53    阅读次数:121
linux命令(常用)
--文件夹授权chown -R oracle oradata/--切换用户su - oracle--以系统管理员登录系统sqlplus / as sysdb--创建表空间CREATE TABLESPACE ocsdata DATAFILE '/home/oracle/oradata/ocs/ocsd...
分类:系统相关   时间:2015-10-14 15:59:17    阅读次数:196
DB2基本操作
--重启数据库 FORCE APPLICATION ALL DB2STOP DB2START --创建数据库 CREATE DATABASE mysdedb USING CODESET UTF-8 TERRITORY US COLLATE USING SYSTEM USER TABLESPACE M...
分类:数据库   时间:2015-10-14 11:52:36    阅读次数:281
1117条   上一页 1 ... 67 68 69 70 71 ... 112 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!