PLS-00236: Invalid external type specification for string.
Answer / guest
Cause: The external type specified is not valid for one of
the following: INDICATOR, LENGTH, MAXLEN, TDO, DURATION,
CHARSETID, or CHARSETFORM.
Action: Check the manual and specify an appropriate external
type.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
LFI-00146: copy does not expect the file string.string to exist
ORA-23373: object group "string"."string" does not exist
NID-00335: The following datafiles are not consistent:
ORA-16543: invalid request made to broker
ORA-32054: lost communication with FMPUTL process
DRG-11804: Created
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-00259: rights model (AUTHID) must be specified
QSM-00509: invalid parameter
ORA-22984: view query cannot contain references to a super view
EXP-00013: respond with either 'Y', 'N', RETURN or '.' to quit
AMD-00130: dimension #string: RDBMS dimension column data type not specified