viora.vim : Access Oracle from Vim
script karma |
Rating 4/1,
Downloaded by 567 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Andrey Voropaev |
|
script type |
utility |
|
description |
This script shall be used when one writes PL/SQL for Oracle in vim and wants to have
quick and convenient way to test things out, or simply see results of queries.
It takes queries directly from buffer. One can configure delimiters for that. Results are shown in separate buffer. In case of error, the script attempts to position cursor to the first error. For PL/SQL Quickfix mode is used, to mark positions of all errors.
|
|
install details |
Unpack archive into your .vim directory. Start vim and run
:helptags ALL
to update tags file for help.
The module is written in perl, so this interpreter should be compiled into vim. Also one should have perl modules DBI and DBD::Oracle installed.
After installation, run
:h viora
to see all details about usage and configuration |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.141.47.84
|