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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Changing Oracle gid and uid?

Re: Changing Oracle gid and uid?

From: Radoulov, Dimitre <cichomitiko_at_gmail.com>
Date: Fri, 7 Oct 2005 12:00:30 +0200
Message-ID: <010701c5cb25$f4fa25b0$1a03310a@IBME1D11967173>


> I have been gently reminded that use of 'xargs' in conjunction with 'find'
> (piped output) is vastly superior to use of the '-exec' option of 'find'
> alone. This is in line with the core Unix approach of "software tools",
> and I agree whole-heartedly. (The problem is one of exec'ing a new
> process for every found file using 'find ... -exec ...', versus exec'ing
> just one process for a whole bunch of input filenames at once).

Of course ..., as long as you reach the "too many arguments" limit of some utility (ex. rm) :O).
In that case your first suggestion will be useful.

Cheers,
Dimitre

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Oct 07 2005 - 05:04:18 CDT

Original text of this message

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