Which type of database file is spread across all disks in a disk group?A. All types of files are spread across all disks in the disk group.B. Datafile ...
分类:
其他好文 时间:
2017-11-08 15:04:54
阅读次数:
89
To reference existing ASM files, you need to use a fully qualified ASM filename. Your developmentdatabase has a disk group named DG2A, the database na ...
分类:
其他好文 时间:
2017-11-07 19:55:07
阅读次数:
171
案例场景: 新建了一个表空间后TBS_MARKET_DAT,希望将归档的数据放置在这个表空间。 SQL> CREATE TABLESPACE TBS_MARKET_DAT <!--CRLF--> 2 DATAFILE '/u04/oradata/gps/bookt_data_arch_01.dbf' ...
分类:
其他好文 时间:
2017-11-06 13:57:49
阅读次数:
231
You are peer reviewing a fellow DBAs backup plan for his NOARCHIVELOG mode database, asshown here:1.Put the tablespaces in backup mode.2.Back up the d ...
分类:
其他好文 时间:
2017-11-06 13:52:06
阅读次数:
172
ASM supports all but which of the following file types? (Choose all that apply.) A. Database files B. Spfiles C. Redo-log files D. Archived log files ...
分类:
其他好文 时间:
2017-11-06 13:11:53
阅读次数:
95
### scripts 1--the scirpt is used for restore db from vcs to a point to time recovery--and the target datafile and logfile is different from source ## ...
分类:
其他好文 时间:
2017-11-06 11:07:24
阅读次数:
202
1、首先,我们可以先建立自己的一个用户表空间,创建表空间的格式如下: create tablespace test(表空间的名字) datafile 'D:\oracle\product\10.2.0\userdata\test.dbf' (这边可以写成oracle的某个路径下)size 50m ( ...
分类:
数据库 时间:
2017-10-28 15:33:49
阅读次数:
200
复习部分:1、查看80天以前的日期,重定向到文件/mnt/datafile,并查看80天以后的日期,追加到文件/mnt/datafile。2、配置vim的配置文件,使其拥有以下功能:显示行号、鼠标可以操纵光标位置。3、新建用户redhat,用户说明为“redhatUser”,并设置密码为redhat,该用户首次登陆..
分类:
其他好文 时间:
2017-10-26 23:12:55
阅读次数:
270
建库建表知识点(下列举例)、 建库: CREATE DATABASE EduBase2017 ON (NAME='Datefile_1' ,FILENAME='D:\EduBase2017\DataFile_1.mdf') LOG ON (NAME='LogFile_1' ,FILENAME='D: ...
分类:
其他好文 时间:
2017-10-22 20:50:18
阅读次数:
157
最近由于工作原因,再次接触oracle,因此重新来熟知下oracle基本的命令。 --改密码1.运行——键入“cmd” 回车2.键入“sqlplus/nolog” 回车3.键入“conn/as sysdba” 回车4.键入“alter user scott identified by tiger;” ...
分类:
数据库 时间:
2017-10-16 16:52:32
阅读次数:
241