ibm-information-center/dist/eclipse/plugins/i5OS.ic.dbp_5.4.0.1/rbafoautho.htm

103 lines
6.1 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-us" xml:lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="security" content="public" />
<meta name="Robots" content="index,follow" />
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
<meta name="DC.Type" content="concept" />
<meta name="DC.Title" content="Types of object authority" />
<meta name="abstract" content="Listed here are the types of object authority to grant users access to database files." />
<meta name="description" content="Listed here are the types of object authority to grant users access to database files." />
<meta name="DC.Relation" scheme="URI" content="rbafosecfs.htm" />
<meta name="DC.Relation" scheme="URI" content="rbaforzahfcoa.htm" />
<meta name="DC.Relation" scheme="URI" content="rbaforzahfrca.htm" />
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1998, 2006" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="rbafoautho" />
<meta name="DC.Language" content="en-us" />
<!-- All rights reserved. Licensed Materials Property of IBM -->
<!-- US Government Users Restricted Rights -->
<!-- Use, duplication or disclosure restricted by -->
<!-- GSA ADP Schedule Contract with IBM Corp. -->
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
<link rel="stylesheet" type="text/css" href="./ic.css" />
<title>Types of object authority</title>
</head>
<body id="rbafoautho"><a name="rbafoautho"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Types of object authority</h1>
<div><p>Listed here are the types of object authority to grant users access
to database files.</p>
<div class="section"><h4 class="sectiontitle">Object operational authority</h4><div class="p">Users
need object operational authority to:<ul><li>Open the file for processing. (You must also have at least one data authority.)</li>
<li>Compile a program which uses the file description.</li>
<li>Display descriptive information about active members of a file.</li>
<li>Open the file for query processing. For example, the Open Query File (OPNQRYF)
command opens a file for query processing.</li>
</ul>
<div class="note"><span class="notetitle">Note:</span> You must also have the appropriate data authorities required by
the options specified on the open operation.</div>
</div>
</div>
<div class="section"><h4 class="sectiontitle">Object existence authority</h4><div class="p">Users need
object existence authority to: <ul><li>Delete the file.</li>
<li>Save, restore, and free the storage of the file. If the object existence
authority has not been explicitly granted to the user, the *SAVSYS special
user authority allows the user to save, restore, and free the storage of a
file. *SAVSYS is not the same as object existence authority.</li>
<li>Remove members from the file.</li>
<li>Transfer ownership of the file.</li>
</ul>
<div class="note"><span class="notetitle">Note:</span> All these functions except save/restore also require object operational
authority to the file.</div>
</div>
</div>
<div class="section"><h4 class="sectiontitle">Object management authority</h4><div class="p">Users need
object management authority to:<ul><li>Create a logical file with a keyed sequence access path (object management
authority is required for the physical file referred to by the logical file).</li>
<li>Grant and revoke authority. You can grant and revoke only the authority
that you already have. (You must also have object operational authority to
the file.)</li>
<li>Change the file.</li>
<li>Add members to the file. (The owner of the file becomes the owner of the
new member.)</li>
<li>Change the member in the file.</li>
<li>Move the file.</li>
<li>Rename the file.</li>
<li>Rename a member of the file.</li>
<li>Clear a member of the file. (Delete data authority is also required.)</li>
<li>Initialize a member of the file. (Add data authority is also required
to initialize with default records; delete data authority is required to initialize
with deleted records.)</li>
<li>Reorganize a member of the file. (All data authorities are also required.)</li>
</ul>
</div>
</div>
<div class="section"><h4 class="sectiontitle">Object alter authority</h4><p>Users need object
alter authority for many of the same operations as object management authority
(see preceding section). Object alter authority is a replacement authority
for object management authority.</p>
</div>
<div class="section"><h4 class="sectiontitle">Object reference authority</h4><p>Users need
object reference authority to refer to an object from another object so that
the operations on that object can be restricted by the referencing object.</p>
<p>Adding
a physical file referential constraint checks for either object management
authority or object reference authority to the parent file. </p>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbafosecfs.htm" title="Choose one of the ways to grant file and data authority.">Grant file and data authority</a></div>
</div>
<div class="relconcepts"><strong>Related concepts</strong><br />
<div><a href="rbaforzahfcoa.htm" title="A constraint is a restriction or limitation placed on a file to ensure that the data in your database remains consistent as you add, change, and remove records. These topics describe how to use constraints to ensure data consistency.">Control the integrity of your database with constraints</a></div>
<div><a href="rbaforzahfrca.htm" title="These topics discuss how to use referential constraints in your database to ensure that it contains only valid data.">Ensure data integrity with referential constraints</a></div>
</div>
</div>
</body>
</html>