RE: Displaying schema browser and editor on separate tabs?
So maybe it's Toolbar settings, then. Possibly I accidentally deactivated some tool buttons without realizing it. I'll explore that possibility.Thanks again!
View ArticleRE: Toad 12.10 Professional - Unable to debug, menus are greyed out
Verify that you have the DEBUG CONNECT SESSION privilege granted to your schema.Michael
View ArticleToad 12.10 Professional - Unable to debug, menus are greyed out
Dear Toad CommunityI have Toad 12.10 Professional running an I try to enable the debug mode. But when I select DBMS_DEBUGER even as SYS AS SYSDBA, the menus are greyed out. Can you tell me why I am...
View ArticleRE: Copy table data
Tried to restore the table data with following commend as suggested. Found out that it inserted the backup not replaced with back.ex. table dataSAMPLE 1 3 SAMPLE_BACK...
View ArticleRE: Copy table data
The truncate command empties the SAMPLE table before you insert data back into it, so you shouldn't need any kind of replace command (if you did need it, in oracle it's called MERGE).Be sure to have a...
View ArticleRE: Copy table data
After followed your detailed instructions. It worked perfect. Thanks a lot Hong
View ArticleRE: Displaying schema browser and editor on separate tabs?
For the record, a co-worker suggested 'Restore Defaults' on the Toolbar context menu, and that rleturned my interface to the way it used to be: one toolbar showing buttons for connections, and a...
View ArticleDisplaying schema browser and editor on separate tabs?
I just installed 11.6 on my new laptop at work. When I open a schema browser, it covers my editor tabs. I can go to Window and select the editor or browser, but what I'd really like is to have the...
View ArticleRE: Missing binds in trace analyzer
Hi Damir, Well, it looks like those binds are not in the trace file either - at least not in the portion that you sent. The :b0 bind is the group of 4 lines that starts with Bind#0, :b1 is the group...
View ArticleRE: Missing binds in trace analyzer
Hi John,You are right.Any clue (hint) why they (those binds) are missing in trace file? Trace was done with binds and waits true.In the same trace, similar query (crazy double binds) has correct values:
View ArticleRE: Missing binds in trace analyzer
It's not uncommon for trace files to have data for a particular statement mixed in with data for other statements. Toad tries to watch for the StatementID's to pull them all together, but sometimes...
View ArticleRE: Copying toad sessions from one system to another system
You also need connections.ini. Then it should be able to convert for you.
View ArticleRE: Copying toad sessions from one system to another system
Thanks Gregory... I copied the connections.ini to below location.. still no luck of seeing my saved connections..restarted my toad.. even then nothing shows...
View ArticleRE: Copying toad sessions from one system to another system
I just searched for connections.ini file and there are none under toad 12.10... seems like now they are saving the connections information as .XML file...Need to see how I can convert text file to XML...
View ArticleRE: Copying toad sessions from one system to another system
Close Toad. Delete any Connections*.ini and Connections.xml you have in 12.10 user files. Copy your old connections*.ini to 12.10 user files. Start Toad. That should do it.
View ArticleORA-12154: TNS:could not resolve the connect identifier specified after...
Toad is erroring out with ORA-12154: TNS:could not resolve the connect identifier specified after installing new version
View ArticleRE: Copying toad sessions from one system to another system
Thanks Michael... Will try that on Monday... Hope that helps resolve this issue.Have A Nice Weekend...
View ArticleCopying toad sessions from one system to another system
Hello everyone,I just got new office laptop.. so was trying to copying all my Toad sessions information (sessions/passwords) from older system to new one.I copied "~CONNECTIONPWDS.INI" from toad 12.0...
View Article