Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

why the oracle with ORA-01034 and ORA-27101 startup container #130

Open
jiasha opened this issue Mar 12, 2019 · 0 comments
Open

why the oracle with ORA-01034 and ORA-27101 startup container #130

jiasha opened this issue Mar 12, 2019 · 0 comments

Comments

@jiasha
Copy link

jiasha commented Mar 12, 2019

while container started, i go in this container and i working sqlplus,but there wasn`t some infomation of connection.
unreal@ubuntu:~$ sudo docker exec -it 22daa352f0b0 /bin/bash
[sudo] password for unreal:
root@22daa352f0b0:/# su oracle
oracle@22daa352f0b0:/$ $ORACLE_HOME/bin/sqlplus / as sysdba

SQL*Plus: Release 12.1.0.2.0 Production on Tue Mar 12 10:59:33 2019

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

Connected to an idle instance.

SQL>
---------------------------------------end------------------
start logs
unreal@ubuntu:~$ sudo docker logs 22daa352f0b0
found files in /u01/app/oracle/oradata Using them instead of initial database
ORA-00821: Specified value of sga_target 768M is too small, needs to be at least 1108M
Starting web management console
BEGIN DBMS_XDB.sethttpport(8080); END;

ERROR at line 1:
ORA-01034: ORACLE not available
Process ID: 0
Session ID: 0 Serial number: 0

[IMPORT] Not a first start, SKIPPING Import from Volume '/docker-entrypoint-initdb.d'
[IMPORT] If you want to enable import at any state - add 'IMPORT_FROM_VOLUME=true' variable

Database ready to use. Enjoy! ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant