Debug - Oracle system to verify login rights deficiencies

Class today validation system administrator login to use Oracle, suggesting that lack of my rights, Internet search, the problem should be the current user is not in ora_dba group, Utrecht, adding it does not go on the line

Looking for a long, win10 Home Edition pit Daddy found it without a graphical user interface and the local group, which is irritating stuff, then go to management Dos command local users and groups, this addition to this next record

  1. Use net userthe command to view the user:
C:\Users\Ryan>net user
\\LAPTOP-AL881I61 的用户帐户
-------------------------------------------------------------------------------
Administrator            CDFAccount               DefaultAccount
Guest                    Ryan                     WDAGUtilityAccount
命令成功完成。
  1. Use net localgroupthe command to view a local user group:
C:\Users\Ryan>net localgroup
\\LAPTOP-AL881I61 的别名
-------------------------------------------------------------------------------
*__vmware__
*Administrators
*Device Owners
*Distributed COM Users
*Event Log Readers
*Guests
*Hyper-V Administrators
*IIS_IUSRS
*ora_dba
*Performance Log Users
*Performance Monitor Users
*Remote Management Users
*System Managed Accounts Group
*Users
命令成功完成。
  1. Use net user usernamea look at what your users are now the group:
C:\Users\Ryan>net user username
用户名                 username
全名                   username
注释
用户的注释
国家/地区代码          000 (系统默认值)
帐户启用               Yes
帐户到期               从不
上次设置密码           ‎2020/‎3/‎7 1:03:40
密码到期               从不
密码可更改             ‎2020/‎3/‎7 1:03:40
需要密码               No
用户可以更改密码       Yes
允许的工作站           All
登录脚本
用户配置文件
主目录
上次登录               ‎2020/‎3/‎7 1:03:38
可允许的登录小时数     All
本地组成员             *Administrators       *ora_dba
全局组成员             *None
命令成功完成。
  1. You can see, I am a member of a local group which has ora_dba, if not, use the net localgroup ora_dba username /addcommand to add

  2. Try to use the system can not verify the login Oracle

C:\Users\Ryan>sqlplus / as sysdba
SQL*Plus: Release 11.2.0.1.0 Production on 星期一 3月 23 20:31:16 2020
Copyright (c) 1982, 2010, Oracle.  All rights reserved.
连接到:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
  1. solve

Guess you like

Origin www.cnblogs.com/mdz3201/p/12558244.html