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

toad thinks I'm trying to export a cross-connection query to Excel, but I'm it's not a cross-connection query

$
0
0

I'm running a simple select * from  a small table, and it runs just fine, in Data point 4.1.0.226.  If I try to export the results to a linked query in Excel, I'm greeted with an error that says "Direct Connections can not be used with Cross-Connection queries".  But I'm definitely NOT running a cross connection query.  Why would Toad think that I am, and how do I get around this?


RE: Toad 13 not showing object grants in role script

$
0
0

Hi Richard,

This was previously noted and is fixed in 13.1 beta.

Thanks,

Dennis

Toad 13 not showing object grants in role script

$
0
0

Hi,

I have just upgraded to Toad 13 and I noticed that when I browse roles in the schema browser and select the script tab on the RHS it not longer shows the objects that are granted in the role. It now only shows the users that are granted to the role. I can see the object grants if I select the object grants tab on the RHS.

Is there an option to change this so the script tab not only shows users granted the role but also the objects that are granted to the role ? 

regards,

R,

RE: TOAD 13 connects very slow when starting editor

$
0
0

You may be able to speed up the "Loading owners" section by:

1) right click on the "Current Schema" dropdown at the far right of the Editor toolbar.

2) Choose "Users to Load" -> "Load all users".

This will query only dba_users or all_users, depending on your privileges.   The other two choices have to join in dba/all_objects and might be a little slower.  

TOAD 13 connects very slow when starting editor

$
0
0

Hi all,

I ran into an problem when starting Toad 13.0 on Windows 10 with a 12.2.0 Oracle Client. All components are on 64-Bit.
When I start the Editor it needs approx. 10-20 seconds to start.
I crosstested this behaviour on a Windows7 VMware-Installation where Toad 12.11 with 11.2.0.1 Client is installed. 64-Bit too.
There I cannot reproduce this and the Editor starts very fast.

What I've done so far:

I installed Toad 13 on the VMware-Guest where it even run very fast.

I installed Toad 12.11 on my Win10 machine and it was even slow to start the editor.

I started Toad with "Debug=1" in Toad.ini to check where it hangs.
Here ist a snapshot taken on the slow machine:

And this one taken on the Windows 7 VMware guest:

The time from connection start til editor full load is 27 sec (Win10) and 6 sec (Win7)

So, are there any issues when running Toad (13 or 12.11) on Windows10 ?

Thanks in advance

Regards

Klaus

RE: Ctrl Key Behavior

$
0
0

You can click on an identifier while holding CTRL to jump to it or describe it. See the Ctrl + Click options on the Editor|Code Assist page in Options.

The red/gray indicator is the grid state indicator. Gray - Data grid is not active. Red - Data grid is active and read-only. Green - Data grid is active and read-write.

You can assign a shortcut for the Editor in Options on the Toolbars/Menus|Shortcuts page. Assign a shortcut to the Editor command. It's in the Database category.

Michael

Ctrl Key Behavior

$
0
0

I hope it is not too troublesome for me to ask a few really basic questions.  I apologize.

In an editor window, when the moue cursor is in a word and I press the Ctrl key, the whole word gets a pink background, which disappears when I release the Ctrl key.  What is Toad indicating with this behavior?

While in an editor window, the processes at the bottom of the screen includes a small panel with what appears to be a button of sorts.  Before I do anything, the button is grey.  After I run queries or scripts, for the rest of the edit window's life, shile the Prg is busy that button is grey, and while it is idle the button is red.  What is this indicating?

I managed to associate opening a Master/Detail report with Ctrl+Alt+M.  But I cannot find an "Open Edit Window" action to associate with a short-cut combo.  Is there a way, with the keyboard, to open a new Edit window?

Thank you for indulging me.  I am new to Toad (6 months), and want to become more proficient.

RE: Export the results of a query to csv

$
0
0

Hello John, I'm a new in this community… I get an opportunity to say hello to everybody.

I did the same but I had more than 2 millions records, I tried to choose "Delimited" and I rename the ouput like for exemple "daly_record.csv" ... but the excel show me only on tab withe 65 000 records… how can I find others

Thank you for a help.


RE: Export the results of a query to csv

$
0
0

Hi Christoky,

   Toad should be exporting all of the rows to to file.  If it's not, let me know.   How Excel imports it....that's up to Excel.  Sorry, I don't know.   

   You could try just exporting to the Excel format from Toad instead of delimited text - make sure your file extension is .xlsx, not .xlx.

-John

RE: SQL Recall window slow after Toad 12.11

$
0
0

Thanks for the pointers on how to work around this issue as I am having the same problem and it is making Toad unusable. I am using version 13.0.0.80.

It does suggest a lack of testing before releasing production changes to Toad!

SQL Recall window slow after Toad 12.11

$
0
0

I have searched and cannot find any reference to my issue with SQL Recall window.

I am currently holding at Toad version 12.11 because in versions after that (including 13) the SQL Recall window is slow for the recent tab.  The same exact recent SQL query data runs at normal speed when hiding/unhiding the SQL Recall window and when scrolling within the window on the recent tab.  However, every version of Toad after 12.11 with the same exact data the SQL Recall window is painfully slow.  You can see the window repainting itself line-by-line when hiding/unhiding the SQL Recall window or when scrolling up or down within the window.

Is anyone else seeing this behavior and does anyone know how to mitigate this behavior?

Thank you!

RE: Why does TOAD 12.10.0.30 take so long to report ORA-01017 invalid username/password?

$
0
0

We don't add any delay.    If there is an error, we post it immediately.   My guess in your situation is that the "Connect" command isn't spooled until it is kicked back from Oracle with the error.

Are SQL*Plus and Toad using the same Oracle client?  

RE: Why does TOAD 12.10.0.30 take so long to report ORA-01017 invalid username/password?

$
0
0

Thanks for the reply John. I can see the connect attempt and the error message in the spool window for the whole 45 seconds that I am waiting for the error message to pop up so the messages are being spooled out immediately. Several of my coworkers have reported the same problem since we upgraded to new Windows 10 machines with this newer version of TOAD loaded. Our old Windows 7 machines would display the error message in under 1 second.

I only have Oracle Client 11.2.0.4 loaded on my PC. The old PC used 11.2.0.2 and a previous version of TOAD that I don't remember. It was probably a 10.x.

RE: Why does TOAD 12.10.0.30 take so long to report ORA-01017 invalid username/password?

$
0
0

I just tried it on windows 10 and for me, it comes back immediately.   I tried with Toad 13.0 and 12.10, (both 64 bit) using an 18c client, connecting to a remote 12.2 database.

Can you try the newest Oracle client and see if that solves it?   I can try 11.2, but I'll take me a little while to set that up, as I don't want to change the W10 testbed that I have now.

RE: Export the results of a query to csv

$
0
0

It sounds like you are running an old version of Excel.

Older versions had a limit of 65000 records.  The newer versions do not have this limitation.

Can you tell us what version of Excel you are running?

-Mark


Export the results of a query to csv

$
0
0
I'm new to Toad.  What's the easy way to export the results of a query to a csv

RE: Why does TOAD 12.10.0.30 take so long to report ORA-01017 invalid username/password?

$
0
0

I just re-read your message and noticed that you said you get the connection error in the spool sql, but then another 45 seconds to get the dialog.  So you're right, it does not seem to be related to Oracle.   

For what it's worth, I tried it with Windows 10 and Oracle 11.2 client and I got the error dialog quickly.

I don't see any need for you to try an 18c client, but I'd be interested in knowing if this happens with the Toad 13.0 trial.

Also, can you post (or email to me) the contents of help -> support bundle?  you can send to john.dorlon@quest.com

Why does TOAD 12.10.0.30 take so long to report ORA-01017 invalid username/password?

$
0
0

When I enter the correct username/password, my connection goes through and I am doing work within 5 seconds. When I enter an invalid password, the screen hangs for what seems to be ages before displaying the error message. Actual clock time is around 45 seconds. When I spool the output, TOAD knows that the password was wrong in about .047 seconds so it seems like a horribly long time to wait for another chance to enter the correct password. Doing the same good/bad password test in SQL*Plus returns instantly in both cases.

Here is the spool output with appropriate privacy edits applied:


----------------------------------
-- Timestamp: 10:55:45.005
Connect: SYSTEM@mydb.mydomain.COM

----------------------------------
-- Session: SYSTEM@mydb.mydomain.COM
-- Timestamp: 10:55:45.052
Error: ORA-01017: invalid username/password; logon denied


----------------------------------
-- Timestamp: 10:56:43.840
Connect: SYSTEM@mydb.mydomain.COM

----------------------------------
-- Session: SYSTEM@mydb.mydomain.COM
-- Timestamp: 10:56:43.902
SELECT version, product, sysdate FROM sys.PRODUCT_COMPONENT_VERSION WHERE UPPER(PRODUCT) LIKE '%ORACLE%';

Toad Changes Display when I insert a code

$
0
0

Toad put red lines if I insert a code like in the below;

"select * from table" 

There is the preview in the attachment. How can I fix it ?

RE: Export the results of a query to csv

$
0
0
hi John Dorlon and Mark Kurtz
thank you for your quick reply... For you Mark, I use Excel 2010 for laptop and  2013 for one an other.

John, let me explain how I'm trying to export my data using the 'Save Grid Content' (of Toad):
- Export Format : "Delimited Text"
- Output File : myData or MyData.csv (this is the name of output file)
- String Quoting : "Double Quote String Columns"
- Character : "comma"
I have more than 2 millions records... when I tried to open the output file with excel, I get about 1 048 576 records only, and the error message from Excel is : "file not loaded completely"... but my file'size show me that there are more records.
knowing that Excel cannot exceed 1 048 576 records, how can I do to export all my data?
Regards!
- Chris Toky
Viewing all 4385 articles
Browse latest View live


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