Re: Server Express Animator/Oracle Issues

From: Simon Tobias (Simon.Tobias_at_nospam.microfocus.com)
Date: 10/25/04


Date: Mon, 25 Oct 2004 15:51:26 -0000

Hi Chris.

Not sure whether it's relevant or not, but you should be passing
cobsqltype==oracle8 rather than cobsqltype==oracle if you're using Oracle 8
or later. In addition, as the Oracle-provided makefile links using the
threaded run-time, you should pass -t to cob when building your application.

When debugging the app, are the contents of the host variables used for your
CONNECT statement being populated correctly? Are those host variables
defined as CHAR or VARCHAR? If the latter, then you will need to ensure that
the length-element of the host variable is set correctly, else it's possible
that trailing spaces will be passed through to Oracle (though I would expect
a different error then).

Have you contacted Micro Focus SupportLine about this, either directly, or
via the COBOL Portal forum accessible from http://www.cobolportal.com ?

SimonT.



Relevant Pages

  • Re: Server Express Animator/Oracle Issues
    ... > Hi Chris. ... are the contents of the host variables used for your ... I am using Oracle 9i, however, I was ... the truly odd part is that if I animate prog b independently ...
    (comp.lang.cobol)
  • Re: Warum meistens Emptystring anstatt NULL?
    ... and Oracle recommends that you do not treat empty ... Do not use the VARCHAR datatype. ... VARCHAR datatype is currently synonymous with VARCHAR2, ... Also wird Oracle irgendwann den VarChar implementieren (mit korrekter Unterscheidung zwischen NULL und Leerstring) und kann den VarChar2 so kaputt lassen. ...
    (de.comp.datenbanken.mysql)
  • Re: OT: porn attack against automated Turing tests
    ... > oracle to crack the CAPTCHA. ... >>Do you think that is more capable of passing the ... A human prover is not an Adversary. ...
    (sci.crypt)
  • Re: perl+varchar in informix and oracle
    ... Perl's undef) and values (represented by strings of the appropriate length). ... Same structure in oracle also, except that varchar is varchar2 ... the query you showed illustrates a bug in IDS. ...
    (comp.databases.informix)
  • VB.NET passing CLOB input parameter to Oracle stored function
    ... I've included a posting from a couple years ago regarding passing a CLOB ... from VB.NET to an Oracle stored procedure. ...
    (microsoft.public.dotnet.framework.adonet)