define _editor = notepad.exe
set editfile "C:\Users\xxxxx\Google Drive\Oracle\SQL Scripts\myBufferFile.sql"
orcl > select user from dual;
USER
------------------------------
CODD
orcl > ed
SP2-0116: Illegal SAVE command
orcl > select user from dual;
I have started SQLPLUS in administrator mode but to no avail, have created the empty file 'myBufferFile.sql' by hand, the path above is correct and was checked. Commenting the 'editfile' line out everything resumes to normal service. What am I doing wrong here?