-
github.com/sijms/go-ora/v2 v2.8.22 // indirect
here is my code
``` sql
import (
go_ora "github.com/sijms/go-ora/v2"
)
type DB struct {
// base
Type *string
Host *string
Po…
-
Is there any interest in support for Oracle 11g? Happy to send a pull request if you think there's interest.
-
{
"platform":"",
"hub-mirror": [
"helowin/oracle_11g"
]
}
-
I would really love to have this support on this specific database. I'm currently using it with this [package](https://github.com/yajra/laravel-oci8). The only supported drivers AFAIK are MySQL and Po…
-
my zabbix server:oracle linux 9.0 install zabbix 7.0
use orabbix 1.2.3
download from here
http://www.smartmarmot.com/product/orabbix/download/
after finish install view the log as below
==> …
-
{"level":"error","error":"ORA-00904: \"DATABASE_TYPE\": invalid identifier\n","time":"2021-01-05T23:27:14-05:00","message":"Error fetching"}
-
## Pivot examples:
[From here.](http://www.dba-oracle.com/t_pivot_examples.htm)
Syntax diagrams: https://docs.oracle.com/cd/B28359_01/server.111/b28286/statements_10002.htm#CHDCEJJE
Input:
```…
-
### Description
While searching for a string using DB Metadata search, ticking both TABLE and "Search in definition" option, returns an error
![image](https://github.com/user-attachments/assets/ea…
-
### 📝 Description
I'm trying to migrate an oracle 10gR2 with trial/standard edition.
On the Analyze step i'm having the following error, it's seem this column doesn't exist before oracle 11g.
I…
-
issues in select : query += `OFFSET :v_offset ROWS FETCH NEXT :v_next ROWS ONLY`;
will you deal with it?