-
Hi,
I am working on the integration of node-oracledb into sequelize and I'm having an issue :
I can't execute a create table statement without an error. At each time, I got ```ORA-00922: missin…
-
1. Which driver are you using and version of it (Ex: PostgreSQL 10.0):
OracleSQL
2. Which TablePlus build number are you using (the number on the welcome screen, Ex: build 81):
Beta (151)
I've…
-
I'm using Dbeaver 4.3.5 and trying to connect Oracle 11.2.0.3.0 within ojdbc8.jar (JDBC ver 12.2.0.1.0) and don't see any schema procedures, views, functions e.t.c..
Same result for connection with o…
-
When I execute a block like this in Oracle 12, everything is OK:
```
DECLARE
x NUMBER;
BEGIN
dbms_output.put_line('HI EVERYBODY');
END;
```
But in Oracle 9 I get an error:
> SQL Error [65…
-
### Steps to reproduce
Please refer https://github.com/rsim/oracle-enhanced/tree/master/guides/bug_report_templates
to create an executable test case
### Expected behavior
Tell us what should ha…
-
# Error
```
$ sqitch status -t sqitch@database
On database sqitch@database
The following parameter was passed in the call to DateTime::new but was not listed in the validation options: 06
at /usr/li…
-
I was trying to create some new installation packages using just-install and I am having issues extracting certain zip files.
The file that failed was `sqldeveloper-17.4.0.355.2349-no-jre.zip` (it'…
-
Hi,
I've got this error when querying a big varchar column constructed from a wm_concat() function (temporary table).
** (DBConnection.ConnectionError) [{:jamdb_oracle_tns_decoder, :decode_chr, …
-
I have the most recently stable version of oracledb. Whenever I use externalAuth of true, I find no way to leverage logging in as a proxy user.
-
@lwhite1 In my work, all the numeric columns defined in our database (Oracle) are defined with the general NUMBER(precision,scale) type, rather than using any of the convenient pre-defined number typ…