ORA-23504: columns added to table do not match list of
columns to be added
Answer / guest
Cause: The list of columns passed as a parameter does not
match the columns to be added to the table.
Action: Correct the DDL string or list of columns and rexecute.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
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...
NNO-00627: cancelling auto-refresh of name "string", type "string"
ORA-12439: invalid combination of policy options
ORA-12987: cannot combine drop column with other operations
TNS-12684: encryption/crypto-checksumming: Diffie-Hellman seed too small
RMAN-04020: target database name "string" does not match channel's name: "string"
PROC-00002: Cannot perform cluster registry operation at the current init level.
ORA-30204: buffer is not large enougth
NZE-29025: Error found in certificate check callback.
PCC-02045: CMD-LINE: Option is not unique:
PLS-01416: Use of <id> (<value>...) here
NNO-00154: warning: hint number has invalid server name "string", hint ignored