I dont cant connect to Oracle database with dbi perl module.
If i use ORA type connection i can.
"ORA Profile connection:
let g:dbext_default_profile_myConnection= 'type=ORA:srvname=//myIP.IP.IP.IP\:myPORT/mySID:user=myUSER:passwd=myPASSWORD'
With DBI perl module It must be something like this:
let g:dbext_default_profile_myDBIConnection = 'type=DBI:user=myUSER:passwd=myPASSWORD:driver=Oracle:conn_parms=host=myHost;port=myPort'
But i dont know how to include the SID
Can anybody help me? Many thanks!!