Hi Gennaro,
as SAP HANA currently does not support multiple databases, the return value of getCatalog() is correctly NULL.
This is in full compliance with the specification of the method (http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html#getCatalog() and http://jcp.org/en/jsr/detail?id=221).
- Lars