-
Hi
after successful import to Oracle I am using ISO88592 language and UTF8 and got similar error with both when creating new records:
'ascii' codec can't encode character u'\u0160' in position 0: o…
-
Hi,
I have create a docker image for Oracle DB 12.1.0.2 EE.
When I run the following command
```
docker run \
-p 1521:1521 -p 5500:5500 \
-e ORACLE_SID=sequelize \
-e ORACLE_PDB=test_seque…
-
PL/SQL is finicky with procedure blocks in a series of commands. However the fix is very easy. Just need a slash on a separate line after the END; statement of each procedure. I have replicated th…
-
I love this new official Docker Image for Oracle DB
Though, call me ignorant, the produced size of an empty DB Docker Image takes up about 11.1GB and pre-building an otherwise empty DB out of it am…
-
Oracle package editing has some issues, when you compile a package it doesn't show any error until you refresh object list (with F5 key).
Reproduce:
1- Create a package specification and body:
…
yevon updated
7 years ago
-
Hey,
I am currently trying to use that docker image with a jpa project.
http://www.oracle.com/technetwork/apps-tech/jdbc-112010-090769.html
Can you please tell me which exact version you have insta…
-
### System Info
OSX 10.11.6, node v4.2.5, npm 2.14.12, using Oracle 11g
I have verified this issue against oracledb v1.9.3 and v1.10.1 - have not tried other versions, but I would expect it to behav…
-
Hi,
I'd like to use a Dockerfile to add data into the database of the oracle/database:12.1.0.2-ee container that I've built. The idea is to have a container that has data pre-populated to allow de…
-
Linux Mint 17 'Qiana' - Cinnamon 64 bit
Cinnamon version 2.2.13
Intel Core 15 650 @ 3.2 GHz x 2
Memory 8 GB
120GB Samsung SSD
NVIDIA G73 (GeForce 7600 GS)
NVidia video driver version 304.117 and 304.…
-
I have to use DBCA to execute some templates. How can I use it with this docker container?