易截截图软件、单文件、免安装、纯绿色、仅160KB

Oracle 1Z0 053 Exam

Exam Number/Code : 1Z0-053
Exam Name : Oracle Database 11g: Administration II
Questions and Answers : 167 Q&As
Update Time: 2010-05-15
1. You are not sure if Flashback Database is enabled. What database column and view can you query to
see if the flashback logs are being created in the flash recovery area?
A. Query the initialization parameter FLASHBACK_DATABASE in VJINSTANCE.
B. Query the FLASHBACK_ENABLED column in VJDATABASE.
C. Query the FLASHBACK column in VJDATABASE..
D. Query the FLASHBACK_ON column in VJDATABASE.
Answer: D
Explanation:
To enable Flashback Database, you use the command ALTER DATABASE FLASHBACK ON.
Your database must be in ARCHIVELOG mode, you must have the flash recovery area configured, and
you must have DB_FLASHBACK_RETENTION_TARGET set to an appropriate value. A, B, and C are
incorrect because they all specify columns that do not exist.
2. What dynamic performance view can you query to list the supported platforms for transportable
tablespaces?
A. V$TRANSPORTABLE_PLATFORM
B. V$TRANSPORTABLE_TABLESPACE
C. V$SUPPORTED_PLATFORMS
D. V$DATABASE PLATFORM
Answer:A
Explanation:
You use the PLATFORM_NAME and ENDIAN_FORMAT columns to determine the supported endian
formats for all supported platforms.
B, C, and D are incorrect because none of these views exist.
3. You issue the following command to enable block change tracking:
SQL> ALTER DATABASE ENABLE BLOCK CHANGE TRACKING;
However, you receive an error message, and the tracking file is not created. What is a possible reason for
the error message?
A. The parameter DB_RECOVERY_FILE_DEST is not set.
B. You must use ALTER SYSTEM instead. )
C. Your database must be in the MOUNT state to create the block change tracking file.
D. The parameter DB_CREATE_FILE_DEST is not set.
Answer: D
Explanation:
Unless you explicitly specify a location for the block change tracking file using the USING FILE clause, the
file is created using Oracle Managed Files (OMF), w


相关文档:

oracle 操作表空间和数据文件

产生表空间一般都是DBA或特权用户来完成的,如果要以其他的身份来产生,这个用户必须由Create tablespace权限才行。产生一个表空间时,一般需要产生一个数据文件,并确定文件的大小和段的大小。
产生一个表空间,确定数据文件,文件大小和区大小。
create tablespace date01 datafile d:\oracle\oradata\scut\date01.dbf ......

oracle startup时 ORA 00600错误解决

oracle9 startup时 报错ORA-00600: 内部错误代码,参数: [kcratr1_lostwrt], [], [], [], [], [], [], []
    原因可能是非法关机或掉电造成,以下是出现的问题及解决方法:
C:\Documents and Settings\Administrator>sqlplus
SQL*Plus: Release 9.2.0.1.0 - Production on 星期日 5月 13 09:23:23 2007 ......

oracle开发知识点

1. 分区表
   
Oracle
建议如果单个表超过2G就最好对其进行分区。
对大表的查询、增加、修改等操作可以分解到表的不同分区来并行执行,可使运行速度更快;
    1)
Range分区
  Range分区呢是应用范围比较广的表分区方式,它是以列的值的范围来做为分区的划分条件,将记录存放到列 ......

APACHE PHP5 ORACLE设置

在windows 下配置PHP使用ORACLE数据库要点
在window下,经常用apache + PHP 来做应用平台,但是如果使用oracle做后台数据库,但又没有安装有oracle客户端,下面的配置可以参考
1、在没有安装oracle的机器上,PHP无法加载php_oci8.dll模块,原因是php_oci8.dll依赖的相关组件没有找到。
     你正确设置了 ......

创建和删除Oracle数据库用户、表空间

1. 创建普通用户
  >create user username identified by username;
  >grant create tablespace, resource ,connect to username;
2. 创建表空间和用户
    2.1 创建临时表空间
  >create temporary tablespace DB_TEMP
   tempfile '/opt/oracle/oradata/mydb/t ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号