HP Neoview Messages Manual page 41

Table of Contents

Advertisement

Effect
The label create, drop, or alter operation that is part of the DDL statement is performed
serially, rather than in parallel. The serial method decreases performance compared to the
parallel method.
Recovery
No corrective action is necessary. This message is a warning.
SQL 1 167
1167 Cannot change ownership of object name because authid is not the
super id or service ID.
is the SYSTEM CATALOG.
object
is the name of the system catalog.
name
is the target of the GIVE operation.
authid
Cause
An attempt was made to change the system catalog to an unauthorized person. The
system catalog can only belong to the super ID or services ID.
Effect
The GIVE operation fails.
Recovery
Change the ownership to the super ID or the services ID.
SQL 1 168
1168 Internal error: unable to find the object associated with UID uid1
that belongs to the schema associated with UID uid2. This object was
created on create time LCT time and is being accessed by role using the
lock mode of lock mode.
is the identifier for the object.
uid1
is the identifier for the schema.
uid2
is the time the object was created.
create time
is the role that is trying to access the object.
role
provides details about the access requested.
lock mode
Cause
Object not found by the specified UID.
Effect
The operation fails.
Recovery
Contact the GMCSC to help in determining why the internal error occurred.
SQL 1 169
1169 Schema privileges for schema schema have not been enabled.
is the name of the schema.
schema
Cause
A GRANT or REVOKE of schema level privileges was requested.
Effect
The operation fails.
Recovery
Contact the GMCSC to activate schema privileges.
SQL 1 170
1170 Invalid number of disk pools number-of-pools.
number-of-pools
Cause
The number of disk pools (number-of-pools) specified in the SQL statement in
the DISK POOL clause is invalid. A valid number of disk pools on a cluster is a power-of-2
times the number of disk volumes per node. The maximum number of disk pools is the number
of disk volumes on a segment. For a cluster with 2 disk volumes per node and 16 nodes, the
valid numbers for number-of-pools are 1, 2, 4, 8, 16, or 32.
Effect
The SQL operation fails.
is the specified number of disk pools.
41

Advertisement

Table of Contents
loading

Table of Contents