ODC version
ODC 4.2.4
OB version
OBOracle 4.2
What happened?

Deleting the primary key through alter table drop constraint is not recognized as offline
What did you expect to happen?
Delete the primary key identified as offline through alter table drop CONSTRAINT
How can we reproduce it (as minimally and precisely as possible)?
create table test_identity(a int);
ALTER TABLE test_identity ADD CONSTRAINT constraint_name PRIMARY KEY (a);
ALTER TABLE test_identity DROP CONSTRAINT constraint_name;
Anything else we need to know?
No response
Cloud
No response
ODC version
ODC 4.2.4
OB version
OBOracle 4.2
What happened?
Deleting the primary key through alter table drop constraint is not recognized as offline
What did you expect to happen?
Delete the primary key identified as offline through alter table drop CONSTRAINT
How can we reproduce it (as minimally and precisely as possible)?
create table test_identity(a int);
ALTER TABLE test_identity ADD CONSTRAINT constraint_name PRIMARY KEY (a);
ALTER TABLE test_identity DROP CONSTRAINT constraint_name;
Anything else we need to know?
No response
Cloud
No response