Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Restricting internal access to users.
Hi!
The OS user should not be in an operating system group which was set as SYSDBA or SYSOPER group duing Oracle software installation/linking time. Usually that means that, remove your non-privileged user from dba group.
Hm, I noticed you didn't specify on which platform you're running. The above was for Unix, if on windows, then remove the user from ORA_DBA or ORA_<SID>_DBA group.
Tanel.
"jiju" <jmkuruvilla_at_yahoo.com> wrote in message
news:c396a971.0308110815.fb428af_at_posting.google.com...
> hello,
>
> How do I restrict internal account access to database users? I created
> a user called user1 and granted him connect and resource privileges.
> Now after I connect as user1, I tried 'connect internal' and I get
> connected to the database as 'SYS' which is dangerous. How can I
> restrict this such that when user1 tries to 'connect internal' it will
> prompt for the password. Please help.
>
> Thanks in advance.
>
> jiju
Received on Mon Aug 11 2003 - 12:26:48 CDT
![]() |
![]() |