NAVICAT--LOCALHOST--SYSTEM--用户,找到SYSTEM和其他用户,密码过期不要打钩,密码重新输入一次即可
1.如果oracle安装的是精简版的就没有导出的功能。
2.已装客户端的情况下,可以将安装的oracle下的bin文件夹的路径,复制粘贴到环境变量path中,不必须是最前边。
比如:D:\Oracle\product\11.2.0\dbhome_1\BIN
我的:D:\app\Administrator\product\11.2.0\dbhome_1\BIN;
一、NAVICAT 无法使用问题 instantclient-basic-win32-11.2.0.1.0.zip 解压到C盘 instantclient_11_2 ,选项:加载一下
二、Call to undefined function oci_connect():
1、把C:\instantclient_11_2 里面的文件复制到 C:\Windows\System32,然后重启
2、环境变量D:\app\Administrator\product\11.2.0\dbhome_1\bin 改为 C:\instantclient_11_2
3、如果用PHPSTUDY
//导入的命令是:imp
[email protected] file=xxx.dmp full=y;
//导出的命令是:exp
[email protected] file=xxx.dmp tables=(表名);导出多个表时,表名使用逗号隔开如: tables=(table1,table2,table3)
//imp
[email protected]:1521/orcl file=C:\ht.dmp full=y;