ORA-02701: osnoraenv: error translating oracle image name
Answer / guest
Cause: ORACLE_HOME environment variable 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 |
TNS-00235: Aborting connection: Protocol Apapter errors: string;number,number string;number,number
DRG-10501: invalid stopword: string
ORA-24124: invalid ACTION parameter passed to DBMS_REPAIR.string procedure
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...
PLS-00327: "string" is not in SQL scope here
ORA-30733: cannot specify rowid constraint on scoped ref column
ORA-32834: Messaging Gateway agent user has not been set
ORA-06407: NETCMN: unable to set up break handling environment
ORA-10921: Cannot drop tablespace belonging to default temporary tablespace group
DRG-50401: failed to retrieve fuzzy match candidates from db: string
ORA-30772: opaque types do not have default constructors
ORA-22894: cannot add constraint on existing unscoped REF columns of non-empty tables