Comments on: Compiling PL/SQL within Vim http://michelhollands.net/blog/2004/08/24/compiling-plsql-within-vim-2/ Tech and travel tidbits Wed, 20 May 2009 20:22:30 +0000 hourly 1 http://wordpress.org/?v=3.0.5 By: johnbarrytech.com » Blog Archive » Compiling PL/SQL from VIM http://michelhollands.net/blog/2004/08/24/compiling-plsql-within-vim-2/comment-page-1/#comment-136 johnbarrytech.com » Blog Archive » Compiling PL/SQL from VIM Wed, 20 May 2009 20:22:30 +0000 http://michelhollands.net/blog/2004/08/24/compiling-plsql-within-vim-2/#comment-136 [...] So, naturally I want to use vim. I don’t want to be alt-tabbing and copy/pasting into TOAD to compile, however; I want to just compile in vim with :make. Lo and behold: The Answer To My Problem [...] [...] So, naturally I want to use vim. I don’t want to be alt-tabbing and copy/pasting into TOAD to compile, however; I want to just compile in vim with :make. Lo and behold: The Answer To My Problem [...]

]]>
By: John Barry http://michelhollands.net/blog/2004/08/24/compiling-plsql-within-vim-2/comment-page-1/#comment-135 John Barry Wed, 20 May 2009 20:06:08 +0000 http://michelhollands.net/blog/2004/08/24/compiling-plsql-within-vim-2/#comment-135 Update - it works; I had the last character in my script as \ instead of / *bonk* Thanks for this, I'm going to post a link to my tech blog. Update – it works; I had the last character in my script as \ instead of /

*bonk*
Thanks for this, I’m going to post a link to my tech blog.

]]>
By: John Barry http://michelhollands.net/blog/2004/08/24/compiling-plsql-within-vim-2/comment-page-1/#comment-134 John Barry Wed, 20 May 2009 19:51:05 +0000 http://michelhollands.net/blog/2004/08/24/compiling-plsql-within-vim-2/#comment-134 Nice, this is very helpful. However, I can't seem to get it working in bash - I'm trying to get it working with pks/pkb files (just made 2 entries into vimrc) :make connects to SQL*PLUS fine, but then the output is 14 15 16, while my pks ends at line 13. No compile successful message or anything . . . am I missing something? Nice, this is very helpful.
However, I can’t seem to get it working in bash – I’m trying to get it working with pks/pkb files (just made 2 entries into vimrc)

:make connects to SQL*PLUS fine, but then the output is 14 15 16, while my pks ends at line 13.
No compile successful message or anything . . . am I missing something?

]]>