PCC-02370: An EXEC TOOLS MESSAGE host variable is not type char
Answer / guest
Cause: f a host variable is used to define a context name in
an EXEC TOOLS GET CONTEXT or EXEC TOOLS SET CONTEXT
statement, that host variable must be of a character type.
Action: Declare the message to a host variable of a char type.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
PLS-00661: RETURN statement in a CONSTRUCTOR cannot include an expression
PCC-02101: Unable to open input file
ORA-25001: cannot create this trigger type on views
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-00251: RETURN, for actual function return, must be last in the parameters clause
ORA-26004: Tables loaded through the direct path may not be clustered
ORA-00375: unable to get default db_block_size
IMG-00517: height or width not present in parameter string
ORA-07452: specified resource manager plan does not exist in the data dictionary
ORA-23385: replication parallel push string argument not valid
ORA-31456: error executing a procedure in the DBMS_CDC_UTILITY package
PLS-00734: Illegal use of an associational parameter with a formal ellipsis