details on oraenv


 
Thread Tools Search this Thread
Operating Systems Solaris details on oraenv
# 1  
Old 04-03-2008
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.
# 2  
Old 04-03-2008
Try:

./oraenv

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

Cheers,
enc
# 3  
Old 04-03-2008
details on oraenv

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?
# 4  
Old 04-03-2008
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
# 5  
Old 04-03-2008
details on oraenv

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

$
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Audit details

Hi All , I'm a fresher and don't have much knowledge on scripting. I want to extract log details like count of rows inserted , job start time and end time from Datastage log and want to insert into table. Can you please me in this (2 Replies)
Discussion started by: Srikavya_manda
2 Replies

2. UNIX for Dummies Questions & Answers

at -l doesnt give details of the scheduled job. How to get the details?

I have scheduled couple of shell scripts to run using 'at' command. The o/p of at -l is: $ at -l 1320904800.a Thu Nov 10 01:00:00 2011 1320894000.a Wed Nov 9 22:00:00 2011 1320876000.a Wed Nov 9 17:00:00 2011 $ uname -a SunOS dc2prcrptetl2 5.9 Generic_122300-54 sun4u sparc... (2 Replies)
Discussion started by: superparticle
2 Replies

3. Shell Programming and Scripting

getting Details of pf -ef

Hi All, I have a Linux server where many script run on daily basis through crontab. I could see some entries on my name but I am not able to get the details. >>ps -ef | grep an001 >>root 9905 1742 0 Apr17 ? 00:00:00 sshd: an001 >>an001 9907 9905 0 Apr17 ? ... (3 Replies)
Discussion started by: infyanurag
3 Replies

4. Shell Programming and Scripting

Collecting details

Hi all, I am having lots of oracle servers. I want to collect some health check details from all the server and report to one single centralized server. What would be best solution for this? OS: AIX Thanks Gopal (1 Reply)
Discussion started by: ilugopal
1 Replies

5. HP-UX

HP-UX Server Details

OS: HP-UX I need the following details from HP-UX server. I don't have root login, so most of the commands require root privilege 1. No of cpu in the server 2. Total Memory, Free & Used 3. Space used and free space Any help would be highly appreciated (6 Replies)
Discussion started by: manijash
6 Replies

6. UNIX for Dummies Questions & Answers

. oraenv vs setdb [SID]

Hi, i am working on Tru64 os... When i try to connect to an Oracle instance, the usual method i follow is chsxsora1:oracle:PRD1 > . oraenv ORACLE_SID = ? PRD1 But for one Instance it was not working, chsxsora2:oracle:TST2 > . oraenv ORACLE_SID =*= ? TST2 i... (0 Replies)
Discussion started by: saharookiedba
0 Replies

7. Shell Programming and Scripting

DNS details of HP-UX ??

DNS details of HP-UX -------------------------------------------------------------------------------- 1)how to get the DNS details, as i need to use these in shell script.. require info ASAP... Thanks in advance (1 Reply)
Discussion started by: ksailesh
1 Replies

8. Solaris

PATH details

I am using Solaris 10 Please tell me which path values are necessary for PATH= MANPATH= LD_LIBRARY_PATH= (1 Reply)
Discussion started by: mansoorulhaq
1 Replies

9. Red Hat

How to find the os and h/w details

Hi Need to know the version(suse/redhat) and processor info(x86/itanium/amd etc). I tried uname -a but cannot understand what is what... Linux myworkhost 2.4.21-4.ELsmp #1 SMP Fri Oct 3 17:52:56 EDT 2003 i686 i686 i386 GNU/Linux I dont have the root password, I can only ssh and have to... (3 Replies)
Discussion started by: amiri2000
3 Replies

10. UNIX for Dummies Questions & Answers

How does one get HW details?

I need to do a full system inventory & pull details for: CPU Mem HDD (Size, config, partitions) Is there a single command to get this, or separate for each? Thanks, Gareth. (3 Replies)
Discussion started by: garethh
3 Replies
Login or Register to Ask a Question