• Oracle12C


    1888485 - Database Parameter for 12.1.0.2

    1. Today, when I tried to expend the tablespace on oracle using BRTOOLS,  I got the error as following:

    BR0301E SQL error -1580 at location BrCtlFileBackup-2, SQL statement:

    '/* BRSPACE */ALTER DATABASE BACKUP CONTROLFILE TO '/oracle/<SID>/sapreorg/sfcauplx/cntrl<SID>.old''

    ORA-01580: error creating control bacli[ file /oracle/<SID>/sapreorg/cntrl<SID>.old

    ORA-27040: file create error ,unable to create file

    Additional information:1

    BR032E Copying of control file tp /oracle/<SID>/sareorg/sfcauokx/cntrlHEQ.old failed

    1.1 note 1598594 - BR*Tools configuration for Oracle installation using user "oracle"

    Configuration of the BR executables

    Comment:
    In many of the examples listed below, PRD was set for <SAPSID>.

    BR*Tools are installed in the "sap-exe" directory (default: /usr/sap/<SAPSID>/SYS/exe/run) and have the following permissions (note the owner and S-Bits):

    -rwsrwsr-- 1 oracle oinstall 7732338 May 31 16:30 brarchive
    -rwsrwsr-- 1 oracle oinstall 7908129 May 31 16:30 brbackup
    -rwsrwsr-- 1 oracle oinstall 9970354 May 31 16:30 brconnect
    -rwsrwsr-- 1 oracle oinstall 8376747 May 31 16:31 brrecover
    -rwsrwsr-- 1 oracle oinstall 2783544 May 31 16:31 brrestore
    -rwsrwsr-- 1 oracle oinstall 10479944 May 31 16:31 brspace
    -rwxr-xr-x 1 prdadm sapsys 4103679 May 31 16:31 brtools

    You can use the "root" user to set these authorizations as follows; for example:
    > su - root
    > cd /usr/sap/PRD/SYS/exe/run
    > chown oracle:oinstall brarchive brbackup brconnect brrecover brrestore brspace
    > chmod 6774 brarchive brbackup brconnect brrecover brrestore brspace

    You can achieve the same by calling the script "oraroot.sh" with the user "root" as follows:
    > su - root
    > cd /usr/sap/PRD/SYS/exe/run
    > oraroot.sh PRD oracle

    ***All BR*Tools programs can be used with the OS user <sapsid>adm and the OS user ora<dbsid>. By default, they are started with the user <sapsid>adm.

  • 相关阅读:
    万恶的 one or more listeners failed to start 和 Servlet.init() for servlet [dispatcherServlet] threw exception
    实验四 主存空间的分配和回收
    实验二 作业调度模拟程序
    实验一
    实验三
    【安卓】实验7 BindService模拟通信
    计时器页面设计
    实验五 存储管理实验
    实验6 在应用程序中播放音频和视频
    实验5数独游戏界面设计
  • 原文地址:https://www.cnblogs.com/weikui/p/11540697.html
Copyright © 2020-2023  润新知