docker-oracle-xe-11g icon indicating copy to clipboard operation
docker-oracle-xe-11g copied to clipboard

ORA-01034: ORACLE not available

Open RaviH opened this issue 6 years ago • 3 comments

Hi,

I am on Mac, using Docker for mac and I am getting this error.

Starting Oracle Net Listener.
Starting Oracle Database 11g Express Edition instance.

ERROR:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux-x86_64 Error: 2: No such file or directory
Process ID: 0
Session ID: 0 Serial number: 0


SP2-0306: Invalid option.
Usage: CONN[ECT] [{logon|/|proxy} [AS {SYSDBA|SYSOPER|SYSASM}] [edition=value]]
where <logon> ::= <username>[/<password>][@<connect_identifier>]
      <proxy> ::= <proxyuser>[<username>][/<password>][@<connect_identifier>]
ERROR:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux-x86_64 Error: 2: No such file or directory
Process ID: 0
Session ID: 0 Serial number: 0


SP2-0306: Invalid option.
Usage: CONN[ECT] [{logon|/|proxy} [AS {SYSDBA|SYSOPER|SYSASM}] [edition=value]]
where <logon> ::= <username>[/<password>][@<connect_identifier>]
      <proxy> ::= <proxyuser>[<username>][/<password>][@<connect_identifier>]
ERROR:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux-x86_64 Error: 2: No such file or directory
Process ID: 0
Session ID: 0 Serial number: 0


SP2-0306: Invalid option.
Usage: CONN[ECT] [{logon|/|proxy} [AS {SYSDBA|SYSOPER|SYSASM}] [edition=value]]
where <logon> ::= <username>[/<password>][@<connect_identifier>]
      <proxy> ::= <proxyuser>[<username>][/<password>][@<connect_identifier>]
/usr/sbin/startup.sh: ignoring /docker-entrypoint-initdb.d/*

RaviH avatar Jan 30 '18 17:01 RaviH

Hi,

I've got the same problem, when running my docker img.

I am on Mac Os High Sierra 10.13.3 Docker version 17.12.0-ce

ERROR: | ORA-01034: ORACLE not available | ORA-27101: shared memory realm does not exist | Linux-x86_64 Error: 2: No such file or directory | Process ID: 0 | Session ID: 0 Serial number: 0 | | | SP2-0306: Invalid option. | Usage: CONN[ECT] [{logon|/|proxy} [AS {SYSDBA|SYSOPER|SYSASM}] [edition=value]] | where ::= [/][@<connect_identifier>] | ::= [][/][@<connect_identifier>] | ERROR: | ORA-01034: ORACLE not available | ORA-27101: shared memory realm does not exist | Linux-x86_64 Error: 2: No such file or directory | Process ID: 0 | Session ID: 0 Serial number: 0 | Do you have any possible issue ? Thanx !

ghost avatar Feb 13 '18 16:02 ghost

I'm having the same problem ever since I switched from qcow2 storage to the new raw storage.

kausters avatar Feb 22 '18 12:02 kausters

Hi,

After a lil bit of search, my images files where corrupted on the oracle db part, dbstart command wasn't available. I erased my container and images, download again and everything works find.

ghost avatar Feb 22 '18 12:02 ghost