<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-1782618391954902258</id><updated>2012-01-26T20:46:58.730+01:00</updated><category term='Screenshots'/><category term='Documentation'/><category term='Sourceforge'/><title type='text'>SQLTools++ development</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://sqltools-plusplus.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1782618391954902258/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://sqltools-plusplus.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Randolf</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>9</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1782618391954902258.post-807390980225647744</id><published>2008-11-16T22:19:00.003+01:00</published><updated>2008-11-16T22:37:05.661+01:00</updated><title type='text'>SQLTools++ 1.21 RC3 is out</title><content type='html'>Finally, a new release SQLTools++ 1.21 RC3 is out. It's mainly a stability/bug fix release.&lt;br /&gt;&lt;br /&gt;You can download it from the &lt;a href="http://www.sqltools-plusplus.org:7676/sqltools_pp.html"&gt;SQLTools++&lt;/a&gt; homepage.&lt;br /&gt;&lt;br /&gt;Here's a summary of the changes for SQLTools++ Version 1.21RC3:&lt;br /&gt;&lt;br /&gt;The following features tracked on Sourceforge.net have been added:&lt;br /&gt;&lt;br /&gt;* 2094823: No connection to ASM instance possible&lt;br /&gt;You can connect now to an ASM instance. Although depending on your current settings you get various error messages the connection is no longer rejected but is successfully opened. The same should apply to RDBMS instances not opened. &lt;br /&gt;&lt;br /&gt;* 1992460: Add "Execute script from cursor position" option&lt;br /&gt;Two new options and keyboard shortcuts have been added to the "Script" menu:&lt;br /&gt;- Execute from cursor position (Default shortcut Ctrl+Alt+F5)&lt;br /&gt;- Execute from cursor position (Halt on errors) (Default shortcut Ctrl+Alt+Shift+F5)&lt;br /&gt;These can be used to run a script from the current cursor position and halt on errors, optionally&lt;br /&gt;Note that you need to add the following two lines to your "Custom" keymap ("custom.keymap" located in the "Data" subdirectory) if you're using it because the installer never attempts to modify the "Custom" keymap if updating an existing installation:&lt;br /&gt;Script.ExecuteFromCursor      Ctrl+Alt+F5&lt;br /&gt;Script.ExecuteFromCursorHaltOnErrors Ctrl+Alt+Shift+F5&lt;br /&gt;&lt;br /&gt;* 1979440: Recognize DROP TYPE/CREATE TYPE operation&lt;br /&gt;The type related SQL commands are now recognized and confirmed with appropriate messages (Type created/dropped)&lt;br /&gt;&lt;br /&gt;* 1919413: Add SQLTools++ on sourceforge link to menu/distribution&lt;br /&gt;The installation script now adds a link to the SQLTools++ Sourceforge.net site&lt;br /&gt;&lt;br /&gt;1916777: (Optionally) do not populate Object List when connecting&lt;br /&gt;For users that have to connect using a low bandwidth (e.g. WAN) connection two enhancements have been added:&lt;br /&gt;1. If the schema browser is not visible it won't populate any lists initially (which was the case previously)&lt;br /&gt;2. You can disable the "Known object cache" feature in the "PlusPlus" settings which will prevent this in-memory cache from being populated when establishing a connection&lt;br /&gt;&lt;br /&gt;* 1914736: Consider "Load DDL" shortcut (Ctrl+F12) in Object List&lt;br /&gt;This feature was already available with the "Development" intermediate build. You can press now the "Load DDL" keyboard shortcut in the "Object List" (Schema Browser). This is the same as performing a double-click or selecting "Load DDL" in the right-mouse button context menu&lt;br /&gt;&lt;br /&gt;* 1914185: Allow "Copy Query Columns" for empty result set&lt;br /&gt;You can copy now the query columns even if the result set is empty&lt;br /&gt;&lt;br /&gt;The following bugs tracked on Sourceforge.net have been fixed:&lt;br /&gt;&lt;br /&gt;* 2270076: Snapshot DDL shows incomplete query for large query texts&lt;br /&gt;The built-in snapshot DDL generation code is quite basic anyway but additionally showed incomplete query text if the length of the query text was longer than 4000 chars. Now this has been extended to 64k which hopefully is sufficient for most complex queries&lt;br /&gt;&lt;br /&gt;* 2166142: Known objects are not properly redrawn when settings change&lt;br /&gt;If you change settings and the "Known object cache" is enabled then the cache contents are refreshed every time you confirm the settings changes. This refresh was not properly reflected in the editor (Only when moving the cursor the content was redrawn). This has been fixed&lt;br /&gt; &lt;br /&gt;* 2062502: Change "Generic Exception" dialog to point to Sourceforge&lt;br /&gt;The "Generic" exception dialog now points to the SQLTools++ Sourceforge.net site and bug tracker rather than to the rather unmoderated original SQLTools forum&lt;br /&gt; &lt;br /&gt;* 2062499: Stack Overflow in Connect.cpp (429) when connection is lost&lt;br /&gt;When a background connection is established (e.g. with statistics or DBMS_XPLAN.DISPLAY_CURSOR enabled) and the connection is lost a nasty "Generic" exception used to show up. This has been fixed and should work now even with these features enabled&lt;br /&gt;  &lt;br /&gt;* 2032463: Synonyms for remote objects are shown as "INVALID"&lt;br /&gt;Synonyms for remote database objects used to be shown with status "INVALID". This has been fixed&lt;br /&gt;&lt;br /&gt;* 2032446: Known objects followed by a dblink - wrong highlighting&lt;br /&gt;If a known object was followed by a dblink the highlighting was incorrect. This has been fixed&lt;br /&gt;&lt;br /&gt;* 2017327: Extract Schema DDL doesn't use "Use DBMS_METADATA" setting&lt;br /&gt;The "Extract Schema DDL" didn't use the "Use DBMS_METADATA" setting of the corresponding setup dialog. This has been fixed&lt;br /&gt;&lt;br /&gt;* 1991909: Highlighting error in case of comment /* */ followed by *&lt;br /&gt;A minor highlighting error when a comment was immediately followed by an asterisk has been fixed&lt;br /&gt;&lt;br /&gt;* 1988773: Incorrect representation of timestamp type in Object Viewer&lt;br /&gt;The TIMESTAMP family related data types were not correctly represented in the Object Viewer window. This has been fixed.&lt;br /&gt;&lt;br /&gt;* 1988113: Run in external tool while disconnected&lt;br /&gt;You get now an appropriate message instead of an screwed up external tool call if you're currenly not connected to a database&lt;br /&gt; &lt;br /&gt;* 1949675: Doing describe (F12) with lost connection raises exception&lt;br /&gt;Appropriate message shown instead of a "Generic" exception&lt;br /&gt;&lt;br /&gt;* 1942383: "Use DBMS_METADATA" not saved in Settings dialog&lt;br /&gt;Handling of this setting is now similar to the other settings, it used to be inconsistent&lt;br /&gt;&lt;br /&gt;* 1942045: Editor's backup file error&lt;br /&gt;If a backup file cannot be created the actual file save is no longer aborted and you should an explanation why the backup file could not be created&lt;br /&gt;&lt;br /&gt;* 1941453: Opening *.txt files results in "Language 'NONE' not found"&lt;br /&gt;This annoying error has been fixed&lt;br /&gt;&lt;br /&gt;* 1939328: Length of multibyte character columns incorrectly reported&lt;br /&gt;If you have multibyte character columns, e.g. NVARCHARs or multibyte database character sets (e.g. UTF8) then the byte size of the column was shown in the Object Viewer instead of the actual character size. This has been fixed&lt;br /&gt;&lt;br /&gt;* 1939306: Extended Block information is wrong for lines with TABs&lt;br /&gt;TABs should be treated now correctly for the extended information shown when "Enhanced Visuals" is enabled&lt;br /&gt;&lt;br /&gt;* 1939241: Visual match braces does not work with TAB chars&lt;br /&gt;TABs should be treated now correctly for the "match braces" functionality when "Enhanced Visuals" is enabled&lt;br /&gt;&lt;br /&gt;* 1938706: Object List using list representation - quick filter applied&lt;br /&gt;The list representation mode was broken when a quick filter has been applied. The columns were resized to a minimum size so that the content was unreadable&lt;br /&gt;&lt;br /&gt;* 1928265: Extract Schema DDL: "Type parsing error: invalid header!"&lt;br /&gt;Incomplete type definitions lead to this error message sometimes. The handling of these incomplete types has been changed accordingly so that the message should no longer show up&lt;br /&gt;&lt;br /&gt;* 1927183: DDL generated for deferrable disabled constraint is wrong&lt;br /&gt;The keywords for a deferrable disabled constraint used to be in the wrong order. This has been fixed&lt;br /&gt;&lt;br /&gt;* 1927173: Table Transformation Helper wrong GRANTS with DBMS_METADATA&lt;br /&gt;When using the "DBMS_METADATA" package to generate the DDL the GRANTS generated were too many and about unrelated tables. This has been fixed.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1782618391954902258-807390980225647744?l=sqltools-plusplus.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sqltools-plusplus.blogspot.com/feeds/807390980225647744/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1782618391954902258&amp;postID=807390980225647744' title='10 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1782618391954902258/posts/default/807390980225647744'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1782618391954902258/posts/default/807390980225647744'/><link rel='alternate' type='text/html' href='http://sqltools-plusplus.blogspot.com/2008/11/sqltools-121-rc3-is-out.html' title='SQLTools++ 1.21 RC3 is out'/><author><name>Randolf</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>10</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1782618391954902258.post-5254582577320653585</id><published>2008-07-16T23:29:00.002+02:00</published><updated>2008-07-16T23:39:31.321+02:00</updated><title type='text'>Ongoing development of SQLTools++...</title><content type='html'>For those out there who might be interested (which I assume are not really that many): I'm currently in the process of fixing all bugs submitted so far and adding some minor features. I'm aiming for releasing a bug fix release 1.21 RC3 when this is done. No clue yet when this will be the case, but I hope it won't take too long.&lt;br /&gt;&lt;br /&gt;Major changes will be left for the next major release which is probably going to take a significant time before being released as I'm currently quite busy in my job, so there is not much time left to spend on SQLTools++, unfortunately.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Randolf&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1782618391954902258-5254582577320653585?l=sqltools-plusplus.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sqltools-plusplus.blogspot.com/feeds/5254582577320653585/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1782618391954902258&amp;postID=5254582577320653585' title='11 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1782618391954902258/posts/default/5254582577320653585'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1782618391954902258/posts/default/5254582577320653585'/><link rel='alternate' type='text/html' href='http://sqltools-plusplus.blogspot.com/2008/07/ongoing-development-of-sqltools.html' title='Ongoing development of SQLTools++...'/><author><name>Randolf</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>11</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1782618391954902258.post-6248445278282593211</id><published>2008-04-09T22:48:00.002+02:00</published><updated>2008-04-10T10:55:27.003+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Screenshots'/><category scheme='http://www.blogger.com/atom/ns#' term='Sourceforge'/><category scheme='http://www.blogger.com/atom/ns#' term='Documentation'/><title type='text'>Homepage and Sourceforge.net page updated</title><content type='html'>I've added a sample screenshot to the SQLTools++ homepage (&lt;a href="http://www.sqltools-plusplus.org:7676/"&gt;http://www.sqltools-plusplus.org:7676/&lt;/a&gt;) which links to the Sourceforge.net project "Screenshots" page . There you'll find more screenshots showing the look and feel of SQLTools++ if you don't know it yet and are interested in finding out what it is about.&lt;br /&gt;&lt;br /&gt;In addition the "Documentation" page on Sourceforge.net (&lt;a href="http://sourceforge.net/docman/?group_id=220648"&gt;http://sourceforge.net/docman/?group_id=220648&lt;/a&gt;) now contains a document that describes the main enhancements of SQLTools++ in comparison to the original SQLTools.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1782618391954902258-6248445278282593211?l=sqltools-plusplus.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sqltools-plusplus.blogspot.com/feeds/6248445278282593211/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1782618391954902258&amp;postID=6248445278282593211' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1782618391954902258/posts/default/6248445278282593211'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1782618391954902258/posts/default/6248445278282593211'/><link rel='alternate' type='text/html' href='http://sqltools-plusplus.blogspot.com/2008/04/homepage-and-sourceforgenet-page.html' title='Homepage and Sourceforge.net page updated'/><author><name>Randolf</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1782618391954902258.post-4641231537078366638</id><published>2008-03-14T23:03:00.002+01:00</published><updated>2008-03-14T23:11:45.494+01:00</updated><title type='text'>SQLTools++ on Sourceforge.net</title><content type='html'>I was thinking about offering users the opportunity to provide feedback, submit bugs, ask for help, request new features etc. Therefore I had to decide how to do that. The straightforward solution would have been to add a forum and a bug tracker (e.g. bugzilla) to my already existing SQLTools++ homepage.&lt;br /&gt;&lt;br /&gt;But then I thought there are already sites out there that offer these functions and more. So I opted for an Sourceforge.net project... Back to the roots, the original SQLTools is also hosted there, although no longer maintained.&lt;br /&gt;&lt;br /&gt;The project request was approved very quickly, so here we are:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://sourceforge.net/projects/sqlt-pp/"&gt;http://sourceforge.net/projects/sqlt-pp/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Still the Sourceforge team has not managed yet to upload the existing CVS archive to the sourceforge CVS system but apart from that one already can do a lot of things there:&lt;br /&gt;&lt;br /&gt;- Of course download all the available stuff&lt;br /&gt;- Use the "Tracker" feature to submit bugs, request features etc.&lt;br /&gt;- Discuss in forums (Currently "Help" and "Open discussion" are available)&lt;br /&gt;&lt;br /&gt;I think this is quite useful and hope the users out there (are there any? :-)) will be able to benefit from it as well.&lt;br /&gt;&lt;br /&gt;Best Regards,&lt;br /&gt;Randolf&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1782618391954902258-4641231537078366638?l=sqltools-plusplus.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sqltools-plusplus.blogspot.com/feeds/4641231537078366638/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1782618391954902258&amp;postID=4641231537078366638' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1782618391954902258/posts/default/4641231537078366638'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1782618391954902258/posts/default/4641231537078366638'/><link rel='alternate' type='text/html' href='http://sqltools-plusplus.blogspot.com/2008/03/sqltools-on-sourceforgenet.html' title='SQLTools++ on Sourceforge.net'/><author><name>Randolf</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1782618391954902258.post-6337665013850690014</id><published>2008-03-01T22:25:00.003+01:00</published><updated>2008-03-01T22:32:40.052+01:00</updated><title type='text'>SQLTools++ 1.20 RC3 is out</title><content type='html'>A new release SQLTools++ 1.20 RC3 is out.&lt;br /&gt;&lt;br /&gt;You can download it from the &lt;a href="http://www.sqltools-plusplus.org:7676/sqltools_pp.html"&gt;SQLTools++&lt;/a&gt; homepage.&lt;br /&gt;&lt;br /&gt;Here's a summary of the changes for SQLTools++ Version 1.20RC3:&lt;br /&gt;&lt;br /&gt;New features:&lt;br /&gt;&lt;br /&gt;- New major feature: Enhanced editor highlighting&lt;br /&gt;* Match braces&lt;br /&gt;* Highlight too long identifiers exceeding threshold length (default 30 chars but can be changed in "PlusPlus" settings)&lt;br /&gt;* Highlight known user objects for current connection&lt;br /&gt;* Show extended information about selected text in status bar&lt;br /&gt;Since this is quite beta, all the related new code paths can be disabled in the "PlusPlus" section of the settings ("Enhanced Visuals")&lt;br /&gt;- New feature: Auto resize columns after each fetch (analyses only the newly fetched array of rows)&lt;br /&gt;- New feature: Added external tool placeholder &lt;sys_privs&gt; which can be empty, " AS SYSOPER" or " AS SYSDBA" to support&lt;br /&gt;privileged connections in external tools&lt;br /&gt;- New feature: Order columns in Object Viewer for tables by column name, can be selected in PlusPlus Settings dialog&lt;br /&gt;             or toggled by using second keyboard shortcut (F12 / Shift+F12 by default)&lt;br /&gt;&lt;br /&gt;Improvements:&lt;br /&gt;&lt;br /&gt;- Improvement: Reading NCLOBs is now supported, no longer ORA-24806 error message when attempting to fetch them&lt;br /&gt;- Improvement: Double-Click on column header border in Grid autofits column (similar to other windows lists)&lt;br /&gt;- Improvement: Appropriate message when not connected to database and attempting to expand a node in Object Viewer&lt;br /&gt;- Improvement: Use environment variable ORACLE_HOME if set in environment&lt;br /&gt;- Improvement: Use environment variable TNS_ADMIN if set in environment&lt;br /&gt;- Improvement: Support TNS entries having multiple aliases assigned delimited by comma&lt;br /&gt;- Improvement: Support both synonyms SNAPSHOT (LOG) and MATERIALIZED VIEW (LOG)&lt;br /&gt;- Improvement: Do not report ORA-28002 twice if using background connection for statistics or DBMS_XPLAN.DISPLAY_CURSOR&lt;br /&gt;- Improvement: More precise information about various data types in Object Viewer: NUMBER, FLOAT, *LOB&lt;br /&gt;- Improvement: Set filter to "N/A" if none of the QuickFilters "VALID/INVALID" are selected. This should filter on&lt;br /&gt;objects like partitioned indexes that do not have a global status but an individual status for each partition object&lt;br /&gt;- Improvement: "Refresh All" in Object List now actually does a "refresh all" resp. marks all tabs for refresh the next time&lt;br /&gt;they are used (It didn't do it before, it just did a "refresh" of the current tab).&lt;br /&gt;Note that this "Refresh All" also refreshes the "Known object" cache used by the enhanced editor highlighting, so in case&lt;br /&gt;you've added/dropped objects you can use this option to refresh the cache used for highlighting&lt;br /&gt;- Improvement: All kinds of reverse indexes and function-based bitmap indexes are handled correctly&lt;br /&gt;- Improvement: Optionally disable cell selection wraparound in Grid&lt;br /&gt;&lt;br /&gt;Changes:&lt;br /&gt;&lt;br /&gt;- Change: No longer set focus to "Plan" pane when performing "Explain plan", use "Switch pane" (default: F6) to set focus&lt;br /&gt;if needed&lt;br /&gt;- Change: Show execution times that are less than one second as milliseconds&lt;br /&gt;&lt;br /&gt;Bugfixes:&lt;br /&gt;&lt;br /&gt;- Fix: Materialized view log handling (drop) fixed in Object List&lt;br /&gt;- Fix: Re-enabled "Allow remember manually changed column width" which was broken due to my misunderstanding&lt;br /&gt;- Fix: Get DBMS_METADATA DDL for MATERIALIZED VIEW LOG fixed&lt;br /&gt;- Fix: If unlimited DBMS_OUTPUT size is selected in settings, apply the changed setting to current connection&lt;br /&gt;- Fix: Consistent handling of statistics setting in current session if changing the setting in Settings dialog or in GUI&lt;br /&gt;via button&lt;br /&gt;- Fix: 9i emulation of DBMS_XPLAN.DISPLAY_CURSOR now also enables the "Refresh" context menu entry&lt;br /&gt;- Fix: If "Connection lost" related error is thrown from remote do not close local connection&lt;br /&gt;- Fix: Exception no longer raised when clicking in the row header of an empty result set&lt;br /&gt;- Fix: Changing VALID/INVALID filters in Object List now invalidates all tabs so that changed filter is applied when&lt;br /&gt;activated&lt;br /&gt;- Fix: Setting a filter in an Object list tab no longer invalidates all other tabs&lt;br /&gt;- Fix: Opening a non-existing document from the most recently used file list no longer raises an Exception&lt;br /&gt;- Fix: Re-enabled TAB key in Grid&lt;br /&gt;- Fix: "Find in Files" should work again. Correct "GREP.EXE" is now part of the installation package again&lt;br /&gt;- Documentation bug: 9i unfortunately does not populate the V$SQL_PLAN_STATISTICS_ALL view if statistics_level is set&lt;br /&gt;to default value TYPICAL, therefore you don't get the basic plan info. You only get the view populated if statistics_level&lt;br /&gt;is set to ALL. Whereas 10g already mirrors basic plan information from V$SQL_PLAN into V$SQL_PLAN_STATISTICS_ALL in&lt;br /&gt;TYPICAL mode&lt;br /&gt;&lt;br /&gt;Known Issues:&lt;br /&gt;&lt;br /&gt;- Known Issue: Quoted identifiers (using "&lt;identifier&gt;") potentially are not correctly recognized by new "Known objects"&lt;br /&gt;hightlighting since the current tokenizer does treat them as "normal" identifiers and therefore breaks them apart in&lt;br /&gt;case of any special character encountered&lt;/identifier&gt;&lt;/sys_privs&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1782618391954902258-6337665013850690014?l=sqltools-plusplus.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sqltools-plusplus.blogspot.com/feeds/6337665013850690014/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1782618391954902258&amp;postID=6337665013850690014' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1782618391954902258/posts/default/6337665013850690014'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1782618391954902258/posts/default/6337665013850690014'/><link rel='alternate' type='text/html' href='http://sqltools-plusplus.blogspot.com/2008/03/sqltools-120-rc3-is-out.html' title='SQLTools++ 1.20 RC3 is out'/><author><name>Randolf</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1782618391954902258.post-5446837379965184292</id><published>2007-12-22T22:57:00.000+01:00</published><updated>2007-12-22T23:03:24.457+01:00</updated><title type='text'>SQLTools++ 1.10 RC2 is out</title><content type='html'>Good news, SQLTools++ 1.10 RC2 is out.&lt;br /&gt;&lt;br /&gt;You can download it from the &lt;a href="http://www.sqltools-plusplus.org:7676/sqltools_pp.html"&gt;SQLTools++&lt;/a&gt; homepage.&lt;br /&gt;&lt;br /&gt;Here's a summary of the changes:&lt;br /&gt;&lt;br /&gt;SQLTools++ Version 1.10RC2 (22-DEC-2007):&lt;br /&gt;&lt;br /&gt;Improvements:&lt;br /&gt;- Tested with Oracle 11g Server and Client, recognizes 11g as server/client version&lt;br /&gt;- 11g session statistics supported&lt;br /&gt;- Filter header bars added to connection dialog and schema browser object list, similar to SQLTools 1.5&lt;br /&gt;- Freshened GUI look, the initial SQLTools++ release used accidentally the "old" Win9x style&lt;br /&gt;- Execute script and halt on errors (new toolbar button)&lt;br /&gt;- Execute script in external tool (new toolbar button)&lt;br /&gt;- Use optionally DBMS_METADATA to generate DDL (can be used from Server version 9i onwards)&lt;br /&gt;- Optionally save all files automatically before executing database operation&lt;br /&gt;- Test connection/Reconnect in case you were disconnected from the database, similar to TOAD functionality (new toolbar button)&lt;br /&gt;- Schema browser object list supports now Snapshots, Snapshot logs and the Recyclebin in 10g onwards&lt;br /&gt;- Index as lookup object supported&lt;br /&gt;- DDL generation support for database and DDL triggers&lt;br /&gt;- Cleanup of Settings dialog: PlusPlus settings are now in a separate page grouped together&lt;br /&gt;- Copy selected entries from schema browser and object viewer separated by newlines using new shortcut Ctrl+Alt+C in addition to the already supported Ctrl+C shortcut&lt;br /&gt;- Handle NULL passwords better by offering a separate dialog to enter the missing password&lt;br /&gt;- DBMS_OUTPUT now allows max. linesize of 32767 beginning with 10g&lt;br /&gt;- Unlimited DBMS_OUTPUT supported in 10g or later&lt;br /&gt;- 10g DBMS_XPLAN.DISPLAY_CURSOR emulation now available for Oracle9i, see "Data\display_cursor_9i.sql"&lt;br /&gt;You may change the contents of the file to meet your needs, or even save the code in a persistent procedure/package and change the file contents to just call this procedure/package.&lt;br /&gt;The file content is re-read each time the DISPLAY_CURSOR functionality is called&lt;br /&gt;- MERGE sql statement now recognized and appropriate feedback provided (no. of rows merged)&lt;br /&gt;- Popup Editor window can now be closed using the ESC key as shortcut&lt;br /&gt;- Handle Oracle error ORA-28002 ("password expires in next &lt;x&gt; days") more gracefully when opening a connection&lt;br /&gt;- Check for update on web site with a single click. Although not yet automated, you will be redirected to a web page using the default browser of your system that shows you if there is a newer version available for download.&lt;br /&gt;- Customizable settings regarding the "whitespace" and "blank" lines act as statement delimiter in the new "PlusPlus" settings page&lt;br /&gt;- Installation cleanup, default settings, files and web links updated&lt;br /&gt;&lt;br /&gt;Bugfixes:&lt;br /&gt;- Fixed issue with background session connection (timing issue while establishing the connection)&lt;br /&gt;- Explain plan did not adhere to "whitespace line" setting&lt;br /&gt;- Auto-fit columns is now executed even if the column descriptions stay the same (there was a caching active that compared the current columns of the result set with the previous and in case they were the same no resizing took place. I deactivated that comparison because it annoyed me)&lt;br /&gt;- Object lookup in Object Viewer for similar object names used previous object in case previous object name is superset (OBJECT_NAME1 vs. OBJECT_NAME) of current object name. Now an exact match is performed&lt;br /&gt;- Lookup of partitioned object fails due to unknown object type error message, this has been fixed&lt;br /&gt;&lt;br /&gt;Known Issues:&lt;br /&gt;- Believe it or not, but the DBMS_METADATA package sometimes generates invalid and incomplete DDL. For instance generating the indexes of an table having LOB columns by calling DBMS_METADATA.GET_DEPENDENT_DDL attempts to create the LOB indexes explicitly using an incomplete and invalid CREATE INDEX command.&lt;br /&gt;This holds true even for Oracle 11g, nevertheless I doubt that this is something you would dare to call a "feature"... Still I render the option to use DBMS_METADATA as useful.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1782618391954902258-5446837379965184292?l=sqltools-plusplus.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sqltools-plusplus.blogspot.com/feeds/5446837379965184292/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1782618391954902258&amp;postID=5446837379965184292' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1782618391954902258/posts/default/5446837379965184292'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1782618391954902258/posts/default/5446837379965184292'/><link rel='alternate' type='text/html' href='http://sqltools-plusplus.blogspot.com/2007/12/sqltools-110-rc2-is-out.html' title='SQLTools++ 1.10 RC2 is out'/><author><name>Randolf</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1782618391954902258.post-5482440289535207046</id><published>2007-12-05T22:38:00.000+01:00</published><updated>2007-12-05T23:19:16.532+01:00</updated><title type='text'>New version 1.10RC2 of SQLTools++ underway</title><content type='html'>Just a few words on the latest development: I've found some time and motivation again and have already added a lot of new features. I hope that the new version will be out soon (which means within the next couple of weeks), but won't promise anything here.&lt;br /&gt;&lt;br /&gt;Here a list of things that have been added/updated resp. currently being worked on:&lt;br /&gt;&lt;br /&gt;SQLTools++ Version 1.10RC2&lt;br /&gt;&lt;br /&gt;Improvements:&lt;br /&gt;- Tested with Oracle 11g Server and Client, recognizes 11g as server/client version&lt;br /&gt;- 11g session statistics supported&lt;br /&gt;- Filter header bars added to connection dialog and schema browser lists, similar to SQLTools 1.5&lt;br /&gt;- Schema browser supports now Snapshots, Snapshot logs and the Recyclebin in 10g onwards&lt;br /&gt;- Use optionally DBMS_METADATA to extract DDL from database&lt;br /&gt;- Execute a script and halt on errors&lt;br /&gt;- Execute a script or a selected range in an external tool&lt;br /&gt;- Test the connection resp. re-connect in case you've been disconnected from the database, similar to TOAD functionality&lt;br /&gt;- Automatically save your files before a database execution takes place&lt;br /&gt;- Cleanup of Settings dialog: PlusPlus settings are now in a separate page grouped together&lt;br /&gt;- Copy selected rows from schema browser and object viewer separated by newlines using new shortcut Ctrl+Alt+C in addition to the already existing Ctrl+C shortcut&lt;br /&gt;- Handle NULL passwords better by offering a separate dialog to enter the missing password&lt;br /&gt;- DBMS_OUTPUT now allows max. linesize of 32767 beginning with 10g&lt;br /&gt;- Unlimited DBMS_OUTPUT supported on 10g or later&lt;br /&gt;- DBMS_XPLAN.DISPLAY_CURSOR emulation now available for Oracle9i, see "Data\display_cursor_9i.sql"&lt;br /&gt;You may change the contents of the file to meet your needs, or even save the code in a persistent  procedure/package and change the file contents to just call this procedure/package.&lt;br /&gt;The file content is re-read each time the DISPLAY_CURSOR functionality is called&lt;br /&gt;- MERGE SQL statement now recognized and appropriate feedback provided (no. of rows merged)&lt;br /&gt;- Popup Editor window can now be closed using the ESC key as shortcut&lt;br /&gt;- Handle Oracle error ORA-28002 ("password expires in next &lt;x&gt; days") more gracefully&lt;br /&gt;- Check for update on web site with a single click. Although not yet automated, you will be redirected to a web page using the default browser of your system that shows you if there is a newer version available for download.&lt;br /&gt;- Installation cleanup, default settings, files and web links updated&lt;br /&gt;&lt;br /&gt;Bugfixes:&lt;br /&gt;- Fixed issue with background session connection (timing issue while establishing the connection)&lt;br /&gt;- Explain plan did not adhere to "whitespace line" setting&lt;br /&gt;- Auto-fit columns is now executed even if the column descriptions stay the same (there was a caching active that compared the current columns of the result set with the previous and in case they were the same no resizing took place. I deactivated that comparison because it annoyed me)&lt;/x&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1782618391954902258-5482440289535207046?l=sqltools-plusplus.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sqltools-plusplus.blogspot.com/feeds/5482440289535207046/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1782618391954902258&amp;postID=5482440289535207046' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1782618391954902258/posts/default/5482440289535207046'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1782618391954902258/posts/default/5482440289535207046'/><link rel='alternate' type='text/html' href='http://sqltools-plusplus.blogspot.com/2007/12/new-version-110rc2-of-sqltools-underway.html' title='New version 1.10RC2 of SQLTools++ underway'/><author><name>Randolf</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1782618391954902258.post-663022766346857007</id><published>2007-03-30T20:58:00.000+02:00</published><updated>2007-03-31T01:02:39.285+02:00</updated><title type='text'>What's next...</title><content type='html'>Just a few thoughts about what I intend to do next with SQLTools++:&lt;br /&gt;&lt;br /&gt;First I need to do a bit more cleanup to the items installed by the Installer. In particular the "history" file has not been updated yet and the link to the Homepage added to the Explorer menu still points to the old homepage (the link in the application has already been updated). Just cosmetics, so when I find some time this will be updated, too.&lt;br /&gt;&lt;br /&gt;Next I'll try to finish the 9i emulation of the 10g DBMS_XPLAN.DISPLAY_CURSOR functionality. The query to V$SQL_PLAN_STATISTICS_ALL is already done, and I'm currently working on a big anonymous PL/SQL block which is supposed to parse and format the query output similar to the DISPLAY_CURSOR function. This PL/SQL block will then be executed by SQLTools++ to get the output to display. Probably the PL/SQL block will reside in a separate text file so you will able to change and/or extend it if you are willing to.&lt;br /&gt;&lt;br /&gt;Next thing on my list would be the interface to DBMS_METADATA. This is pretty straightforward and I hope that it won't take too much effort to get it in.&lt;br /&gt;&lt;br /&gt;May be in parallel I'm going to revisit the "Online visual match" issue again, but that's definitely low priority, as the "Find Matching Brace" functionality works very well for me.&lt;br /&gt;&lt;br /&gt;Ah, yes, and by the way: Now that I've released &lt;a href="http://www.sqltools-plusplus.org:7676/"&gt;SQLTools++&lt;/a&gt; to public I expect some bugs will come up which need to be fixed...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1782618391954902258-663022766346857007?l=sqltools-plusplus.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sqltools-plusplus.blogspot.com/feeds/663022766346857007/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1782618391954902258&amp;postID=663022766346857007' title='7 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1782618391954902258/posts/default/663022766346857007'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1782618391954902258/posts/default/663022766346857007'/><link rel='alternate' type='text/html' href='http://sqltools-plusplus.blogspot.com/2007/03/whats-next.html' title='What&apos;s next...'/><author><name>Randolf</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>7</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1782618391954902258.post-8653124018290975176</id><published>2007-03-29T09:58:00.000+02:00</published><updated>2007-03-29T11:36:11.287+02:00</updated><title type='text'>First public release</title><content type='html'>Finally I made it... The VPS server is installed, the homepage is available here:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.sqltools-plusplus.org:7676/"&gt;http://www.sqltools-plusplus.org:7676/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;For quite a while I was thinking about whether I should publish this release at all. I won't have the time to provide adequate support in case someone really starts to use this version extensively. Since this is a C++/MFC application and the only one who has tested it yet is me, myself and I, there are probably a lot of bugs left to discover.&lt;br /&gt;&lt;br /&gt;But on the other hand, may be someone will find the enhancements useful, and likes to use this version.&lt;br /&gt;&lt;br /&gt;So I decided to publish and wait for things to come. If it starts to bother me, I can cancel my VPS on a monthly basis :-))&lt;br /&gt;&lt;br /&gt;By the way, the VPS is hosted by &lt;a href="http://www.host-europe.de/"&gt;Host Europe&lt;/a&gt;. I can really recommend their services so far, you can choose a minimum contract term of just four weeks and their support has been turned out to be for free of charge (at least basic inquiries are) and reasonably competent, even for my "lowest-end" VPS version, which costs only 10 EUR per month.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1782618391954902258-8653124018290975176?l=sqltools-plusplus.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sqltools-plusplus.blogspot.com/feeds/8653124018290975176/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1782618391954902258&amp;postID=8653124018290975176' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1782618391954902258/posts/default/8653124018290975176'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1782618391954902258/posts/default/8653124018290975176'/><link rel='alternate' type='text/html' href='http://sqltools-plusplus.blogspot.com/2007/03/first-public-release.html' title='First public release'/><author><name>Randolf</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
