일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- hadoop
- 공정능력
- mapreduce
- Eclipse
- Sqoop
- tomcat
- SPC
- Kotlin
- Java
- es6
- Android
- vaadin
- JavaScript
- mybatis
- window
- R
- NPM
- IntelliJ
- SSL
- plugin
- table
- Spring
- xPlatform
- Express
- GIT
- MSSQL
- 보조정렬
- SQL
- react
- Python
- Today
- Total
목록database (62)
DBILITY
Oracle 10.2.0.3 and lower NOTE: this tip was written with Oracle DBMS version 10.2.0.2.0 How can you know if your Oracle server is correctly configured for XA? The simplest and usually the most effective way is the following: logon to SQLPlus (or use another tool if you like); make sure to use the user/password that you are using for your application execute the query: select * from SYS.DBA_PEND..
[SQL0418] Use of parameter marker not valid. Cause . . . . . : Parameter markers and the RAISE_ERROR scalar function are not allowed: -- As a value in a VALUES INTO statement. -- As an operand of a concatenation operation. -- As the operand of a scalar function. If the scalar function is VALUE, COALESCE, IFNULL, MIN, MAX, LAND, LOR, or XOR, then at least one of the arguments must not be a parame..