vimorator : the simple tnsnames.ora parser
script karma |
Rating 1/1,
Downloaded by 819 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Sergey Rezvanov |
|
script type |
utility |
|
description |
The simple tnsnames.ora parser presenting the list of service names as a
dropdown menu capable of executing the contents of the current buffer by
means of sqlplus utility.
Requirements:
* linux
* vim >= 7.0.0
* sqlplus >= 0.0.0
Usage:
* Open menu by pressing the hot key (<F2> by default)
* Select the required (j and k keys) service name and press Enter
* If global variables g:vimorator_user and g:vimorator_pass are not defined,
the username and password will be requested
License:
This plugin is licensed under the same terms as Vim itself. No warranties,
expressed or implied.
Special thanks to:
* Pal Nart (palnart(at)gmail.com) for the great QuickBuf plugin
* All those who didn’t mess around
Send all your proposals or error notifications to rezwyi(at)gmail.com. |
|
install details |
* Download the plugin from http://www.vim.org/scripts/script.php?script_id=3380 and save it to the plugin
folder vim (usualy ~/.vim/plugin/)
* Or from git repository:
git clone git://github.com/rezwyi/vimorator.git
cd vimorator/
ln -s vimorator.vim /path/to/vim's/plugins/vimorator.vim
* It is possible to redefine several global variables in your .vimrc:
"Hot key (<F2> by default)
let g:vimorator_hotkey = <F3>
"tnsnames.ora file ($TNS_ADMIN by default)
let g:vimorator_tns_admin = $HOME . "/.sqlplus/"
"Username and password for executing commands
let g:vimorator_user = "scott"
let g:vimorator_pass = "scott" |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.216.60.85
|