As I can do a query in the BD only taking the month and the year of a date, I was trying this but it marks that the month is not valid
SELECT *
FROM CL_RP_COBRANZA_TNR
WHERE TO_DATE(FECHA_VENCIMIENTO,'MM/RRRR') = TO_DATE('10/2015','MM/RRRR');