RE: Re: Earliest Toad version to support Oracle 11g
Bert Scalzo <[email protected]>
| Newsgroups | gmane.comp.db.oracle.toad.free |
|---|---|
| Message-ID | <228D4BD15697E04CAF6CD482362F2ACE103BAA8D@ALVMBXW01.prod.quest.corp> |
Toad 10.1 (Q4-09) officially states support for Oracle 11g R2 (Q3-09). But there were changes in 11g R2 that evolved on the Oracle side after initial release so I would advise strongly Toad >= 10.5. From: [email protected] [mailto:[email protected]] On Behalf Of Patrick Sent: Thursday, March 01, 2012 3:38 AM To: [email protected] Subject: [toad] Re: Earliest Toad version to support Oracle 11g Message from: patriiiiiiiiiick Hi! Thank you for those useful tips! But... My original question remains. Can anybody confirm my assumptions? TIA! Patrick _______________________________________ Historical Messages Author: Patrick Date: Thu Mar 01 01:38:14 PST 2012 Hi! Thank you for those useful tips! But... My original question remains. Can anybody confirm my assumptions? TIA! Patrick __ Author: Norman Dunbar Date: Wed Feb 15 08:56:16 PST 2012 On 15/02/12 16:56, Patrick wrote: > So, IIUC, we could just pay attention to capitalize all our passwords > when migrating to Oracle 11g, communicate it through the team, and this > should be a non issue. You could set the initialisation parameter SEC_CASE_SENSITIVE_LOGON = false to get around the problem. However, that would reduce the security of the database a tad. Other things to watch for in a default 11g database are: * The default profile limits password life time to 180 days then you have to change it. * the initialisation parameter (in Enterprise Edition) CONTROL_MANAGEMENT_PACK_ACCESS defaults to allowing use of the tuning and/or performance packs even if they are not licensed. Set this to NONE if you don't have those licenses. The first is a PITA the second could allow Oracle to sue you. Nice defaults! -- Cheers, Norm. [TeamT] __ Author: Patrick Date: Wed Feb 15 08:56:16 PST 2012 So, IIUC, we could just pay attention to capitalize all our passwords when migrating to Oracle 11g, communicate it through the team, and this should be a non issue. __ Author: Bert Scalzo Date: Wed Feb 15 08:17:51 PST 2012 To me the main issue is passwords: Oracle 11g has default that passwords are now case sensitive. Older versions of Toad (pre-11) all basically raised all passwords before sending to database - so you will get error saying cannot connect. That to me is reason enough to require toad >= 11 for oracle >= 11g __ Author: Patrick Date: Wed Feb 15 08:06:09 PST 2012 Hi! We will be soon migrating databases from Oracle 10g to 11g. There are different versions of Toad being used in the team in function of the acquisitions we made. My question is therefore: What is the minimum version of Toad REQUIRED to connect to Oracle 11g and be able to do usual developers operations: select, ... compile packages, ...? In some places (http://old.nabble.com/Oracle-11g-td14686864.html), I find that version 9.5 is the minimum and in the following, I understand that any version will do as far as your SQL*net client is on par with the DB version: http://asktoad.com/DWiki/doku.php/faq/answers/database_versions#what_version_oracle_database_servers_does_toad_support Thank you in advance for clarifying this to me! Patrick __ _______________________________________