分享
 
 
 

Oracle9iNewFeatures

王朝oracle·作者佚名  2008-05-19
窄屏简体版  字體: |||超大  

原文链接:

http://download-west.oracle.com/otndoc/oracle9i/901_doc/server.901/

a90117/whatsnew.htm

是编号为A90120-20文档的概括

前些天看到有人问9I的新功能,就随手翻译了一下有的地方不准确或者是错误的,大家多包涵不清楚的地方请参考文档,谢谢

Oracle9i Release 1 (9.0.1) New Features

Oracle9i brings a major new release of the Oracle database server. It includ

es features to make the database more available. More online operations reduce the need for offline maintenance. Management of the database requires less effort. Oracle9i can automatically create and manage the underlying operating system files required by the database. There is a theme of self management.

Oracle9i带来了一次Oracle数据库服务器的主要升级。它包括了可以使数据库更可靠,更多的在线操作替代了离线维护,管理数据库更有效的新特性。Oracle9i自动管理数据库需要的操作系统文件。这是自动管理的主题。

Performance is enhanced. The Database Resource Manager has new options that allow for more granular control of resources. The performance level required of a resource consumer group can be better sustained. Partitioning enhancements allow tables and indexes to be better partitioned for performance. Security enhancements are an important part of this release. Applications have available more and finer grained methods of implementing security and auditing.

性能得到增强。数据库资源管理器拥有新的选项,允许对资源进行更好的控制。一组资源消费所要求的性能水平可以得到持续满足。分区增强允许表和索引为性能更好的分区。安全增强是这次升级的重要部分。应用程序拥有更多更好的执行安全和审计的方法。

The following are summaries of the new features of Oracle9i that are discussed in this book.

下面是Oracle9i新特性的总结。

Online redefinition of tables

The new DBMS_REDEFINITION PL/SQL package provides a mechanism to redefine ta

bles online. When a table is redefined online, it is accessible to DML durin

g much of the redefinition process. This provides a significant increase in

availability compared to traditional methods of redefining tables that require tables to be taken offline.

1. 在线重定义表

新的PL/SQL包DBMS_REDEFINITION提供了在线重定义表的机制。当表被在线重定义的时候,在重定义进程中的大多数时刻对DML是可用的。与传统的要求表先离线再重新定义的方法相比,显著地提高了可用性。

ONLINE option for ANALYZE VALIDATE STRUCTURE statement

The ANALYZE statement can now perform validation while DML is ongoing within the object being analyzed.

2. ANALYZE VALIDATE STRUCTURE语句的ONLINE选项

ANALYZE语句现在可以在DML运行的时候提供确认,当目标正在分析的时候。

Controlling Archive Log

Oracle now provides a time-based means of switching the current online redo log group. In a primary/standby configuration, where all noncurrent logs of the primary site are archived and shipped to the standby database, this effectively limits the number of redo records, as measured in time, that will not be applied in the standby database.

3. 控制归档日志

Oracle现在提供一种基于时间的方法用来切换目前的在线redo log组。在primary/standby配置中,既所有主站点非当前日志都被归档并传到standby数据库中,它有效地限制了重做记录的数量,从时间上考虑,它不使用在standby database上。

Suspending a database

Oracle9i includes a database suspend/resume feature. The ALTER SYSTEM SUSPEND statement suspends a database by halting all input and output (I/O) to dat

afiles and control files. When the database is suspended all preexisting I/O

operations are allowed to complete and any new database accesses are placed in a queued state. The ALTER SYSTEM RESUME statement resumes normal databas

e operation.

4. 挂起数据库

Oracle包括数据库挂起/恢复特性。ALTER SYSTEM SUSPEND语句通过暂停所有对数据文件和控制文件的输入输出(I/O)挂起数据库。当数据库被挂起时,所有先前存在的I/9操作被允许执行完毕并且任何新的请求被放在一个状态队列中。ALTER SYSTEM RESUME语句恢复正常的数据库操作。

Quiescing a database

Oracle9i allows you to place the database into a quiesced state, where only DBA transactions, queries, or PL/SQL statements are allowed. This quiesced state allows you to perform administrative actions that cannot safely be done

otherwise. The ALTER SYSTEM QUIESCE RESTRICTED statement places a database into a quiesced state

5. 禁用数据库

Oracle9i允许拥护将数据库置于一个禁用状态,只有DBA事务、查询或者PL/SQL语句可以执行。这个状态允许用户进行在其他情况下不能保证安全的管理工作。ALTER SYSTEM QUIESCE RESTRICTED语句将数据库设置为禁用状态。

Resumable Space Allocation

Oracle provides a means for suspending, and later resuming, the execution of

large database operations in the event of space allocation failures. This enables you to take corrective action, instead of the Oracle database server returning an error to the user. After the error condition is corrected, the suspended operation automatically resumes.

6. 空间分配可恢复

当大型数据库操作在空间分配阶段失败时,Oracle提供了一种先挂起,一段时间后恢复执行的机制。它可以允许纠正操作,代替数据库返回用户一个错误。当错误状态被纠正时,挂起的操作自动恢复。

More archiving destinations

The maximum number of destinations to which you can archive the online redo

log, has been increased from 5 to 10.

7. 更多的归档目标文件

归档重做日志所用的目标文件的最大数量从5个增加到10个。

Automatic segment- space management Locally managed tablespaces allow extents to be managed automatically by Oracle. Oracle9i allows free and used space within segments stored in locally managed tablespaces to also be managed automatically. Using the SEGMENT SPACE

MANAGEMENT clause of CREATE TABLESPACE you specify AUTO or MANUAL to specify the type of segment space management Oracle will use.

8. 自动分段――空间管理

本地管理的表空间允许扩展段由Oracle自动管理。Oracle9i也允许本地表空间段中的free和used空间自动管理。使用CREATE TABLESPACE的SEGMENT SPACE MANAGEMENT子句,通过设置AUTO或MANUAL确定Oracle用来管理段空间所使用的方法。

Update of global indexes when partition maintenance is performed By default, many table maintenance operations on partitioned tables invalida

te (mark UNUSABLE) global indexes. You must then rebuild the entire global i

ndex or, if partitioned, all of its partitions. Oracle9i allows you to override this default behavior. When you specify the UPDATE GLOBAL INDEX clause in your ALTER TABLE statement for the maintenance operation, the global index is updated in conjunction with the base table operation.

9. 维护分区的时候更新全局索引

在缺省情况下,许多在分区表上进行的表维护操作使全局索引无效(标志为UNUSABLE)。用户必须重建全部的全局索引,或者在在分区的情况下,全部它的分区。Oracle9i允许用户使其无效。当用户在维护操作的ALTER TABLE语句中声明UPDATE GLOBAL INDEX子句时,全局索引和基表操作一起更新。

Multiple block sizes

Oracle now supports multiple block sizes. It has a standard block size, as s

et by the DB_BLOCK_SIZE initialization parameter, and additionally up to 4 n

onstandard block sizes. Nonstandard block sizes are specified when creating

tablespaces. The standard block size is used for the SYSTEM tablespace and most other tablespaces. Multiple block size support allows for the transporting of tablespaces with unlike block sizes between databases.

10. 块大小多样化

Oracle现在支持多种块的尺寸。数据块具有一个标准的大小,建立表空间时在DB_BLOCK_SIZE初始化参数中设置。标准块大小用于SYSTEM表空间和大多数其他表空间。多样化的块大小允许数据库间具有不同块大小的表空间传输。

Dynamic buffer cache

The size of the buffer cache subcomponent of the System Global Area is now dynamic. The DB_BLOCK_BUFFERS initialization parameter ha

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
2023年上半年GDP全球前十五强
 百态   2023-10-24
美众议院议长启动对拜登的弹劾调查
 百态   2023-09-13
上海、济南、武汉等多地出现不明坠落物
 探索   2023-09-06
印度或要将国名改为“巴拉特”
 百态   2023-09-06
男子为女友送行,买票不登机被捕
 百态   2023-08-20
手机地震预警功能怎么开?
 干货   2023-08-06
女子4年卖2套房花700多万做美容:不但没变美脸,面部还出现变形
 百态   2023-08-04
住户一楼被水淹 还冲来8头猪
 百态   2023-07-31
女子体内爬出大量瓜子状活虫
 百态   2023-07-25
地球连续35年收到神秘规律性信号,网友:不要回答!
 探索   2023-07-21
全球镓价格本周大涨27%
 探索   2023-07-09
钱都流向了那些不缺钱的人,苦都留给了能吃苦的人
 探索   2023-07-02
倩女手游刀客魅者强控制(强混乱强眩晕强睡眠)和对应控制抗性的关系
 百态   2020-08-20
美国5月9日最新疫情:美国确诊人数突破131万
 百态   2020-05-09
荷兰政府宣布将集体辞职
 干货   2020-04-30
倩女幽魂手游师徒任务情义春秋猜成语答案逍遥观:鹏程万里
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案神机营:射石饮羽
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案昆仑山:拔刀相助
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案天工阁:鬼斧神工
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案丝路古道:单枪匹马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:与虎谋皮
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:李代桃僵
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:指鹿为马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:小鸟依人
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:千金买邻
 干货   2019-11-12
 
推荐阅读
 
 
 
>>返回首頁<<
 
靜靜地坐在廢墟上,四周的荒凉一望無際,忽然覺得,淒涼也很美
© 2005- 王朝網路 版權所有