===========================================================
===========================================================
How to Determine Real Space used by a Table (Below the High Water Mark)
From Metalink for standard
PURPOSE
This article describes how to find out how many blocks are really being used within a table ie. are not empty. Please note that this article does not cover what to do when chaining is taking place.
查看全文
bbobb
发表于:2005.11.25 19:42
::分类:
(
ORACLE
)
::阅读:(631次)
::
评论
(0)
===========================================================
===========================================================
dbms_space 使用方法
bbobb
发表于:2005.11.25 19:25
::分类:
(
ORACLE
)
::阅读:(1184次)
::
评论
(3)
===========================================================
===========================================================
CSSCAN使用说明
我们经常需要将数据从一个数据库导入到另一个数据库.经常会碰到因两个数据库不同字符集而导致数据导入出现数据不全的情况.
ORACLE官方提供了CSSCAN这个工具,可以在导入前对数据进行分析....
查看全文
bbobb
发表于:2005.11.07 17:40
::分类:
(
ORACLE
)
::阅读:(849次)
::
评论
(0)
===========================================================
===========================================================
exp/imp IMP-00019,IMP-00003,ORA-01401
从ORACLE8I中导出的数据,导入到ORACLE9I中出现如下错误:
IMP-00019: 由于 ORACLE 的 1401 错误而拒绝行
IMP-00003: 遇到 ORACLE 错误 1401
ORA-01401: 插入的值对于列过大
两种ORACLE的字符集不一样.
查看全文
bbobb
发表于:2005.11.02 01:51
::分类:
(
ORACLE
)
::阅读:(2363次)
::
评论
(1)