摘要:
USE DBMS_AUDIT_MGMT FOR PURGING AUDIT FILES AT OS LEVEL Posted on January 20, 2012 by Anand Few of the times we have scenario where db logon fails wit 阅读全文
摘要:
1、查看数据库当前实例使用的是哪个UNDO表空间: show parameter undo_tablespace 2、查看UNDO表空间对应的数据文件和大小 set lines 200 pages 200col file_name for a60 col tablespace_name for a2 阅读全文