We are hard at work on Unicode tolerance for 7.5. That means you'll be able to retrieve Unicode data without getting any Oracle or Delphi errors. I am actually...
just unzip the archive into your directory of choice and you're ready to go. -jeff ... From: alauddin [mailto:ocp_alauddin@...] Sent: Monday, March 03,...
Just thought I'd point out something else you may not be aware of and why Unicode dev/test is so different. CLOB data is encoded as UCS-2 when database...
Is it possible to select a VIEW in the SQL-modeler ? Gr. John...
Idsinga, John
John.Idsinga@...
Mar 3, 2003 2:30 pm
16280
Yes. Prior to 7.4 goto options editors for show views in table selectors. Now there are options specifically under the SQl Modeler in options. Note - you can...
Sometimes you forget the obvious ! Sorry and thanks. John ... From: Bert Scalzo <bert.scalzo@...> [mailto:bert.scalzo@...] Sent: 03 March 2003...
Idsinga, John
John.Idsinga@...
Mar 3, 2003 2:51 pm
16282
No apologies necessary. I was more concerned with getting you the quickest answer as possible. Sometimes an answer on Yahoo site can take a few days :) Bert ...
Developer Notes: David + Added "Toad Insight" options page to configure pick lists (used to be called columns drop-down) and parameter hints. + Added "File...
A few more items: + Bugs fixed in script execution: Compilation errors from subscripts not counted, TOAD disappearing when it calls itself, Problems spooling...
Also update this trigger: CREATE OR REPLACE TRIGGER tc_delete_group BEFORE DELETE ON tc_group REFERENCING OLD AS OLD NEW AS NEW FOR EACH ROW BEGIN DELETE FROM...
No criticism intended - TOAD is already much more tolerant of Unicode than it was. The work going on is evident in TOAD's ever increasing reliability. If...
I am on Leave until 20/03/03. In the event that your request is of an urgent nature, please contact Jim Close (62163) or Brian Price (68350)....
Kevin McDonnell
Kevin.McDonnell@...
Mar 4, 2003 1:32 am
16288
Hello, I use Toad 7403. When I look at the options from the DBA-tab I only see 8 options. Recently I was at a customer site and their they downloaded the free...
Jeroen Hermans
jeroen.hermans@...
Mar 4, 2003 6:34 am
16289
Toadsoft was allowing you to download a trial version of TOAD 7.4 which I think included the DBA options that are not available in 7.4 unless you've purchased...
Richard Squires
Richard.Squires@...
Mar 4, 2003 8:42 am
16290
Hello, I have a Oracle 9.2 database. When I want to connect to the database as sys I get errors. I choose for connect as "sysdba" with the correct password. I...
Jeroen Hermans
jeroen.hermans@...
Mar 4, 2003 12:24 pm
16291
The current commercial GA product and the beta work just fine. The freeware has known limitations such as this. You should consider purchasing the commercial...
Sorry, my information was not complete. I use a commercial version 7.4.0.3 My database is a 9.2.0.1.0 Oracle database. My connect info: database: conv user:...
Jeroen Hermans
jeroen.hermans@...
Mar 4, 2003 2:23 pm
16293
I cannot reproduce this. I use same oracle and TOAD versions - it works just fine. I connect as SYS/MGR as SYSDBA without error. Did you remember to run ORAPWD...
Also Check your SQL*Net Client. A client prior to 8i will not know what to do with the "as sysdba" part of the connect string. I ran into this trying to...
That means what version do you have installed plus what version have you asked TOAD to use (see advanced connection options from right off the connect screen)....
Hi, I'm new to TOAD. After running TOADPREP.sql as SYS, I can in fact view explain plan results and correctly (I think) find that the toad_plan_table does get...
Did you make this change through the procedure editor? If so, all TOAD is doing is sending the full CREATE OR REPLACE TRIGGER ...... BEGIN END / statement to...
Hi, I'm new to TOAD. After running TOADPREP.sql as SYS, I can in fact view explain plan results and correctly (I think) find that the toad_plan_table does get...
I'm running TOAD 7.4.0.3 with the DBA option - registered version. I have an issue with not seeing a packaged procedure if it has the same name as a table. Try...