Forum Post: RE: Session browser
there is already a view called "Session Browser" ? Where can i find it? The features i would like to see in TEE is a list of active sessions connected to a DB instance and what activities they perform...
View ArticlePostgres - Functions returning data tables used in FROM
When using the editor with a Postgres database, the autocomplete will suggest system functions for use in SELECT criteria, but when selecting rows from a function, they are not listed in the...
View ArticleForum Post: Java Editor integration does not recognise 'all' SQL statements
Hello, when using Java Editor integration, SQL statements can be easily copied from Java source files to a SQL worksheet in TEE (via context menu, Open in Sql worksheet). the following statements are...
View ArticleForum Post: User-configurable PostgreSQL function code formatting
Steps to reproduce the situation: Open "Object explorer". Expand the tree and navigate to any PostegreSQL function Left double click to open the function code in an editor. Change de function code. I...
View ArticleForum Post: What is `.teeproject` file is? Unexpextedly found in my source.
While making a new commit to own project I found a new file with `.teeproject` in a root folder of my Eclipse project. I think it's some Toad related stuff. So my questions are: — does this file had...
View ArticleForum Post: SQL Templates not working in Stored Procedure Editor
Eclipse Version: Mars 1 Release (4.5.1) Toad Extension for Eclipse: 2.3.4 Latest Toad Extensions for Eclipse version does not display any templates in the Stored Procedure editor when typing the name...
View ArticleForum Post: RE: User-configurable PostgreSQL function code formatting
Hi, Open Preferences > Toad Extension > Formatter. There you uncheck the checkbox "Format script on load". I think this is exactly what you are looking for :-) Tom
View ArticleForum Post: RE: What is `.teeproject` file is? Unexpextedly found in my source.
Hi Macik, The file is created by TEE and contains information about TEE/Java project. We recommend to exclude it from tracking by the version control system, deleting it might cause some trouble. The...
View ArticleForum Post: Misleading results when a trigger fails
I ran a delete statement and it said zero rows updated. Which was misleading, there were no rows deleted because a trigger on the table had an error. The error needs to be displayed rather than just...
View ArticleForum Post: Quick outline (Ctrl+O) not working properly
Search in quick outline window not working in package body/type body, only with asterix at start position. Also navigation, clicking on procedure name never navigate to procedure declaration...
View ArticleForum Post: Missing data columns on Eclipse Mars
Hello, I installed the Toad Extension plugin (version 2.3.4.201512160957) on Eclipse Mars (version 4.5.1) on CentOS 6.2 to connect to a MySQL database. There is a problem in the "Toad Extension" view :...
View ArticleForum Post: Erroneous License Expires Message
I am currently using eclipse luna with Toad extension 2.1.2 on a Windows 7 platform. I have noticed (just a couple of times) a message appear at the bottom of eclipse that "Toad Extension expires in x...
View ArticleForum Post: Open PLSQL editor shows wrong Spanish character encoding
Hallo: I've installed Toad Extension on Eclipse Luna SR3 on Windows 10. My database is Oracle 11g. When I open a package, I can see spanish characters in a right way, as seen in Code 1. But I select...
View ArticleForum Post: RE: Misleading results when a trigger fails
I am using TEE 2.3.4 with Oracle database 11.2.04 Here is code that reproduces the bug I am encountering: CREATE TABLE WMS_ADMIN.ITEM_BARCODE_BK ( BARCODE_NBR NUMBER (14) NOT NULL ENABLE, BARCODE_TYPE...
View ArticleForum Post: RE: Misleading results when a trigger fails
Hi, I simulated your problem again (with TEE 2.3.4 and Oracle 11.2.0.1.0). I created the two tables and the trigger. Note - the trigger is invalid, the clause "FROM wms_admin.item_barcode" should be...
View ArticleWiki Page: Product Documentation
Toad Extension for Eclipse 2.3.6 Community Edition: ToadExtensionForEclipse_CE_2.3.6_ReleaseNotes.pdf Toad Extension for Eclipse 2.3.4 Community Edition:...
View ArticleForum Post: TEE 2.3.6: Paste is not working
After Update to 2.3.6 I'm not able to paste any text from clipboard into the toad-editor(s) (SQL-Worksheet, Stored Procedure Editor. Copy works as I can copy text from toad-editor and paste it...
View ArticleForum Post: TEE 2.3.6 Opens Oracle SQL files in MongoDB editor
Hi, after updating Toad Extension for Eclipse to 2.3.6 (Version: Mars.1 Release (4.5.1)), Oracle SQL files (scripts as well as stored procedures) do not open in the proper editors any more. I have...
View Article