Become familiar with sed and awk.
Chris Mathrusse
christopher.mathru...@sybase.com
Sybase, Inc
From:
kiran vuppla
To:
user-java@ibatis.apache.org
Date:
03/23/2010 11:16 AM
Subject:
Re: Ibatis sql-maps
I do have sql-maps written for Oracle Database. Is there any tool or
something that I
@ibatis.apache.org
Sent: Thu, March 18, 2010 5:19:33 PM
Subject: Re: Ibatis sql-maps
2010/3/18 kiran vuppla :
> Actually I don't like to write a java client too as I need to provide this
> to DBA to verify the SQL queries. He don't have any idea of Java. I would
> appreciate if there is
2010/3/18 kiran vuppla :
> Actually I don't like to write a java client too as I need to provide this
> to DBA to verify the SQL queries. He don't have any idea of Java. I would
> appreciate if there is something I can use without writing Java Code and get
> the generated SQLs from sql-maps.
> Than
s.
Thanks.
From: Chema
To: user-java@ibatis.apache.org
Sent: Thu, March 18, 2010 4:06:57 PM
Subject: Re: Ibatis sql-maps
2010/3/18 kiran vuppla :
> Thanks. Is it freeware?
>
I guess that you can use p6spy for, you must run your application. So,
y
2010/3/18 kiran vuppla :
> Thanks. Is it freeware?
>
I guess that you can use p6spy for, you must run your application. So,
you could perform it with log4j
Maybe you only need a "dumb" standalone Java client which calls your methods
--
> Sent: Thu, March 18, 2010 3:34:38 PM
> Subject: Re: Ibatis sql-maps
>
>
> you should try p6spy.
>
> kiran vuppla wrote:
>>
>> Hi,
>>
>> I am using sql-maps and IBatis to do database related stuff. In my
>> sql-maps most of them have ${} and #[]
Thanks. Is it freeware?
From: shamim
To: user-java@ibatis.apache.org
Sent: Thu, March 18, 2010 3:34:38 PM
Subject: Re: Ibatis sql-maps
you should try p6spy.
kiran vuppla wrote:
>
> Hi,
>
> I am using sql-maps and IBatis to do database relat
you should try p6spy.
kiran vuppla wrote:
>
> Hi,
>
> I am using sql-maps and IBatis to do database related stuff. In my
> sql-maps most of them have ${} and #[]# for dynamic parameters created at
> run-time. I can only see the generated sql when I run my application. I
> would like to run th