Guiqiang's profileTry out the worldPhotosBlogListsMore ![]() | Help |
|
|
Try out the worldI am a possible man January 22 Oracle XE: Configures more sessions and processes
Oracle XE:万恶的8080, 我终于可以干掉你了Oracle XE (Express Edition)是Oracle给我们程序员的一个好玩具,以前就听说Oracle是数据库老大,但是无缘得见,一窥其貌。 现在好Oracle XE给我把玩把玩的冲动:) 既然免单,当然有限制啦
不过 够了。但是有个严重令我不爽的地方,XE包含了一个内部HTTP服务器,尽然用8080端口,那岂不是要我给可爱的Tomcat,JBoss们改端口。 不爽,及其不爽。 今天我发现,原来可以干掉你,哈哈。 View The ConfigurationAll of the following command should be executed from the SQL command shell (SQLPlus). SQL> SELECT dbms_xdb.cfg_get FROM dual; The command above will fetch the configuration (as an XML document), you can spool it to an XML file and view it in any XML editor (when working with SQLPlus don't forget to set the LONG, LINESIZE and PAGESIZE options before executing the command above). Change The ConfigurationTo change the HTTP port SQL> call dbms_xdb.cfg_update( 2 updateXML(dbms_xdb.cfg_get(), 3 '/xdbconfig/sysconfig/protocolconfig/httpconfig/http-port/text()', 4 3273)) 5 The command above changes the HTTP port to 3273. What happened here is that we call the cfg_update procedure, which gets a configuration. The configuration is loaded using the cfg_get, but the output of the cfg_get is passed through updateXML before it is handled to the cfg_update procedure. October 18 50+ CSS Best Practices and Coding GuidelinesWhat to avoid
Good style
Ease your life
Did you know?
October 17 [ZZ]Things to do when you're a bored developerJust a list of things you could do in your spare time that might be fun. This list is just in random order and some of these things might just be fads. A lot of these kind of overlap.
July 15 历练2006年7月2日,是具有重大意义的日子:) 我结束了18年的寒窗,离开的可爱的浙大校园,成为了浙大校友,走上了另一个人生舞台,开始新的奋斗。
经过了两个礼拜的蛰伏,修整,后天,也就是2006年7月17日,我将开始三个月的TU(Trilogy University), 开始学着做得、学得、玩得都很累:) |
||||
|
|