始创于2000年 股票代码:831685
咨询热线:0371-60135900 注册有礼 登录
  • 挂牌上市企业
  • 60秒人工响应
  • 99.99%连通率
  • 7*24h人工
  • 故障100倍补偿
您的位置: 网站首页 > 帮助中心>文章内容

Oracle 11g修改数据库用户名

发布时间:  2012/9/3 16:41:58

最近翻看某blog,发现原来Oracle 11g提供了用户重命名的新特性,在10g环境下,如果想对用户重命名,一般来说是先创建一个新的用户并授权,然后将原用户下的所有对象导入,然后删除旧的用户!下面来在11g rac环境下介绍下这个新特性!
一:创建一个测试用户xxx,并写入测试数据,由spfile文件生成pfile文件,关闭rac数据库

[Oracle@node1 ~]$ sqlplus sys/Ab123456@rac5 as sysdba  SQL*Plus: Release 11.2.0.3.0 Production on Tue Mar 6 19:42:12 2012  Copyright (c) 1982, 2011, Oracle.  All rights reserved.   Connected to:  Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production  With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,  Data Mining and Real Application Testing options   SQL> create user xxx identified by 123456 default tablespace users;  User created.   SQL> grant resource,connect to xxx;  Grant succeeded.   SQL> create table xxx.test as select * from dba_objects;  Table created.   SQL> alter user xxx rename to yyy;  alter user xxx rename to yyy                 *  ERROR at line 1:  ORA-00922: missing or invalid option  SQL> alter user xxx rename to yyy identified by 123456;  alter user xxx rename to yyy identified by 123456                 *  ERROR at line 1:  ORA-00922: missing or invalid option  SQL> create pfile from spfile;  File created.   [Oracle@node1 ~]$ srvctl stop database -d rac -o immediate  [oracle@node1 ~]$ srvctl status database -d rac  Instance node1 is not running on node node1  Instance node2 is not running on node node2 二:修改pfile文件,添加隐含参数 *._enable_rename_user='TRUE',将数据库以restrict方式启动

[Oracle@node1 ~]$ cd /u01/app/oracle/product/11.2.0/db1/dbs/  [Oracle@node1 dbs]$ ls  hc_node1.dat  initnode1.ora  init.ora  orapwnode1   [Oracle@node1 dbs]$ tail -1 initnode1.ora   *._enable_rename_user='TRUE'  [Oracle@node1 dbs]$ sqlplus /nolog  SQL*Plus: Release 11.2.0.3.0 Production on Tue Mar 6 19:51:41 2012  Copyright (c) 1982, 2011, Oracle.  All rights reserved.   SQL> conn /as sysdba  Connected to an idle instance.  SQL> startup restrict pfile=$Oracle_HOME/dbs/initnode1.ora  ORACLE instance started.   Total System Global Area 1235959808 bytes  Fixed Size                  2227904 bytes  Variable Size             805306688 bytes  Database Buffers          419430400 bytes  Redo Buffers                8994816 bytes  Database mounted.  Database opened.  SQL> select open_mode,name from v$database;   OPEN_MODE            NAME -------------------- ---------------  READ WRITE           RAC   SQL> show parameter spfile;   NAME                                 TYPE        VALUE  ------------------------------------ ----------- ------------------------------  spfile                               string 三:修改xxx用户名为yyy

SQL> alter user xxx rename to yyy;  alter user xxx rename to yyy                             *  ERROR at line 1:  ORA-02000: missing IDENTIFIED keyword   SQL> alter user xxx rename to yyy identified by 123456;  User altered.   SQL> select count(*) from yyy.test;     COUNT(*)  ----------       74556 四:使用spfile启动rac

SQL> shutdown immediate;  Database closed.  Database dismounted.  Oracle instance shut down.   [Oracle@node1 dbs]$ srvctl start database -d rac   [oracle@node1 dbs]$ srvctl status database -d rac   Instance node1 is running on node node1  Instance node2 is running on node node2 五:连接测试,由此可见,对用户的rename操作,可以继承原有的权限

SQL*Plus: Release 11.2.0.3.0 Production on Tue Mar 6 20:00:52 2012  Copyright (c) 1982, 2011, Oracle.  All rights reserved.   Connected to:  Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production  With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,  Data Mining and Real Application Testing options   SQL> select * from tab;   TNAME                          TABTYPE  CLUSTERID  ------------------------------ ------- ----------  TEST                           TABLE  [Oracle@node1 ~]$ sqlplus xxx/123456@rac5  SQL*Plus: Release 11.2.0.3.0 Production on Tue Mar 6 20:01:22 2012  Copyright (c) 1982, 2011, Oracle.  All rights reserved.   ERROR:  ORA-01017: invalid username/password; logon denied
 


本文出自:亿恩科技【www.enkj.com】

服务器租用/服务器托管中国五强!虚拟主机域名注册顶级提供商!15年品质保障!--亿恩科技[ENKJ.COM]

  • 您可能在找
  • 亿恩北京公司:
  • 经营性ICP/ISP证:京B2-20150015
  • 亿恩郑州公司:
  • 经营性ICP/ISP/IDC证:豫B1.B2-20060070
  • 亿恩南昌公司:
  • 经营性ICP/ISP证:赣B2-20080012
  • 服务器/云主机 24小时售后服务电话:0371-60135900
  • 虚拟主机/智能建站 24小时售后服务电话:0371-60135900
  • 专注服务器托管17年
    扫扫关注-微信公众号
    0371-60135900
    Copyright© 1999-2019 ENKJ All Rights Reserved 亿恩科技 版权所有  地址:郑州市高新区翠竹街1号总部企业基地亿恩大厦  法律顾问:河南亚太人律师事务所郝建锋、杜慧月律师   京公网安备41019702002023号
      0
     
     
     
     

    0371-60135900
    7*24小时客服服务热线