[PL/SQL] Re: Pass XML string to web service using UTL_HTTP

2018-11-10 Thread Charls K V
Hi Nick, I am getting the same error message for one of my web service calls. I too have two parameters to pass in the url. However it is not as complex as yours, my parameters are static string values. Were you able to find the root cause of this issue? Any pointers to solve this issue will b

Re: SQLPLUS can connect but TNS Error with ODBC

2009-10-04 Thread V
Thanks for your suggestions - I will give them a go and report back. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Oracle PL/SQL" group. To post to this group, send email to Oracle-PLSQL@googlegroups.com To unsubscr

Re: Convert the MS SQL Datepart function to Oracle

2009-07-24 Thread V
My specific problem here is the amount of time it takes to re-arrange each statement - if I wanted to entirely re-write the statements then to_date would be great. There is one apparently on this site but I don't want to sign up to the site:- http://www.sswug.org/articles/guestarticle.aspx?id=26

Re: Convert the MS SQL Datepart function to Oracle

2009-07-23 Thread V
Thanks Thomas but I am essentially looking for someone who has written an oracle function called datepart that replicates the functionality of MS SQL datepart in order to make the code conversion considerably faster. --~--~-~--~~~---~--~~ You received this message b