问题:一个dmp数据文件, 通过plsql import导入时,提示没有 iml.exe文件,原因本地没安装oracle。
很多时候需要通过sql脚本,dmp文件导入数据,直接粘贴、挪移sql很可能让plsql直接宕掉,但是通过linux写命令有时权限不足登录不上,plsql提供了强大的命令可视化 Command Window。
1.导入sql文件
File–New–Command Window,打开后执行:@C:\info.sql;
实际上,通过sql导入数据是很不明智的,一个50M的sql插入脚本可以执行30+分钟,通过dmp可能只需要10秒。
2.导入dmp文件
File–New–Command Window