`
文章列表

Change the sequence

CREATE SEQUENCE DEMO.S_CUST_ID     START WITH 2     MAXVALUE 10000000     MINVALUE 1     CYCLE     NOCACHE     NOORDER; ALTER SEQUENCE DEMO.S_CUST_ID     INCREMENT BY 1     MINVALUE 1     MAXVALUE 10000000     NOCACHE      CYCLE      NOORDER;
Oracle WebLogic Server provides a plugable security architecture in which authentication providers handle user identification. One of the native authentication providers in WebLogic server is for a generic LDAP server. Oracle Internet Directory (OID) is a LDAP v3 compliant server and can be configu ...
  Reference http://download.oracle.com/docs/cd/B15904_01/manage.1012/b14087/toc.htm     OID/OIM is an implementation of JNDI by LDAP.(Actually, it has C API to access it as well.)   1. Put the jar file into the class path.        Oracle\Middleware\jdeveloper\modules\oracle.ldap_11.1.1\ldapjc ...
impdb loads the dmp file from ORACLE_HOME/admin/ORACLE_SID/dpdump/test.dump, so before we run impdb, we put it into this folder.   oracle@laptop-ubuntu:/opt/oracle/admin/orcl/dpdump$ impdp system/manager SCHEMAS=test DUMPFILE=test.dmp TABLE_EXISTS_ACTION=replace LOGFILE=test.log Import: Release 11 ...

spfile and pfile

spfile and pfile
http://www.oracle.com/technology/global/cn/pub/articles/dev2arch/2008/01/packaging-best-practices.html
http://artis.imag.fr/~Xavier.Decoret/resources/svn/index.html http://www.logos.ic.i.u-tokyo.ac.jp/~kenny/pukiwiki/index.php?Linux%2FSVN http://svn.collab.net/repos/svn/trunk/doc/user/svn-best-practices.html
http://luxd518.blog.163.com/blog/static/22851862200731611658599/   羊蝎子一般有两种做法,一种是红汤,一种是白汤的,我觉得白汤羊蝎子比红汤的羊蝎子的味道更鲜美。 首先,要准备十斤羊的脊骨,二斤羊的腿骨,将羊的脊骨按着骨头节剁 ...
java -jar admin_client.jar deployer:oc4j:opmn://localhost:6003/default_group oc4jadmin manager -validateURI
http://www.cyotec.com/resources/cyohash/
  Java Applet   Java Applet runs inside a Java plugin in the explorer. In IE, the plugin is a kind of ActiveX. Please see the diagram.     Hoever, in firefox, it is a plugin implemented by Gecko SDK(npapi), please see,      Strong Points   Across the platform, the applet can be explained in IE and ...
原文:  1. http://mqjing.blogspot.com/2008/09/plugin-firefox-plugin.html 2. http://mqjing.blogspot.com/2008/10/firefox-firefox-xpi-50.html     如何写Firefox Plugin       如果想讓你的 binary 軟体元件在瀏覽器上能夠執行, 你需要實做一些規定的介面. 這樣的程式就能像 Flash 一樣, 嵌入在網頁中, 讓使用者使用. 然而不同的瀏覽器要實做的介面是不一樣的. 若你希望在 IE 上要能執行, 則你的元件必須實做 ActiveX 的介面 ...
javascript与applet之间能够相互通讯给我们带来了很多方便,Java与JavaScript互相补充,以开发功能更完美的Web应用程序。B/S下能够充分利用java的优势,给我们带来更多的网络体验, 方便用户。我用的比较多的是利用Swing组件开发的应用程序利用applet实现B/S下架构, 这样能够充分显示Swing组件的优势,便于系统升级,便于维护;还有就是在WEB下,有时客户端要使用本地的硬件资源,我所知道的是通过applet来实现,通过applet去调用javaAPI(jni,javacomm20-win32【详见http://www.iteye.com/topic/64859 ...
原文 http://www.linuxsir.org/main/node/188?q=node/41 Linux 查看磁盘分区、文件系统、使用情况的命令和相关工具介绍 作者:北南南北 来自:LinuxSir.Org 提要:Linux 磁盘分区表、文件系统的查看、统计的工具很多,有些工具是多功能 ...

Conjunction

Conjunction
Global site tag (gtag.js) - Google Analytics