在从 Oracle 迁移到 Postgres 之间,我需要为来自 Postgres 的 Oracle 表执行一些插入语句(其中主键字段使用唯一性序列)。
现在在迁移时,我正在转换一些用于在表中插入行的过程,但由于对表的依赖性更高,我无法将表直接从 oracle 移动到 Postgres。
这就是为什么我需要从 Postgres 执行 Oracle 序列的原因。
在从 Oracle 迁移到 Postgres 之间,我需要为来自 Postgres 的 Oracle 表执行一些插入语句(其中主键字段使用唯一性序列)。
现在在迁移时,我正在转换一些用于在表中插入行的过程,但由于对表的依赖性更高,我无法将表直接从 oracle 移动到 Postgres。
这就是为什么我需要从 Postgres 执行 Oracle 序列的原因。