Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: starting Oracle from a account that has administrative privilege and a member of ora_dba group

Re: starting Oracle from a account that has administrative privilege and a member of ora_dba group

From: Paul Drake <drak0nian_at_yahoo.com>
Date: 12 Feb 2003 21:58:26 -0800
Message-ID: <1ac7c7b3.0302122158.32ecd2c3@posting.google.com>


"Tanel Poder" <tanel_at_remove.this.peldik.com> wrote in message news:<3e4ab994$1_2_at_news.estpak.ee>...
> Hi!
>
> Just to have my 2 cents here as well, I use:
>
> set ORACLE_SID=<SID>
> echo startup | sqlplus "/ as sysdba"
>
> But since you are an administrator in your computes you also could just
> start the oracle service from service control panel or use "net start
> OracleServiceSID" from command prompt. (you might hit a conflict here, when
> Oracle service is configured to tun under SYSTEM OS user, you should remove
> sqlnet.authentication_services=(nts) from your sqlnet.ora in case of
> problems with startup. Or configure the service to run under a real domain
> user)
>
> Cheers,
> Tanel.

imho - I'd use a local account to own the services (and filesystems). In this manner, if the server is unable to communicate with a domain contoller, the service can still start.

If you want to add domain users or domain groups to a local group, that's your choice. If you want the server to not participate in a domain, you have that choice also.

Paul Received on Wed Feb 12 2003 - 23:58:26 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US