Luca Ferrari

Results 66 comments of Luca Ferrari

The number within the file is the PID of the backup process. The behavior seems to be confirmed also here

I don't think it is expected, or at least I don't understand why this could be useful. I think barman should clean up pid files as any service does, but...

I found that, in the comments, this is explained, even if not in the documentation (should it be added?): : only 12.1 client can be used. I've tried to rename...

I've `LD_LIBRARY_PATH` set the same as `ORACLE_HOME`, and this makes my applications in Perl working. So I guess there is something wrong with the environemtn settings: ``` % echo $ORACLE_HOME...

Yes, or at least, it seems to be fine to me: ``` % echo $ORACLE_HOME $LD_LIBRARY_PATH $TNS_ADMIN /sviluppo/oracle/instantclient_18_3 /sviluppo/oracle/instantclient_18_3 /sviluppo/oracle/instantclient_18_3/network/tnsnames.ora % raku test.p6 DBDish::Oracle: Can't connect: Logon failed: 'ORA-12154: TNS:could...

Nothing changes: ``` % echo $ORACLE_HOME $LD_LIBRARY_PATH $TNS_ADMIN /sviluppo/oracle/instantclient_18_3 /sviluppo/oracle/instantclient_18_3 /sviluppo/oracle/instantclient_18_3/network % raku test.p6 DBDish::Oracle: Can't connect: Logon failed: 'ORA-12154: TNS:could not resolve the connect identifier specified ' (12154) in...

I've fixed some issues with the `tnsnames.ora` and now I'm able to connect via `sqlplus`. But when I try to run the Raku application: ``` % raku test.p6 Cannot resolve...

IMHO this is a bad idea: why having two routines that do the same things without any difference? This can make difficult to document and remember in future applications.

This work drags some other refactoring, for example better error messages. I'm working on something like: ``` $ pgagroal -c /etc/nonexistent.conf pgagroal: Configuration file not found ``` and ``` $...