dbTalk Databases Forums  

administrative rights to Windows Server

comp.databases.oracle.server comp.databases.oracle.server


Discuss administrative rights to Windows Server in the comp.databases.oracle.server forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Anthony
 
Posts: n/a

Default administrative rights to Windows Server - 05-23-2007 , 11:36 AM






I know that we need administrative rights to a window box during
installation and configuration.
After cutover to production, is it possible for the DBA to survive if
administrative rights are revoked?
What daily/often-run tasks will be affected?

Thanks for any suggestion.

PS (Our system admin has taken away admin rights from us, so far, we
are able to identify 10 areas, but all of them have workaround/fixes
of some sort).


Reply With Quote
  #2  
Old   
sybrandb@hccnet.nl
 
Posts: n/a

Default Re: administrative rights to Windows Server - 05-23-2007 , 12:19 PM






On 23 May 2007 09:36:14 -0700, Anthony <akkha1234 (AT) gmail (DOT) com> wrote:

Quote:
I know that we need administrative rights to a window box during
installation and configuration.
After cutover to production, is it possible for the DBA to survive if
administrative rights are revoked?
What daily/often-run tasks will be affected?

Thanks for any suggestion.

PS (Our system admin has taken away admin rights from us, so far, we
are able to identify 10 areas, but all of them have workaround/fixes
of some sort).
Yes, it is possible, provided your local windows account is in the
local ora_<sid>_dba group (sid being optional), or you have set up a
password file and granted any Oracle account sysdba and/or sysoper
privilege.

Obviously, this is described in the Windows specific documentation.

--

Sybrand Bakker
Senior Oracle DBA


Reply With Quote
  #3  
Old   
Anthony
 
Posts: n/a

Default Re: administrative rights to Windows Server - 05-23-2007 , 01:01 PM



I did go through the windows installation and platform guide briefly.
It mostly covers the initial installation and configuration part and
did not mention about daily operation. We already setup ORA_DBA group
for example.

Just to throw in a few ideas, when we were revoked system admin, we
can no longer get to scheduled tasks, we can not get to the oracle
database files and oracle dump files. A vbs script which extracts
event log breaks down etc.
Things like this we deal with on a daily basis. I hope some suggestion
from real life experience.


Reply With Quote
  #4  
Old   
Anthony
 
Posts: n/a

Default Re: administrative rights to Windows Server - 05-23-2007 , 01:15 PM



I did go through the windows installation and platform guide briefly.
It mostly covers the initial installation and configuration part and
did not mention about daily operation. We already setup ORA_DBA group
for example.

Just to throw in a few ideas, when we were revoked system admin, we
can no longer get to scheduled tasks, we can not get to the oracle
database files and oracle dump files. A vbs script which extracts
event log breaks down etc.
Things like this we deal with on a daily basis. I hope some suggestion
from real life experience.


Reply With Quote
  #5  
Old   
Anthony
 
Posts: n/a

Default Re: administrative rights to Windows Server - 05-23-2007 , 01:16 PM



I did go through the windows installation and platform guide briefly.
It mostly covers the initial installation and configuration part and
did not mention about daily operation. We already setup ORA_DBA group
for example.

Just to throw in a few ideas, when we were revoked system admin, we
can no longer get to scheduled tasks, we can not get to the oracle
database files and oracle dump files. A vbs script which extracts
event log breaks down etc.
Things like this we deal with on a daily basis. I hope some suggestion
from real life experience.


Reply With Quote
  #6  
Old   
sybrandb@hccnet.nl
 
Posts: n/a

Default Re: administrative rights to Windows Server - 05-23-2007 , 01:43 PM



On 23 May 2007 11:01:00 -0700, Anthony <akkha1234 (AT) gmail (DOT) com> wrote:

Quote:
I did go through the windows installation and platform guide briefly.
It mostly covers the initial installation and configuration part and
did not mention about daily operation. We already setup ORA_DBA group
for example.

Just to throw in a few ideas, when we were revoked system admin, we
can no longer get to scheduled tasks, we can not get to the oracle
database files and oracle dump files. A vbs script which extracts
event log breaks down etc.
Things like this we deal with on a daily basis. I hope some suggestion
from real life experience.
I don't think your issue has much to do with Oracle. Your issue has
everything to do with authority.
Why would a non sys-admin need to fiddle around with scheduled tasks
and parse the event log?
Why would one need to have access to the Oracle database files?
Apparently you don't use any tool Oracle provides to administer the
database, but instead your sysadmin assumes you have seized control of
the system (which is partly correct) and he doesn't like that.
I must say I agree: either each of you have their own responsibility,
or you take over all of the system, and you can turn it into whatever
mess you prefer.

--
Sybrand Bakker
Senior Oracle DBA


Reply With Quote
  #7  
Old   
Anthony
 
Posts: n/a

Default Re: administrative rights to Windows Server - 05-23-2007 , 04:52 PM



Obviously, we have different job requirements of DBA..

For me, I look into the event log to look for oracle related event
(please read 6-6 of Oracle Documentation Platform Guide 10gr2 for
Microsoft Windows (32Bit) B14304-05).

I also sometimes want to check the database files, examining the
actual physical sizes and/or timestamps as reported by the window
explorer. I also need to check oracle alert log and sometimes oracle
trace files for performance tuning. I also schedule task which I do
not think oracle job is the best tools. All of this I cannot do now
when admin rights are taken away.

How about you?


Reply With Quote
  #8  
Old   
Anthony
 
Posts: n/a

Default Re: administrative rights to Windows Server - 05-23-2007 , 04:55 PM



On May 23, 11:43 am, sybra... (AT) hccnet (DOT) nl wrote:
Quote:
On 23 May 2007 11:01:00 -0700, Anthony <akkha1... (AT) gmail (DOT) com> wrote:

I did go through the windows installation and platform guide briefly.
It mostly covers the initial installation and configuration part and
did not mention about daily operation. We already setup ORA_DBA group
for example.

Just to throw in a few ideas, when we were revoked system admin, we
can no longer get to scheduled tasks, we can not get to the oracle
database files and oracle dump files. A vbs script which extracts
event log breaks down etc.
Things like this we deal with on a daily basis. I hope some suggestion
from real life experience.

I don't think your issue has much to do with Oracle. Your issue has
everything to do with authority.
Why would a non sys-admin need to fiddle around with scheduled tasks
and parse the event log?
Why would one need to have access to the Oracle database files?
Apparently you don't use any tool Oracle provides to administer the
database, but instead your sysadmin assumes you have seized control of
the system (which is partly correct) and he doesn't like that.
I must say I agree: either each of you have their own responsibility,
or you take over all of the system, and you can turn it into whatever
mess you prefer.

--
Sybrand Bakker
Senior Oracle DBA
Obviously, we have different job requirements of DBA..

For me, I look into the event log to look for oracle related event
(please read 6-6 of Oracle Documentation Platform Guide 10gr2 for
Microsoft Windows (32Bit) B14304-05).

I also sometimes want to check the database files, examining the
actual physical sizes and/or timestamps as reported by the window
explorer. I also need to check oracle alert log and sometimes oracle
trace files for performance tuning. I also schedule task which I do
not think oracle job is the best tools. All of this I cannot do now
when admin rights are taken away.

How about you?



Reply With Quote
  #9  
Old   
Anthony
 
Posts: n/a

Default Re: administrative rights to Windows Server - 05-23-2007 , 07:44 PM



Interesting. We probably have different job requirements and maybe
even definition of DBA.

I go to the event log to retrieve any oracle-related events (Please
refer to page6-6 of Oracle Documentation Platform Guide for Windows
(32-bit)). I need to check the disk and the filesizes/timestamps of my
database files time and again. At least to assure me that there is
enough disk space. I also need to get to oracle alert log every day
and sometimes oracle trace log when doing performance tuning. I guess
ensuring the database running smoothly is part of duties of DBAs.

I schedule tasks. I do not think Oracle jobs can do everything I need
efficiently. Jobs like export, extraction of data to another system
etc., running sql*report (not sql plus).

I cannot do any of this once administrative rights are revoked on a
windows platform without the SA "messing" around the system.

How about you? Do you need to do any of them? If not, what do you as
an DBA?



Reply With Quote
  #10  
Old   
EscVector
 
Posts: n/a

Default Re: administrative rights to Windows Server - 05-23-2007 , 09:20 PM



On May 23, 2:16 pm, Anthony <akkha1... (AT) gmail (DOT) com> wrote:
Quote:
I did go through the windows installation and platform guide briefly.
It mostly covers the initial installation and configuration part and
did not mention about daily operation. We already setup ORA_DBA group
for example.

Just to throw in a few ideas, when we were revoked system admin, we
can no longer get to scheduled tasks, we can not get to the oracle
database files and oracle dump files. A vbs script which extracts
event log breaks down etc.
Things like this we deal with on a daily basis. I hope some suggestion
from real life experience.

http://www.microsoft.com/technet/sec...g/default.mspx
Take a look at local or domain security policies. Also, your atomic
file permissions are settable on many levels. You have to grant
access rights to the event logs and and scheduler.

Another good link with answers:
http://www.petefinnigan.com/orasec.htm

http://x220.minasi.com/forum/
If it's windows, ask minasi.



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.