Zeos + Oracle = Erro : OCI_SUCCESS_WITH_INFO

In this forum we will discuss things relating the ZEOSLib 6.6.x stable versions

Moderators: gto, EgonHugeist

Post Reply
everton
Fresh Boarder
Fresh Boarder
Posts: 1
Joined: 02.07.2009, 13:18

Zeos + Oracle = Erro : OCI_SUCCESS_WITH_INFO

Post by everton »

I have a problem with a conection between the Zeos e o Oracle 10g, when i execute a select containing some columns that return values NULL, ocurring a error OCI_SUCCESS_WITH_INFO and nothing return values to my application, somebody have already at problem?



Thanks and excuse by my bad english...
javierjiron
Fresh Boarder
Fresh Boarder
Posts: 1
Joined: 22.03.2010, 03:38

I have the same problem, please I need help

Post by javierjiron »

I have the same problem, please I need help
Urios
Fresh Boarder
Fresh Boarder
Posts: 6
Joined: 06.10.2006, 14:39
Location: Aix-en-Provence

Post by Urios »

OCI SUCCESS WITH INFO =

you're trying to do a SUM or an over aggregate function on a NULLABLE column.
hilam
Fresh Boarder
Fresh Boarder
Posts: 5
Joined: 22.08.2008, 14:28
Location: João Pessoa/PB

Post by hilam »

I have the same problem too.

but I'm using the NVL function to prevent the SELECT NULL.

in the ORACLE documentation OCI_SUCCESS_WITH_INFO is a warning.

ZEOS should treat as a WARNING not an ERROR!

excuse my bad English, too.
hilam
Fresh Boarder
Fresh Boarder
Posts: 5
Joined: 22.08.2008, 14:28
Location: João Pessoa/PB

Post by hilam »

the solution is here:

http://zeos.firmos.at/viewtopic.php?p=11795


thanks a lot.
Post Reply