6

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?

Paul Sweatte
  • 24,148
  • 7
  • 127
  • 265
pylover
  • 7,670
  • 8
  • 51
  • 73

2 Answers2

18

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
TOUDIdel
  • 1,322
  • 14
  • 22
8

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

apt-get install libqt4-sql-psql
pylover
  • 7,670
  • 8
  • 51
  • 73