如何在Docker Oracle 12c
(here is the link of the image)中执行sql文件
,/ u0p / app / oracle / scripts在哪里或如何设置docker / oracle执行此文件的许可?
[我在Debian]
我试图寻找cd / home / oracle但我找不到这个root用户.
任何的想法?
最佳答案 按照此链接安装Oracle 12c Docker镜像.我把它安装在我的Mac上.
https://dzone.com/articles/creating-an-oracle-database-docker-image
下载包含SQL * Plus的Oracle Instant Client.
要么
下载最新的命令行工具SQLcl
现在,要运行脚本,您可以使用sqlplus或sql命令行轻松连接来连接到数据库.
sqlplus user/pwd@//localhost:1521/ORCLPDB1 yourpath/yourscript.sql