8 Aug 2015

Adding current OS user to ORA_DBA

Open the Command Prompt with Run as Administrator

c:\windows\system32>cd\

c:\> net user
--Show all the users of current OS

C:\> net localgroup
--Show all the group of current PC OS

C:\>net localgroup ora_dba /Add <OS user name>

--Add the OS username to a localgroup

No comments:

Post a Comment