Good Morning TOAD Team,
TOAD Beta 13.0.0.60 new Bug pop-up error message. The modal pop-up message appears when I make a connection from the recent connections drop down list.
Invalid release: “”
Good Morning TOAD Team,
TOAD Beta 13.0.0.60 new Bug pop-up error message. The modal pop-up message appears when I make a connection from the recent connections drop down list.
Invalid release: “”
Excellent, I was waiting for something like this. What version of DB? Can you post the string returned by this query?
SELECT version
FROM product_component_version
WHERE UPPER (product) LIKE ‘%ORACLE%’
Thanks,
Michael
Good Morning Michael,
Yes,
VERSION
12.1.0.2.0
I like the simpler select *
from V$version
BANNER,CON_ID
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production,0,
PL/SQL Release 12.1.0.2.0 - Production,0,
CORE 12.1.0.2.0 Production,0,
TNS for Solaris: Version 12.1.0.2.0 - Production,0,
NLSRTL Version 12.1.0.2.0 - Production,0
From the support bundle:
** ORACLE CLIENT INFORMATION
Oracle Client Version : 12.2.0.1
Oracle Client DLL : C:\Oracle12c_64-bit\12.2.0_client\bin\oci.dll
TNSNAMES.ora Location : C:\Oracle12c_64-bit\12.2.0_client\Network\Admin\tnsnames.ora
NLS_LANG : AMERICAN_AMERICA.WE8MSWIN1252
SQLPATH : C:\Oracle12c_64-bit\12.2.0_client\dbs
LOCAL :
** ORACLE SERVER INFORMATION
Connection 1 : CMS@EBSSDEV.DOL.GOV ** Active Session **
Oracle Server Version : Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
Oracle Server NLS_CHARACTERSET : WE8MSWIN1252
Oracle Server NLS_NCHAR_CHARACTERSET : AL16UTF16
Oracle Session User : CMS (Normal)
If you’ve not yet sent user files you can hold off, thanks. I was able to reproduce it with one of my connections here.
Thanks,
Michael
Good Afternoon TOAD Team,
Thank you Michael! Looks fixed from my end; it has not happened since the update.