RE: Table Script too long to open.
Hi,I suggest to have Toad as nice quick view, but for any prod action I would recommend to use Oracle core libraries,like....execute...
View ArticleRE: Team Coding + TFS 2012. All actions are painfully slow?
Hey Mark,We have seen instances where TFS can be slow under certain circumstances. Visual Studio and TOAD use different technologies to communicate with a TFS server. Visual Studio uses .NET...
View ArticleTeam Coding + TFS 2012. All actions are painfully slow?
I have Toad 12.10, installed Team Coding, and connected it to our TFS2012 server. We are using an Oracle 12.x database. I created a Team Project and have been working on generating the initial...
View ArticleRE: Stop sending me emails!
Libor - can you forward me one of the emails you just received? Thank you.mailto: julie.hyman@quest.com
View ArticleRE: Minimum rights for "Session Browser"
To see everything in the session browser, this is your list of views that you need to be able to select from: V$SESSION, V$PROCESS, V$SESS_IO, V$SESSION_WAIT, V$SESSION_EVENT,...
View ArticleMinimum rights for "Session Browser"
Hello,as a developer I'd like to use the "Session Browser" to intercept statements send from my program to the database. Furthermore I'd like to see the "Long Ops" to get a hint where to improve my...
View ArticleRE: Importing using SQL Loader for Oracle Toad
Does it work if you put the file in a folder that has a short path with no spaces?
View ArticleRE: Is there anyway to get RESOLVER clauses included in java source scripts?
Hi Sean, Looks like it's a hole. We just pull from user_source, and it looks like I need to also query user_java_resolvers to include this. Would you mind sending me a small example of a java...
View ArticleIs there anyway to get RESOLVER clauses included in java source scripts?
CREATE OR REPLACE AND RESOLVE JAVA SOURCE NAMED MYSCHEMA."MyClass"RESOLVER ((* MYSCHEMA)(* YOURSCHEMA) (* PUBLIC)) ----- These are getting dropped from the scriptsAS....Is this an option that I...
View ArticleRE: Toad Oracle Memory Usage
Edgar, SQL Dev is a java application so what you are configuring is the JVM memory allocation. There is no need for anything like that in Toad. Greg
View ArticleToad Oracle Memory Usage
In SQL Developer, I can adjust the memory usage by configuring some files (.conf).Is there a similar function here in Toad for Oracle?Thanks !
View ArticleRE: Minimum rights for "Session Browser"
First of all, thanks for your fast answer.Since we have not bought the "SQL tuning module" and neither we have the rights granted to use the "Oracle Tuning Advisor" I usual stare at the Long Ops and...
View ArticleRE: Minimum rights for "Session Browser"
Keep in min this as well:SQL>grant select on sys. V$SESSION to XXX;...
View ArticleRE: Is there anyway to get RESOLVER clauses included in java source scripts?
Nevermind on the sample. I figured it out. This will be fixed next beta. It will be always included when non-default unless someone tells me there is a reason that it should be optional.
View ArticleRE: Easy way to include a list without having to put quotes around each item...
Thank you, I had the same need and this was perfect! Once in the help, I had to select topic named "Replace with template" and it had detailed example just exactly how you described. And as Michael...
View ArticleEasy way to include a list without having to put quotes around each item...
I know it's not the most tedious task, but when querying with a big list as a filter (the "in" statement), sometimes it's a pain to use the "find and replace" function for this.Is there any way to...
View ArticleRE: Error upon Connection in Toad
Looks like it bombed while trying to load the threaded queries window in the Editor. You might try deleting the grid settings for that window - go to your user files folder, then GUISettings under...
View ArticleError upon Connection in Toad
Yesterday I was trying to use Toad to login to one of our Oracle databases, when my computer crashed. Once I restarted my computer, whenever I try to login to any database, it gives me an "Invalid...
View ArticleDisable tooltips Toad navigator
Is there a way to disable tooltips in Toad Navigator ? Everytime a tooltip pops up it takes my whole screen I'm using Toad 12.1.0.22
View Article