Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

tOra says there's no connection provider

I installed tOra (pl/SQL editor) on ubuntu 12.04, after opening the software says: there's no connection provider

I need to connect it to a postgres database.

Any idea?

like image 487
pylover Avatar asked Jul 02 '12 08:07

pylover


2 Answers

MySQL, PostgreSQL, Microsoft SQL, ODBC providers:

sudo apt-get install libqt4-sql-mysql libqt4-sql-psql libqt4-sql-sqlite libqt4-sql-odbc libqt4-sql-tds
like image 140
TOUDIdel Avatar answered Sep 30 '22 13:09

TOUDIdel


After installing libqt4-sql-psql (qt4 postgres adapter) the problem was solved.

apt-get install libqt4-sql-psql
like image 23
pylover Avatar answered Sep 30 '22 14:09

pylover