Thursday, 13 February 2014

oracle - Error handling

SP2-0110: Cannot create save file "afiedt.buf"

We get this error message because we don't have write permission on the current directory. Either start sqlplus from a different directory, or change the editfile entry in sqlplus:

SQL>set editfile d:/sqledit.sql

In above code, you can use any drive for this and any file name.


===============================================================

No comments:

Post a Comment