partition_object_id

Displays the object ID for a specified partition ID and database ID.

Syntax

partition_object_id(partition_id [, database_id ] )

Parameters

Examples

Usage

  • partition_object_id uses the current database ID if you do not include a database ID.

  • partition_object_id returns NULL if you:
    • Use a NULL value for the partition_id.

    • Include a NULL value for database_id.

    • Provide an invalid or non-existent partition_id or database_id.