I use dbext.vim plugin on both Linux and Windows, and in Windows env I
noticed strange behaviour when the command line window with:
C:\WINDOWS\system32\cmd.exe /c sqlplus -S kcierpisz/*[email protected]
@C:\DOCUME~1\chris\LOCALS~1\Temp/dbext.sql >C:\DOCUME~1\chris
\LOCALS~1\Temp\VIo2682.tmp 2>&1

stays forever.
I can press CTRL+c in that window to close to get results in VIM
But I get results + some additional info:

Connection: T(ORA)  S(somehost.com)  U(kcierpisz)   at 13:59
'AAAA'
------------
aaaa
To change connection parameters:
:DBPromptForBufferParameters
Or
:DBSetOption user|passwd|dsnname|srvname|dbname|host|port|...=<value>
:DBSetOption user=tiger:passwd=scott
Last command(rc=-1073741510):
sqlplus -S kcierpisz/*[email protected] @C:\DOCUME~1\chris\LOCALS~1\Temp/
dbext.sql
Last SQL:
set pagesize 10000
set wrap off
set sqlprompt ""
set linesize 10000
set flush off
set colsep "   "
set tab off
select 'aaaa' from dual;

in .vimrc I put following
let g:dbext_default_profile_kcierpisz_somehost =
'type=ORA:user=kcierpisz:passwd=***:srvname=somehost.com'

Since I am receiving proper results the connection string must be
correct (anyway it's the same on my linux machine and there no issues)

Is there some option that would let me use it under windows properly?
On Linux everything's fine.

thanks for help
chris

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to