sponsor Vim development Vim logo Vim Book Ad

vimorator : the simple tnsnames.ora parser

 script karma  Rating 1/1, Downloaded by 672  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"
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
vimorator.vim 1.1 2011-03-17 7.0 Sergey Rezvanov Minor fixes
vimorator.vim 1.0 2010-12-26 7.0 Sergey Rezvanov Initial upload
ip used for rating: 18.218.218.230

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github