ORA-29536: badly formed source: string
Answer / guest
Cause: An attempt was made to create a Java source object
with text that could not be parsed adequately to determine
the class(es) defined by it.
Action: Correct errors in source.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 1 No |
DRG-13312: user CTXSYS does not own USER_LEXER stored procedure string
ORA-40108: input data contains too few distinct target (string) values
TNS-01052: The command completed successfully
ORA-02424: potential circular view references or unknown referenced tables
ORA-14168: only one subpartition may be modified
ORA-01536: space quota exceeded for tablespace 'string'
3 Answers Bloom Soft Tech, TCS,
ORA-07222: slspool: line printer spooler command exited with an error.
PLS-01472: In a set_function_specification, if DISTINCT is present, the expression must be a column_specification
IMG-00923: signature is empty
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...
PCC-02206: Host variables are not permitted within a DDL statement
TNS-00272: Navigator