sp_changearticlecolumndatatype (Transact-SQL)
Changes the article column data type mapping for an Oracle publication. This stored procedure is executed at the Distributor on any database.
Note
|
|---|
|
The data type mappings between supported Publisher types are provided by default. Use sp_changearticlecolumndatatype only when overriding these default settings. |
Sp_changearticlecolumndatatype is used to override the default data type mappings between supported Publisher types (Oracle and SQL Server). To view these default data type mappings, execute sp_getdefaultdatatypemapping.
sp_changearticlecolumndatatype is only supported for Oracle Publishers. Executing this stored procedure against a SQL Server publication results in an error.
sp_changearticlecolumndatatype must be executed for each article column mapping that must be changed.
Note