I've tried some codes like these below:
select /*csv*/ * from users;
,
spool "C:/Users/Douglas/Desktop";
select /*csv*/ *
from users;
spool off;
AND
--CSV=C:\Users\dvferreira\Desktop\temp.csv
select * from users;
Is there anything else I can try?
PL/SQL Developer 15.0.0.2050