ITPUB个人空间 »
bluemoon0083的个人空间
欢迎访问 bluemoon0083 的个人空间
我的论坛主题
-
2008-09-22 10:28:41 / Oracle数据库管理
metalink改版了?样子都变了
查看(279)
评论(11)
-
2008-08-11 17:31:42 / Oracle电子文档
Maximum Availability ArchitectureOracle White Paper
查看(634)
评论(5)
-
2008-07-23 21:23:54 / Oracle电子文档
Oracle Web Services Manager[*]Paperback: 236 pages[*]Publisher: Packt Publishing (June 30, 2008)[*]Language: English[*]ISBN-10: 1847193838[*]ISBN-13: 978-1847193834
查看(624)
评论(7)
-
2008-03-28 09:38:00 / Oracle电子文档
Editorial ReviewsBook DescriptionAsynchronous JavaScript and XML (Ajax) is a web technique used to transfer data between a browser and server asynchronously without posting the web page to the server. "Asynchronously" implies that the processing of the web page continues while the Ajax request is sent to the server and a response is received from the server. The web page, or section(s) of the web page, is refreshed with the Ajax response without reposting the web page. Ajax has the follow
查看(1027)
评论(12)
-
2008-03-22 14:56:46 / Oracle电子文档
Editorial ReviewsBook DescriptionOracle Database 11g: New Features for DBAs and Developers is a comprehensive, example–laden review of the most significant new features and improvements offered by the latest release of Oracle Corporation’s flagship database product.[*]Learn what’s new in Oracle that really counts.[*]See actual examples and test run output.[*]Make sound decisions on new feature adoption.Sift the gold from the silt and discover which new features of the latest release
查看(971)
评论(11)
-
2008-03-18 14:09:39 / Oracle数据库管理
中午发现测试库undo表空间暴涨,目前正在查原因,但发现一个奇怪问题[php][oracle@orcl3 ~]$ export NLS_DATE_FORMAT='yyyy-mm-dd hh24:mi:ss'[oracle@orcl3 ~]$ sqlplus / as sysdbaSQL*Plus: Release 10.2.0.1.0 - Production on Tue Mar 18 14:04:28 2008Copyright (c) 1982, 2005, Oracle.All rights reserved.Connected to:Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - ProductionWith the Partitioning, OLAP and Data Mining optionsSQL> select sy
查看(1012)
评论(12)
-
2008-01-31 20:20:58 / Oracle电子文档
Editorial ReviewsBook DescriptionThe fourth edition of this popular pocket guide provides quick-reference information that will help you use Oracle's PL/SQL language, including the newest Oracle Database 11g features. It's a companion to Steven Feuerstein and Bill Pribyl's bestselling Oracle PL/SQL Programming.This concise guide boils down the most vital PL/SQL information into an accessible summary of: [*]Fundamental language elements (e.g., block structure, datatypes, declarations)[
查看(1355)
评论(13)
-
2008-01-29 16:33:32 / Oracle开发
现在有一个需求就是要拆词,比如输入'中国北京奥运会',需要得到的结果是'中国','北京','奥运会'这三个输入可能既有中文又有英文因为oracle text里的chinese_lexer是使用分词词典来建立索引的,所以想到能否用这个来实现?有没有这样的函数来直接调用?select unknown_func('中国北京奥运会') from dual;?粗略看了下文档似乎没有:confused:现在想到一个笨办法,用oracle自带的程序导出lexicon,约4万多条,丢给开发人员看看他们能否用java之类的来实现
查看(410)
评论(2)
-
2008-01-29 00:29:02 / Oracle数据库管理
现在有一个需求就是要拆词,比如输入'中国北京奥运会',需要得到的结果是'中国','北京','奥运会'这三个输入可能既有中文又有英文因为oracle text里的chinese_lexer是使用分词词典来建立索引的,所以想到能否用这个来实现?有没有这样的函数来直接调用?select unknown_func('中国北京奥运会') from dual;?粗略看了下文档似乎没有:confused:现在想到一个笨办法,用oracle自带的程序导出lexicon,约4万多条,丢给开发人员看看他们能否用java之类的来实现
查看(937)
评论(14)
-
2008-01-23 20:04:50 / Oracle电子文档
PHP Oracle Web Development: Data processing, Security, Caching, XML, Web Services, and AjaxEditorial ReviewsBook DescriptionThis practical book for PHP/Oracle developers is built around well explained, easy-to-follow example code to build robust, efficient, secure solutions covering popular current topics on using PHP with Oracle. Assuming no special skill level, experienced author Yuli Vasiliev shows how to install and configure PHP and Oracle; connect PHP to Oracle; move applica
查看(910)
评论(6)