-- 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
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
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
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
实验环境: 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
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
应用服务报错截图 数据库后台日志报错截图 从日志分析应该是回滚异常造成表空间无法使用回滚段,而回滚涉及的表空间为undo表空间 尝试新建UNDO表空间,再将UNDO_TABLESPACE切换到新建的UNDO表空间 重启数据库后,再重新打开webligic服务,没有报相同的错误,再将原来的undo表空 ...
分类:
数据库 时间:
2017-11-08 11:50:15
阅读次数:
193
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
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
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