Entering content frame

Owner 

The owner of an object is defined by specifying the name of owner name.

Syntax

<owner> ::= <user_name> | <usergroup_name> | TEMP

user_name, usergroup_name

Explanation

If the owner is not a member of a usergroup, the owner name and usergroup name are identical.

If TEMP is specified as the owner in a table name, the table is a temporary table. The owner of this temporary table is the current owner.

An error message is output if the name of the owner has more than 32 characters.

Leaving content frame