Quantcast
Channel: Toad for Oracle Forum - Recent Threads
Viewing all 4385 articles
Browse latest View live

RE: Overwrite function in Automation Toad for Oracle 12.10


Overwrite function in Automation Toad for Oracle 12.10

$
0
0

I am running the latest Toad for Oracle 12.10.0.30 and have many scheduled queries running daily. In earlier versions of Toad, it would overwrite the previous Excel spreadsheet. I have "If file exists" set to "overwrite", but it just keeps adding tabs to the spreadsheet. This is getting cumbersome to the users of the spreadsheets. Thank you for your help.

[View:/cfs-file/__key/communityserver-discussions-components-files/10/toad-upload.docx:320:240]

RE: Keeping Number Data Types From Becoming Text Data Type When Exporting to MS Access

$
0
0

make sure you have the "display numbers in scientific notation" option checked.     

Keeping Number Data Types From Becoming Text Data Type When Exporting to MS Access

$
0
0

Got a new laptop and TOAD is now exporting double number formats as short text.
Old computer kept double number data type but new computer overwrites to new tables when exporting as Short Text format.
For example, our customer id numbers are 10 digit numeric (double, not long integer).  When exported to MS Access, the data type is Short Text.
Old computer was Windows 7 and Toad for Oracle 10.6.1.3.
New computer is Windows 10 and Toad for Oracle 12.10.0.30
I dread having to convert all my files impacted.  Is there a Toad Option to keep numbers as numbers when exporting?

RE: TOAD blows up when i click on Constraints tab in Schema Browser

$
0
0

MS Windows Desktop -> rt-click -> screen resolution -> make text and other items larger or smaller ->....

"Smaller" is the default and no error there.   "Medium" and "Larger" cause an error. 

Fixed for next beta.

TOAD blows up when i click on Constraints tab in Schema Browser

$
0
0
I use the latest version of TOAD - 12.10 and just came across very annoying problem.
When i select a table in SB and then click on constraints TAB, it gives me the following error (attached).
during subsequent clicks the problem goes away until SB is restarted and then the error shows up again.

Anybody else has the same experience?


"Access violation at address 00000000. Read of address 00000000" in Toad

$
0
0

Hi, I am running version 11.8 (Toad for Oracle) but from what I have read the problem (known memory leak) existed in 12.8 and 12.10 and is still being researched and that is fine. I have been dealing with this since about 2008 and I have learned to work around it and/or save my stuff so I can stop Toad from running with Task manager.

I just had a few things I wanted to share with the tech developers of Toad some observations. Some that seem to cause the issue and some things I have noticed when the issue occurs.

1. If I do not firmly hold down the [shift] [F9] combo, I get the error

2. If I have a connection timeout (unknowingly) and attempt to run a script, pressing reconnect 9/10 time will work. Selecting the OK button will hang it up.

3. Every single time the error occurs, if I look in Task manager, RealPlayer.exe is running and sometime consuming an exorbitant amount of memory,but EVERY TIME consuming a lot of CPU%

4. If I am connect to 4 different instances and have way too many tabs open (I KNOW THIS IS MY FAULT)  and dont restart my machine for about 4 days (again my fault) will eventually cause the error  LOL.

Thank you so much for listening,

GB

Have a nice Cinco de Mayo

Toad 12.10.0.30 - F9 and Shift-F9 Do the Same Thing

$
0
0

Hello,

Using Toad 12.5.1.1 I used to be able to have a statement like this:

Select 'B',
rowNum
From dual
connect by level <= 5

union all

Select 'A',
rowNum
From dual
connect by level <= 5;

If I place my cursor on the B in Select 'B' and pressed <F9> I would get the whole union statement and press <shift><F9> and only get the "B" section.

e.g.

With Toad 12.5.1.1 <F9>

'B' ROWNUM
B   1
B   2
B   3
B   4
B   5
A   1
A   2
A   3
A   4
A   5

With Toad 12.5.1.1 <shift><F9>

'B' ROWNUM
B   1
B   2
B   3
B   4
B   5

 

But with Toad 12.10.0.30 when press <F9> or <Shift><F9> I only get the B statement in the results.

e.g.

'B' ROWNUM
B   1
B   2
B   3
B   4
B   5

I have the checked Toad Options and it looks like they are set correctly:


 


RE: Cold Folding "Fold/Unfold" all Editor Option missing?

$
0
0

Yes, I have folding turned on. Actually I believe the setting referenced in the feature applied to the "Navigator" pane vs the actual editor. I don't believe what I'm looking for actually exists in Toad. I was hoping for a way to collapse ALL folds in the "Editor" vs "Navigator" and it just does not seem there is a way to do so which is very unfortunate, most other code editors do have an option for this and it has been a huge time saver.

Cold Folding "Fold/Unfold" all Editor Option missing?

$
0
0

I recently discovered a really handy feature in one of my code editors that enabled me to Fold/Unfold all code folds. Started looking into this in Toad and I see it was a documented feature in release 12.7 according to the 12.7 User Guide, you should be able to right click in the editor and the option would be there. Unfortunately I don't see this available in the latest release, 12.10.0.30. Was it intentionally removed or maybe now controlled with a setting that I haven't found yet? It would be really handy to have, I've been using the /*startfold*/ /*endfold*/ manual comments to work around the default folding behavior and it's very time consuming manually collapsing everything individually. Thanks in advance for any recommendations!

RE: Toad 12.10.0.30 - F9 and Shift-F9 Do the Same Thing

$
0
0

Disable the "Treat blank line as statement terminator" option on the Execute/Compile page in Options. This option should not have been enabled by default. Starting in 12.11 the default for new installs is disabled to ease confusion.

RE: Cold Folding "Fold/Unfold" all Editor Option missing?

$
0
0

This used to be there, but was taken out when swapping out edit controls. If it's not logged as a defect I'll log it.

RE: Cold Folding "Fold/Unfold" all Editor Option missing?

$
0
0

Awesome, thank you very much Michael!

RE: 12.9 ignore blank lines

12.9 ignore blank lines

$
0
0
How to ignore blank lines in sql


RE: Toad 12.10.0.30 - F9 and Shift-F9 Do the Same Thing

$
0
0

Thank you! Thank you! Thank you!

RE: TOAD 12.10.0.30: Copy/Paste from TOAD to Microsoft Word runs not properly!

TOAD 12.10.0.30: Copy/Paste from TOAD to Microsoft Word runs not properly!

$
0
0

Hello,

Although I checked "Copy text in rich text format" in Editor/Behaviour

Copy/Paste from TOAD to Microsoft Word runs not properly!

Original text in TOAD editor: select * from mytable; -- C'est une table composée de lignes fermées.

Paste into Word display: select * from mytable; -- C'est une table compose de lignes fermes.

As you can see the é are lost!

Someone could confirm this disfunction ?

My Operating system is: Microsoft Windows 7.

Thanks.

RE: Display results Stored procedure resturns SYS_REFCUR

$
0
0

Double click the cell that says (CURSOR) and you should see a popup grid that allows you to scroll through the results.

RE: Display results Stored procedure resturns SYS_REFCUR

$
0
0

I work in Toad for more than 12 years, but cannot find your advice Michael.

Could you download pic, highlight your "cursor cell" and upload her back?

P.S.

If you thought "Cursor" label of group component, then i would prefere label than cell.Otherwise still do not get it where?

Viewing all 4385 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>