zoukankan      html  css  js  c++  java
  • ORA-09925: Unable to create audit trail file Linux-x86_64 Error: 2: No such file or directory Additional information: 9925 ORA-01075: you are currently logged on

    SQL> conn /as sysdba
    ERROR:
    ORA-09925: Unable to create audit trail file
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 9925
    ORA-01075: you are currently logged on
    
    
    SQL> exit
    [oracle@class118 orcldg]$ 
    [oracle@class118 orcldg]$ 
    [oracle@class118 orcldg]$ 
    [oracle@class118 orcldg]$ ps -elf | grep smon
    0 S oracle    38487      1  0  80   0 - 259494 semtim 00:19 ?       00:00:00 ora_smon_orcldg
    0 S oracle    38788  38662  0  80   0 - 25819 pipe_w 00:32 pts/5    00:00:00 grep smon
    [oracle@class118 orcldg]$ kill -9 38487
    [oracle@class118 orcldg]$ sqlplus / as sysdba
    
    SQL*Plus: Release 11.2.0.1.0 Production on Sun Mar 1 00:33:10 2020
    
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    
    Connected to an idle instance.
    
    SQL>
  • 相关阅读:
    如何安装unidac 6.2.8 到delphi 7
    Sqoop
    Spark-PySpark sql各种内置函数
    Spark译文(三)
    Spark译文(二)
    Spark译文(一)
    YARN详解
    Spark2.X管理与开发
    Hadoop2.X管理与开发
    离线综合案例
  • 原文地址:https://www.cnblogs.com/vmsysjack/p/12383581.html
Copyright © 2011-2022 走看看