ChinaUnix.net
相关文章推荐:

EXP00008 遇到 ORACLE 错误 904

exp-00056: 遇到 oracle 错误 1555 系统情况:solaris 9i 64位,oracle 9.2.0.6.0 原先的脚本是这样的: exp bill/xxx file=/orabak/cncbak200602/bakdailysession200509.dmp log=/orahome/oracle/wangl/monthbak/bak.log Tables=DAILYSESS query=" where days>='2005-09-01' and days<='2005-09-30'" constraints=n grants=n triggers=n 但是导出报错: 河北网通导出明细遇到的问题.错误如下: exp-00056: 遇到 oracle 错误 15...

by jieyancai - Oracle - 2006-08-05 06:20:13 阅读(6785) 回复(9)

相关讨论

遇到一下错误,如何解决 C:\>;exp export: Release 9.2.0.1.0 - Production on 星期一 2月 16 13:28:34 2004 Copyright (c) 1982, 2002, oracle Corporation. All rights reserved. 用户名: system 口令: exp-00056: 遇到 oracle 错误 12560 ORA-12560: TNS: 协议适配器错误 exp-00000: 导出终止失败 C:\>;

by RJ45 - Oracle - 2004-02-16 13:41:41 阅读(1539) 回复(0)

. 即将导出 PQ777 的表通过常规路径 ... . . 正在导出表 MONEY 14 行被导出 . 正在导出同义词 exp-00008: 遇到 oracle 错误 25153 ORA-25153: 临时表空间为空 exp-00000: 导出终止失败 着得住。我做个导出。难道还要把TEMP表空间写点数据才行迈?

by pq777 - Oracle - 2006-03-04 08:37:06 阅读(1796) 回复(6)

在sun +ora8.1.6.3上使用exp命令导出数据时, 报904错误,无效列名。 在ora8.1.6.0上无此错误。 请教各位高手

by 胃痛光荣 - Oracle - 2003-12-02 08:43:41 阅读(972) 回复(1)

以前在用户oracle下用exp user/password file=20051229.dmp 时都没有问题的,可是昨天我在做导出时,一直出现错误(系统环境RS6000,AIX 4.3.3),帮帮忙解决!!!! . . exporting table STREAMDATA exp-00056: oracle error 603 encountered ORA-00603: oracle server session terminated by fatal error exp-00056: oracle error 24324 encountered ORA-24324: service handle not initialized exp-00056: ...

by rain4321 - Oracle - 2005-12-30 09:49:40 阅读(2345) 回复(3)

exp-00056: oracle error 28009 encountered ORA-28009: connection to sys should be as sysdba or sysoper exp-00056: oracle error 1034 encountered ORA-01034: oracle not available ORA-27101: shared memory realm does not exist Linux Error: 2: No such file or directory exp-00005: all allowable logon attempts failed exp-00000: export terminated unsuccessfully 向oracle高手求教,望高手们不吝赐教!

by elveny - Oracle - 2008-03-02 16:07:10 阅读(2112) 回复(1)

数据出现了问题,将冷备份文件放回已经搭好的oracle系统里面,启动一切正常,此时想进行导出备份一下,出现下面错误提示: exp-00056: oracle error 1403 encountered exp-00056: oracle error 1403 encountered ORA-01403: no data found exp-00000: export terminated unsuccessfully 在网上找资料,参考这个地址解决 http://www.itpub.net/403365,1.html 也就是重建临时表空间 我在重建临时表空间之前 select * from v$te...

by ghbspecial - Linux文档专区 - 2007-04-20 16:28:06 阅读(1271) 回复(0)

操作系统是windows 2003 企业版 32bit oracle版本由原先的10201,升级到现在10205,升级后用startup upgrade启动,执行过脚本 然后关闭,正常启动,可以正常使用 但是刚才在用exp导出的时候 报错,信息如下: 连接到: oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - Production With the Partitioning, OLAP, Data Mining and Real Application Testing options 已导出 ZHS16GBK 字符集和 AL16UTF16 NCHAR 字符集...

by userdel - Oracle - 2014-04-15 15:18:31 阅读(5168) 回复(4)

软件环境:oracle 9.2.0.4 on hpux,直接安装9.2.0.0,然后打补丁至9.2.0.4。 问题描述:在服务器上直接exp时出现如下错误: 正在导出 pre-schema 过程对象和操作 . 正在导出用户 ZLTOOLS 的外部函数库名称 . 导出 PUBLIC 类型同义词 . 导出私有类型同义词 . 正在导出用户 ZLTOOLS 的对象类型定义 exp-00008: 遇到 oracle 错误 942 ORA-00942: 表或视图不存在 exp-00024: 未安装导出视图,请通知您的 DBA exp-00000: 导出终止失败...

by geniushq - Oracle - 2007-05-28 19:34:42 阅读(3608) 回复(3)

在导出时有时会碰到exp-00091错误
SQL> ! exp scott/tiger file=/tmp/scott.dmp tables=emp_copy

export: Release 10.2.0.1.0 - Production on Fri Jul 8 10:43:20 2011

Copyright (c) 1982, 2005, oracle.  All rights reserved.


Connected to: oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
export d...

by lovegigi1999 - Oracle - 2011-12-22 08:54:01 阅读(616) 回复(0)

fjdw1:/oracle/app/oracle/admin/fjdw/arch$ exp userid=metapub/metacube@fjdw tables=fact_cell_fee buffer=40960000 file=/oracle/app/oracle/admin/fjdw/arch/fact_cell_feeexp.dmp log=/oracle/app/oracle/admin/fjdw/arch/fact_cell_feeexp.log export: Release 8.1.5.0.0 - Production on Thu Mar 11 11:02:49 2004 (c) Copyright 1999 oracle Corporation. All rights reserved. Connected to: oracle8i Enterprise ...

by kinggom - Oracle - 2004-03-11 22:19:58 阅读(946) 回复(1)