Hello,
I have a problem on one table
When I compare table data with the same table in the other db I get CS_LC_STATE_OPERATION.STOP_SOK_CDSRID: column types are different in source and target database. When I do "Compate User Objects" - PSD say that there are no differences.
Here are the DDL's of source and target DB:
-- SOURCE
create table CS_LC_STATE_OPERATION
(
stop_id NUMBER not null,
stop_cdstid NUMBER not null,
stop_operid NUMBER,
stop_sok_cdsrid NUMBER,
stop_ser_cdsrid NUMBER,
stop_description VARCHAR2(250),
stop_status CHAR(1) default 'T' not null,
stop_sequence NUMBER(2) not null,
stop_cruserid VARCHAR2(30) not null,
stop_crdate DATE not null,
stop_mduser VARCHAR2(30),
stop_mddate DATE
)
-- TARGET
create table CS_LC_STATE_OPERATION
(
stop_id NUMBER not null,
stop_cdstid NUMBER not null,
stop_operid NUMBER,
stop_status CHAR(1) default 'T' not null,
stop_sequence NUMBER(2) not null,
stop_cruserid VARCHAR2(30) not null,
stop_crdate DATE not null,
stop_sok_cdsrid NUMBER,
stop_ser_cdsrid NUMBER,
stop_description VARCHAR2(250),
stop_mduser VARCHAR2(30),
stop_mddate DATE
)
PL/SQL Developer
Version 8.0.4.1514
01.62863 - 20 user license
Windows XP Professional 5.1 Build 2600 (Service Pack 3, v.3311)
I have a problem on one table
When I compare table data with the same table in the other db I get CS_LC_STATE_OPERATION.STOP_SOK_CDSRID: column types are different in source and target database. When I do "Compate User Objects" - PSD say that there are no differences.
Here are the DDL's of source and target DB:
-- SOURCE
create table CS_LC_STATE_OPERATION
(
stop_id NUMBER not null,
stop_cdstid NUMBER not null,
stop_operid NUMBER,
stop_sok_cdsrid NUMBER,
stop_ser_cdsrid NUMBER,
stop_description VARCHAR2(250),
stop_status CHAR(1) default 'T' not null,
stop_sequence NUMBER(2) not null,
stop_cruserid VARCHAR2(30) not null,
stop_crdate DATE not null,
stop_mduser VARCHAR2(30),
stop_mddate DATE
)
-- TARGET
create table CS_LC_STATE_OPERATION
(
stop_id NUMBER not null,
stop_cdstid NUMBER not null,
stop_operid NUMBER,
stop_status CHAR(1) default 'T' not null,
stop_sequence NUMBER(2) not null,
stop_cruserid VARCHAR2(30) not null,
stop_crdate DATE not null,
stop_sok_cdsrid NUMBER,
stop_ser_cdsrid NUMBER,
stop_description VARCHAR2(250),
stop_mduser VARCHAR2(30),
stop_mddate DATE
)
PL/SQL Developer
Version 8.0.4.1514
01.62863 - 20 user license
Windows XP Professional 5.1 Build 2600 (Service Pack 3, v.3311)