Hi all,
I've a problem with a query (return 2 field and 164 record)
select t.C_SOCIETA_ID,'C.I.' as DNF_FLAG
from sherpa.SHE_DNF_T141 t
where t.F_ATTIVO=1 and t.S_ANNO=2020;
When I reload the script on the server sometimes the query isn't executed (in the log I can see the previous istruction) and the script hangs.
I've checked with DBA and the query has been executed on the DB e the result has been send to qlikview server.
All other queries not have problem.
Any ideas?
DB ORACLE 19 and Oracle Client 11.2