
bladex/oracleThis Docker image provides Oracle Database 19c optimized for the X86-64 and ARM64 platform, suitable for developing, prototyping, and testing in a non-production environment. For production environment, please obtain a commercial license. Licensing details are available at :[***]
x86-64 platform
docker run --name oracle -d -p 1521:1521 bladex/oracle:19c
arm64 platform
docker run --name oracle -d -p 1521:1521 bladex/oracle:19c-arm
# Connect to Oracle docker exec -it oracle /bin/bash # Connect as sysdba sqlplus / as sysdba; # Display initialized pdbs show pdbs; # Change the password for user system alter user system identified by system; # Change the password for user sys alter user sys identified by sys;
#Connect to container alter session set container = ORCLPDB; #Create user create user yourusername identified by youruserpwd; #Grant privileges grant connect,resource,dba to yourusername;
#Drop user drop user yourusername;
[***]
[***]




探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式
通过 Docker 登录认证访问私有仓库
无需登录使用专属域名
Kubernetes 集群配置 Containerd
K3s 轻量级 Kubernetes 镜像加速
VS Code Dev Containers 配置
Podman 容器引擎配置
HPC 科学计算容器配置
ghcr、Quay、nvcr 等镜像仓库
Harbor Proxy Repository 对接专属域名
Portainer Registries 加速拉取
Nexus3 Docker Proxy 内网缓存
需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单
manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务