Oracle使用imp导入表报错以及解决

注意:

  • 授予用户权限
  • grant connect to ds
  • grant resource to ds

一、invalid username/password; logo

1、使用命令

  • 注意检查文件路径是否正确
  • 以及注意使用full=y
 imp ds/ds@ora10g file=E:\Documents\tuxedo_ds.dmp log=E:\Documents\tuxedo_ds1.log full=y;

2、问题解决

  • 说明是用户名或者密码错误了
  • 解决:alter user 用户名 identified by 新密码;

Username: ds
Password:

IMP-00058: ORACLE error 1017 encountered
ORA-01017: invalid username/password; logon deniedUsername:

二、ORA-28000: the account is lockedUsername

  • 说明你要连接的用户已经被锁上了
  • 解决:alter user 用户名 account unlock;
Username: ds
Password:

IMP-00058: ORACLE error 28000 encountered
ORA-28000: the account is lockedUsername:

三、TNS:permission denied

  • 说明是你没有授权
  • 要使用正确的用户登录

Username: ets
Password:

IMP-00058: ORACLE error 12546 encountered
ORA-12546: TNS:permission denied

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值