-
## Describe the bug
OracleSourceITCase failed when insert data.
## To Reproduce
Run OracleSourceITCase on a windows machine
Error messages:
```bash
12:04:11.936 [testcontainers-li…
-
`com.alibaba.druid.sql.parser.ParserException: syntax error, error in :'thin group(order by length(fdn) asc', expect BY, actual LPAREN pos 55, line 1, column 55, token LPAREN`
H2有oralce模式支持 listagg…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues.
### What happened
执行同步命令时发生该错误…
-
问题:连接oracle时,连接测试语句默认为“select 1”,这是oracle不支持的语法
建议:如果连接的是oralce,连接测试语句默认为“select 1 from dual”
未修复时解决方案:setValidationQuery("select 1 from dual")
-
I rebuilt the transaction procedures during refactor. They should work properly now, but I get a feeling oralces sometimes perform many more signatures than they should.
A request for you to review …
-
BenRai
medium
# In `PriceTierVesting` there is no check if the Sequenzer for L2s is up when calling the oralce
## Summary
Price from oracle on L2s can be invalid/stale if the sequencer is down. Th…
-
## Feature Request
**Is your feature request related to a problem? Please describe:**
**Describe the feature you'd like:**
Support add partion automatically, like Oralce's Interval Partion:…
-
-
在Oralce数据库中,使用双引号括起来特定的关键词就能在表的字段中使用该关键字例如“comment”,而在使用SQL查询时也必须使用双引号将特定关键字括起来。
如果没有括起来会报“缺少表达式”错误。
目前SUID的ObjToSQL方法生成comment时不会将关键词括起来,并且未给指定SQL方言的方法(或者从DataSource里面去扣关键词进行判断),会导致生成的SQL语句不正确。
期望…
-