Forum Post: RE: Stream read error when executing query against V$SQL in Editor
The content of the SQL_FULLTEXT could be the cause. I wasn't able to reproduce any problems here. Do you have Options -> Data Grids -> Data -> "Preview CLOB and LONG data" checked or...
View ArticleForum Post: RE: Rowcount
How about BEGIN INSERT INTO Admin_pca_style(Style_CD, Style_Desc, Active_ind, Background_Img, Award_Stock, Order_Stock, Modify_DT, Modify_User_id, Default_ind, pca_ind, Custom_ind, Web_Display_Format,...
View ArticleForum Post: RE: Under version control what does TOAD recommend as the...
Thanks John, You continue to add insights on making this work. Sometimes they make my head ache :\ but I'd rather deal with them now instead of later when we're live! Using check-out status as a...
View ArticleForum Post: RE: Stream read error when executing query against V$SQL in Editor
Another tidbit... If I retrieve 100 or less rows, I seem to be OK, no matter what I do, even with the "Preview CLOB and LONG data" option is checked. With this simple SQL,I can retrieve up to a certain...
View ArticleForum Post: RE: Stream read error when executing query against V$SQL in Editor
Ah-hah! I am able to reproduce it this way: 1) 64 bit Toad 12.12 connected to 12.2 database, "Preview CLOB/LONG" checked. 2) run "SELECT S.sql_id,S.sql_fulltext FROM v$sql S" in editor. 3) double-click...
View ArticleForum Post: Formatter for Views can no longer be turned off.
Formatter for Views can no longer be turned off. Editor → Open/Save → “Format Fields when opened” is unchecked Schema Browser → Set the object type to Packages, Procedures or Functions → Right click in...
View ArticleForum Post: RE: Stream read error when executing query against V$SQL in Editor
Sounds promising... To muddy the waters even further, I'm currently downloading the Oracle 12.2 client...! [;)] Thanks for your attention! -Rick
View ArticleForum Post: RE: Stream read error when executing query against V$SQL in Editor
It seems related to the 12.2 server. I get the error with 12.1 or 12.2 client. I do not have any problems on a 12.1 server.
View ArticleForum Post: Access violation at address 000007FEC897C8BA in module...
I am a long-time user of TOAD and love the tool very much. Today it is giving me an issue - I am running TOAD 12.12.0.39 64-bit on my work windows laptop. Everything is working great except for...
View ArticleForum Post: RE: Access violation at address 000007FEC897C8BA in module...
That is a known issue with TOAD...
View ArticleForum Post: How to fetch the remaining records from a table
Hi Experts, We have records in table XX_LTST_DETAIL. The few columns in this table are item,family,type,reserve, fiscal_year,period,transaction_type,quantity,value,transaction_date,subinventory. Now,...
View ArticleForum Post: RE: How to fetch the remaining records from a table
Hi, Got it. SELECT * FROM XX_LTST_DETAIL MINUS SELECT * FROM XX_LTST_RESERVE_DETAIL; I forgot my basics :)
View ArticleForum Post: RE: Access violation at address 000007FEC897C8BA in module...
There is a workaround: Find the table in the Schema Browser, or do a CTRL+D (for describe), type in the table name, and enter. Then go to the data tab. You can use the view/edit query to see how to...
View ArticleForum Post: RE: SQL Recall - Bottom pane
I thought the Expand/Collapse options on the top part's right-click context menu was sufficient. Anyway, I understand now. Thanks for clarifying.
View ArticleForum Post: RE: Recently Opened File Lists are Inconsistent
Michael, I see that this has been fixed - thank you - but has something else happened that isn't quite right? When I 1st opened 13.0.0.62, my Recently Used File lists were both empty; I figured this...
View ArticleForum Post: RE: Recently Opened File Lists are Inconsistent
Quite possible and highly likely something I've done. Lemme play with it and look for pitfalls. Michael
View ArticleForum Post: Production Deployment using Bitbucket with Oracle 12c?
I am working on a team that is exploring moving our VCS to BitBucket/Git. I would like to hear from anyone who is using Bitbucket, and can give me suggestions on what tools and methodology they are...
View ArticleForum Post: RE: Formatter for Views can no longer be turned off.
You can cancel this one. I uninstalled and re-installed Beta 64 and the problem went away. FWIW, The 13.0.0.64 install is creating folder "13.0 beta (1)" instead of overwriting folder "13.0 beta". I...
View Article