-
## Feature Request
Currently, ShardingSphere's support for Oracle SQL parsing is not comprehensive enough. Therefore, we are planning to enhance the support for Oracle SQL parsing in ShardingSphere.
…
-
# Background
Hi community,
This issue is for #26878.
ShardingSphere parser engine helps users parse a SQL to get the AST (Abstract Syntax Tree) and visit this tree to get SQLStatement (Java Object). …
-
Hi, community,
This issue is for my OSPP project(https://summer-ospp.ac.cn/org/prodetail/235930377?list=org&navpage=org).
I'm currently working on improving compatibility with Oracle SQL in Sharding…
-
It looks like PL/SQL grammar (https://github.com/antlr/grammars-v4/tree/master/sql/plsql) supports some generic / abstract version, because there is only one version available AFAIK.
Could you spec…
-
Oracle db:
```
Oracle Oracle Database 19c Enterprise Edition
Release 19.0.0.0.0 - Production
Version 19.3.0.0.0
```
We are using `gorm-oracle`, which will import `go-ora` finally, to interac…
-
## Issue Description
I am slinging a CLOB field from one Oracle instance to another. For some reason, this field is getting created as varchar2(4000) in the target Oracle instance.
Here is the Ora…
-
在HistoryConfigInfoMapperOracle文件中有这样一段sql
`DELETE FROM his_config_info WHERE ROWID in (SELECT ROWID FROM his_config_info WHERE gmt_modified < ? FETCH FIRST ? ROWS ONLY)`
这段sql在oracle中执行不了啊,oracle不…
-
# Background
Hi community,
This issue is for #26878.
ShardingSphere parser engine helps users parse a SQL to get the AST (Abstract Syntax Tree) and visit this tree to get SQLStatement (Java Object). …
-
In the grid if we have two identical in Oracle, for example, if we want to delete one of them, we selected one and click in delete, the two rows are deleteted. We must delete each one manually trought…
-
Prior to Oracle 19.25, this works:
`
use DBI;
use DBD::Oracle qw(:ora_session_modes);
$dbh = DBI->connect('DBI:Oracle:', '/', '', {ora_session_mode => ORA_SYSDBA, RaiseError => 1}) or die "Can…