使用C#导入Oracle数据库时出现错误

编程入门 行业动态 更新时间:2024-10-27 00:31:03
本文介绍了使用C#导入Oracle数据库时出现错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

大家好!

我正在构建一个基于桌面的应用程序,该应用程序将导入 Oracle 数据库. 以下是命令:

I'm building a desktop based application , which will import theOracledatabase. Following is the command:

$imp WF_V8_EIk_Automation/qwe123@mydbtest file=C:/OracleDump/WF_V8_EIk_Automation.dmp log=C:/OracleDump/WF_V8_EIk_Automation.log Full=y ignore=y

推荐答案

Oracle导入和导出工具是命令行程序, 参见 www.orafaq/wiki/Import_Export_FAQ

the Oracle import and export tools are command line programs, see www.orafaq/wiki/Import_Export_FAQ

和 docs.oracle/cd/E21764_01/doc. 1111/e15747/impexp.htm

and docs.oracle/cd/E21764_01/doc.1111/e15747/impexp.htm

使用 Process.Start 启动它们.

Use Process.Start to launch them.

关于Elmar,

Regards, Elmar

更多推荐

使用C#导入Oracle数据库时出现错误

本文发布于:2023-10-28 00:41:57,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1534996.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:出现错误   数据库   Oracle

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!