일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- 한글
- error
- 성능
- oracle
- 회계
- Excel
- 튜닝
- Book
- 자바
- DB
- miplatform
- Eclipse
- 함수
- Tomcat
- 데이터베이스
- JEUS
- 마이플랫폼
- 도서
- 이클립스
- 오라클
- 오류
- JavaScript
- 톰캣
- 태그를 입력해 주세요.
- MIP
- 엑셀
- 기타소득
- Report Designer
- 에러
- java
- Today
- Total
어느 가을날의 전환점
TOAD|토드에서 대량 데이터 Insert 시 &에 대한 변수 값 입력 해제 방법 본문
Title
No prompt for substitution variable. How do you enable/disable prompt for variable substitution?Description
When running a script in the editor, substitution variables may be used. But when it is executed, the user is not prompted for the variable value. How do you enter in a value?
In some situations a user may want to enable/disable variable substitution in the SQL Editor depending on whether the ampersand (&) is used as a literal or bound variable when running a script (F5.) In addition, a user may want to use the colon (:) as a bound variable when running a statement (F9.)
Cause
If substitution variables are used and Toad is not prompting to enter in a value, the option may be disabled.
Resolution
For TOAD for Oracle 8.5.3.2 or below:
1. Go to View | Options.
2. From the left panel, select SQL Editor | General.
3. From right panel, check/ uncheck Scan statements for bound variables before execution.
For TOAD for Oracle 8.6.0.38 and 8.6.1:
1. Go to View | Options.
2. From the left panel, select SQL Editor.
3. From right panel, check/ uncheck Prompt for substitution variables.
For TOAD for Oracle 9.7.2.5 and 10.1.1.8:
1. Go to View | Toad Options.
2. From the left panel, select Editor | Execute/ Compile.
3. From right panel in the Behavior section, check to enabled and uncheck to disable “Prompt for substitution variables”.For TOAD 11.x:
1. Go to View | Toad Options
2. From the left panel, select Execute/ Compile
3. Check appropriate check box under “Substitution Variable Prompting” sectionAdditional Information
- Use F9 (Execute as Statement) to run the script. Using F5 (Execute as Script) will only return no rows selected. - Toggling the Prompt for Substitution Variables can be set in the Editor by right clicking to bring up the context menu and enabling or disabling the feature. - If the ampersand (&) is a literal and the option is unchecked, use SET DEFINE OFF when executing as a script.
# 출처: https://support.software.dell.com/toad-for-oracle/kb/11560
'Database > Oracle' 카테고리의 다른 글
ORACLE|임시 테이블(Temp Table) (0) | 2014.10.23 |
---|---|
ORACLE|ORA-29275: 부분 다중 바이트 문자 Error(partial multibyte character) (0) | 2014.10.21 |
TOAD|오라클 세션 타임아웃으로 컨넥션이 끊기는 경우 토드 팁 (0) | 2014.05.21 |
ORACLE|Using Oracle's recycle bin(휴지통) - Table Drop 복원 (0) | 2014.04.29 |
ORACLE|오라클 SQL Developer Tips (3) | 2014.04.08 |