zoukankan      html  css  js  c++  java
  • 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.

  • 相关阅读:
    25.大白话说java并发工具类-CountDownLatch,CyclicBarrier,Semaphore,Exchanger
    23.FutureTask基本操作总结
    22.线程池之ScheduledThreadPoolExecutor
    Jenkins + SVN搭建php持续集成
    Django学习系列之Form表单结合ajax
    Django学习系列之模板系统
    Django学习系列之路由系统
    zabbix学习系列之基础概念
    Python学习系列之反射
    Django学习系列之模板
  • 原文地址:https://www.cnblogs.com/weikui/p/11540697.html
Copyright © 2011-2022 走看看