1) When you test a procedure that uses NCLOB's as input parameter's you can not specify the parameter type as NCLOB only CLOB. When you try and execute the test script oracle thorows up a convertion error. PLS-00561: character set mismatch on value for parameter '{name}'
2) You can not specify...