details on oraenv

I am getting error message when i enter the command like
bash-2.05$ . oraenv
bash: oraenv: No such file or directory

can you please advice me why it is throwing error.

Try:

./oraenv

and see that you are running the file from the same directory as your pwd.

Cheers,
enc

bash-2.05$ pwd
/oratools/i3
bash-2.05$ ./oraenv
bash: ./oraenv: No such file or directory

still i am getting same error.

may i know the path for oraenv file?

First find the file.
find / -name oraenv

The file would mostly be under your $ORACLE_HOME/bin directory.

Secondly run the file as suggested.

HTH
enc

i got the below message after enter the ./oraenv command.

./oraenv
ORACLE_SID = [i3] ? EBS1PRD1
./oraenv: dbhome: not found
ORACLE_HOME = [] ? /app/oracle/product/10.2
$ echo $ORACLE_SID

$