一位客户向我们发送了一个我们需要对其进行测试的 Oracle 数据库。我们不使用 Oracle 或拥有任何内部 Oracle 专业知识。
我们需要设置数据库,以便我们可以连接到它并调试问题。
我全新安装了 Oracle 9(客户端运行的版本)和管理工具。
对于我的一生,我无法让它导入数据。不应该这么复杂。我一定是弄错了。
我试过了:
imp 'sys/password AS SYSDBA' file=c:\database.dmp full=yes log=implog.txt
Run Code Online (Sandbox Code Playgroud)
并得到:
Connected to: Personal Oracle9i Release 9.2.0.1.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.1.0 - Production
Export file created by EXPORT:V09.02.00 via conventional path
Warning: the objects were exported by SYSTEM, not by you
import done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
. importing SYSTEM's objects into SYS
. importing …
Run Code Online (Sandbox Code Playgroud)