tora icon indicating copy to clipboard operation
tora copied to clipboard

TOra is an open source SQL IDE for Oracle, MySQL and PostgreSQL dbs

Results 62 tora issues
Sort by recently updated
recently updated
newest added

TORA Version v3.2-76-g708b69e4 Database : Oracle Database 11g Release 11.2.0.4.0 - 64bit Production Connected with TNS select mthtcal from tbaddp where idaddp=9860 => 6393.400000000001 select table_name, column_name, data_type, data_precision, data_scale...

This is not an issue, but a small enhancement. I wanted to extraxt, with the table schema, also the comments on the column. So I changed the Oracle DbmsMetadataGetDll this...

I compiled TOra on Ubuntu 17.04 but when I run it and change value of `IndicateEmptyColor` config, this value is not stored into the `.conf` file. Is it OK?

Hello, With TOra 3.3.2, if you try to change the size of a datafile in storage manager, nothing happens. It worked with TOra 2.1.3 32 bits. So this bug is...

It would great to be able to submit the same SQL query to multiple database servers and view the returned messages/results - like Yohz SQL Multi Select [1], Datanamic MultiRun...

enhancement

ALL_ALL_TABLES does not contain all tables, when having select_catalog_role only.

Hi~ all, I'm new user for tora 3 and work in a PostgreSQL which database is using UTF-8. After exported Chinese csv file, then I got garbled text. any ideas?...

Tora 3.0 Oracle 12 client Oracle 9i TNS DB Extraction/Compare/Search is not available in Tools/Settings

enhancement

querying from NCLOB colunm, triggers ORA-24806: LOB form mismatch

For example `select * from sys.AUD$;` for this query the semicolon is not removed but it is sent into the database. multi-line statement works ok: `select * from sys.AUD$` `;`