Aquileo | Recent changes to bugshttps://sourceforge.net/p/oratcl/bugs/Recent changes to bugsenThu, 12 Oct 2017 12:47:51 -0000Aquileo | #71 Errors with long colums over 4096 characters.https://sourceforge.net/p/oratcl/bugs/71/?limit=25#935f<div class="markdown_content"><p>commited patch the CVS head.</p></div>Todd HelfterThu, 12 Oct 2017 12:47:51 -0000https://sourceforge.net4909e2f68fb864b7e2f887383f94db8a9f7fa1b2Aquileo | #71 Errors with long colums over 4096 characters.https://sourceforge.net/p/oratcl/bugs/71/?limit=25#3fa2<div class="markdown_content"><ul> <li><strong>status</strong>: open --&gt; open-accepted</li> <li><strong>Group</strong>: --&gt; </li> </ul></div>Todd HelfterThu, 12 Oct 2017 12:13:12 -0000https://sourceforge.net1c6b7c1808b823ee6eea5c36bac15db63dbd88dbAquileo | Errors with long colums over 4096 characters.https://sourceforge.net/p/oratcl/bugs/71/<div class="markdown_content"><p>My production version of Oracle:</p> <p>Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production</p> <p>I also see the same behavior with:</p> <p>Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production</p> <p>FYI, I am using the 32-bit Oracle libraries in my code:</p> <p>set env(ORACLE_LIBRARY) "$env(ORACLE_HOME)/lib32/libclntsh.so"</p> <p>I have a production problem where an Oracle LONG value is being truncated — that is, the production tcl code is not retrieving the entire field, which I determined (by using ‘sqlplus’) is just over 56,000 characters long. The field contents are straight ASCII-7 characters, as far as I know — nothing fancy like Unicode, etc.</p> <p>The ‘oraconfig longsize’ setting in the production tcl script was set to 10 million, much longer than any expected data:</p> <p>oraconfig $cursor longsize 10000000 </p> <p>(I tried using a much smaller longsize of 100000. No joy.)</p> <p>I can duplicate the problem at will. I created a test Oracle table with a single LONG field:</p> <p>Troy Evans</p></div>Todd HelfterThu, 12 Oct 2017 12:09:53 -0000https://sourceforge.net3d76a57176f93cf4c95203f813ecc266e1ec0b3aAquileo | Errors with long colums over 4096 characters.https://sourceforge.net/p/oratcl/bugs/71/<div class="markdown_content"><p>Ticket 71 has been modified: Errors with long colums over 4096 characters.<br/> Edited By: Todd Helfter (tmh)<br/> Status updated: u'open' =&gt; u'open-accepted'</p></div>Todd HelfterThu, 12 Oct 2017 12:09:53 -0000https://sourceforge.netf198166af13752a5668c2f339af8b088998c77b6Aquileo | #70 fetch PL/SQL result in unicode mode returns nothinghttps://sourceforge.net/p/oratcl/bugs/70/?limit=25#8db7<div class="markdown_content"><ul> <li><strong>status</strong>: open-accepted --&gt; closed-wont-fix</li> <li><strong>Group</strong>: --&gt; </li> </ul></div>Todd HelfterTue, 29 Mar 2016 20:15:20 -0000https://sourceforge.netc47e1cf102e8f03e28a0357a143ebf59b3a02a56Aquileo | #69 fetch PL/SQL result into array returns nothinghttps://sourceforge.net/p/oratcl/bugs/69/?limit=25#2d08<div class="markdown_content"><ul> <li><strong>status</strong>: open-accepted --&gt; closed-wont-fix</li> <li><strong>Group</strong>: --&gt; </li> </ul></div>Todd HelfterTue, 29 Mar 2016 17:25:56 -0000https://sourceforge.net318be4ca70f31ab65a4397287248acd9ee77eb4fAquileo | #69 fetch PL/SQL result into array returns nothinghttps://sourceforge.net/p/oratcl/bugs/69/?limit=25#b451<div class="markdown_content"><p>Confirmed that 'select into variables' does not work with Oratcl. Although there is a trivial workaround. One can loop the orafetch command and assign results in the loop.</p> <div class="codehilite"><pre><span class="x"> while </span><span class="err">{</span><span class="x">[orafetch </span><span class="p">$</span><span class="nv">smt</span><span class="x"> -datavariable row] == 0} </span><span class="err">{</span><span class="x"></span> <span class="x"> puts </span><span class="p">$</span><span class="nv">row</span><span class="x"></span> <span class="x"> set v [lindex </span><span class="p">$</span><span class="nv">row</span><span class="x"> 0]]</span> <span class="x"> }</span> </pre></div> </div>Todd HelfterTue, 29 Mar 2016 17:25:40 -0000https://sourceforge.net7781a5d0ca28a848c20ae4ef4c7eb071ddd323f8Aquileo | #67 oratcl does not working on RHEL4 64bitshttps://sourceforge.net/p/oratcl/bugs/67/?limit=25#4836<div class="markdown_content"><ul> <li><strong>status</strong>: open --&gt; closed-wont-fix</li> <li><strong>Group</strong>: --&gt; </li> </ul></div>Todd HelfterTue, 29 Mar 2016 17:08:41 -0000https://sourceforge.netf51e4b78fc571393d6faa7943e3fdf7b13902bafAquileo | #55 oradesc test suite failureshttps://sourceforge.net/p/oratcl/bugs/55/?limit=25#1794<div class="markdown_content"><ul> <li><strong>status</strong>: open --&gt; closed-works-for-me</li> <li><strong>Group</strong>: --&gt; </li> </ul></div>Todd HelfterTue, 29 Mar 2016 17:07:26 -0000https://sourceforge.netc8668f8b9b82cf02aef67296d48db59c2f6383b3Aquileo | #49 oratcl 4.5 test suite fails 14 testshttps://sourceforge.net/p/oratcl/bugs/49/?limit=25&page=1#cc04<div class="markdown_content"><ul> <li><strong>status</strong>: open-rejected --&gt; closed-rejected</li> <li><strong>Group</strong>: --&gt; </li> </ul></div>Todd HelfterTue, 29 Mar 2016 17:06:25 -0000https://sourceforge.netd0a54cab441089dc7708b2c1ed392e5a451d6d9f