-
I am using the docker run command as in the readme. The container keeps restarting. I am running on ARM architecture.
docker run -d \
--name=davdebrid \
-p 8081:8080 \
--restart unle…
-
### Description
I have the following table in an Oracle:
```
CREATE TABLE USERS (
ID NUMBER(38,0),
EMAIL VARCHAR2(4000),
PASSWORD VARCHAR2(4000),
ENABLED BOOLEAN DEFAULT 0
);
```
I can…
-
[도커에 오라클 설치]
버츄얼박스실행
푸티실행
docker search oracle 18 xe
도커로 오라클 다운받아서 한다그러면 오라클공식사이트에서 다운받아서 하려면 힘드니까 ->
https://github.com/oracle ->여기 오라클깃허브사이트에서 repository에 도커를 이미지핸들링해서 다운받을 수 있는 방법을 설명해놓음 -…
-
### Description
I tried many different images of oracle database and every time it stops during download process
Currently on macOS Sequoia 15.0.1
### Version
colima version 0.7.5
git commi…
-
I'm trying to extend the Oracle Database image generated by `buildContainerImage.sh` but when building the new image the listener cannot be started with the following error message:
```bash
#11 0.37…
-
## AWS 서버 접속
```
$ ssh -i samdulko.pem ubuntu@52.78.215.75
```
## docker run
```
$ sudo docker run -d \
--name mariadb \
-e MARIADB_USER=team1 \
--env MARIADB_PASSWORD…
-
Can you guys have an image or image's tag that has the autonomous database without apex and ords?
We already have this docker container image to install/run ords and apex on the database it connect…
-
## Context
As of now, `datajudge` comes with full-fledged support for
- Postgres
- MSSQL
- Snowflake
and partial support for
- Impala
- DB2
- BigQuery
We might consider adding suppor…
-
I'm having an issue to connect to an Oracle DB. I've already followed the steps to create a `requirements-local.txt` file into `docker/` `cx_Oracle` package, but still not working.
#### How to repr…
-
1. What is the link to the documentation section that needs improving?
In https://odpi-c.readthedocs.io/en/latest/structs/dpiConnInfo.html#c.dpiConnInfo.dbName
> This is the same value ret…