just to double-check (that the correct init file is in use) try this --

select value from v$parameter where name = 'background_dump_dest';

If this still points to the directory you mentioned above then --

Try to do a log switch (so that it writes to the Alert file) --

alter system switch logfile;

and then search for the recently modified files on NT

- Rajeev