A database administrator creates undo tablespaces individually, using the CREATE
UNDO TABLESPACE statement. It can also be created when the database is created,
using the CREATE DATABASE statement. A set of files is assigned to each newly
created undo tablespace. Like regular tablespaces, attributes of undo tablespaces can
be modified with the ALTER TABLESPACE statement and dropped with the DROP
TABLESPACE statement.
An undo tablespace cannot be dropped if it is being used by
any instance or contains any undo information needed to recover
transactions.
1. 可以用create undo tablespace创建
2. 在创建数据库时create database可创建
3. 在回滚表空间在使用或者还有事务的 时 , 不能被删除
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/10599713/viewspace-972698/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/10599713/viewspace-972698/
本文介绍了如何使用CREATE UNDO TABLESPACE语句单独创建回滚表空间,并可在创建数据库时通过CREATE DATABASE语句创建。文章还讲解了如何通过ALTER TABLESPACE修改回滚表空间属性以及如何使用DROP TABLESPACE删除它们,但若回滚表空间正在使用中或包含必要的回滚信息,则无法被删除。
843

被折叠的 条评论
为什么被折叠?



