ORA-32153: Environment not specified
Answer / guest
Cause: The number on which the operation was attempted was
null and no environment was specified.
Action: Specify non-null environment or perform the
operation on a non null instance.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
NNL-00283: Next cache checkpoint occurs in string
ORA-19726: cannot plug data [string] at level string into database running at compatibility level string
SQL*Loader-00291: Invalid bind variable string in SQL string for column string.
NNL-00241: Processing of modification requests is currently enabled
AMD-00117: input file "string" not found
ORA-09762: sNeXT_instanceName: translation error.
RMAN-06548: connected to auxiliary database: string (DBID=string)
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...
ORA-00114: missing value for system parameter SERVICE_NAMES
LPX-00109: duplicate name "~S" in mixed-content declaration
ORA-28001: the password has expired
DRG-11827: Request Timeout