06 2015 档案
摘要:–参考文章:http://www.oracle.com/technetwork/issue-archive/2014/14-sep/o54plsql-2245345.html –SAMPLE DATA 店名 商品 销量 A APPLE 3000 A BANANA 2000 B APPLE 5000
阅读全文
摘要:以下为Oracle大师级语录: Oracle Database developers should follow is to do everything they can in SQL. What they cannot do in SQL, they should do in PL/SQL. An
阅读全文
摘要:原文:http://www.oracle.com/technetwork/issue-archive/2015/15-jan/o15plsql-2398996.html 假如我有一个包P_A,其中封装了重要过程DO_A。 另有一个包P_B需要调用P_A.DO_A实现重要商业逻辑。 我想只授权给包P_
阅读全文
摘要:DUMP 语法 DUMP(expr[, return_fmt [, start_position [, length ] ] ] ) 用途 DUMP returns a VARCHAR2 value containing the datatype code, length in bytes, and
阅读全文
摘要:Compiler Warnings 编译器警告 Oracle 10g allows you to enable compile-time warnings that are useful to identify potential run-time problems in your programs
阅读全文
摘要:以下是微软命令行FTP客户端命令大全,如果你想使用“未加工(RAW)”FTP命令而非下面翻译过的请参考:http://www.nsftools.com/tips/RawFTP.htm 操作实例环境: 主机(FTP客户端):192.168.65.1 window 7 64bit 远程FTP服务器:19
阅读全文