• ASM认证与口令文件


    ASM认证

    ORACLE ASM 实例没有数据字典,所以连接ASM 实例只能通过如下三种系统权限来进行连接: SYSASM,SYSDBA,SYSOPER.

    可以通过如下三种模式来连接ASM 实例:
    1.在操作系统上直接使用OS 认证。
    2.在操作系统上使用口令文件认证。
    3.通过Oracle Net Service远程+ 口令文件远程连接。

    ASM 口令文件

    如何创建ASM 实例的口令文件?

    若使用ASMCA 来创建的ASM 实例,那么会创建口令文件,口令文件默认的用户是SYS 和 ASMSNMP。
    如果要添加其他用户到口令文件中,就需要使用create user 和 grant命令来添加。

    若不是使用ASMCA来创建的,就需要手工的创建口令文件,并对SYS用户赋予SYSASM 的权限。

    ASM 口令文件创建和oracle 实例一样:
    $ orapwd file=$ORACLE_HOME/dbs/orapw+ASM password=oracle

    node1-> orapwd
    Usage: orapwd file=<fname> entries=<users> force=<y/n> ignorecase=<y/n> nosysdba=<y/n>

    where
    file - name of password file (required),
    password - password for SYS will be prompted if not specified at command line,
    entries - maximum number of distinct DBA (optional),
    force - whether to overwrite existing file (optional),
    ignorecase - passwords are case-insensitive (optional),
    nosysdba - whether to shut out the SYSDBA logon (optional Database Vault only).

    There must be no spaces around the equal-to (=) character.

  • 相关阅读:
    volatile关键字,使一个变量在多个线程间可见。
    grep sed awk
    mysql高级聚合
    Hive高级聚合GROUPING SETS,ROLLUP以及CUBE
    用SecureCRT来上传和下载文件
    mysql导出导入数据
    redis入门
    spark 常用技巧总结2
    生成数据库字典
    spark 常用技巧总结
  • 原文地址:https://www.cnblogs.com/andy6/p/6478437.html
Copyright © 2020-2023  润新知