GeekArticles
Database
IMSRequirements for IMS 7.1 and HALDB Database Changes
Author: dbazine.com |
Published: 24th May 2006 |
Visited: 352 times |
Add CommentFiled in: IMSFor the past few decades, the IMS database arena has been very quiet. The last major enhancements were the addition of VSAM support in the mid-1970s and the introduction of Fast Path databases in the late 1970s. OSAM was enlarged to allow a 4 GB size limit in the 1980s and again to 8 GB in the 1990s.
The new century starts with a big bang. IMS 7.1 introduces high availability large databases (HALDB), and the analogy to a computer in a famous Arthur C. Clark novel is probably purely accidental. When I was confronted with HALDB for the first time, I considered spelling it "HELLDB" because of the amount of work that this would create.
Read Article Sponsored Links
Related Articles
• Requirements of Japanese Text Layout I've just caught up with this document from W3C which fills in a big gap in English-language technical material. Japanese typesetting technology has been very influential in the other Ideographic countries, and they share many commonalities (e.g. Japanese ruby tex ...
• How to load entire database into memory Hi Tom,
I have an Oracle Database 8.1.7.4 Standard Edition installed on a Windows 2000 Server.
My question is for curiosity more than need.
Let's assume that we have enough physical memory and that we can guarantee that the server will neve ...
• Automated Database Startup/Shutdown Tom,
I have two questions, please, under the category of automated shutdown/startup of the database (i.e. using 'dbstart' and 'dbshut' in association with /etc/rc.d/init.d/dbora server init file).
(1)
How do you automate changing database ini ...
• Performing XSLT Transformations inside the Database Performing XSLT Transformations inside the Database
Now that you have the employees XSL stylesheet stored in the database and the xmlusr schema is permitted to access the hr.employees table, you can create a script that will instruct the database to build an HTML page based on the data stored in...
...
• Using Oracle Database for Storing, Modifying, and Retrieving XML Data Using Oracle Database for Storing, Modifying, and Retrieving XML Data
With Oracle XML DB, you have various XML storage and XML processing options allowing you to achieve the required level of performance and scalability. One of the most interesting things about Oracle XML DB is that it allows you...
• Using XMLType for Handling XML Data in the Database Using XMLType for Handling XML Data in the Database
Being an object type, XMLType can not only be used to store XML data in the database but also to operate on that data via its built-in methods. Regardless of the storage model you choose, XMLType provides a set of XML-specific methods to operate.. ...
• Performing XML Processing inside the Database Performing XML Processing inside the Database
When building XML-enabled applications on top of Oracle, there are many advantages to performing the XML processing inside the database when compared to performing it on the client. The key advantages to perform XML processing inside the database are as. ...