cancel
Showing results for 
Search instead for 
Did you mean: 

modify the object_id

ximen
Participant
1,078

I want to modify the object_id , how to modify it

update "SYS"."SYSTABCOL" set object_id=new_id where object_id=2550

Accepted Solutions (0)

Answers (1)

Answers (1)

MarkCulp
Participant

The object_id is generated by SQLA when the object is created. You cannot change it.

VolkerBarth
Contributor

...and why would you want to???

FWIW: Dropping and re-creating the object should lead to a different object_id.

justin_willey
Participant
0 Kudos

All system tables are read only

VolkerBarth
Contributor
0 Kudos

Well, you also say you modify them via DDL, not DML..:)