Purpose
Sets the systems to manage the object.
Syntax
OBJECT MANAGE <object name> ON <tdpid> [, <tdpid>,...]Parameters
- object_name
- Fully qualified name of object
- tdpid
- Unique identifier of a Teradata Database system.
Usage Considerations
This command allows you to change the definition of the object within Unity to a subset of systems. This does not remove the object from the system. It tells Unity where the object should be managed.
Example
unityadmin> OBJECT MANAGE db1.obj8080 ON sys1;