关于oracle11g使用imp命令导入问题
本帖最后由 DavidBei 于 2014-7-16 22:55 编辑$ $imp /export/NETP25.DMP SQL> $imp netp/netp file="/export/NETP25.DMP" full=y;
SP2-0734: unknown command beginning "$imp netp/..." - rest of line ignored.
为什么导入数据不论是在SQL>执行还是在shell中执行,都是失败的呢,难道是我的dmp文件问题吗?求解啊
{:6_267:} 语句就有问题!
export ORACLE_SID=SID
export NLS_LANG=AMERICAN_AMERICA.xxxxxxx
imp schema/passwd file=xx.dmp full=y log=xx.log;
页:
[1]