Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 74214 invoked from network); 15 Mar 2005 00:33:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 15 Mar 2005 00:33:27 -0000 Received: (qmail 70582 invoked by uid 500); 15 Mar 2005 00:33:26 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 70550 invoked by uid 500); 15 Mar 2005 00:33:26 -0000 Mailing-List: contact derby-user-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Discussion" Delivered-To: mailing list derby-user@db.apache.org Received: (qmail 70535 invoked by uid 99); 15 Mar 2005 00:33:25 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of jta@bristowhill.com designates 66.75.162.133 as permitted sender) Received: from ms-smtp-01-qfe0.socal.rr.com (HELO ms-smtp-01-eri0.socal.rr.com) (66.75.162.133) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 14 Mar 2005 16:33:19 -0800 Received: from [192.168.15.53] (cpe-204-210-23-212.san.res.rr.com [204.210.23.212]) by ms-smtp-01-eri0.socal.rr.com (8.12.10/8.12.7) with ESMTP id j2F0WxkM020476 for ; Mon, 14 Mar 2005 16:33:00 -0800 (PST) Message-ID: <42362D3B.20104@bristowhill.com> Date: Mon, 14 Mar 2005 16:32:59 -0800 From: "Jean T. Anderson" User-Agent: Mozilla Thunderbird 0.9 (X11/20041127) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Derby Discussion Subject: Re: GRANT all on .... to public; style in Derby ? References: <1B37BEFB3456F1428E01932AFA147822E1A5E7@HOUEXCH902.landmark.lgc.com> <002701c528e5$b94d7450$e3118780@skate> In-Reply-To: <002701c528e5$b94d7450$e3118780@skate> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Dan Debrunner did a helpful presentation on "Securing Data with Apache Derby" at the November ApacheCon US. The presentation is available for download from here: http://incubator.apache.org/derby/papers/ApacheConUs04.html -jean Jonathan Eric Miller wrote: > I'm in the process of trying to figure that out myself. To my knowledge > there isn't a SQL GRANT statement. However, I think there are properties > that you can set using a system stored procedure if I remember > correctly. Like I said, I still haven't really figured this out for > myself, so, maybe I'm wrong... I used the following to grant full access > to a database for a user. Not sure how granular you can get with Derby's > security... > > CALL SYSCS_UTIL.SYSCS_SET_DATABASE_PROPERTY( > 'derby.database.fullAccessUsers', > '' > ); > > Jon > > ----- Original Message ----- From: "Bernd Ruehlicke" > To: "Derby Discussion" > Sent: Monday, March 14, 2005 12:46 PM > Subject: GRANT all on .... to public; style in Derby ? > > > Anyone knows if Derby has a similar concept as "GRANT" in Oracle ? > > B-)