Re: Pls Help: Newbie Question

From: ACJohnst0n <acjohnst0n_at_aol.com>
Date: 09 Oct 2000 20:33:46 GMT
Message-ID: <20001009163346.25182.00001124_at_ng-da1.aol.com>


You don't say what happens when you try to find the file. If the filename begins with ".", as in ".profile" then the command "ls" or "ls -l" won't list it. Use "ls -a" instead. Alternately, look up the "find" command to use to search for a file.

Some of the environment variable definitions look wrong. Shouldn't it be ORACLE_BASE=/usr/oraInventory instead of ORACLE_BASE=usr/oraInventory, and PATH=$PATH:/usr/oracle/bin ( or PATH=$PATH:$ORACLE_HOME/bin) instead of PATH=$PATH:oracle/bin ?

Happy coding! Received on Mon Oct 09 2000 - 22:33:46 CEST

Original text of this message