简体   繁体   English

如何在 oracle 12c (docker image) 中启用分区

[英]How to enable partitioning in oracle 12c (docker image)

I installed https://hub.docker.com/r/sath89/oracle-12c/ and I have a little problem.我安装了https://hub.docker.com/r/sath89/oracle-12c/ ,但有一点问题。 I don't know how to enable partitioning in this image.我不知道如何在此图像中启用分区。 Is it possible?有可能吗? How can I do that?我该怎么做?

select * from v$option where parameter='Partitioning';

returns返回

PARAMETER    |VALUE |CON_ID |
-------------|------|-------|
Partitioning |FALSE |0      |

Thanks谢谢

I had the same issue and its seems that we have installed the same image (SE2).我遇到了同样的问题,似乎我们安装了相同的映像(SE2)。 We must install the EE2 image instead where the partitioning option is enabled by default.我们必须在默认情况下启用分区选项的地方安装 EE2 映像。

Please have a look at this issue: https://github.com/oracle/docker-images/issues/597#issuecomment-335654741请看一下这个问题: https : //github.com/oracle/docker-images/issues/597#issuecomment-335654741

Use this image: https://github.com/oracle/docker-images/tree/master/OracleDatabase and use the EE2 (not SE2).使用此图像: https : //github.com/oracle/docker-images/tree/master/OracleDatabase并使用 EE2(不是 SE2)。

Thanks谢谢

The solution is to use this other docker image for Oracle 12c解决方案是将这个其他 docker 镜像用于 Oracle 12c

https://hub.docker.com/r/tbparrish/oracle-12c https://hub.docker.com/r/tbparrish/oracle-12c

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM