Connection Toad error Invalid Home Name
Connection Toad error Invalid Home NameI cannot connect to any databasesW2k12 serverOracle Instant client 11.2.0.3Toad for Oracle 12.9Invalid Home Name: p:\Oracle\ora11203\binInstant Client - 11.2.0.3...
View ArticleRE: Script Working in Toad Quest Script Runner but not in Toad SQL*Plus
Sorry for the delay in getting your question answered. SQLplus is not a Toad product, it is an Oracle product. SQLplus is the editor that comes with your Oracle client. If you are having issues...
View ArticleScript Working in Toad Quest Script Runner but not in Toad SQL*Plus
The script is pasted at the bottom of this post.Here is the Script Runner Output:startloop 1Update 1567471 F90183loop 1Update 7165 F91186loop 1Update 13112 F90660...loop 1Update 9762 F91257292 job...
View ArticleRE: Trigger on Table with CLOB Raises Exception upon Toad's Edit Feature
OK, next beta - Import Table Data with CLOBs should no longer cause problems with your trigger.
View ArticleRE: Toad 12.9.0.71, ASH browser time filter bug
It works fine for me. When I set the filter for a specific start and end date, I see data. Here is the query that runs when I have it set to "Active Sessions"select TRUNC (sample_time, 'mi')...
View ArticleRE: Trigger on Table with CLOB Raises Exception upon Toad's Edit Feature
Wonderful - thank you, John!To the "version" question: Toad for Oracle 12.5.1.1, Base Edition; Add-Ons: <none>
View ArticleRE: Trigger on Table with CLOB Raises Exception upon Toad's Edit Feature
Yup, that explains it. The problem with EDIT and triggers on CLOBs was fixed in 12.8.
View ArticleRE: Ignore blank lines within the SQL Editor for SQL
Disable "Treat blank line as statement terminator" in Options on the Execute/Compile page.
View ArticleIgnore blank lines within the SQL Editor for SQL
I'm using 12.9 and if I have any SQL statement that contains any blank lines then the statement below that shows as a red circle with an exclamation mark. Hitting PF9 doesn't run the query and...
View ArticleRE: &&SCHEMA.tablename pet peeve
Chiming in late, but that mix of shell and SqlPlus variables intrigues me. Joe, a one million dollar question: I see an exclamation mark (!) in your screenshot, are you using a here-document? If so,...
View ArticleViewing oracle XML table in Toad data grid generates ORA-04036 memory error -...
I have an oracle table SY_History with the structure shown below that includes an XML column and contains 17,591 rows. Each row has a small amount of character data. The entire table consumes 22.4MB...
View ArticleRE: Viewing oracle XML table in Toad data grid generates ORA-04036 memory...
I've never heard of this exact symptom, but Toad doesn't do well with BINARY XML. It's been a long-standing problem. You can work around it with GetClobVal, like this:SELECT...
View ArticleRE: &&SCHEMA.tablename pet peeve
Hi Andre, Here's my fifty cent answer to your million Dollar question. [:)]Yes I am using a "here" document. However it is my take that a here document in KShell is just a streamed literal, which...
View ArticleRE: &&SCHEMA.tablename pet peeve
> here document in KShell is just a streamed literal, which still needs to parsed by sqlplus and is subject to the rules of it's OS Client....but the variables you're using are parsed and handled...
View ArticleRE: &&SCHEMA.tablename pet peeve
Yes Michael and Andre you are right. I have done some additional testing and confirmed the OS system does the resolution of the owner name variable BEFORE streaming, so sqlplus has a valid...
View ArticleRE: &&SCHEMA.tablename pet peeve
So back to my earlier suggestion. If you do something like...define var = $var_value...select '&&SCHEMA..test' from......at start of your SQL script you can still use your here document and the...
View ArticleRE: Connection Toad error Invalid Home Name
Lian, Since this is an Instant Client confirm that it has been configured properly. See the video here....
View ArticleRE: svn is broken in 12.9
Hi, I am following up if you were able to create the debug log? What is the status of this issue?
View ArticleRE: Connection Toad error Invalid Home Name
That KB article is missing an important step, making sure that the path to OCI.dll is in system PATH. The resolution steps are correct per the info in description, but the title says... "How to...
View Article