Recently, I was told by the security team at work that I had to remove vim from my computer. I have used vim for years as my default editor in SQLPLUS. I decided to change to using notepad++. I modified the "define _editor" line in my login.sql file, but when I'm using SQLPLUS and type in 'ed', I get the message 'C:\Program' not recognized as an internal or external command. I even added the directory that contains notepad++.exe to my system path, but still no luck. Any ideas?
Editor in SQLPLUS gives error when changing default editor
23 Views Asked by user2996777 At
0
There are 0 best solutions below
Related Questions in EDITOR
- Deleting camel humps in Intellij?
- Enhancing Audio Trimmer Widget in Flutter App
- Editor in SQLPLUS gives error when changing default editor
- WPF Image in User Control not showing in editor when I use the User Control
- Open files in new tabs in Kate
- How do I turn off syntax highlighting in micro text editor?
- Change font weight in visual studio code
- Seeking Feedback: Custom Toolbar Implementation for EditorJS
- Excessive spacing on a Weebly section
- How do I visually fake 4-space tabs in a 2-space project in VSCode?
- NodeJS FFMPEG : Issues combining the crops and the trims
- In Slickgrid,Aggregate Function result is not modifying/updating as per the slickgrid data inline edit
- VSCode editor mouse cursor inverts color when moving across panes
- ERROR: failed to solve: error from sender: context canceled
- Can three.js editor export a JS script?
Related Questions in SQLPLUS
- sqlplus myusername/mypassword@ORCL not working with Oracle on Docker
- Editor in SQLPLUS gives error when changing default editor
- sqlplus pointing to libclntsh.so.21.1 which does not exists in $ORACLE_HOME/lib
- SP2-0734:Unknown command beginning "CONSTRAINT..."
- I am not able to understand why I am getting this type of an output in SQLPlus. If someone could help me out with this it would be great
- How to add new line in sqlplus within a bash script?
- can't login via sqlplus command but manual login works
- Error appearing while creating a table in my class in oracle 21c
- Does PostgreSQL have a feature like 'Ampersand Substitution' in SQL*Plus?
- Oracle - Load local/client file to blob column
- Merge statement into table creates duplicates?
- Running .sql script file from sqlplus succeeds, but passing the sql string as standard input of sqlplus fails with SQL> SP2-0734 in powershell
- Check oracle db mode as another user faling
- ERROR: ORA-12154: TNS:could not resolve the connect identifier specified (First time installation)
- Remove initial and trailing blank line in SQL *Plus SPOOL (SET MARKUP CSV)
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?