finding 3rd party Applications installed on AIX

Hi,.

I want to know how to find out 3rd party application installed on aix,

example Oracle database if it is installed on aix box it is not showing as installed using lslpp -l command

Regards,

Manoj

Your question is not clear.
Packages can be installed via lpp or rpm, you can check rpm -qa to list installed rpm packages. Also, someone could have just copied the files onto the host rather than going through an installation procedure.

To find oracle:

find / -name '*ora*'