Oracle 中的错误解释命令
oracle 05月 31st, 2008
- Oerr ora errorcode
- Example
oracle@lnxoravm:194# oerr ora 1300
01300, 00000, “writable database required for specified LogMiner options”
// *Cause: Options were specified which required the database to be writable.
// *Action: Specify different options or open the database for write access.
关于