zoukankan      html  css  js  c++  java
  • 如何查看通过系统命令查看ORA错误信息?

    比如直接查看ORA-01031错误

    gaosheng-> oerr ora 01031
    01031, 00000, "insufficient privileges"
    // *Cause: An attempt was made to change the current username or password
    //         without the appropriate privilege. This error also occurs if
    //         attempting to install a database without the necessary operating
    //         system privileges.
    //         When Trusted Oracle is configure in DBMS MAC, this error may occur
    //         if the user was granted the necessary privilege at a higher label
    //         than the current login.
    // *Action: Ask the database administrator to perform the operation or grant
    //          the required privileges.
    //          For Trusted Oracle users getting this error although granted the
    //          the appropriate privilege at a higher label, ask the database
    //          administrator to regrant the privilege at the appropriate label.
    gaosheng-> 
  • 相关阅读:
    task-clph
    遍历数组的方式
    iOS事件处理之七种手势
    quatz2d使用注意点
    iOS 细碎知识整理
    九宫格算法图示
    mac10.12的Cocopods安装使用
    静态库冲突的解决办法:duplicate symbol
    ceshi
    xmpp4-总览
  • 原文地址:https://www.cnblogs.com/arcer/p/3793307.html
Copyright © 2011-2022 走看看