博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
SQL*Loader-128: SQL*Loader-523
阅读量:4967 次
发布时间:2019-06-12

本文共 669 字,大约阅读时间需要 2 分钟。

错误原因:

SQL*Loader-128: unable to begin a session
ORA-01017: invalid username/password; logon denied

 

解决方法,sqlldr PARA_USER/un1ware$WPM control=/home/oracle/control_mr.ctl

  把密码账户带有$ 美元付的部分加一个反斜杠\    sqlldr PARA_USER/un1ware\$WPM control=/home/oracle/control_mr.ctl

不加反斜杠 输入的 自动把$过滤掉了, 也有可能是自己的用户锁住了,可以使用alter user scott account unlock;  解锁

 

 

错误原因

SQL*Loader-523: error 4294967294 writing to file (/home/oracle/CellMr.bad)
SQL*Loader-568: error writing to file
SQL*Loader-509: System error: No space left on device
SQL*Loader-2026: the load was aborted because SQL Loader cannot continue.

 

你的磁盘大小不足

  linux 可用 df-h 查看

解决方法:换一个磁盘试试

转载于:https://www.cnblogs.com/JIKes/p/9765819.html

你可能感兴趣的文章