文档解释 ORA-39322: Cannot use transportable tablespace with TIMESTAMP WITH TIME ZONE columns and different time zone versio
ORA-39322: Cannot use transportable tablespace with TIMESTAMP WITH TIME ZONE columns and different time zone version.
Cause: The source database was at a different time zone version than the target database and there were tables in the dumpfile with TIMESTAMP WITH TIME ZONE columns.
Action: Convert the target database to the same time zone version as the source database or use Data Pump without transportable tablespace.
ORA-39322错误指示用户不能使用具有TIMESTAMP WITH TIME ZONE列的可移植表空间,其中时区版本不同。告警报告说明了这个不允许的行为与可能会发生错误的行为有关,阻止用户以确保数据一致性。
ORA-39322发生在您尝试使用具有TIMESTAMP WITH TIME ZONE列的可移植表空间时,其中包含了具有不同时区版本的表。ORA-39322阻止此操作,以确保源系统与目标系统之间的数据一致性,但也会发出这个错误。
ORA-39322指的是当您尝试使用具有TIMESTAMP WITH TIME ZONE列的可移植表空间时,而表包含有不同时区版本时可能发生的错误。
1.使用ALTER TABLE命令,将所有与TIMESTAMP WITH TIME ZONE列相关联的时区更改为与源系统匹配的时区。
2.使用EXPORT及IMPORT命令,将表数据从源系统移至目标系统,以确保数据的有效性及一致性。
3.确保所有更改保留至源系统及目标系统,以确保不会出错。
--结束END--
本文标题: ORA-39322: Cannot use transportable tablespace with TIMESTAMP WITH TIME ZONE columns and different t
本文链接: https://lsjlt.com/news/534458.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0