小编Ayu*_*man的帖子

将不同的字符集导出转储导入另一个数据库实例

我正在尝试使用 oracle imp 实用程序导入给定的转储文件。然而; 我面临以下问题。

C:\Users\AD>imp DB_USER/*****@dev1 file=C:\test\db42312.dmp log=C:\test\import2.log

Import: Release 11.2.0.1.0 - Production on Thu Apr 10 13:37:47 2014

Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.


Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

IMP-00038: Could not convert to environment character set's handle
IMP-00000: Import terminated unsuccessfully

C:\Users\AD>
Run Code Online (Sandbox Code Playgroud)

我的源数据库为 NLS 查询生成以下结果

SQL> select * from v$nls_parameters where parameter in ('NLS_CHARACTERSET','NLS_LANGUAGE');

PARAMETER …
Run Code Online (Sandbox Code Playgroud)

oracle import

8
推荐指数
1
解决办法
5万
查看次数

标签 统计

import ×1

oracle ×1