Oracle9i and SYBASE ASE12.5 inadequate compared to a few

  Oracle9i and SYBASE ASE12.5 inadequate compared to a few 

ANT help develop the use of java projects

  ANT is the Apache open source project, in the java development projects were widely adopted, a very powerful function!    So we need to get to know this java-based tool. 

  ANT on the related presentations, please refer to www.apache.org. 

  First,…

Apache1.3.31 + resin3.0.8

  Has been on the resin is not a good impression.    Memory will always lead to hoarding performance has been gradually declining, regular restart才行needs.    Or to support it, after all, does not need the money tomcat ^ _ ^.    Below I will be simple, I set out…

Robocode learning Notes (c)

  Yesterday saw Robocode the basic knowledge they wrote a bot, put it on the lack of a repeated BattleField defeated every…… sad ing. 

  Bot understanding of the surrounding environment is very limited.    Other robots can know the distance, position, direction, speed…

Oracle Kill session in the study

  Oracle Kill session in the study 

  Author: Eygle 

  Link: 

  Http://www.eygle.com/faq/Kill_Session.htm 

  We know that in the Oracle database, you can kill session way to terminate a process, and its basic grammatical…

An easily overlooked Oracle security issues

  Database security issue has been the focus of people's attention, we know that an enterprise database, or if the attacks by hackers, and the preservation of these databases is a very important data, such as banking, telecommunications, and other databases, the consequences will be unimaginable. …

DBA MOU three: rman backup, unused catalog, the paper lost control solution

  [Oracle] DBA MOU three: rman backup, unused catalog, the paper lost control solution 

  Author: Fenng 
  Date: July 19 2004 

  Description of the situation 

  Fault customer database,…

Oracle [to] function Daquan

  SQL function in the records 
1.ASCII
  Back to the designated characters corresponding decimal number; 
  SQL> select ascii ( 'A') A, ascii ( 'a') a, ascii ('0 ') zero, ascii (' ') space from dual; 

ORACLE FAQ 1000 Q (1)

  ORACLE everyone in the application may be encountered when it is not difficult to look a lot of issues, especially on the novice, I briefly summarize it issued to you, we want to help! And we are working together to achieve a common progress! 

  ORACLE is the master not…

Oracle Common functions LIBRARY

  Numerical function: 

  Abs (m) the absolute value of m 
  Mod (m, n) m n addition to being the balance 
  Power (m, n) of n-th m 
  Round (m [n]) m rounded to the decimal point after the value of n (n default is 0) …