Activity for oratcl

  • Miguel Bañón Miguel Bañón posted a comment on discussion Open Discussion

    The failing DML tests are arraydml-1.1 and arraydml-1.5, the handle becomes invalid after the data insertion oraexec. set tst1_1(res) [oraexec $tst1_1(stm)] <- turns handle to an invalid state oraparse $tst1_1(stm) $tst1_1(sel) oraexec $tst1_1(stm) while {[orafetch $tst1_1(stm) -datavariable row] == 0} { # null statment } The return code by the failing orafetch is "ORA-24338: statement handle not executed". Closing the current handle and opening a new one works well, but it is not a solution: set...

  • Todd Helfter Todd Helfter posted a comment on discussion Help

    Current version of TCL and Oratcl should work find with 19c database.

  • Todd Helfter Todd Helfter posted a comment on discussion Open Discussion

    Hello Oratcl users. Oratcl 4.6 can connect to a 21c database. Some tests engines are failing and I will have to review what code updates are required. oralogon.test: Total 7 Passed 7 Skipped 0 Failed 0 oraopen.test: Total 5 Passed 5 Skipped 0 Failed 0 orainfo.test: Total 5 Passed 5 Skipped 0 Failed 0 oraparse.test: Total 2 Passed 2 Skipped 0 Failed 0 orabind.test: Total 11 Passed 11 Skipped 0 Failed 0 oraexec.test: Total 11 Passed 11 Skipped 0 Failed 0 orafetch.test: Total 2 Passed 2 Skipped 0 Failed...

  • pk2703 pk2703 posted a comment on discussion Help

    We are going to upgrade oracle database from 11.2.0.4.0 to 19.x Currently we are using 8.5.13 version for TCL Will current version of TCL work with 19.x Oracle database? or we will need to update it? OS : Solaris 10

  • Larry W. Virden Larry W. Virden posted a comment on discussion Help

    Maybe make a special support call available to ask for the information? On Tue, Mar 26, 2019 at 2:34 PM Todd Helfter tmh@users.sourceforge.net wrote: first clue: oci.h : #define OCI_FNCODE_LOBLENGTH2 114 Instead of the oracols.test using a hard coded value of 86, I should see if I can determine the lob length programatically. Oratcl 4.6 on Oracle 18c https://sourceforge.net/p/oratcl/discussion/40540/thread/15201430d9/?limit=25#85be Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/oratcl/discussion/40540/...

  • Todd Helfter Todd Helfter posted a comment on discussion Help

    first clue: oci.h : #define OCI_FNCODE_LOBLENGTH2 114 Instead of the oracols.test using a hard coded value of 86, I should see if I can determine the lob length programatically.

  • Todd Helfter Todd Helfter posted a comment on discussion Help

    I have just attempted to run the test suite for Oratcl against 18c for the first time. tcl : 8.6.7 oratcl : 4.6 oracle client : 18.3.0.0.0 (x86-64 linux) oracle database : 18.0.0.0.0 (x86-64 linux) I'm seeing errors in these tests: oracols.test oradesc.test oralob.test arraydml.test This appears to be related to the size of a lob_locator being increased from 86 to 114. I will begin remediation efforts to see what has changed and provide a patch.

  • Todd Helfter Todd Helfter posted a comment on discussion Help

    I have not seen this error before, but have not used 10g in a very long time. If this is still a concern, please attach the version of your OS (32b or 64b) and the version of Oracle 10 and I will attempt to recreate a test case. -Todd

  • Jens Georg Frøjk Jens Georg Frøjk posted a comment on discussion Help

    Anybody got the ORA-24315 error when doing oralogon ? And know a resolution? I do: set lda [oralogon bmssa/bmssa_pwd@AX30TEST] Then Oratcl returns ORA-24315: illegal attribute type I have done a lot of SQLNET trace, strip down the TNS, ... ect., but no luck. The enviroment is Oracle 10g on windows and Oratcl46.dll. The Oratcl is part of the HammerDB test tool. I do not know if Oratcl46.dll was compiled by them. So as long I have this error, I can not use the HammerDB test tool, and benchmark my new...

  • Todd Helfter Todd Helfter committed [r800]

    add function ::Oratcl::utils::getLogo to Expose the oratcl powered logo for external use

  • Tariq Tariq committed [r9]

    Tests to exercise the basic Oratcl commands

  • Tariq Tariq committed [r15]

    Tests the orabindexec command

  • Tariq Tariq committed [r5]

    Added notes on using Oratcl with Tcl8.1

  • Tariq Tariq committed [r12]

    Tests the insertion of tables and columns with internationlizationed characters

  • Tariq Tariq committed [r19]

    Contains instructions and info on running test suite

  • --none-- committed [r3]

    This commit was manufactured by cvs2svn to create tag 'oratcl-2-5'.

  • Tariq Tariq committed [r2]

    initial check-in of Oratcl 2.5

  • Tariq Tariq committed [r4]

    Added changes for Internationalization

  • Tariq Tariq committed [r6]

    Added changes to compile with Tcl8.1 and stubs library.

  • Tariq Tariq committed [r21]

    Generates TEA configure file for shared libraries only

  • Tariq Tariq committed [r23]

    Initial check in of Oratcl man page

  • Tariq Tariq committed [r14]

    Tests the orafetch command with internationalized strings

  • Tariq Tariq committed [r17]

    Tests the oraplexec command with internationalized strings

  • --none-- committed [r1]

    Standard project directories initialized by cvs2svn.

  • Tariq Tariq committed [r8]

    DLL for Oratcl version 2.6 which has been modified for Internationlization and uses stubs library.

  • Tariq Tariq committed [r11]

    Second test file to test internationization of Oratcl

  • Tariq Tariq committed [r10]

    First test file containing tests for internationization of Oratcl

  • Tariq Tariq committed [r18]

    tests the oraplexec command

  • Tariq Tariq committed [r13]

    Tests the orabindexec command with internationalized strings

  • Tariq Tariq committed [r22]

    Generates TEA Makefile for shared libraries only

  • Tariq Tariq committed [r45]

    Changed connect string to or8i. Note this connect string may change in the future and this test will no longer work

  • Wart Wart committed [r28]

    Minor bugfixes to get oratcl to build in a TEA environment.

  • Tariq Tariq committed [r52]

    Contains definitions needed for Oracle 8 OCI API

  • Tariq Tariq committed [r25]

    Added for TEA

  • Wart Wart committed [r27]

    Added require TEA file

  • Wart Wart committed [r36]

    Makefile.in: Install OCIW32.DLL temporarily to "fake" an oracle installation

  • Tariq Tariq committed [r53]

    Added check for ora803.lib which is needed when using Oracle 8 OCI

  • Tariq Tariq committed [r43]

    Changed connect string to or8i. THis connect string may change in the future andthis test will not work

  • Tariq Tariq committed [r58]

    Oracle env vars now set in test

  • Tariq Tariq committed [r26]

    Needed for TEA

  • Tariq Tariq committed [r42]

    Changed connect string to or8i. This connect string may change in the

  • Wart Wart committed [r31]

    Copied newer version from sample TEA extension

  • Wart Wart committed [r32]

    Removed commands that were trying to install 0 header files.

  • Tariq Tariq committed [r46]

    Fixed bug with variable x declaration. Also changed connect string to or8i

  • Tariq Tariq committed [r56]

    Oracle env variables now set in test

  • Tariq Tariq committed [r38]

    fixed a bug for logging off oracle

  • Tariq Tariq committed [r44]

    Changed connect string to or8i. This connect string may change in the future and this test will no longer work.

  • Tariq Tariq committed [r64]

    Updates to insert compile flag for Version 7 Databases

  • Tariq Tariq committed [r65]

    Added compile flag for using version 7 Oracle database

  • Tariq Tariq committed [r63]

    Added notes on Oratcl2.6 and brief explanation on how to build Oratcl using TEA

  • Wart Wart committed [r49]

    Oracle dll needed so that Oratcl can run. This should come with

  • Tariq Tariq committed [r67]

    Removed conditional code to set NLS_LANG environment variable

  • Wart Wart committed [r34]

    pkgIndex.tcl should be installed into the correct directory now.

  • Tariq Tariq committed [r47]

    Added drop procedure statement for PL/SQL statement created in this test.

  • Wart Wart committed [r48]

    New pkgIndex file template. Auto-generating the pkgIndex file was just

  • Tariq Tariq committed [r54]

    Fixed a bug in SHLIB_LD_FLAGS

  • Tariq Tariq committed [r57]

    Oracle env vars now set in script

  • Wart Wart committed [r37]

    OCIW32.DLL now installed into the correct location

  • Tariq Tariq committed [r51]

    Changes for using OCILogin call from Oracle 8 OCI API instead of ologon from Oracle 7 API. This change enables Oratcl to work with Oracle 8i.

  • Wart Wart committed [r30]

    Removed installation of non-existent "oratcl.h"

  • Wart Wart committed [r33]

    Fixed bug when running mkIndex.tcl

  • Wart Wart committed [r29]

    Removed config.status: and configure: targets from Makefile

  • surles committed [r35]

    OraTcl warnings have been fixed.

  • Tariq Tariq committed [r39]

    fixed bug for logging off oracle. Changed connect string to or8i which will allow connection to the oracle 8i db on uncle. Note: this connection string is subject to change in the future.

  • Tariq Tariq committed [r41]

    changed connect string to or8i. This string may change in the future

  • Tariq Tariq committed [r24]

    Fixed a bug in install target

  • Tariq Tariq committed [r55]

    Oracle env variables now set in script

  • Tariq Tariq committed [r59]

    Oracle env vars, now set in script

  • Tariq Tariq committed [r62]

    Changed using ora803.lib to oci.lib

  • Tariq Tariq committed [r61]

    Addwd Oratcl 2.6 info

  • Tariq Tariq committed [r68]

    Reverted to older dll without NLS_LANG set

  • Tariq Tariq committed [r60]

    Oracle env var now set in script

  • Tariq Tariq committed [r66]

    Changes to put #ifdef's around OCI8 calls

  • --none-- committed [r83]

    This commit was manufactured by cvs2svn to create tag 'scriptics-sc-1-0'.

  • Tariq Tariq committed [r72]

    Contains system specific Oracle data (logon name, password connection string) and also sources Oratcl and test packages

  • Tariq Tariq committed [r73]

    Removed system specific info such as Oracle logon name and sourced defs.tcl instead

  • Tariq Tariq committed [r71]

    Sources Oratcl test files

  • Tariq Tariq committed [r70]

    Fixed bug to check for ealier Oracle version of libclient.a

  • Tariq Tariq committed [r74]

    added test target

  • --none-- committed [r84]

    This commit was manufactured by cvs2svn to create tag 'scriptics-

  • --none-- committed [r85]

    This commit was manufactured by cvs2svn to create tag 'scriptics-sc-1-1'.

  • Tariq Tariq committed [r77]

    Put back variable OTHER_LD_SEARCH_FLAGS so users do not have to have LD_LIBRARY_PATH set in their environment.

  • Tariq Tariq committed [r79]

    Fixed bug when using the Oratcl 8 API calls for login and logoff.

  • --none-- committed [r86]

    This commit was manufactured by cvs2svn to create tag 'scriptics-sc-1-1-b1'.

  • Wart Wart committed [r76]

    Fixed quoting around oracle library names so that if the oracle libs are

  • Tariq Tariq committed [r78]

    Test for logon/logoff problem that occurred when using the Oracle 8 API calls

  • --none-- committed [r81]

    This commit was manufactured by cvs2svn to create branch 'scriptics-

  • Tariq Tariq committed [r69]

    Removed flag that caused NLS_LANG variable to be set

  • --none-- committed [r82]

    This commit was manufactured by cvs2svn to create tag 'scriptics-bc-1-0-b1'.

  • Wart Wart committed [r94]

    Added support for building under Win95/98 using cygwin

  • Wart Wart committed [r91]

    Updated to reflect recent TEA changes

  • Wart Wart committed [r92]

    Updated to reflect recent TEA changes

  • Wart Wart committed [r90]

    Updated to reflect recent TEA changes

  • --none-- committed [r88]

    This commit was manufactured by cvs2svn to create branch 'scriptics-

  • --none-- committed [r87]

    This commit was manufactured by cvs2svn to create tag 'scriptics-

  • Wart Wart committed [r93]

    Updated to reflect recent TEA changes

  • --none-- committed [r98]

    This commit was manufactured by cvs2svn to create tag 'ajuba-ajuba2-2-0'.

  • Wart Wart committed [r96]

    Rearranged build/install files to use a shared config module

  • --none-- committed [r100]

    This commit was manufactured by cvs2svn to create tag 'scriptics-sc-2-0-b2'.

  • Todd Helfter Todd Helfter committed [r103]

    First batch of changes to convert Oratcl2.6 to Oratcl2.7

1 >