Bonjour,
je cherche l'insruction SQL qui permet de définir VI comme éditeur par défaut.
d'avance merci.
Bonjour,
je cherche l'insruction SQL qui permet de définir VI comme éditeur par défaut.
d'avance merci.
dans SQLPLUS:
http://download-east.oracle.com/docs...13.htm#1009667DEFINE _EDITOR=vi
ou définir dans le shell:
export EDITOR=vi
The user variable, _EDITOR, contains the name of the text editor invoked by EDIT. You can change the text editor by changing the value of _EDITOR. See COPY for information about changing the value of a user variable. If _EDITOR is undefined, EDIT attempts to invoke the default host operating system editor.
Partager