RE: Selecting closest value to specified number SQL Query Builder
Hi John,Thank you so much for your replies and help. I was able to get the query that I wanted (no error messages!) the only thing I did differently is remove the semicolon at the end of the last line...
View ArticleRE: Selecting closest value to specified number SQL Query Builder
Thanks for verifying this Joe, please see my reply above regarding the table name - the initial notation was incorrect since I had to rename it due to confidentiality policies at work.
View ArticleRE: Query result is not export to Excel when running automation script
Is this Toad for Oracle that you are talking about? The options and features that you mention are similar to what we have in Toad for Oracle, but a little bit different...which makes me think you...
View ArticleRE: Editor | Add to Saved SQLs option missing in 12.8?
It's there, but I believe it underwent an internal rename between 12.8 and 12.9 that will require you to either 1) restore all toolbar defaults (rt-click on toolbars) or 2) manually add it back...
View ArticleEditor | Add to Saved SQLs option missing in 12.8?
I just ran one of my save sqls. I changed it and went to save it back to my named sql in the sql recall window, but the Add to Saved SQLs option is missing from the Editor menu?
View ArticleRE: BLOB
Right click in the grid and choose "Single Column Export". If you have an older version of Toad, it's called "Export BLOBs (long,raw)" instead.
View ArticleBLOB
Hello,I can export single blob data to outside via wizard. But I need to export multiple blobs.How Can I export multiple blobs using TOAD?Regards..
View ArticleRE: "SQL Recall" missing Toad 12.9
Like most windows programs, settings are saved on a per-windows-user basis. You can change the location of settings to a common location (in Toad that's under Options -> General -> Application...
View Article"SQL Recall" missing Toad 12.9
Hi,in my normal windows account, the SQL Recall is not showing the objects - filter, edit etc. - see attached. When I log in to windows with another account, everything shows. Is this known to others,...
View ArticleRE: ORA-21527: internal OMS driver error
Hi NormThe OCI in Unicode-enabled mode doesn't play nice with XMLTYPE, especially if it's got binary storage. The best way around it is to use GetClobVal() when you want to select XMLTYPE in Toad,...
View ArticleRE: ORA-28058: login is allowed only through a proxy
Toad supports proxy logins. It should work.However, in Toad 11.6, Toad actually makes two sessions to perform the proxy connection. So both SCOTT and PDBDBA need the CREATE SESSION...
View ArticleORA-28058: login is allowed only through a proxy
Hi I am unable to logon to the database as proxy dba from TOAD, but I can login using the SQLPLUS (with 12c client).Below are the details of the SQLPLUS connection which allows SCOTT to connect as...
View ArticleRE: ORA-21527: internal OMS driver error
On 2016/09/01 04:17, Norm [TeamT] wrote:ORA-21527: internal OMS driver error Thread created by Norm [TeamT]Morning All,Toad: 12.1.0.22Oracle: 11.2.0.4 on Windows 2012 server. 64 bit. Cloud. Oracle...
View ArticleRE: ORA-21527: internal OMS driver error
In older versions of Toad, before binary XML storage came out, and before Toad was Unicode-enabled, XMLTYPE still had some problems in Toad, and was very picky about client versions. I don't think...
View ArticleRE: DB Health Check better formatting
Hi Damir,I wanted to share some information with you about Idea Pond, that Gregory mentioned, in case you are not familiar with it. Idea Pond is solely dedicated to tracking customer enhancement...
View ArticleDB Health Check better formatting
Here are mine recommended improvements in report.Space between constraints:FK's w/o Matching Indexes (or an unusable one)And for every other listing like that in report....just to be more...
View ArticleRE: ORA-21527: internal OMS driver error
Hi John,Your workaround does indeed work. Many thanks.Rich: Thanks, but I can't see the Dell information as it tells me I'm not under maintenance again. It's been on and off like this for years now.
View ArticleORA-21527: internal OMS driver error
Morning All,Toad: 12.1.0.22Oracle: 11.2.0.4 on Windows 2012 server. 64 bit. Cloud. Oracle client: 11.2.0.1 64 bit.I have a table with one row. There is an XML column in the table. Selecting a count(*)...
View ArticleRE: ORA-21527: internal OMS driver error
Afternoon John, Rich,thanks gents.John's workaround of using getClobVal() on the XML column does indeed work, although I need to do a bit more typing in the editor when I want to select * from ... (or...
View ArticleRE: ORA-21527: internal OMS driver error
> although I need to do a bit more typing in the editor when I want to select * from....... (or use F4 to get the full list of columns).I think this is what you were getting after, but just...
View Article