码迷,mamicode.com
首页 >  
搜索关键字:tablespace    ( 1117个结果
oralce 创建表空间
-- Create the user create user lesdba identified by les_321 default tablespace USERS temporary tablespace TEMP profile DEFAULT password expire;-- Gran ...
分类:其他好文   时间:2017-11-10 21:44:30    阅读次数:176
053-327
You have a database with the following tablespaces: SYSTEM, SYSAUX, UNDO, USERS, TEMP.You want to"roll back" the data in the USERS tablespace to the w ...
分类:其他好文   时间:2017-11-10 17:01:12    阅读次数:128
053-328
You have backed up your database using image copies. You have lost the SYSTEM tablespace and need to restart your database as quickly as possible. Wha ...
分类:其他好文   时间:2017-11-10 16:54:30    阅读次数:102
用cmd命令创建oracle 数据库、用户和表空间
Win+R调查运行窗口,输入cmd回车 连接到本地oracle库 创建名为“SXSJ”的表空间,其初始大小为512M,支持自动扩展,每次增量为32M; create tablespace SXSJ datafile 'D:\app\LZB\oradata\SXSJ' size 512M autoex ...
分类:数据库   时间:2017-11-10 12:46:30    阅读次数:264
Oracle 11.1.0.6 导入导出bug
实验环境: 11.1.0.6.0 对ANONYMOUSUSER_ALL表中分区进行备份 SQL> select TABLE_NAME,PARTITION_NAME,HIGH_VALUE,PARTITION_POSITION,TABLESPACE_NAME from user_tab_partitio ...
分类:数据库   时间:2017-11-10 11:45:35    阅读次数:168
053-578
Your ARCHIVELOG-mode database has lost three datafiles and shut down. One is assigned to theSYSTEM tablespace and two are assigned to the USERS tables ...
分类:其他好文   时间:2017-11-09 16:32:32    阅读次数:203
Oracle报Ora01522
应用服务报错截图 数据库后台日志报错截图 从日志分析应该是回滚异常造成表空间无法使用回滚段,而回滚涉及的表空间为undo表空间 尝试新建UNDO表空间,再将UNDO_TABLESPACE切换到新建的UNDO表空间 重启数据库后,再重新打开webligic服务,没有报相同的错误,再将原来的undo表空 ...
分类:数据库   时间:2017-11-08 11:50:15    阅读次数:193
when create a table,then show error ora-00952 tablespace tsb_1 not exist
QUESTION:When create a table,then show error ora-00952 tablespace tsb_1 not exist. STEP: 1.select user table tablespace. SELECT username,DEFAULT_TABLE ...
分类:其他好文   时间:2017-11-07 22:20:52    阅读次数:196
053-199
When youre performing a tablespace point-in-time recovery, which tablespaces will always berestored to the auxiliary instance? (Choose all that apply. ...
分类:其他好文   时间:2017-11-06 19:01:28    阅读次数:129
053-513
What RMAN command is used to execute a tablespace point-in-time recovery?A. recoverB. duplicateC. restoreD. copyE. None of the above You use the recov ...
分类:其他好文   时间:2017-11-06 19:00:32    阅读次数:98
1117条   上一页 1 ... 29 30 31 32 33 ... 112 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!