Discussion:
[soci-users] Error running oracle tests version 3.2
Ulrich Heinicke
2013-03-11 13:59:18 UTC
Permalink
Hi,

i can now compile the version 3.20. For running the oracle tests I create a new user. I set the following rights for the user:

grant create session, create table, create procedure, create sequence, create view, create public synonym, drop public synonym

when I run the testprogram soci_oracle_test I get the following output:

SOCI Common Tests:

test 0 passed
test 1 passed
test 2 passed
ORA-01722: invalid number

I can't see which number is invalid.

Mit freundlichem Gruß
Ulrich Heinicke
--
______________________________________________

DAVID Software GmbH - Wendenring 1 - 38114 Braunschweig

Tel.: +49 531 24379-73
Fax.: +49 531 24379-79

E-Mail: mailto:***@david-software.de
WWW: http://www.david-software.de

Eintragung: Amtsgericht Braunschweig, HRB 3167
Geschäftsführer: Frank Ptok
______________________________________________
Mateusz Loskot
2013-03-11 14:05:20 UTC
Permalink
On 11 March 2013 13:59, Ulrich Heinicke
Post by Ulrich Heinicke
i can now compile the version 3.20. For running the oracle tests I create a
grant create session, create table, create procedure, create sequence,
create view, create public synonym, drop public synonym
test 0 passed
test 1 passed
test 2 passed
ORA-01722: invalid number
I wonder if this is related to build problems after Travis CI service which
we use for continuous builds switched from 32-bit to 64-bit OS:
https://travis-ci.org/SOCI/soci/builds/5391112
The same test3 is failing.
Any chance you are building 64-bit too?

Thanks for reporting. I will be looking at it, hopefully tonight.

Best regards,
--
Mateusz Loskot, http://mateusz.loskot.net

Loading...