CLSR-00003: ORACLE_HOME environment variable not set



CLSR-00003: ORACLE_HOME environment variable not set..

Answer / guest

Cause: ORACLE_HOME environment variable is not set.

Action: Make sure that the ORACLE_HOME environment variable
has been properly set and exported.

Please add more information about this Error

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

NNO-00272: line string; invalid DIT/DN

1 Answers  


ORA-26080: file "string" is not part of table string.string partition string

1 Answers  


ORA-16008: indeterminate control file checkpoint

1 Answers  


ORA-16212: number processes specified for APPLY is too great

1 Answers  


Hi guys, I have four tables those are emp,dept,eliminate and uneliminate. i wrote small cursor..when i run, it display one error (ORA-01403 nodata found)... The query is: Declare cursor c1 is select e.ename emp_name from emp e,dept d where e.deptno=d.deptno group by deptno; r1 c1%rowtype; test_emp varchar2(200); begin for r1 in c1 loop begin select eliminate_emp into test_emp from eliminate t,uneliminate ut where t.number=ut.number and t.deptno=e.deptno and rownum<1; end; dbms_output.put_line(r1.emp_name); end loop; end; Thanks...

0 Answers   IBM,






ORA-21704: cannot terminate cache or connection without flushing first

1 Answers  


PCC-00098: Scale specification cannot be used in this context

1 Answers  


ORA-14069: invalid TABLESPACE_NUMBER value

1 Answers  


ORA-06112: NETTCP: invalid buffer size

1 Answers  


ORA-34357: (MXDSS10) string is not an alias of analytic workspace string.

1 Answers  


PLS-00411: Number of values in aggregate and in subquery don't match

1 Answers  


TNS-00524: Current operation is still in progress

1 Answers  


Categories