摘要:
Oracle设置和删除不可用列 1、不可用列是什么? 就是表中的1个或多个列被ALTER TABLE…SET UNUSED 语句设置为无法再被程序利用的列。 2、使用场景? If you are concerned about the length of time it could take to 阅读全文
摘要:
Oracle 表压缩(Table Compression)介绍 1、官方文档说法: As your database grows in size, consider using table compression. Compression saves disk space, reduces memo 阅读全文
摘要:
PL/SQL精明的调用栈分析 原文:http://www.oracle.com/technetwork/issue-archive/2014/14-jan/o14plsql-2045346.html The three DBMS_UTILITY functions (DBMS_UTILITY.FOR 阅读全文