To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Object access method

From Wikipedia, the free encyclopedia

Object access method (OAM) is an access method under z/OS which is designed for the storage of large numbers of large files, such as images. It has a number of distinguishing features, e.g. compared to VSAM:

  • OAM datasets do not have an internal record structure; they are accessed as binary data streams.
  • OAM datasets are not directly cataloged. Rather, they are stored into OAM collections, with only the OAM collection being cataloged. The reason for this is to prevent the catalog from being overloaded with large numbers of (e.g. image) files.[1]

OAM is used in conjunction with IBM Db2. An example use case for OAM would be storing medical images in a Db2 database running under z/OS.

YouTube Encyclopedic

  • 1/3
    Views:
    12 949
    69 454
    90 577
  • How to create an object of another class and call a method from the object
  • Object & Instance Methods | Java | Tutorial 30
  • Object keys, values, and entries methods

Transcription

History

OAM was created in the 1980s "as a prototype product for an insurance company to replace microfiche." Initially OAM supported optical storage and magnetic disks. In the 1990s support for magnetic tape was added. In 2011 support was added for storage of objects in a z/OS unix file system—either zFS or NFS.[2]

In the 1990s, Object Access Method was used by the Canadian Intellectual Property Office to store documents related to patent processing.[3]

References

  1. ^ Harding, W. B.; Clark, C. M.; Gallo, C. L.; Tang, H. (1990). "Object storage hierarchy management". IBM Systems Journal. 29 (3): 384–397. doi:10.1147/sj.293.0384. ISSN 0018-8670. The ability to locate existing objects in storage is fundamental to any data processing system. The facility that carries out the locate function for data sets in an MVS system is the catalog. Typical MVS systems may have tens or even hundreds of thousands of data set entries recorded in a hierarchy of catalogs. In contrast, OAM must be able to manage hundreds of millions of objects, which if individually cataloged would require an excessively large catalog... The system catalog was extended through the concept of collections to handle the large numbers of objects expected for image applications. A catalog entry is defined for each collection, and provides the default storage class and management class assignments for objects stored in the collection, and the identifier of the storage group where the collection is physically stored.
  2. ^ Vitse, Caroline L. (September 2011). "Reintroducing Object Access Method". IBM Systems Magazine. Retrieved Sep 4, 2014.
  3. ^ Taylor, Ray H. (1995). "TECHSOURCE: a project to automate the patent operations of the Canadian Intellectual Property Office". World Patent Information. 17 (3): 159–164. doi:10.1016/0172-2190(95)00017-T. ISSN 0172-2190. The IODM uses data from within its DB2 database tables to determine the location of the documents and retrieves them using the Object Access Method (OAM).

External links


This page was last edited on 23 December 2023, at 19:46
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.