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: Select after update

Re: Select after update

From: Jim Kennedy <kennedy-down_with_spammers_at_attbi.com>
Date: Thu, 05 Jun 2003 14:36:29 GMT
Message-ID: <NzIDa.842052$OV.796247@rwcrnsc54>


Only grant them select privs. eg
grant select on myTable to george;
Jim

-- 
Replace part of the email address: kennedy-down_with_spammers_at_attbi.com
with family.  Remove the negative part, keep the minus sign.  You can figure
it out.
"Erwin1971" <schilt_at_hotmail.com> wrote in message
news:dde832f0.0306050615.4af57b90_at_posting.google.com...

> I'm curious if it's possible, if an SQL statement starts with
> "Select", to make changes to the database you are using. Like a
> statement Select...after update...I would like to create a control so
> that users can only make sql statements to view the database not to
> alter it.
Received on Thu Jun 05 2003 - 09:36:29 CDT

Original text of this message

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