RE: Viewing oracle XML table in Toad data grid generates ORA-04036 memory...
As suggested, I tried this in the TOAD editor and it returned the results quickly without error. I have asked my DBA to return the PGA memory setting to a reasonable number and will try again to fully...
View ArticleRE: Connection Toad error Invalid Home Name
Follow these instructions which have been known to work with Toad for Oracle: Problem solved, solition: To download an Instant Client, go to the following link:...
View ArticleRE: Connection Toad error Invalid Home Name
Follow these instructions which have been known to work with Toad for Oracle: To download an Instant Client, go to the following link: http://www.oracle.com/technetwork/topics/winsoft-085727.html...
View ArticleRE: Getting unusual characters when hitting space and tab, help to resolve
Those characters are not really in your text, they are just there to make the whitespace visible. To turn that off, go to Options -> Editor -> Display. Uncheck "Show Whitespace".
View ArticleRE: Viewing oracle XML table in Toad data grid generates ORA-04036 memory...
I'd love to fix it, but the vendor of our third party library that connects to the database says it's an OCI problem, and Oracle says that it's not a documented feature, so we're kind of stuck on this...
View ArticleRE: Viewing oracle XML table in Toad data grid generates ORA-04036 memory...
Thanks, you have been very helpful. I just tested your suggested getclobval() query with a reasonable PGA setting and it worked. I don't understand the last sentence of your last reply though. If...
View ArticleRE: Viewing oracle XML table in Toad data grid generates ORA-04036 memory...
SB-Tables-Data automatically puts GetClobVal in the query because we know about the table's columns before you go to that tab.The editor runs whatever you type in.
View ArticleRE: Viewing oracle XML table in Toad data grid generates ORA-04036 memory...
Are you saying that SB-Tables-Data throws the error? If so, click the 2nd toolbar button (view/edit query) there to see what query is being run. Maybe it's not putting in GetClobVal as it should...
View ArticleRE: Viewing oracle XML table in Toad data grid generates ORA-04036 memory...
I found the issue. It is throwing the error in SB-tables-data, and I checked the query. It is including the getclobval(). The query also throws the error in the editor. The problem is that I had the...
View ArticleRE: Viewing oracle XML table in Toad data grid generates ORA-04036 memory...
That surprises me that a sort on 17K rows would cause such a problem but if the sort is performed with an "ORDER BY" in the query, then it doesn't sound like it has anything to do with Toad (Oracle...
View ArticleRE: Viewing oracle XML table in Toad data grid generates ORA-04036 memory...
Oddly, the suggested create table runs without error and reasonably quick:Create table test_xml as select sy_history_ID, sy.sy_Updates_XML.getclobval() as sy_xml from sy_history sy order by sy_history_ID;
View ArticleRE: Viewing oracle XML table in Toad data grid generates ORA-04036 memory...
The full query in Toad included "order by rowid desc nulls last;" so I tried the last create table with "order by sy_history_ID desc" and it worked fine. So, I tried "order by sy_History_ID desc...
View ArticleRE: Viewing oracle XML table in Toad data grid generates ORA-04036 memory...
That's good (from a Toad perspective, anyway). Open a case with Oracle and they'll help you I'm out of ideas anyway. :-) Be sure to tell them that you can reproduce the problem in SQL*Plus....
View ArticleRE: Toad 12.5 Source Control: Microsoft Visual Sourcesafe
Hi Brad,Can i get any document how to configure the Toad 12.9 Team Coding to use Microsoft Team Foundation Server 2015? I couldn't find it on internet.I have one for Toad 10.6 Team Coding to use...
View ArticleRE: Toad 12.5 Source Control: Microsoft Visual Sourcesafe
It should be pretty straight forward as we've made the setup/configuration part much more intuitive in 12.9. Our product manager wrote a blog which may be helpful as well... based off of TFS 2013 and...
View ArticleToad 12.5 Source Control: Microsoft Visual Sourcesafe
Hi,What happened to Source Control: Microsoft Visual Sourcesafe in Toad 12.5? Our shop still uses it, and the option for it is gone in 12.5 (it was available in 12.1.1.1). Can this be restored...
View ArticleRE: Toad 12.9.0.71, ASH browser time filter bug
Yes bug is still present.what kind of inf you need?P.S.Date format settings is somewhere before set or you expect that this as default on each client?
View ArticleRE: How to scan for changes between Oracle and Team Foundation, all objects.
Which version of Toad are you running?
View ArticleRE: Toad 12.9.0.71, ASH browser time filter bug
Turn on spool SQL and send me the output of the query that runs when you open the ASH Browser (with your filter set).Also send me a screen shot of your filter.I am not sure that I understand your P.S....
View Article