AW: AW: schema-questions

2012-07-23 Thread Malte.Kempff
set schema now in my applicational code. Malte Von: José Ventura [mailto:st.ne...@gmail.com] Gesendet: Montag, 23. Juli 2012 16:45 An: Derby Discussion Betreff: Re: AW: schema-questions Out of curiosity, and maybe a little off-topic: is there a reason to use

Re: AW: schema-questions

2012-07-23 Thread José Ventura
Out of curiosity, and maybe a little off-topic: is there a reason to use a separate schema, when you can use a separate database? For example, if I have two completely unrelated applications, I think I would create two databases, and one datasource for each: On Oracle I may have one database w

AW: AW: schema-questions

2012-07-23 Thread Malte.Kempff
Hi Kristian, You mean th qualifier for the tables, right. like in my case select * from user_stuff.users Malte Von: Kristian Waagan [mailto:kristian.waa...@oracle.com] Gesendet: Montag, 23. Juli 2012 16:32 An: derby-user@db.apache.org Betreff: Re: AW: schema

Re: AW: schema-questions

2012-07-23 Thread Kristian Waagan
On 23.07.2012 15:34, malte.kem...@de.equens.com wrote: Actually I found 2 hints 1. use SET CURRENT SCHEMA 2. Make your own custom authentication For completeness, one can also specify the schema explicitly in the queries of course. I don't know if there are scenarios where this appr

Re: AW: AW: schema-questions

2012-07-23 Thread Rick Hillegas
oracle.com] Gesendet: Montag, 23. Juli 2012 15:48 An: derby-user@db.apache.org Betreff: Re: AW: schema-questions On 7/23/12 6:34 AM, malte.kem...@de.equens.com wrote: Hi to all, I tried to find something on the internet belongig to my question: what is to do for connecting with a user to a different s

AW: AW: schema-questions

2012-07-23 Thread Malte.Kempff
An: derby-user@db.apache.org Betreff: Re: AW: schema-questions On 7/23/12 6:34 AM, malte.kem...@de.equens.com wrote: > Hi to all, > I tried to find something on the internet belongig to my question: > what is to do for connecting with a user to a different schema than > the use

Re: AW: schema-questions

2012-07-23 Thread Rick Hillegas
e used to be on the right schema 'USER_STUFF' ? -Ursprüngliche Nachricht- Von: Tim Watts [mailto:t...@cliftonfarm.org] Gesendet: Donnerstag, 19. Juli 2012 18:44 An: Derby Discussion Betreff: Re: AW: AW: AW: schema-questions On Thu, 2012-07-19 at 17:23 +0200, malte.kem...@de.

AW: schema-questions

2012-07-23 Thread Malte.Kempff
---Ursprüngliche Nachricht- Von: Tim Watts [mailto:t...@cliftonfarm.org] Gesendet: Donnerstag, 19. Juli 2012 18:44 An: Derby Discussion Betreff: Re: AW: AW: AW: schema-questions On Thu, 2012-07-19 at 17:23 +0200, malte.kem...@de.equens.com wrote: > Do I get it right, that the threads defined i

AW: AW: AW: AW: schema-questions

2012-07-20 Thread Malte.Kempff
:-) -Ursprüngliche Nachricht- Von: Kristian Waagan [mailto:kristian.waa...@oracle.com] Gesendet: Freitag, 20. Juli 2012 09:26 An: derby-user@db.apache.org Betreff: Re: AW: AW: AW: schema-questions On 19.07.2012 18:44, Tim Watts wrote: > My impression is that your goal is to explore web

Re: AW: AW: AW: schema-questions

2012-07-20 Thread Kristian Waagan
On 19.07.2012 18:44, Tim Watts wrote: My impression is that your goal is to explore web app development using Derby. In general, focusing on performance tuning in the absence of an actual performance issue is not going to be very productive. The above sounds like a good piece of advice to me.

Re: AW: AW: AW: schema-questions

2012-07-19 Thread Tim Watts
using Derby. In general, focusing on performance tuning in the absence of an actual performance issue is not going to be very productive. > Malte > > > -Ursprüngliche Nachricht- > Von: Tim Watts [mailto:t...@cliftonfarm.org] > Gesendet: Mittwoch, 18. Juli 2012 17:48 &g

AW: AW: AW: schema-questions

2012-07-19 Thread Malte.Kempff
icht- Von: Tim Watts [mailto:t...@cliftonfarm.org] Gesendet: Mittwoch, 18. Juli 2012 17:48 An: Derby Discussion Betreff: Re: AW: AW: schema-questions Hi Malte, On Wed, 2012-07-18 at 13:44 +0200, malte.kem...@de.equens.com wrote: > Hi Tim > My JAVA_OPS look like that, when

Re: AW: AW: schema-questions

2012-07-18 Thread Tim Watts
er.html > > Lastly, let me point out that there is absolutely NO requirement to run the Derby war in order to use Derby from a web application. You could just as easily run the Derby Network Server in a separate process or use an embedded Derby engine. Just wanted to point that out so y

AW: AW: schema-questions

2012-07-18 Thread Malte.Kempff
hat something totally different? -Ursprüngliche Nachricht- Von: Tim Watts [mailto:t...@cliftonfarm.org] Gesendet: Dienstag, 17. Juli 2012 22:36 An: Derby Discussion Betreff: Re: AW: schema-questions On Tue, 2012-07-17 at 18:13 +0200, malte.kem...@de.equens.com wrote: > I start t

Re: AW: schema-questions

2012-07-17 Thread Tim Watts
On Tue, 2012-07-17 at 18:13 +0200, malte.kem...@de.equens.com wrote: > I start tomcat (version 6) with ist startup batch file only > OK. What displays when you type echo %JAVA_OPTS% at the command prompt? To verify whether it's being passed through to Tomcat try saving the following to webapps

Re: AW: schema-questions

2012-07-17 Thread Rick Hillegas
On 7/17/12 9:15 AM, malte.kem...@de.equens.com wrote: Hi Rick, Thanks a lot for you fast answer. Right now I am just trying to practice some web-application programming, so it does not matter much to me using BUILTIN, even though it has no productive quality. But thanks for the hint with NATI

AW: schema-questions

2012-07-17 Thread Malte.Kempff
Hi Rick, Thanks a lot for you fast answer. Right now I am just trying to practice some web-application programming, so it does not matter much to me using BUILTIN, even though it has no productive quality. But thanks for the hint with NATIVE. Using the configuration right now lets use Tomcat t

AW: schema-questions

2012-07-17 Thread Malte.Kempff
I start tomcat (version 6) with ist startup batch file only -Ursprüngliche Nachricht- Von: Tim Watts [mailto:t...@cliftonfarm.org] Gesendet: Dienstag, 17. Juli 2012 18:08 An: Derby Discussion Betreff: Re: schema-questions On Tue, 2012-07-17 at 16:44 +0200, malte.kem...@de.equens.com wr