RE: How to speed up schema browser using toad for oracle 12c database,...
Actually that's only 1.3 seconds. But you already have the highest privileges for this query. If there are lots of users on this database that do not own objects, you could try right-clicking on...
View ArticleRE: How to speed up schema browser using toad for oracle 12c database,...
The ORA-06550 and ORA-00942s are not an indication of a problem. We are just checking to see if certain things are installed and they are not. It's OK.
View ArticleRE: Oracle Log files
the question is a little vague so I'm not sure exactly what you're after, but.....You can go to main menu: Database -> Administer -> Oracle Parameters to see where the archive log folders are:To...
View ArticleRE: How to speed up schema browser using toad for oracle 12c database,...
Further discovery in toad for 12c RAC database when I try to generate script of a table in toad, for 12c RAC it took 3.4 second and it only take 52 msec in the redHat. Why is that?But when I cut and...
View ArticleNo full description about New connection window
Hi team, I'm trying to use the Direct connection, but can't find description about filed Instance Name and Protocol, what for they are used?
View ArticleRE: How to speed up schema browser using toad for oracle 12c database,...
The first time you run a query (or the first time you run it in a while), it needs to be parsed by Oracle, and blocks need to be read into memory. If you run it again right away, it sometimes runs...
View ArticleRE: Direct connection
If you don't know what they are, you probably don't need them. Click where it says "less" and they will go away. :-)Instance name is generally only needed when you are connecting to a RAC database...
View ArticleDirect connection
Hi team, I'm trying to use the Direct connection, but can't find description about filed Instance Name and Protocol, what for they are used?
View ArticleOracle VPD issue
Just implemented VPD on an Oracle table to hide a column if the user is not part of a security group.Have the function setup, package setup etc.It seems to be working with a major glitch.A user, who is...
View ArticleRE: How to speed up schema browser using toad for oracle 12c database,...
Thanks for your explanation. From my observation the oracle 10g non-RAC on red hat OS always run fast first time round. The issue now is only toad in oracle 12c RAC is the issue and I am still not...
View ArticleRE: How to speed up schema browser using toad for oracle 12c database,...
Also take a look at this piece of code that is generating from toad schema browser when i clicked on create script for a table. This is taking a long time in 12c RAC ( 18821ms) but I don't see any...
View ArticleRE: How to speed up schema browser using toad for oracle 12c database,...
Certain queries are run only in certain conditions. The pl/sql block above runs when we need to distinguish stand alone NOT NULL constraints from those automatically created when a primary key...
View ArticleRE: Debug sys schema procedure
Bug. Most likely user views are being used. I see similar behavior in the Load from DB window. Even when my schema is chosen objects owned by SYS are shown. I'll take a look.Michael
View ArticleRE: Debug sys schema procedure
There is a bug there in Load from DB; however, in your case there is no bug in my opinion.When you create the object without the schema specifier then it is owned by SYS if you connect as SYSDBA. If...
View ArticleDebug sys schema procedure
Hi,Toad 12.11.0.95 x64 on Oracle 11.2.0.3 connected as named user with sysdba privilege.created one procedure and turn on debug feature.Start debug but in window I do not see proc parameters.Is this...
View ArticleRE: Debug sys schema procedure
Hm ok if you say so.When you run debugger from Toad editor there is no way that I pass anything to that.I know it is not 100% professional, but seems that debugging SYS code while connected as sys is...
View ArticleRE: Debug sys schema procedure
I'm looking at it now, but I'll need to see how much code requires changed before committing to anything this late in the release cycle. I'll log this at any rate... there's room for some improvement....
View ArticleRE: Debug sys schema procedure
I've made all of the changes I could locate. Surprisingly there were quite a few "ALTER SESSION SET current_schema" calls that were not properly handling anything other than normal...
View ArticleRE: Debug sys schema procedure
Back in the dark ages (Toad 9.x I think), we had an option to step into sys/system procs. Since it was almost a decade ago, I'm a little fuzzy as to why we removed that option but there is a...
View Article