Quantcast
Channel: Toad for Oracle
Browsing all 4009 articles
Browse latest View live

Forum Post: Dump file browser

Morning All, I need to delve into the bowels of a dump file created by 9i exp. I have the Toad Export file browser to do this, but given that the exp file is over 22gb, don't ask, I'm blowing out the...

View Article


Forum Post: Ctrl+Click not working for TYPE, RECORD, ROWTYPE when accessing...

With the following code, Ctrl+Click is not possible on any of the accesses to dummy, since it does not highlight "v_record" but "v_record.dummy": CREATE TYPE my_type AS OBJECT( dummy VARCHAR2(1) );...

View Article


Memory Sort by Default

Allow for Data Grids to be configured to default to Memory Sorting.

View Article

Forum Post: SELECTING into statements

Hi - I am really new to Toad and I am looking to create a select into statement. I was told that I can add a column name into an existing table. I found some examples on how to do it but it does not...

View Article

Forum Post: RE: SELECTING into statements

I'm not sure what you mean by "select into" statement, but here is a simple example of how you can add a column called NEW_COLUMN to a table called MY_TABLE. alter table my_table add (new_column NUMBER);

View Article


Forum Post: RE: SELECTING into statements

Afternoon All, John has already described how to add a column to a table, but SELECT INTO is totally different. You would use this in PL/SQL when you want to extract a column or columns into some...

View Article

Forum Post: RE: SELECTING into statements

I think what John gave me will work... See what I want to do is add a blank column and then do UPDATE statements to update the blank column based on specifications (case when...) from another table on...

View Article

Forum Post: Slow response in the Session Browser using Toad for Oracle...

I am getting an extremely slow response in the Session Browser using Toad for Oracle version 12.7. Connected to an oracle version 12c RAC instance. i have the 'Use RAC views' box checked. it takes a...

View Article


Forum Post: Usage of SQL%ROWCOUNT

Hi Experts, I have a doubt on usage of SQL%ROWCOUNT. I have a below package created. Here, when I try to print SQL%ROWCOUNT, it is showing value as 1 and if I print the variable, it is showing as 0...

View Article


Forum Post: RE: Access violation at address 041999E5 in module 'Toad.exe'....

I tried Windows Server 2003 with latest beta and wasn't able to reproduce after a few minutes. I tried a lot of typing, backspace, select and delete, pasting, and throwing in a bunch of Undo in there....

View Article

Forum Post: TC Output Error selecting project in SVN

Hi everybody! just wanted to know how somebody else handles this TC/SVN error in 12.8.0.49? After creating a Team Project, adding schemes, syncing objects (unfortunately every object one auto commit,...

View Article

Forum Post: Slow editor with F9, quick with F5

Hi, working with the latest beta I notice a notable slowness in the editor. If I do a " select sysdate from dual" with F9 I get the popup with Processing and after3-4 seconds Toad is back. The query...

View Article

Forum Post: RE: AV on Schema Compare

Yes, I was able to reproduce, but I haven't tested in beta yet. I send an email to you offline.

View Article


Forum Post: RE: Access violation at address 041999E5 in module 'Toad.exe'....

> a server box should be never restarted Yesterday I was looking for any info on Win 2003 since it's so old to see if there were any known problems that would suggest restarts and a monthly restart...

View Article

Forum Post: RE: Slow editor with F9, quick with F5

How many SQL statements do you have in SQL Recall? As a test you could close Toad, rename SavedSQL.xml, start Toad and try again. Is the statement fast now? If so close Toad, restore your SavedSQL.xml,...

View Article


Forum Post: RE: TC Output Error selecting project in SVN

Hey Ben, I do see this happening in Toad 12.8. It seems that Toad is not automatically creating the VCS project folders for the newly added schema. You could try one of three methods: 1) Go into the...

View Article

Forum Post: RE: Issues with Toad Team Coding

Hey Jeff, I’m sorry to hear you’re having trouble using Toad’s Team Coding feature. You mention a number of issues below, so I’ll try to cover as many of them as I can. First, Team Foundation Server...

View Article


Forum Post: Beta Released (12.9.0.56)

Beta Notes Editor Option The default for Copy Text in Rich Text Format is now disabled. For normal development the option is useless and can have a negative impact on performance. If you used the...

View Article

Forum Post: RE: Beta Released (12.9.0.56)

The Editor Option default change is in place for the next build (12.9.0.57). It did not make 12.9.0.56.

View Article

Forum Post: RE: Slow editor with F9, quick with F5

Hi Michael, this is indeed the issue. I have a max of 500 statements reached as mentioned in the options. After renaming TOAD is a lot faster.The XML file is around 13MB in my case. Can you do...

View Article
Browsing all 4009 articles
Browse latest View live


Latest Images