Altering a Remote Table
Syntax
ALTER TABLE table_name[add_clause] [drop_clause]
where:
table_name
specifies an existing remote table.
add_clause
drop_clause
specifies a column to be dropped from the table. See
Drop Clause:
Columns for a complete explanation.
Notes

You cannot drop a constraint from a remote table.