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

Forum Post: How Can I Set Up The Preview Pane In The Open File Dialog In...

A post on it for 12.5 said go to Option > Online then select Toad World under Script Repository. But, when I go there in 12.9 there is not a Script Repository section at all.

View Article


Forum Post: RE: How to export Insert Statements from multiple queries into...

Hi Joe, Thanks for the response. Can you please explain in detail. I tried executing the way you have mentioned, however I am getting output of select statements into spool file. But that is not what I...

View Article


Forum Post: RE: How to export Insert Statements from multiple queries into...

Kamjuri, I am old school so when generating dynamic sql I don't bother using the Toad function that you mention. The only way I know how do what you want for multiple tables is to generate the insert...

View Article

Forum Post: RE: How to export Insert Statements from multiple queries into...

Joe, Thanks for taking time out. But I assume that you understood my requirement in a different way. I have to delete selected data from all the related tables from schema - 10 Tables in this case has...

View Article

Forum Post: RE: How to export Insert Statements from multiple queries into...

Yes I believe I understand you are running 10 separate statements and using the Toad function to convert select statements to save a backups to replace the data should you need to. I am not sure if...

View Article


Forum Post: ORA-01036

With the latest version of the beta(12.10.0.12), I am getting an Ora-01036 every time I compile a package body. I've tried with a couple of packages including one that is just a function that returns...

View Article

Forum Post: RE: ORA-01036

Hmm, I'm not sure. I created sample package in a few schemas including APPS and all went as expected. Can you zip and send me your user files offline? michael staszewski software.dell.com. Also send me...

View Article

Please add the ability to call the DBMS_Debug.execute from the Toad Debug menu

Due to problems with the Oracle debug package there are times when we can't see the value of a variable (usually nested structures). In these cases, DBMS_Debug.execute can provide an alternate way to...

View Article


Forum Post: Navigator shows last procedure twice

When selecting an entry in the navigator and moving the mouse afterwards, the last procedure is displayed twice after approximately half a second. It is not possible to select any of these two entries....

View Article


Forum Post: RE: Import Table Data Action in Automation Designer Question

Sorry for the delay. I've been on vacation. To have it not leave the prompt up in your version, you can run the action from command line: Toad.exe -a "name of your action" That should work even if it...

View Article

Forum Post: RE: TOAD 12.8 and memory leaks

You just said "Excel" - but there are two "Excel" options. There was a problem with very large exports to the "Excel File" format, which was fixed in 12.9. A couple of workarounds that might work for...

View Article

Forum Post: not able to find .dmp file using File Browser

Hello, I saved an Oracle dump file with the extension .dmp .It does not show up in the folder when searching for it using Toad File Browser.Any suggestions?

View Article

Forum Post: &&SCHEMA.tablename pet peeve

I have been using Toad for a very long time. Somewhere around version 10 Toad for Oracle changed the way it evaluated variables for table owner. The syntax of course is owner.table name. In my unix...

View Article


Forum Post: RE: &&SCHEMA.tablename pet peeve

The double period is necessary if SET CONCAT is set to '.' which is the default in SQL*Plus. Toad's script engine handles this properly. See the following examples. Example 1 uses '.' for CONCAT and...

View Article

Forum Post: RE: Single row subquery error on count of data set

syedraoof, read my reply above about turning on spool SQL. Post the Spool SQL output here and hopefully that will reveal the problem.

View Article


Forum Post: svn is broken in 12.9

SVN handling is broken in 12.9. Commits are being reported as successful when they are actually failing. This is a partial log of a SVN commit in 12.8 Time Stamp: 27/07/2016 10:56:20 AM, Connection:...

View Article

Forum Post: RE: &&SCHEMA.tablename pet peeve

Hi Michael, Thanks for reply. I wouldn't say you are missing something, but I still look at it differently. The Oracle doc points toward variables and examples that are actually used as literals for...

View Article


Forum Post: RE: not able to find .dmp file using File Browser

What exactly are you referring to by "Toad File Browser"? Can you give a screen shot?

View Article

Forum Post: RE: &&SCHEMA.tablename pet peeve

> I ran a similar test in our Linux environment to better illustrate the differences. You are mixing technologies though, right? It looks like you're using Korn shell variables in your SQL and not...

View Article

Forum Post: RE: &&SCHEMA.tablename pet peeve

Could you have your scripts setup to get the variable in the form you're using and then use Oracle syntax in the SQL? This should allow you to use your code in both places. You'd just need to comment...

View Article
Browsing all 4009 articles
Browse latest View live