0

Is it possible to delete file created using "edit" command in SQL*Plus?

1 Answer 1

1

You can use the host command to issue a del or rm command, depending on the client operating system.

SQL*Plus has no built-in way of detecting the client operating system, so if you want scripts to be portable, you will have to script a workaround such as examining the value of v$session.program for the current session.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.