Re: [dbutils] Issue when using more than 1 parameter in query

2015-11-16 Thread Benedikt Ritter
Hello Amol, 2015-11-10 21:03 GMT+01:00 Amol Kulkarni : > Hi, > > I am getting a ORA-00942: table or view does not exist when I query using > dbutils api with 2 parameters. My enviroment si WAS 8.5.5 and oracle db 11g > > I am using dbutils1.6 to make db calls. The problem

Re: Commons Lang substitution

2015-11-16 Thread Benedikt Ritter
Hello, 2015-11-14 22:25 GMT+01:00 Anthony Brice : > I could be wrong, but I do believe StrSubstitor requires a prefix and > suffix. I don't think the class will replace variables that aren't in the > map either, unless you write a custom StrLookup that returns an

Re: Commons Lang substitution

2015-11-16 Thread Jörg Schaible
Benedikt Ritter wrote: > Hello, > > 2015-11-14 22:25 GMT+01:00 Anthony Brice : > >> I could be wrong, but I do believe StrSubstitor requires a prefix and >> suffix. I don't think the class will replace variables that aren't in the >> map either, unless you write a

Re: [dbutils] Issue when using more than 1 parameter in query

2015-11-16 Thread Amol Kulkarni
Yes it does work when done through sql developer command line , also tried from sql plus it works. The problem occurs only through dbutils. On Tue, Nov 17, 2015 at 12:33 AM, Benedikt Ritter wrote: > Hello Amol, > > 2015-11-10 21:03 GMT+01:00 Amol Kulkarni

Re: [dbutils] Issue when using more than 1 parameter in query

2015-11-16 Thread Benedikt Ritter
Hello Amol, can you see the query being sent to your database in the query log? Maybe it is different from what you're expecting. Benedikt 2015-11-17 7:23 GMT+01:00 Amol Kulkarni : > Yes it does work when done through sql developer command line , also tried > from sql