switch user succeeds, but with an error!
I use oracle 10g (32 bit) on Oracle EL (32 bit) OS.
Whenever i switch to the oracle user to start the database, the switching succeeds but throws a 'command not found error'. The code:
[root@localhost ~]# su - oracle
-bash: [oracle: command not found
[oracle@localhost ~]$
What does this bash error mean? How to resolve this?
Edited by: sridhartempalle on May 14, 2013 11:49 PM