DOCKER Oracle数据库设置在Mac OS X上未成功

时间:2017-10-26 04:32:32

标签: oracle macos docker docker-compose

我正在尝试在我的mac上编写一个oracle 12.1.0.2实例,并看到下面的错误。我已经分配了10GB作为内存。你能帮我解决这个问题吗?谷歌搜索告诉我类似的问题通过添加内存来解决,我将内存从2GB增加到10GB。这个问题仍然存在。

以下是错误的快照。

docker run <Project>/oracle-12.1                                                                                                                                      
[9:46:39]
ORACLE PASSWORD FOR SYS, SYSTEM AND PDBADMIN: <<PWD>>

LSNRCTL for Linux: Version 12.1.0.2.0 - Production on 26-OCT-2017 
04:17:09

Copyright (c) 1991, 2014, Oracle.  All rights reserved.

Starting /opt/oracle/product/12.1.0.2/dbhome_1/bin/tnslsnr: please wait...

TNSLSNR for Linux: Version 12.1.0.2.0 - Production
System parameter file is /opt/oracle/product/12.1.0.2/dbhome_1/network/admin/listener.ora
Log messages written to /opt/oracle/diag/tnslsnr/3e22fe616ced/listener/alert/log.xml
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=0.0.0.0)(PORT=1521)))

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
STATUS of the LISTENER
------------------------
Alias                     LISTENER
Version                   TNSLSNR for Linux: Version 12.1.0.2.0 - Production
Start Date                26-OCT-2017 04:17:09
Uptime                    0 days 0 hr. 0 min. 0 sec
Trace Level               off
Security                  ON: Local OS Authentication
SNMP                      OFF
Listener Parameter File   /opt/oracle/product/12.1.0.2/dbhome_1/network/admin/listener.ora
Listener Log File         /opt/oracle/diag/tnslsnr/3e22fe616ced/listener/alert/log.xml
Listening Endpoints Summary...
  (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=0.0.0.0)(PORT=1521)))
The listener supports no services
The command completed successfully
Copying database files
1% complete
2% complete
27% complete
Creating and starting Oracle instance
29% complete
32% complete
33% complete
34% complete
38% complete
42% complete
DBCA Operation failed.
Look at the log file "/opt/oracle/cfgtoollogs/dbca/ORCLCDB/ORCLCDB.log" for further details.
Unique database identifier check passed.

/opt/oracle/oradata/ has enough space. Required space is 7665 MB , available space is 48913 MB.
/ has enough space. Required space is 0 MB , available space is 48913 MB.
File Validations Successful.
Copying database files
DBCA_PROGRESS : 1%
DBCA_PROGRESS : 2%
DBCA_PROGRESS : 27%
Creating and starting Oracle instance
DBCA_PROGRESS : 29%
DBCA_PROGRESS : 32%
DBCA_PROGRESS : 33%
DBCA_PROGRESS : 34%
DBCA_PROGRESS : 38%
DBCA_PROGRESS : 42%
Error while executing "/opt/oracle/product/12.1.0.2/dbhome_1/rdbms/admin/dbmssml.sql". Refer to "/opt/oracle/cfgtoollogs/dbca/ORCLCDB/dbmssml0.log" for more details. Error in Process: /opt/oracle/product/12.1.0.2/dbhome_1/perl/bin/perl
DBCA_PROGRESS : DBCA Operation failed.

0 个答案:

没有答案