Oracle
  • 集群及oracle简单维护

    1.1 --查看用户列表 select username from dba_users 1.2 --更改用户密码 alter user 用户名 identified by 密码; 1.3 --查询默认密码过期时间 SELECT * FROM ……

    SE_You 2024-04-01
    6 0 0
  • Linux redhat 6.5 环境安装oracle 11g数据库

    一.安装环境 Linux服务器:Redhat 6.5 64位 oracle服务器:oracle11g-64位 1、iso打 yum 将/mnt/iso/下的iso文件挂载到/mnt/cdrom目录     mount -o loop /mn……

    SE_Ning 2024-03-21
    6 0 0
  • ORACLE11G打补丁(RAC)

    安装环境及补丁版本: Oracle版本:11.2.0.4Linux版本:Red Hat Enterprise Linux Server release 7.6 (Maipo)PSU版本号:p31718723_112040_Linux-x86-64.zipO……

    SE_Ning 2024-03-18
    98 0 0
  • oracle12c安装

    安装oracle所需依赖包 yum install -y ksh compat-libcap1 binutils compat-libstdc++-33 elfutils-libelf elfutils-libelf-devel glibc glibc-common glibc-d……

    SE_Ning 2024-03-08
    9 0 0
  • oracle 清除归档日志

    先查看集群状态 crsctl status res -t (crsctl check cluster crsctl stop res ora.crf -init crsctl stat res ora.crf -init -t) 查询文件大小 du -sh * 1.……

    SE_Gao 2024-03-07
    18 0 0