又有一个PR被feedback,不知是第几回了,还是这么粗心。 这回处理pr的人还是Martin Wilke,这位德国老兄真是勤奋,处理我的pr都有十几个了。昨天为了 ports/113883 一个pr来回邮件都有6次其敬业精神真让人敬佩! 再仔细审查一次 port:graphics/albumshaper 问题真是不少,就连PORTDOCS都没处理好。明天继续! port:graphics/albumshaper 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/92...
by 哈蜜瓜 - BSD文档中心 - 2007-07-16 23:52:51 阅读(1072) 回复(0)
oracle 使用 ./bin/exp system/test1234 inctype=complete full=y rows=y file=/oracle/0727.t.7.dmp log=/oracle/0727.t.7.log exp导出了数据后.进入数据库删除表A部分表记录和字段. 然后 ./bin/imp system/test1234 inctype=restore full=y rows=y file=/oracle/0727.t.7.dmp log=/oracle/0727.t.7.log 用imp 导入数据.怎么表A还没有被还原呢?
exp system/password file=/home/oracle/test.dmp full=y 下面是日志,请问为什么会报错,导出失败。我觉得是不是因为数据库字符集和客户端字符集不符的问题? 谢谢 export: Release 9.2.0.4.0 - Production on Wed Apr 26 13:20:57 2006 Copyright (c) 1982, 2002, oracle Corporation. All rights reserved. Connected to: oracle9i Enterprise Edition Release 9.2.0.4.0 - Production With the Partitioning, OLAP and ...
hi all, i have a network driver, it register an IRQ, and share(withe SA_SHIRQ flag) the IRQ with another driver, the network driver can work well most of time, but sometimes, it the IRQ cant received any interrupt signal, and it can work any more. is there anyone have the same proble? please give me an advice. thanks
通过exp导出时,报如下错误,数据库为oracle 9.2.0.7程序,
exp-00008: oracle error 942 encountered
ORA-00942: table or view does not exist
exp-00024: export views not installed, please notify your DBA
exp-00000: export terminated unsuccessfully
没办法,查了一下oracle上的资料,说是升级有问题的,只得发邮件给公司DBA支持了,
说实话,像这种升级后要执行SQL的东西,现场还是请...
举例导出数据库服务abc,用户user,密码psd下的table1,table2,table3表到d:\data目录下,导出文件名为test.dmp,语句为: exp user/psd@adc file=d:\data\test.dmp tables=(table1,table2,table3) 。 将上述文件恢复的语句为: exp user/psd@adc full=y file=d:\data\test.dmp.注意:如果将备份文件中的所有表恢复,需要加上full=y。如果只须只需要恢复table1,则语句为: exp user/psd@adc file=d:\data\tes...
用exp导出数据过程中,发现进程挂起,这是啥问题呢,机器并没有做cluster,但是就是在“exporting cluster definitions”挂起了,不知道是否有遇到相同情况,如何解决呢?谢谢,下面是数据 D:\oracle\admin\testdb\data>exp testuser/123456@testdb file=".\testuser.dmp" owner=testuser direct=true export: Release 9.2.0.8.0 - Production on 星期日 10月 31 14:50:11 2010 Copyright (c) 1982, 2002, oracle Corporation....
导出出错 exp 用户名/口令@sysdba full=y owner=用户名 buffer=10000 file=e:\20090630.dmp 错误: exp-00056 遇到oracle错误12547 ora-12547 TNS 丢失联系 exp-00000 导出终止失败 重新配置了net也不好使,这是怎么回事呢?麻烦帮助一下,谢谢
我使用的oracle10g,在使用oracle exp导出的时候,不管在远程还是本地执行均停止在“ 即将导出 SYSTEM 的表通过常规路径...”不前,信息如下 ================================================ 即将导出指定的用户... . 正在导出 pre-schema 过程对象和操作 . 正在导出用户 SYSTEM 的外部函数库名 . 导出 PUBLIC 类型同义词 . 正在导出专用类型同义词 . 正在导出用户 SYSTEM 的对象类型定义 即将导出 SYSTEM 的对象... . 正在导出...
E:\>exp help=y 通过输入 exp 命令和用户名/口令,您可以 在用户 / 口令之后的命令: 实例: exp SCOTT/TIGER 或者,您也可以通过输入跟有各种参数的 exp 命令来控制“导出”的运行方式。 要指定参数,您可以使用关键字: 格式: exp KEYWORD=value 或 KEYWORD=(value1,value2,...,valueN) 实例: exp SCOTT/TIGER GRANTS=Y TABLES=(EMP,DEPT,MGR) 或 TABLES=(T1: P1,T1: P2),如果 T1 是分区表 USERID 必须是命令行中的第一个参数。 关...