AW: AW: schema-questions

2012-07-23 Thread Malte.Kempff
Hi José, It might be a bit theoreticly thining of my own, but my motivation is here that the application code should not necessaryly know about the schema name, as well it does not know anything about user and password. On the other hand, I researched a bit further what oracle got in this cas

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-qu

Re: AW: AW: schema-questions

2012-07-23 Thread Rick Hillegas
ore 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. Malte -Ursprüngliche Nachricht- Von: Tim Watts [mailto:t...@cliftonfarm.org] Gesendet: Mittwoch, 18. Juli 2012 17:48 An: Derby Discus

AW: AW: schema-questions

2012-07-23 Thread Malte.Kempff
/testdb" > maxActive="10" > maxIdle="4"/> > > > Does anybody know what is to be used to be on the right schema > 'USER_STUFF' ? > > > > -Ursprüngliche Nachricht- > Von: Tim Watts [mailto:t...

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
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 I use set command: > JAVA_OPTS=-Dderby.system.home=c:\derby-dbs That looks reasonable. > > I suppose that the JAVA_OPTS are recognized by derby in my particular > case. Oth

AW: AW: schema-questions

2012-07-18 Thread Malte.Kempff
Hi Tim My JAVA_OPS look like that, when I use set command: JAVA_OPTS=-Dderby.system.home=c:\derby-dbs I suppose that the JAVA_OPTS are recognized by derby in my particular case. Otherweise I would not understand why derby produces and writes and reads from the given directory. It is a bit of un