Questions tagged [tora]

TOra is a database client which provides browsing, editing, and debugging tools for multiple SQL dialects on multiple platforms.

TOra is an open source project under the GPLv2 license. It was originally written by Henrik Johnson in 2001 as a "Toolkit for Oracle". It currently supports schema browsing, SQL editing, and debugging for PL/SQL, PostgreSQL and MySQL.

References

8 questions
6
votes
2 answers

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?
pylover
  • 7,670
  • 8
  • 51
  • 73
2
votes
1 answer

TORA Execute Package Procedure with OUT REF CURSOR

I'm trying to execute a Package Procedure that has a couple in parameters and a REF CURSOR out parameter but can't seem to figure it out for TORA (my SQL IDE) Here is a contrived example of a procedure I'd like to execute and see the cursor…
Jacob
  • 3,629
  • 3
  • 36
  • 44
2
votes
1 answer

Error in TORA while implementing in ns2

When I run the code http://wpage.unina.it/marcello.caleffi/ns2/tora.cc and http://wpage.unina.it/marcello.caleffi/ns2/tora.h The error I get is invalid command name "int" while executing "int hdr_tora::offset_" (file "tora.cc" line 18) Can any one…
Meril
  • 21
  • 1
1
vote
1 answer

TOra errors on usage of date function

I am currently using TOra as a query browser. When I run the following query, I get an ORA-00936 missing expression error. This occurs even though I have set values for the bind variables. SELECT DISTINCT L.LOG_ID, L.EVENT_ARG4, …
Dodzi Dzakuma
  • 1,406
  • 2
  • 21
  • 39
0
votes
0 answers

Tora mysql/mariadb Schema Browser Columns not working

I have database called 'shares' running on mysql on a Raspbery Pi. I want to move this to a new install on another Pi, and as it is a new install it is MariaDB. Both Pi's are headless, I am accessing them using Tora on my desktop. On the old Pi I…
Mick Sulley
  • 99
  • 2
  • 11
0
votes
1 answer

Oracle provider for TORA application on Ubuntu 16.04 (desktop)

I installed tora (v 2.1.3) on ubuntu 16.04 (desktop), after opening the software says: there's no connection provider I need to connect it to a Oracle database. More information: I installed Oracle Clients (for Oracle v 11.2.0.3.0.1) Instant Client…
mikia
  • 454
  • 1
  • 4
  • 14
0
votes
1 answer

How to solve tora issue of "object can not be described"

in tora program when i press f4 to open any table this massage appear "Object TABLE_NAME (DB_USER) cannot be described", please, how to solve.
-1
votes
1 answer

TOra new connection oracle 11g issue

I've installed TOra client for Oracle & Oraclient 11g as well, I'm trying to connect to remote Oracle 11g EE machine using new connection set HOST NAME- SQL*NET (for remote connection option i guess) PORT & SCHEMA default as 1521 & XE…