Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. Error report -
  2. ORA-06550: line 761, column 52:
  3. PL/SQL: ORA-00947: not enough values
  4. ORA-06550: line 761, column 7:
  5. PL/SQL: SQL Statement ignored
  6. 06550. 00000 - "line %s, column %s:\n%s"
  7. *Cause: Usually a PL/SQL compilation error.
  8. *Action:
  9.  
  10. -------------------------------------------------
  11.  
  12. INSERT INTO TEST_RELATIONSHIPS (ID, MESSAGE) VALUES (ex_rpad(v_get_logs.creation_date) ||
  13. ex_rpad(v_get_logs.mess_code) ||
  14. ex_rpad(v_get_logs.edme_description) ||
  15. ex_rpad(v_get_logs.priq_id) ||
  16. ex_rpad(v_get_logs.trans_table_name) ||
  17. ex_rpad(v_get_logs.leid) ||
  18. ex_rpad(v_get_leu_queue.leid_2));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement