1

I am currently running into a problem when trying to import an Oracle 9i SQL script into my local Oracle 10g Express database. I am trying to import the DDL from the 9i database to the 10g express database. I keep getting "Not compatible - Your export file is not supported". Has someone been able to get this working? Please let me know what I can do to get this working.

4

3 回答 3

1

确保您使用相同版本的 exp 和 imp 导出和导入,并确保该版本对应于两个数据库的较低版本,在您的情况下:9i。

也许,您应该明确说明 imp 和 exp 的路径,例如 /path/to/oracle/bin/exp 。

希望这可以帮助雷内

于 2009-11-04T13:28:36.173 回答
1

您是否尝试在 .sql 脚本上运行导入实用程序?或导入导出的文件?

如果是后者,之前的答案是可以接受的。如果是前者,请通过 SQLPLUS、PlsqlDeveloper、TOAD、SQLDeveloper 或您用来运行 ddl 语句的任何工具运行您的创建脚本。

于 2010-02-08T17:59:32.387 回答
0

今天早上,我成功地将 Oracle 9 导出(使用“exp”实用程序创建)导入了 Oracle 10 数据库(使用“imp”实用程序)。它工作得很好。

你能提供更多信息吗?例如,您运行的命令集的输出、文件示例或更多详细信息?

于 2009-05-22T04:59:32.607 回答