토드 실행 취소 - todeu silhaeng chwiso

Shortcut Key

Function

F1

Windows Help File

F2

Toggle Full screen Editor

F3

Find Next Occurrence

SHIFT+F3

Find Previous Occurrence

F4

Describe Object at cursor. Describe Table, View, Procedure, Function, or Package in popup window

F5

Execute as Script

F6

Toggle between Editor and Results tabs

F7

Clear All Text

F8

Toggle Recall SQL statement panel

F9

Execute statement

CTRL+ F9

Describes statement at cursor

SHIFT+ F9

Execute snippet at cursor

F10

Popup (right-click) Menu

F11

Execute code without using the Debugger

CTRL+ A

Select All Text

CTRL+ C

Copy

CTRL+E

Execute Explain Plan on the Current Statement

CTRL+F

Find Text

CTRL+G

Goto Line

CTRL+H

Highlight snippet

CTRL+I

Init caps for highlighted code.

CTRL+L

Converts Text to Lowercase

CTRL+M

Make Code Statement

CTRL+N

Recall Named SQL Statement

CTRL+O

Opens File

CTRL+P

Strip Code Statement

CTRL+R

Find and Replace

CTRL+S

Save File

SHIFT+CTRL+S

Save File As

CTRL+T

Columns Dropdown

CTRL+U

Converts Text to Uppercase

CTRL+V

Paste

CTRL+X

Cut

CTRL+Z

Undo Last Change

CTRL+. (period)

Display popup list of matching tablenames

SHIFT+CTRL+Z

Redo Last Undo

ALT+UP+

Display Previous Statement

ALT+DOWN

Display Next Statement (after ALT+UP)

ALT+PageUP

Navigate to the previous tab in the editor

ALT+PageDOWN

Navigate to the next tab in the editor

CTRL+ALT+PAGEUP

Navigate to the previous results panel tab

CTRL+ALT+PAGEDOWN

Navigate to the next results panel tab

CTRL+HOME

In the data grids, goes to the top of the recordset

CTRL+END

In the data grids, goes to the end of the recordset

CTRL+SPACE

Display the code template pick list

CTRL+TAB

Cycles through the collection of MDI Child windows

많이 사용하는 단축키는 다음과 같다.

ESC: 열린 윈도우 닫기 
F1: 모든 단축키를 보여준다. 
F2: FULL SCREEN
F4: Table, View, Proc, Funct, Package를 DESC(테이블명에 커서를 둔 상태에서 해야함)
F6: SQL Editor와 결과창간의 전환 
F7: 화면을 모두 CLEAR 
F8: 실행했던 SQL들의 HISTORY 
F9: 모든 쿼리 실행(Ctrl+Enter는 현재 쿼리만 실행) 
Ctrl+F9: 실제 쿼리를 실행하지 않고 validate함 
Ctrl+. : table Completion (매칭되는 테이블목록 출력) 
Ctrl+T : 컬럼목록 표시
Alt+Up : History Up 
Alt+Down: History Down 
Ctrl+Tab: Tab 전환

Ctrl+Enter : 현재 커서의 SQL문 실행 
F5 : SQL*PLUS의 출력과 같음 
F9 : SQL문 실행하여 Grid에 출력

http://blog.naver.com/lcsco/120165161636

토드 단축키 입니다. (TOAD Menu Shortcuts)

색상 표시는 매우 유용하니 한 번쯤 써보시라고 권유해드립니다.

File

    Open File Ctrl+O

    Save File Ctrl+S

    Save As Shift+Ctrl+S

Edit

    Action Console... Shift+F4

    Alias Replacement Shift+Ctrl+R

    Clear All F7

    Comment Block Ctrl+B

        > 주석처리 합니다.

    Copy Ctrl+C

        > 복사합니다.

    Cut Ctrl+X

        > 잘라냅니다.

    Describe F4

        > 객체정보를 확인합니다.

        > Ctrl + Left Click 하셔도 됩니다.

    Format Code Shift+Ctrl+F

        > 코드를 깔끔하게 정리합니다.

    Initial Caps Ctrl+I

        > initial caps 합니다. (i like you > I Like You)

    Load in External Editor Ctrl+F12

    Lower Case Ctrl+L

        > 소문자로 변경합니다.

    Paste Ctrl+V

        > 붙여넣습니다.

    Pick-list dropdown Ctrl+T

        > Ctrl + . 을 하셔도 됩니다.

    Pick-list dropdown no alias Shift+Ctrl+T

    Popup Menu F10

    Redo Shift+Ctrl+Z

        > Undo(Ctrl+Z) 내역을 다시 진행합니다.

    Select ALL Ctrl+A

        > 전체 선택

    Swap This/Prev Lines Shift+Ctrl+L

    Toggle Full Screen Editor F2

        > 결과 보기 할 때 편합니다. Shift + F2 에 비슷한 기능 있습니다.

    UnComment Block Shift+Ctrl+B

        > 주석처리를 다시 정리합니다. (Ctrl+B 반대)

    Undo Ctrl+Z

        > 되돌립니다. (Shift+Ctrl+Z 로 Redo 할 수 있습니다.)

    Upper Case Ctrl+U

        > 대문자로 변경합니다. 소문자 변경은 Ctrl+L, initial Caps 는 Ctrl+I 입니다.

Search

    Find... Ctrl+F

        > 찾기

    Find Next F3

        > 다음 찾기

    Find Previous Shift+F3

        > 이전 찾기, F3으로 내려가다가 다시 이전내역 보고 싶을 때 합니다.

    Replace... Ctrl+R

        > 문자를 대체합니다.

    Goto Line Ctrl+G

        > 특정 줄번호로 이동합니다.

Editor

    Describe (Parse) Select Query Ctrl+F9

    Execute Statement F9

        > 스테이트먼트 단위로 실행합니다.

    Execute as Script F5

        > 스크립트 단위로 실행합니다.

    Execute Snippet Shift+F9

        > 스니펫 단위로 실행합니다.

        > Ctrl + Enter 를 주로 이용합니다.

    Explain Plan Current SQL Ctrl+E

        > 실행계획을 볼 수 있습니다.

    Highlight Snippet Ctrl+H

    Make Code Statement Ctrl+M

    Strip Code Statement Ctrl+P

    Toggle Full Screen Grid Shift+F2

    Breakpoints Ctrl+Alt+B

    Call Stack Ctrl+Alt+C

    DBMS Output Ctrl+Alt+D

    Watches Ctrl+Alt+W

    Split Size Horizontally Ctrl+F2

Session

    Quick Describe Ctrl+D

View

    History F8

        > 처리내역을 recall 하여 볼 수 있습니다.

Debug

    Add Watch at Cursor Ctrl+F5

    Evaluate/Modify Ctrl+Alt+E

    Run F11

    Run to Cursor F12

    Set Breakpoint Shift+F5

    Set Parameters Shift+Ctrl+F9

    Step Over Shift+F8

    Trace Into Shift+F7

    Trace Out Shift+F10

감사합니다. 디버그는 토드를 잘 이용하지 않아서 제외했습니다.