Forum Post: RE: Comment: Cannot CLOSE Tab
Most excellent idea about resetting the ini files. At one time the ini files did not move forward quite as well as one would hope and I used to have to make all my custom changes with every upgrade. I...
View ArticleForum Post: RE: Comment: Click LEFT Margin and SQL Code Collapses
13 years ago? It has been that long? Thank you for the tip. So, I tried disabling it and I see that I DO use the IF/ELSE decoration column on the left. Visually, I do use the feature. Trying to not...
View ArticleForum Post: RE: Comment: Click LEFT Margin and SQL Code Collapses
Looking at the Toad release history it may have been 11 years, but yeah it's been in there a very long time. The active block highlighting is nice and unfortunately the two go hand in hand. Michael
View ArticleForum Post: RE: Comment: Cannot CLOSE Tab
> My only hesitation is the connections ini Connections are stored in Connections.xml so backup that file and copy it into your user files folder with Toad closed following the reset. > Would you...
View ArticleForum Post: RE: Comment: Cannot CLOSE Tab
There was no attitude by the statement. I repeated myself concerning how I used the 3rd SQL Editor because it is puzzling that only 1 SQL Editor is ever affected. If I always remember to close all the...
View ArticleForum Post: RE: Comment: Cannot CLOSE Tab
> I am using Team Coding? I don't know, that's why I asked. Team Coding is a feature that would take active participation on your part to setup and use. You would know if you are using it or if...
View ArticleForum Post: RE: Comment: Cannot CLOSE Tab
"I am using Team Coding" was a rhetorical statement. I have checked a few times to make sure I had set nothing up to support or to lean towards Team Coding. Thank you all for all your help on this. You...
View ArticleForum Post: Searching Forum within Toad
Is there a way to search the forum questions in Toad? I don't want to ask a question if it has been answered already. Thanks, J
View ArticleForum Post: Unified Auditing
It appears if I switch to Unified Auditing the functionality to setup and view audit information doesn't work. Does Toad support the new auditing?
View ArticleForum Post: RE: Unified Auditing
Yes. Look in the schema browser under "Unified Audit Policies"
View ArticleForum Post: RE: Unified Auditing
I hadn't noticed that. Thanks. I was looking under the menu item Database | Administer
View ArticleForum Post: RE: Searching Forum within Toad
Toad's search will also search the forums. By default it's in the top right of the toolbars and says 'Jump to... (Ctrl+J)'.
View ArticleForum Post: TOAD Configuration
Hi, I'm trying for a few weeks to configure TOAD, but it doesn't work and I don't know what else I could do. Somebody help me PLEASE!!!
View ArticleForum Post: RE: Searching Forum within Toad
Use Google, with the SITE keyword (SITE + colon + domain). I was able to find your question by searching a part of your 2 nd sentence: Here is a link to open the search results page:...
View ArticleForum Post: RE: How to use a PIPELINE in plsql
Hi Norm, It is showing no data :( Below is package specification and body i created CREATE OR REPLACE PACKAGE xx_po_req_workflow_pkg AS TYPE person_id_rec2 IS RECORD ( manager_id VARCHAR2(100) ); TYPE...
View ArticleForum Post: RE: Schema Browser Slow after migration to 12c
Hello John, Thank you for the your quick reply. I had already gathered stats but I did it again as well as the additional recommended steps but I still don't have an acceptable wait when loading the...
View ArticleForum Post: RE: Schema Browser Slow after migration to 12c
You might want to also update your Toad. We just released version 12.12 a few days ago. I've made improvements to some of those queries over the years.
View ArticleForum Post: RE: TOAD Configuration
Have you tried just using the 2nd oracle home in Toad? (In the "Connect Using" dropdown). If that doesn't work, you can start looking at settings, making sure things are in path, etc, but I've found...
View ArticleForum Post: RE: How to use a PIPELINE in plsql
Hi Srivathsava, obviously, I don't have your tables and data, so the above is a tad "unhelpful" to me in helping, however, what I would do is to remove all your EXCEPTION sections. Let Oracle find any...
View ArticleForum Post: RE: Autoreplace in several lines
Damir, look for this in the first beta. Limited C-style string support is included to support tab (\t), carriage return (\r), and line feed (\n) escape sequences in the replace with value. Single...
View Article