pct_free

SQL> select table_name,pct_free,pct_used from user_tables;

TABLE_NAME PCT_FREE PCT_USED
------------------------------ ---------- ----------
DEPT 10
EMP 10
BONUS 10
SALGRADE 10
TEST 10

pct_pree的默认值是10:预留百分之十额空间进行插入或更新操作

原文地址:https://www.cnblogs.com/wangqianqiannb/p/4896398.html