Questions when using TOAD

Sorry. I know this is ORACLE forum. But I assume here should be lots of folks using TOAD.
Q1. how to stop a running query?
Q2. how to copy all the data result? in TOAD, the returned data display in grid. I need to copy all into excel sometimes. How to do it?
Q3. besides using ROWNUM, is there anyway to show how many data returned?
Thanks a lot.

A1. Change config to run queries in Threads. For V9 its in 'View / TOAD options / Oracle / Transactions. This adds a cancel button to the tool bar when the query is running.
A2. Right click in result grid, select 'Save As.' For Excel, only 64000 rows can be exported.
A3. Right click in result grid, select 'Row Count...'.

Similar Messages

  • Back up Question when using backup not Time Machine

    Hi there, I currently have my Time capsule configured as a file server sharing my files between 3 macs on the TC's wifi and also via the back to my mac service, while outside my home. The 3 macs connected also use the TC as the time machine back up disk. This setup works fine but I have concerns about reports that TC's can just die and the files contained on it could be lost. To combat this I have set my macbook to perform a backup using the backup program once a day. This is set to backup the whole TC excluding the 3 Time capsule files to an external firewire disk. The problem seems to occur after about a day or two, when the backup program reports a failed backup due to not enough disk space but I don't understand this as the external firewire disk has enough space unless it is trying to carry out a complete backup again. Once the initial backup is done (about 6 hours) I can manually trigger a backup which completes in a matter of seconds and is labelled on the firewire disc as incremental and contains a few mb. Can any one explain this to me? and any posable fixes.
    Cheers
    Here are the figures.
    TC = 500GB
    TC Files= 87GB (Excluding the 3 TM backups)
    Firewire drive 160GB
    Initial Backup file size 87.7GB
    Successful Incremental Backup file size 4.2mb (done on same day as initial backup)
    2nd Sucsesfull Incremental Backup file size 2.1mb (manually triggered day after initial backup)
    Error backup file size 29kb (auto triggered day after initial backup)

    The current version of Backup won't do a full backup (after the first one) unless you tell it to, via +Plan > Full Backup+ from the menubar. But it will back up everything that was added or changed since the last backup, so an Incremental backup can be quite large.
    A clue may be lurking in the log for the failed backup.
    From the main Backup screen, select the Plan in question, then from the Menubar, +Plan > History.+ Then select the "event" in question and click the +View Details+ button at the bottom.
    If the log doesn't tell you much, copy and post it here (but if there's a long list of files copied, leave out most of that).

  • Window order question when using Full screen

    Hello all,
    This is my first time posting.. Probably many more to come.. But this is probably a really easy question. I am really new to Cocoa and am picking it up slowly one step at a time.
    I am making an application where I need a full screen animation to work with. I have been able to get that up and running and have been able to use a keyboard event to toggle the window to go to full screen and back to window size. However, once I go from the window (which when the app starts is window size) to full screen then back to window I cannot go back into full screen without reselecting that window. What can I do to get it so it will go back and forth all day without having to physically click the window? I have tried using the [self becomeFirstResponder] after it exits full screen and didn't help. I am using the [self enterFullScreenMode:[NSScreen mainScreen] withOptions:nil]. This will be on a MacMini installed kind of like a kiosk so it won't have a keyboard and mouse at all times.. And I might be only using the apple remote or something like that for control.
    Thanks for your help!!

    Hi speluttiero!
    I've got the exact same problem, with MacBook Pro Core i5. 64 bit Windows 7 in Boot Camp.
    It even crashes the whole Windows every now and then when playing flash full screen.. screen goes blank, some strage noise from speakers, and then requires reboot. Anyone any idea what's the problem?

  • Read-mostly pattern & EJB-QL question when using Weblogic 8.1

    I want to use the same implementation of an CMP entity bean for the
    read-mostly pattern in BEA Weblogic 8.1 (means for the reader and the
    writer class).
    Therefore my ejb-jar.xml contains the following statements:
    <ejb-name>MyBeanReadOnly</ejb-name>
    <local-home>mypackage.MyBeanLocalHome</local-home>
    <ejb-name>MyBean</ejb-name>
    <local-home>mypackage.MyBeanLocalHome</local-home>
    The weblogic-ejb-jar.xml and weblogic-cmp-rdbms-jar.xml have the proper
    changes.
    I can deploy this bean & for the corresponding session bean binding
    and calling methods works for the (virtual) read-only and read-write
    entity beans.
    When we are using Xdoclet and ejb.finder methods e.g.
    @ejb.finder
    signature="java.util.Collection findAllValid(java.util.Date date)"
    result-type-mapping="Local"
    query="SELECT DISTINCT OBJECT(u) FROM MYTABLE AS u
    WHERE (?1 >= u.validFrom) AND ((u.validUntil IS NULL)
    OR (?1 <= u.validUntil))"
    the compilation and packaging runs well (as usual).
    During the deploy to Weblogic 8.1 we get errors, because the
    implementation of MyBeanReadOnly's findAllValid(...) should return
    objects of type MyBeanReadOnly instead of MyBean.
    Is there a way to solve this problem
    - and not write seperate reader and writer classes like
    the Weblogic 5.1 sample implementation?
    - and not use the CMP optimistic locking?
    Thanks for any further information.
    Wolfgang

    surya jeedigunta wrote:
    We are using Weblogic 8.1 SP2 and our Oracle Database is of version 9.2.0.5.
    I created user ID 'testa' in the database which owns all the objects.
    I created another userID 'testb' which has privileges to read, modify and delete data from tables owned by testa.
    I created public synonyms for all the objects owned by testa.
    I set the userid 'testb' and password in weblogic administrator window and set the same in reg.xml file also.
    Now when I tried to install the application, I got the following errors:
    BEGINNING INSTALLATION
    START INSTALLING FORMS SECTION
    Installing Form ./dataform/EventHistory.xml...<ErrorStack>
    <Error>
    <Code>FORM_045</Code>
    <Msg><![CDATA[ Form "Form" schema lacks some required columns:
    Field=ID column=ID does not exist in table=QSTForm
    Field=Name column=Name does not exist in table=QSTForm
    Field=Version column=Version does not exist in table=QSTForm
    Field=Content column=Content does not exist in table=QSTForm
    Field=LastModified column=LastModified does not exist in table=QSTForm ]]></Msg>
    </Error>
    <Error>
    <Code>FORM_7</Code>
    <Msg><![CDATA[ Failed to bind FDT columns, exception com.quovadx
    .bpms.core.CWException: (FORM_045) Form "Form" schema lacks some required column
    s:
    Field=ID column=ID does not exist in table=QSTForm
    Field=Name column=Name does not exist in table=QSTForm
    Field=Version column=Version does not exist in table=QSTForm
    Field=Content column=Content does not exist in table=QSTForm
    Field=LastModified column=LastModified does not exist in table=QSTForm ]]></Msg>
    </Error>
    My question is :
    does weblogic 8.1 works when I use public synonyms and user id other than the schema owner ID?
    I would appreciate if somebody could help me with this.
    Thank YouHi. I wish I could help you more, but so far, from what symptoms you've shown us,
    this is a purely internal Oracle issue to do with what your second user sees or
    can access. The fact that the user is logging in via JDBC or through WebLogic is
    irrelevant.
    Joe

  • Question when using the Mini Display Port.

    Hello,
    I just got my 27" Imac, and I was wondering what is the hotkey to switch between the mini display port and the normal desktop?
    Am using a Mini Display to DVI adapter and I can't figure out how to switch between the video sources. Am trying to run my Ps3 off from my mac, any help on what the hotkey is would be wonderful.
    I read some place that command+F2 is the hotkey used to switch between the port, but maybe you have to assign the hotkeys?
    There have been people who have been able to use there systems this way, and Apple states the port is there for this purpose; Any light on this subject would be nice.

    Welcome to the Apple Discussions!
    You can only run your PS3 on the iMac's display if you have an adapter that turns the PS3's video signal into DisplayPort signaling. A mini-DisplayPort to DVI adapter is the wrong adapter to use. That adapter works in only one direction, from a device with m-DP output to a device with DVI input.
    If your PS3 has DVI output then you need an adapter to convert the DVI to HDMI. Then you need a converter to convert the HDMI to m-DP. They run US$149.00. The best resolution that you can expect is 720p.
    http://www.kanexlive.com/products/kanexXD.aspx
    Then you can toggle using Command+F2.
    Dah•veed

  • Favicon Question When Using Safari

    Hi, Sometimes when I browse to a website in Safari that sites favicon shows up on the toolbar and sometimes it does not and I just get the generic blue globe.
    I notice this on the Apple site for example. Sometimes I get the white Apple against the grey background favicon and sometimes I do not. Is there a reason for this? I would like to be able to bookmark the discussions forum with the Apple favicon if possible. I know this is not a big deal but it is one of those little quirks that I am curious about and have been trying to resolve. Many thanks
    dave

    Safari, like most modern web browsers, will automatically download the favicon whenever you visit a site.
    If you have particular sites that don't display a favicon, it's up to that site's author to create one and make it available to clients - it's not something you can control.
    It would be very unusual for a site (e.g. 'discussions.apple.com') to sometimes have the icon an sometimes not. Do you have a particular site that does this?

  • A question when using BDC tables

    Hi
    suppose i have a session named SESSION1, in which there are 100 transactions.
    now i want to know each transaction's status ( processed or incorrect ), how to do this using ABAP code?
    i searched standard tables such as APQI,APQD,APQL but found nothing i want.
    thanks & best rgds.

    thanks.
    i used sql trace and found the only related tables were BDCUSEOP/APQI/APQD/APQL/TST01. Also couldn't find data i want......
    Would you pls help to check these tables?
    regards

  • Scrolling question when using JLists

    I have a JList inside of a JScrollPane that I add items to dynamically. When a new item is added to the bottom of the list I would like the JList to somehow scroll so that the newest item is always displayed. Basically I want to anchor the vertical scroll bar to the bottom instead of the top. Anyone know how to do this?

    From the JList API:
    ensureIndexIsVisible(int index)

  • 8 and 16 disk RAID 10 span question when using Dell H700 controller

    Build the raid, load a copy of win2008r2 server without a key in eval mode.  Pull one of the drives.  Pull another one on another pair.  It should still be running. 
    Once you're convinced that it's good to go, put the drives back in, blow away the config in the controller and set it back up the same way.  Then load whatever hypervisor you're going to put on it. 

    Bear with me on this one! I've avoided RAID for long enough and I'm needing some advice. I have a number of Dell R710 servers with PERC H700 controllers. With the exception of one server which is an R720, all have a capacity of 8 SAS drives (with the oddball having a capacity of 16). Most of these were configured with RAID 5 just before my arrival at the organization. With some new 600GB drive purchases this month, I plan on moving all our servers to a RAID 10 config. So my question is about spans and how to arrange them across connectors (is that the right terminology?). So if I have 8 drives, with 0-4 being on connector 1, and 5-7 being on connector 2, and assuming 2 disk per span, would the correct way to arrange each span look like the screenshot below? That would reduce the likelihood of data loss due to a bad cable right? I'd...
    This topic first appeared in the Spiceworks Community

  • The problem is when i'm playing farmville in facebook and i only have this question when using firefox.Sending,asking gifts or other things is not possible cuz i cant see the list of my friends.It doesnt appear on the page,nothing seems.

    Why?Because with another sites this never happenes but firefox never openes.

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • 2 questions when using mobile me

    got email saying that my stolen ipod was located and  i could view its location for 24 hours but didn't get the email til after that time is there any way to view where it was located?
    and 2nd is there anyway to retrieve my serial #

    iPhone: Locating the serial number, IMEI, ICCID, or MEID
    Who did you get an e-mail from telling you that your iphone had been located?

  • Connecting over VPN using Toad

    Hello,
    We have started experience problems connecting to our 9i and 10g databases when using Toad over a VPN connection. Although a connection is actually made nothing is returned to the Toad client and it justs hangs. This problem only occurs over a VPN. When connected to the LAN there is no problem. Also it is possible to connect over the VPN using SQL Developer. This has only recently started happening. In the past we have been able to connect over the VPN without a problem. Sounds like a Toad problem? Yes! I was wondering if anyone else had experienced this and new of a resolution.
    Thanks James

    Hi ,
    The OP is able to connect through SQL Developer using VPN so no issues with VPN,The OP is facing problem when connecting using TOAD so:
    1)Try to disconnect the TOAD and than try if that doesn't work can you please type the error message you are getting while connecting to the TOAD using VPN.
    Best regards,
    Rafi.
    http://rafioracledba.blogspot.com/

  • Removing or automatic fill the database field at login when using TWO_TASK

    Couple of questions when using TWO_TASK on HP-UX
    1. Is it possible to alter the login window, by removing the database field, as it is not needed anymore?
    2. Is it possible to automatically fill the login window with the required database connect string?

    Hello,
    Are you sure this question is relative to the Oracle Forms product ?
    Francois

  • HT204380 When using facetime how many people can you be connected to at one given time? The reason for this question is I would like to utilize facetime for conference call meetings.

    When using facetime, how many people can you be connectedto at once? The reason I ask this question is, I am wanting to conduct teleconference meetings with my staff who are spread out throughout the state and I would like to be able to have seven people in total connected to facetime at once.

    Currently only one person. A lot of users want to be able to FT multiple users.
    Send feedback to Apple requesting it. Maybe in a future iOS update or iPad it will be available.
    http://www.apple.com/feedback/ipad.html
     Cheers, Tom

  • Oracle raise ORA-03113 when connect to a remote oracle server using toad

    Hi there,
    when i use the tool toad connect to a remote oracle server which located in a different city,
    when i submit a query in toad,
    if the query returns many rows of data, it will raise the error ORA-03113:end-of-file on communication channel,
    however if the query returns only a few rows, i won't raise such error,
    however, when i use sqlplus connect to that remote server, it won't raise such error,
    what's the reason is, can any one tell me how to tackle this problem if using the tool toad. thanks/

    hi my oracle vsersion is:
    SQL> select * from v$version;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE 11.2.0.1.0 Production
    TNS for Linux: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production
    my oracle server is 2 nodes rac server,
    and i've tried two different kind version of toad v9.6 and v10.5, and both have the same problem
    once i query a table, if the result returned more than 30 rows, then it will raise that error, if query returns less than 30 rows, it's ok.
    i assume it is a problem concern with network, but i don't know why no such error raise when using sqlplus ?

Maybe you are looking for

  • Is there a way to remove all the overlays in DPS?

    Nothing is working for me.  Is there a way to just remove all the overlays in DPS and start over, without redoing my whole layout?

  • What's with the spinning beachball in iTunes recently? Is it just us?

    Since sometime in June (2009), I've noticed strangeness in my iTunes - mainly on my home computer, an Intel iMac G5 (purchased Dec 2008) with iTunes music stored on a Firewire 800 external hard drive (SimpleTech 1TB). We have two iPod Classics (120 G

  • Have problem when using EXECUTE IMMEDIATE.

    Hi, i'm new here... i having problem when trying to use execute immediate statement... :( procedure code as below: create procedure copy_row( p_table varchar2, p_key varchar2, p_keyval varchar2, p_user varchar2, p_frmto varchar2 default 'FROM') IS V_

  • Who knows oracle application's history

    Hi, I like to know the history of oracle application(s), does anyone know or have a link? Some employers are looking for application administrator with 10+ years experience, I just wonder whether the application itself has 10+ years history or not :-

  • Check if update was pushed

    Dear all, Can anyone tell me that this update https://support.microsoft.com/kb/2560088/en-us?wa=wsignin1.0#appliesto KB2560088 has been pushed by Microsoft on Windows 7 SP1 machines ? Because on a Windows 7 SP1 I can install it and on another with up