create view v_test
as
select a.aid,a.month,b.other from a,b
where a.aid=b.aid(+) and a.month=b.month(+);