09 2014 档案
Reset Password Functionality FAQ
摘要:In this DocumentPurposeQuestions and AnswersHow can users request a password reset?How does the Forgot your Password functionality work?How to impleme... 阅读全文
posted @ 2014-09-26 11:23 huak 阅读(1422) 评论(0) 推荐(0)
Oracle User Management FAQ翻译及学习笔记
摘要:转载最近了解到AME 的东西,很迫切,先转载一篇[@more@]Oracle User Management FAQ翻译及学习笔记写在前面本文主要是翻译的英文版的Oracle User Management FAQ,连接为http://www.oracle.com/technology/produc... 阅读全文
posted @ 2014-09-26 11:22 huak 阅读(591) 评论(0) 推荐(0)
字符串聚合技术(String Aggregation Techniques)
摘要:from:http://www.oracle-base.com/articles/misc/string-aggregation-techniques.phpString Aggregation TechniquesOn occasion it is necessary to aggregate d... 阅读全文
posted @ 2014-09-24 14:10 huak 阅读(472) 评论(0) 推荐(0)
想使用WM_CONCAT 函数进行多列转一行,但发现没有
摘要:查看数据库版本:SELECT * FROM v$version;1 Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production2 PL/SQL Release 11.1.0.7.0 - Production... 阅读全文
posted @ 2014-09-24 14:07 huak 阅读(306) 评论(0) 推荐(0)
How to Install/Deinstall Oracle Workspace Manager (文档 ID 263428.1)
摘要:In this DocumentGoalSolutionReferencesAPPLIES TO:Workspace Manager - Version 9.0.1.0 to 12.1.0.1 [Release 9.0.1 to 12.1]Information in this document a... 阅读全文
posted @ 2014-09-24 14:05 huak 阅读(604) 评论(0) 推荐(0)
取得网站的IP 地址
摘要:select utl_inaddr.get_host_address('smtp.163.com') ipaddress from dual; 阅读全文
posted @ 2014-09-18 16:12 huak 阅读(153) 评论(0) 推荐(0)