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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Issuing Oracle administrative commands from restricted user account

Re: Issuing Oracle administrative commands from restricted user account

From: Rauf Sarwar <rs_arwar_at_hotmail.com>
Date: 12 Feb 2003 20:42:37 -0800
Message-ID: <92eeeff0.0302122042.2cc6111c@posting.google.com>


"FC" <flavio_at_tin.it> wrote in message news:<JYt2a.228733$AA2.8896727_at_news2.tin.it>...
> Hello folks,
> I guess my problem is very common, however I can't find a solution in the
> Windows 2000 documentation I own.
> I want to execute several commands inside a batch progam (.bat) like
> LSNRCTL, ORADIM and so on.
> Each command requires administrator privileges, so I thought it would be
> sufficient to "runas" the batch program itself as Administrator while
> connected as a restricted user, but it doesn't work, the commands end up in
> error.
> Is there any specific policy preventing inheritable permissions from working
> ?
> Or any special right to be granted ?
>
> Thanks in advance for the help.
>
> Bye,
> Flavio

Are you providing the administrator password when prompted? Run a single command from command line and see if it works. Running runas from command line works fine, e.g.

C:\> runas /user:<domain>\administrator "lsnrctl start" Enter password for <domain>\administrator:

Regards
/Rauf Sarwar Received on Wed Feb 12 2003 - 22:42:37 CST

Original text of this message

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