oracle database 12c enterprise m1 docker stuck at ORA-12547: TNS:lost contact

Viewed 575

i want handle my database from server into local ,

docker : store/oracle/database-enterprise:12.2.0.1

i have follow all guide for tns lost contact but stil no solve.

sh-4.2$ ls -l $ORACLE_HOME/bin/oracle
-rwxr-x--x 1 oracle oinstall 395722363 Mar  2  2017 /u01/app/oracle/product/12.2.0/dbhome_1/bin/oracle
sh-4.2$ chmod u+s $ORACLE_HOME/bin/oracle
sh-4.2$
sh-4.2$ ls -l $ORACLE_HOME/bin/oracle
-rwsr-x--x 1 oracle oinstall 395722363 Mar  2  2017 /u01/app/oracle/product/12.2.0/dbhome_1/bin/oracle
sh-4.2$ su

[oracle@e859f5f6994c /]$ ls -l $ORACLE_HOME/bin/oracle
-rwsr-x--x 1 oracle oinstall 395722363 Mar  2  2017 /u01/app/oracle/product/12.2.0/dbhome_1/bin/oracle

then restart docker, right ? i am new on docker.

SQL> connect sys as sysdba;
Enter password: Oradoc_db1
ERROR:
ORA-12547: TNS:lost contact

when the docker is started , this full my log. docker-store/oracle/database-enterprise:12.2.0.1.log

edit 1

i have try with these one epiclabs/docker-oracle-xe-11g still on same issue.

0 Answers
Related