JPH04120636A - Method for exclusively controlling expanded storage medium in object-oriented data base - Google Patents

Method for exclusively controlling expanded storage medium in object-oriented data base

Info

Publication number
JPH04120636A
JPH04120636A JP2242007A JP24200790A JPH04120636A JP H04120636 A JPH04120636 A JP H04120636A JP 2242007 A JP2242007 A JP 2242007A JP 24200790 A JP24200790 A JP 24200790A JP H04120636 A JPH04120636 A JP H04120636A
Authority
JP
Japan
Prior art keywords
data
exclusive control
storage medium
database system
newly connected
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2242007A
Other languages
Japanese (ja)
Inventor
Motoyuki Motohashi
本橋 征行
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
N T T DATA TSUSHIN KK
NTT Data Group Corp
Original Assignee
N T T DATA TSUSHIN KK
NTT Data Communications Systems Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by N T T DATA TSUSHIN KK, NTT Data Communications Systems Corp filed Critical N T T DATA TSUSHIN KK
Priority to JP2242007A priority Critical patent/JPH04120636A/en
Publication of JPH04120636A publication Critical patent/JPH04120636A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PURPOSE:To exclusively control the data on a newly connected recording medium by generating management objects on the recording medium in corresponding to the data one to one and limiting the method for performing access to the data to the one which is performed through the management objects. CONSTITUTION:Management objects corresponding to the data on a newly connected CD-ROM 10 one to one are generated on a magnetic disk 11. Then the method of performing access to the data on the CD-ROM 10 is limited so that the access can only be made through the management objects on the disk 11. By generating the management objects to each data on a newly connected storing medium prior to the execution of an exclusive controlling process and limiting the route for performing access to each data in such way, exclusive control is performed on a newly connected physical medium by means of the exclusive controlling process of the system.

Description

【発明の詳細な説明】 〔産業上の利用分野1 本発明は、オブジェクト指向データベースにおいて、複
数の媒体を1つのシステムにより制御する場合の複数記
憶媒体上のデータに排他的#御を施す拡張記憶媒体への
排他制御方法に関する。
DETAILED DESCRIPTION OF THE INVENTION [Industrial Application Field 1] The present invention relates to an object-oriented database, which is an extended storage system that exclusively controls data on multiple storage media when multiple media are controlled by one system. This invention relates to a method for exclusive control over media.

〔従来の技術] オブジェクト指向データベースシステムでは、全てのデ
ータがオブジェクト指向プログラミングで言われるオブ
ジェクトの形で取り扱われる。
[Prior Art] In an object-oriented database system, all data is handled in the form of objects called object-oriented programming.

従来のオブジェクト指向データベースシステムでは、記
憶媒体として磁気ディスクが多く用いられている。しか
し、将来、確実に実現されようとしているマルチメディ
アデータベースシステムでは、画像や音声等のメディア
に最適な格納媒体として、磁気ディスク以外の記憶媒体
(光ディスク、光磁気ディスク、CD−ROM、CD−
1等)を用途に応じて自由に追加できるようにする必要
がある。オブジェクト指向データベースは拡張性に優れ
ており、このようなマルチメディアデータベースシステ
ムに適していると考えられている。
In conventional object-oriented database systems, magnetic disks are often used as storage media. However, in the multimedia database system that is sure to be realized in the future, storage media other than magnetic disks (optical disks, magneto-optical disks, CD-ROMs, CD-ROMs,
1, etc.) must be added freely depending on the purpose. Object-oriented databases have excellent scalability and are considered suitable for such multimedia database systems.

しかしながら、オブジェクト指向データベースシステム
に新たに記憶媒体を接続する場合、この接続は、データ
ベースシステムとは無関係に行われるため、そこに存在
するデータは、オブジェクト指向データベースシステム
中のオブジェクトとしては認識されない。
However, when a new storage medium is connected to an object-oriented database system, this connection is made independently of the database system, so the data present therein is not recognized as an object in the object-oriented database system.

ある特定のユーザしかその資源を使用できないようにす
る制御、つまり他を閉め出して、1つのプロセスが独占
使用できるようにすることを排他制御と呼ぶ。データベ
ースシステムにおける排他制御は、あるユーザAにより
参照あるいは更新中のデータに対して、他のユーザBが
更新を行うことによりAの参照あるいは更新中のデータ
に矛盾が生じることを防ぐために、他のユーザに書き込
みを認めないようにする処理のことである(排他制御に
ついては、例えば、「共立総合コンピュータ辞典」昭和
51年11月15日共立出版(株)発行、pp。
Exclusive control refers to control that allows only a specific user to use a resource, that is, to lock out others and allow one process to use the resource exclusively. Exclusive control in a database system is used to prevent inconsistencies in the data being referenced or updated by another user B due to the data being referenced or updated by a certain user A. This is the process of not allowing users to write (For more information on exclusive control, see, for example, "Kyoritsu Comprehensive Computer Dictionary", November 15, 1976, published by Kyoritsu Publishing Co., Ltd., pp.

318〜320に記載されている)。318-320).

これら記憶媒体上のデータに排他制御を施こすための方
法としては、(イ)排他制御等を全てアプリケーション
プログラムに任せる方法と、 (ロ)データベースシス
テムに手を加えて、記憶媒体上のデータを認識させるよ
うにする方法とがある。
There are two ways to apply exclusive control to the data on these storage media: (a) leave all exclusive control etc. to the application program; and (b) modify the database system to control the data on the storage media. There is a way to make it recognized.

第2図は、従来の方法による新たに接続した記憶媒体に
対する排他制御の機能ブロック図である。
FIG. 2 is a functional block diagram of exclusive control over a newly connected storage medium using a conventional method.

第2図において、21はマルチメディアデータベース検
索システム、22はオブジェクト指向データベースシス
テム、23はCD−ROMドライバ、lOはCD−RO
M、11は磁気ディスクである。
In FIG. 2, 21 is a multimedia database search system, 22 is an object-oriented database system, 23 is a CD-ROM driver, and IO is a CD-ROM driver.
M, 11 is a magnetic disk.

先ず、(イ)排他制御等の処理を全てアプリケーション
に任せる方法を説明する。磁気ディスク11上のオブジ
ェクトに対する排他制御処理は、オブジェクト指向デー
タベースシステム22により行われる。一方、CD−R
OMI O上のデータに対する排他制御処理は、オブジ
ェクト指向データベースシステム22により行うことは
できない。
First, we will explain (a) a method of entrusting all processing such as exclusive control to an application. Exclusive control processing for objects on the magnetic disk 11 is performed by the object-oriented database system 22. On the other hand, CD-R
Exclusive control processing for data on OMI O cannot be performed by the object-oriented database system 22.

そのために、このデータに対する排他制御処理は、マル
チメディアデータベース検索システム21により行われ
る。
For this purpose, exclusive control processing for this data is performed by the multimedia database search system 21.

次に、(ロ)データベースシステムに手を加えて、記憶
媒体上のデータをデータベースシステムに認識させる方
法を説明する。オブジェクト指向データベースシステム
22に手を加えて、CD−ROMl0上のデータをオブ
ジェクト指向データベースシステム22に認識させる。
Next, (b) a method of modifying the database system to make the database system recognize data on a storage medium will be explained. The object-oriented database system 22 is modified to make the object-oriented database system 22 recognize the data on the CD-ROM10.

このようにすることにより、CD−ROMI O上のデ
ータを磁気ディスク11上のオブジェクトと同等に扱う
ことができ、CD−ROMI O上のデータに対して排
他制御処理を行うことができる。
By doing so, the data on the CD-ROMI O can be handled in the same way as objects on the magnetic disk 11, and exclusive control processing can be performed on the data on the CD-ROMI O.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

しかしながら、(イ)排他制御をアプリケーションに任
せる方法では、新しい記憶媒体を接続する度毎に排他制
御を司るモジュールが必要となる。
However, in (a) the method of leaving exclusive control to an application, a module for exclusive control is required each time a new storage medium is connected.

データベースシステムにおける排他制御は、1つのモジ
ュールで行うことが絶対条件であるため、さらにこれら
のモジュールによる排他制御の同期をとるためのモジュ
ールが必要となり、効率のよい処理は望めない。
Since exclusive control in a database system must be performed by one module, an additional module is required to synchronize the exclusive control of these modules, and efficient processing cannot be expected.

また、(ロ)データベースに手を加えて記憶媒体上のデ
ータを認識させる方法では、新しい記憶媒体を追加する
度毎に、データベースシステムへの改良が必要となるた
め、システム全体の再構築の回数が増加してしまい、望
ましくない方法である。
In addition, (b) the method of modifying the database to recognize data on a storage medium requires improvements to the database system each time a new storage medium is added, so the entire system must be rebuilt many times. This is an undesirable method as it increases the number of

本発明の目的は、このような従来の課題を解決し、新た
に接続した記憶媒体の数に関係なく、またデータベース
システムに手を加えることなく、オブジェクト指向デー
タベースが備えている排他制御処理で、新たに接続した
記憶媒体への排他制御を行うことが可能な拡張記憶媒体
への排他制御方法を提供することにある。
The purpose of the present invention is to solve such conventional problems, and to use exclusive control processing provided in an object-oriented database, regardless of the number of newly connected storage media and without modifying the database system. An object of the present invention is to provide an exclusive control method for an extended storage medium that allows exclusive control of a newly connected storage medium.

〔課題を解決するための手段〕[Means to solve the problem]

上記目的を達成するため、本発明によるオブジェクト指
向データベースにおける拡張記憶媒体への排他制御方法
は、オブジェクト指向データベースシステムが認識して
いる任意の記憶媒体上に、追加された記憶媒体上に存在
するデータを管理するための管理オブジェクトを、その
記憶媒体上のデータに対して1対1に対応させて作成し
、アプリケーションプログラムから管理オブジェクトに
対して排他制御を行うことにより、オブジェクト指向デ
ータベースシステムに新たに接続した記憶媒体上のデー
タの排他制御を行うことに特徴がある。
In order to achieve the above object, a method for exclusive control over an extended storage medium in an object-oriented database according to the present invention provides a method for controlling an extended storage medium in an object-oriented database system. By creating managed objects for managing data in a one-to-one correspondence with the data on the storage medium, and by giving exclusive control to the managed objects from the application program, new objects can be added to the object-oriented database system. It is characterized by exclusive control of data on connected storage media.

〔作  用〕[For production]

本発明においては、新たに記憶媒体を接続したオブジェ
クト指向データベースシステムで、その記憶媒体上に存
在するデータを管理するための管理オブジェクトをデー
タに対して1対1に対応するようにオブジェクト指向デ
ータベースシステムが認識している記憶媒体上に作成し
、データへのアクセス方法をその管理オブジェクトを経
由する方法に限定し、管理オブジェクトに対して排他制
御を行うことにより、データベースシステムの改良を行
わず、新たに接続した記憶媒体上のデータに対する排他
制御処理を実現する。
In the present invention, in an object-oriented database system to which a storage medium is newly connected, management objects for managing data existing on the storage medium are arranged in a one-to-one correspondence with the data. By creating data on a storage medium recognized by the database, limiting access to the data to the method via the managed object, and having exclusive control over the managed object, new databases can be created without improving the database system. Exclusive control processing for data on a storage medium connected to is realized.

〔実施例〕〔Example〕

以下、本発明の実施例を、図面により詳細に説明する。 Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

第1図は、本発明において、新たに接続した物理媒体に
対する排他制御動作の機能ブロック図である。
FIG. 1 is a functional block diagram of an exclusive control operation for a newly connected physical medium in the present invention.

21はマルチメディアデータベース検索システム、22
はオブジェクト指向データベースシステム、23はCD
−ROMドライバ、1oはCD−ROMの実オブジェク
ト、11は磁気ディスクの管理オブジェクトである。
21 is a multimedia database search system, 22
is an object-oriented database system, 23 is a CD
- ROM driver, 1o is a real object of CD-ROM, and 11 is a management object of magnetic disk.

第1図に示すように、本発明においては、先ず新たに接
続したCD−ROMI O上のデータに1対1に対応す
る管理オブジェクトを磁気ディスクll上に作成する。
As shown in FIG. 1, in the present invention, first, a management object is created on the magnetic disk 11 that corresponds one-to-one to the data on the newly connected CD-ROMI O.

すなわち、CD−ROM10上のデータA〜Dに対して
、磁気ディスク11上の管理オブジェクトA−Dをそれ
ぞれ対応させて作成する。そして、CD−ROM10上
のデータにアクセスする処理を、磁気ディスクll上の
管理オブジェクトを通して行うように限定する。つまり
、アプリケーションプログラムからC:D−ROMIO
上のデータを直接アクセスすることを認めないようにす
るのである。CD−ROM10上のデータに対して排他
制御を行う必要が生じた場合には、磁気ディスク11上
の管理オブジェクトに対して排他制御を行う、。
That is, management objects A to D on the magnetic disk 11 are created in correspondence with data A to D on the CD-ROM 10, respectively. Then, the process of accessing data on the CD-ROM 10 is limited to being performed through the management object on the magnetic disk II. In other words, from the application program C:D-ROMIO
This prevents direct access to the above data. When it becomes necessary to perform exclusive control on the data on the CD-ROM 10, exclusive control is performed on the managed object on the magnetic disk 11.

このように、排他制御の処理に先立って新たに接続する
記憶媒体の各データに対して管理オブジェクトを作成し
、アクセス経路の制限を行うことにより、これらの管理
オブジェクトに対する排他制御は、CD−ROMI O
上のデータに対して排他制御を行った処理と等しいもの
となる。
In this way, by creating managed objects for each piece of data on a newly connected storage medium prior to exclusive control processing and restricting access routes, exclusive control over these managed objects can be achieved using CD-ROMI. O
This is equivalent to performing exclusive control on the above data.

ここで、管理オブジェクトは、拡張された物理媒体上の
実オブジェクトのデータを、データベースのユーザにオ
ブジェクトとして見せるための外見と考えてよい。デー
タベースのユーザには、この管理オブジェクトが画像デ
ータ等の長大データを格納したオブジェクトとして見え
る。しかし、実際には、長大データの中身はこの管理オ
ブジェクトの中には存在せず、拡張物理媒体上のファイ
ルとして存在している。従って、既存の物理媒体上のデ
ータは、既にデータベースのユーザにはオブジェクトと
して見えているため、これらに対しては管理オブジェク
トを作成する必要はない。
Here, the managed object can be considered as an appearance for making the data of the real object on the extended physical medium appear as an object to the database user. This management object appears to the database user as an object that stores large amounts of data such as image data. However, in reality, the contents of the long data do not exist in this managed object, but instead exist as files on the extended physical medium. Therefore, there is no need to create managed objects for data on existing physical media because they are already visible to database users as objects.

管理オブジェクトは、実際の格納データの情報と、それ
に対するアクセス方法を持ったオブジェクト指向プログ
ラミングで言うところのオブジェクトである。従って、
管理オブジェクトにアクセス要求が出されると、管理オ
ブジェクトはその中で定められたアクセス方法にしたが
って、実際の格納データがあるファイルへアクセスする
ことにより、結果を取得する。
A managed object is an object in object-oriented programming that has information about actual stored data and how to access it. Therefore,
When an access request is issued to a managed object, the managed object obtains the result by accessing the file containing the actual stored data according to the access method defined therein.

第3図は、本発明が適用されるオブジェクト指向データ
ベースシステムのブロック図である。
FIG. 3 is a block diagram of an object-oriented database system to which the present invention is applied.

第3図に示すオブジェクト指向データベース2は、マル
チメディアデータベースシステムであって、1はアプリ
ケーションプログラム、3は情報種別判定プログラム、
4は光デイスクドライバ、8は光ディスク、5はCD−
Iドライバ、9はCD−工、6はCD−ROMドライバ
、10はCD−ROM、7は磁気ディスクドライバ、1
1は磁気ディスクである。
The object-oriented database 2 shown in FIG. 3 is a multimedia database system, in which 1 is an application program, 3 is an information type determination program,
4 is an optical disk driver, 8 is an optical disk, 5 is a CD-
I driver, 9 is a CD-driver, 6 is a CD-ROM driver, 10 is a CD-ROM, 7 is a magnetic disk driver, 1
1 is a magnetic disk.

新たに接続された物理媒体(例えば、CD−19)上の
データを管理するための管理オブジェクトを、その物理
媒体9上のデータに対して1対lに対応するようにデー
タベースシステムが認識している物理媒体(例えば、磁
気ディスク11)上に作成する。この新設の物理媒体(
CD−I9)上のデータに対して排他制御を行う必要が
生じた時には、アプリケーションプログラム1から情報
種別判定プログラム3を介してCD−Iドライバ5、C
D−I 9のデータに対して直接アクセスすることなく
、物理媒体(CD−I 9)上のデータに対するアクセ
ス経路をこの管理オブジェクトを経由する経路だけに限
定するのである。すなわち、アプリケーションプログラ
ム1から情報種別判定プログラム3に要求が出されると
、情報種別判定プログラム3はCD−I 9に対する磁
気デイグに対するアクセスであることを識別して、先ず
管理オブジェクトのある磁気ディスクドライバ7を介し
て磁気ディスク11をアクセスする。このように、管理
オブジェクトに対して排他制御を行うことにより、直接
物理媒体(CD−、I9)のデータに対して排他制御を
行うことと等価な処理を与える。すなわち、管理オブジ
ェクトは、CD−1ドライバ5を制御することにより、
CD−I 9上の実オブジェクトを排他制御することが
できる。
The database system recognizes the management object for managing data on the newly connected physical medium (for example, CD-19) in a one-to-one correspondence with the data on that physical medium 9. on a physical medium (for example, magnetic disk 11). This new physical medium (
When it becomes necessary to perform exclusive control over the data on the CD-I9), the application program 1 sends the information type determination program 3 to the CD-I driver 5, C
The access route to the data on the physical medium (CD-I 9) is limited to the route via this managed object without directly accessing the data on the DI 9. That is, when a request is issued from the application program 1 to the information type determination program 3, the information type determination program 3 identifies that the access is to the magnetic disk for the CD-I 9, and first requests the information type determination program 3 to access the magnetic disk drive 7 where the management object is located. The magnetic disk 11 is accessed via. In this way, by performing exclusive control on the managed object, processing equivalent to performing exclusive control on data directly on the physical medium (CD-, I9) is provided. That is, by controlling the CD-1 driver 5, the management object
Real objects on the CD-I 9 can be exclusively controlled.

このように、排他制御のアクセスは、全て管理オブジェ
クトが存在する物理媒体(磁気ディスク111)に対し
て行われる。また、情報種別判定プログラム3は、デー
タの格納先を判断するプログラムであるため、排他制御
のアクセスの判断は行わない。
In this way, all exclusive control accesses are made to the physical medium (magnetic disk 111) on which the managed object exists. Furthermore, since the information type determination program 3 is a program that determines the storage destination of data, it does not determine access for exclusive control.

これにより、新たな物理媒体を接続しても、データベー
スシステムに手を加えることなく、オブジェクト指向デ
ータベースシステムが備えている排他制御処理で、新た
に接続した物理媒体への排他制御を行うことが可能であ
る。
As a result, even if a new physical medium is connected, exclusive control of the newly connected physical medium can be performed using the exclusive control processing provided by the object-oriented database system without making any changes to the database system. It is.

〔発明の効果〕〔Effect of the invention〕

以上説明したように、本発明によれば、新たに接続した
物理媒体の数に係わらず、またデータベースシステムに
手を加えるこることなく、オブジェクト指向データベー
スが備えている排他制御処理で、新たに接続した物理媒
体への排他制御を行うことができる。
As explained above, according to the present invention, regardless of the number of newly connected physical media, and without making any changes to the database system, new connections can be made using exclusive control processing provided in an object-oriented database. It is possible to perform exclusive control over the physical media.

【図面の簡単な説明】[Brief explanation of drawings]

第1図は本発明の一実施例を示すデータベースシステム
の機能ブロック図、第2図は従来の方法により新たに接
続した物理媒体に対する排他制御を行う場合の機能ブロ
ック図、第3図は本発明が適用されるデータベースシス
テムの機能ブロック図である。 l:アプリケーションプログラム、2:オブジェクト指
向データベース、3:情報種別判定プログラム、4:光
デイスクドライバ、5 : CD−Iドライバ、6 :
 CD−ROMドライバ、7:磁気ディスクドライバ、
8:光ディスク、9:CD−I、l O: CD−RO
M、11 :磁気ディスク、21:マルチメディアデー
タベース検索システム。
Fig. 1 is a functional block diagram of a database system showing an embodiment of the present invention, Fig. 2 is a functional block diagram when exclusive control is performed on a newly connected physical medium using a conventional method, and Fig. 3 is a functional block diagram of a database system according to the present invention. FIG. 2 is a functional block diagram of a database system to which the above is applied. l: application program, 2: object-oriented database, 3: information type determination program, 4: optical disk driver, 5: CD-I driver, 6:
CD-ROM driver, 7: magnetic disk driver,
8: Optical disc, 9: CD-I, l O: CD-RO
M, 11: Magnetic disk, 21: Multimedia database search system.

Claims (1)

【特許請求の範囲】[Claims] (1)複数の異なる記憶媒体を接続したオブジェクト指
向データベースシステムにおいて、上記オブジェクト指
向データベースシステムが認識している任意の記憶媒体
上に、拡張する記憶媒体上に存在するデータを管理する
ための管理オブジェクトを、該記憶媒体上のデータに対
して1対1に対応させて作成し、アプリケーションプロ
グラムから上記管理オブジェクトに対して排他制御を行
うことにより、上記オブジェクト指向データベースシス
テムに新たに接続した記憶媒体上のデータの排他制御を
行うことを特徴とするオブジェクト指向データベースに
おける記憶媒体への排他制御方式。
(1) In an object-oriented database system that connects a plurality of different storage media, a management object for managing data existing on an expanding storage medium on any storage medium recognized by the object-oriented database system. is created in a one-to-one correspondence with the data on the storage medium, and the application program exercises exclusive control over the management object, thereby creating a database on the storage medium newly connected to the object-oriented database system. An exclusive control method for a storage medium in an object-oriented database characterized by exclusive control of data.
JP2242007A 1990-09-12 1990-09-12 Method for exclusively controlling expanded storage medium in object-oriented data base Pending JPH04120636A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2242007A JPH04120636A (en) 1990-09-12 1990-09-12 Method for exclusively controlling expanded storage medium in object-oriented data base

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2242007A JPH04120636A (en) 1990-09-12 1990-09-12 Method for exclusively controlling expanded storage medium in object-oriented data base

Publications (1)

Publication Number Publication Date
JPH04120636A true JPH04120636A (en) 1992-04-21

Family

ID=17082875

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2242007A Pending JPH04120636A (en) 1990-09-12 1990-09-12 Method for exclusively controlling expanded storage medium in object-oriented data base

Country Status (1)

Country Link
JP (1) JPH04120636A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07121424A (en) * 1993-01-26 1995-05-12 Internatl Business Mach Corp <Ibm> System and method for management of object
WO1996036004A1 (en) * 1995-05-12 1996-11-14 The Coca-Cola Company Indexing system for information stored in a library of discrete storage devices

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01276332A (en) * 1988-04-28 1989-11-06 Matsushita Electric Ind Co Ltd Device and control method for data base
JPH0245842A (en) * 1988-08-05 1990-02-15 Nec Software Ltd Data file control system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01276332A (en) * 1988-04-28 1989-11-06 Matsushita Electric Ind Co Ltd Device and control method for data base
JPH0245842A (en) * 1988-08-05 1990-02-15 Nec Software Ltd Data file control system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07121424A (en) * 1993-01-26 1995-05-12 Internatl Business Mach Corp <Ibm> System and method for management of object
WO1996036004A1 (en) * 1995-05-12 1996-11-14 The Coca-Cola Company Indexing system for information stored in a library of discrete storage devices

Similar Documents

Publication Publication Date Title
US6446209B2 (en) Storage controller conditioning host access to stored data according to security key stored in host-inaccessible metadata
US7788287B2 (en) System and method for storing and accessing data in an interlocking trees datastore
US5689700A (en) Unification of directory service with file system services
US5787413A (en) C++ classes for a digital library
US5829053A (en) Block storage memory management system and method utilizing independent partition managers and device drivers
US6542972B2 (en) Logical view and access to physical storage in modular data and storage management system
US6298401B1 (en) Object oriented storage device having a disc drive controller providing an interface exposing methods which are invoked to access objects stored in a storage media
US6643450B1 (en) Digital versatile disc playback system with program chain object searching capabilities
WO2002056179A1 (en) Method for regenerating partition using virtual drive, data processor and data storage device
JPH07141394A (en) Data base division management method and parallel data base system
AU2006241479B2 (en) Region-based security
JP2002514331A (en) Computer-implemented method for generating a virtual file for sharing information in a physical information file
WO1999008173A2 (en) Object oriented data storage device
JPH04120636A (en) Method for exclusively controlling expanded storage medium in object-oriented data base
JPH0330034A (en) Optical disk file managing method
JPH06110766A (en) Directory constitution method and computer system for sharing stored file system
JPS6254369A (en) Document file retrieving system
JPH08335181A (en) File accessing device
JPH04260141A (en) Data shared processor
US7765365B2 (en) Method of partioning storage in systems with both single and virtual target interfaces
JPH03268037A (en) Data editing system
JPH05257783A (en) Method and device for processing replica in data base
JPH06208512A (en) Virtual disk device
JP2001159992A (en) System for managing version object
JPH07192017A (en) Multi-medium information retrieval system