(Chad Cook) Authentication is the act of establishing identity via the presentation of information that allows the verifier to know the presenter is who or what it claims. This identity could be any number of things, including: –People –Systems –Applications –Messages
Other News
Kick-start your Java apps, Part 2
(Sing Li) The combination of Eclipse, DB2 Express-C, and WebSphere Application Server Community Edition — all free to download, use, and deploy — is an excellent from-prototype-to-production suite for all of your Java and Java enterprise development needs. What might not be obvious is the relative
Distribute search results as RSS feeds using WebSphere Information Integrator OmniFind Edition
(Srinivas Varma Chitiveli) RSS feeds are based on a standardized XML format that represents syndication of information. Using the RSS format, you can create a data feed that supplies headlines, links, and article summaries from your Web sites. Other sites can incorporate your information into their
Wrapper Class for Parsing Fixed-Width, Multiple Section Files
(kennster) I recently had a requirement to develop an import parser for a series of mainframe reports, all of which 133 bytes wide, with a multi-line header on each page, followed by n number of detail rows, and a summary section of possibly more than one line, essentially, the raw ASCII data sent t
Advanced MySQL Replication Techniques
(Giuseppe Maxia) You may know about the MySQL Cluster, which is a complex architecture to achieve high availability and performance. One of the advantages of MySQL Cluster is that each node is a peer to the others, whereas in a normal replicating system you have a master and many slaves, and applica
Error messages are logged in the SQL Server error log when you use SQL Server 2000 on a computer that is running Windows 2000 Server Service Pack 4 or Windows Server 2003
Consider the following scenario. You use Microsoft SQL Server 2000 on a computer that is running one of the following operating systems: • Microsoft Windows 2000 Server Service Pack 4 (SP4) • Microsoft Windows Server 2003
Views and SQL Server Performance
(Greg Low) On a recent consulting job, the performance problems that are easy to get into when using SQL Server Views was again made very clear to me.
Changes in Default AutoPatch Prerequisite Checking Behavior
(Steven Chan) Earlier versions of AutoPatch (adpatch) would automatically check whether the prerequisites for the current patch were installed properly. An important change to the AutoPatch defaults was made in the Applications DBA Minipack 11i.AD.I.2 release: automatic checks for prerequisite pat
Introducing Oracle (Sample Chapter)
(Rick Greenwald, Robert Stackowiak and Jonathan Stern) Where do we start? One of the problems in comprehending a massive product such as the Oracle database is the difficulty of getting a good sense of how the product works without getting lost in the details of implementing specific solutions. This
Creating a Stored Procedure or Function in an Oracle Database
A stored procedure or function can be created with no parameters, IN parameters, OUT parameters, or IN/OUT parameters. There can be many parameters per stored procedure or function.
