toad
Getting Toad 9.7 to work on Windows 7 x64
I\'m trying to get Toad 9.7 to work on a new installation of Windows 7 x64.I installed a 64-bit Oracle instant client (manually by extracting to a folder and setting some environment variables).Things[详细]
2023-02-20 12:56 分类:问答How to use variable in LIKE condition?
currently i am using the following query in TOAD, DEFINE @name char(6); SET @name = \'Ronie\'+\'%\'; select * from employee where name like @name;[详细]
2023-02-16 18:12 分类:问答Getting Error while executing SELECT statement in Toad for MySQL
I am getting this error while I am trying to execute a simple SELECT statement in Toad MySql.Data.Types.MySqlConve开发者_运维百科rsionException[详细]
2023-02-12 15:29 分类:问答Separation of statements in TOAD
I am a long time SQL Server users and am VERY new to Oracle. In SQL Server, I can do the following DROP TABLE Blah;[详细]
2023-02-12 02:39 分类:问答Searching for Text within Oracle Stored Procedures
I need to search through all of the stored procedures 开发者_运维问答in an Oracle database using TOAD. I am looking for anywhere that the developers used MAX + 1 instead of the NEXTVAL on the sequence[详细]
2023-02-10 23:01 分类:问答Query Help - String in where clause has & character
I am running an SQL (Oracle) statement like that select * from table where table_id in (\'265&310\', \'266&320\')[详细]
2023-02-10 17:36 分类:问答how to compare and apply changes in toad for mySQL
Maybe I am blind - but after comparing the two DB (tools compre - schema compare ) I want to execute the changes so that db number 2 will be like db number 1 . How do I do app开发者_JAVA技巧ly the ch[详细]
2023-02-10 01:05 分类:问答Refreshing Intellisense in Toad for Oracle
I am using Toad 10.5.1.3 The new objects that I create are automatically not showing up in the intellisense dropdown. The only thing I know works is to shu开发者_运维百科t down Toad and reopen it. Th[详细]
2023-02-09 05:05 分类:问答Oracle TOAD in read-only mode
I\'d like to use TOAD in read-only mode to run queries on an Oracle DB in read-only. I\'ve read that you should copy the file readonly.lic over toad.lic.[详细]
2023-02-08 06:10 分类:问答How do I get the return value from a function in Oracle using Toad
How do I find out in Toad what the return val开发者_开发技巧ue of a function is? I\'m running something like this code:[详细]
2023-02-07 18:59 分类:问答