Hi,

I'm guessing that the unix command "find" is available in Solaris so issuing man find should tell you how to search for a file e.g.
find /dirname -name sqlnet.log

The sqlnet.log file should be located in $ORACLE_HOME/network/log.

HTH

Nick