Did you delete the file from the OS? If so, the listener is still logging connections to that file but you just can't see it (man inode).
To get your connections logging again:
% lsnrctl
LSNRCTL> set log_status off
LSNRCTL> set log_status on
LSNRCTL> exit




Reply With Quote