* Hardware: Dell PowerEdge 12GB RAM / 2TB disk
* version of Oracle: 10g R2
* Operating system: CentOS 5.4
] Hello, I need help. I never acted like a DBA, much less I had already used Linux in life. I was prompted to install centos 5.4 with Oracle 10G R2.
Unfortunately it was not possible to create 3 virtual servers for each need (development, approval and production). All environments should be installed in the same instance.
I was able to install Linux and Oracle without problems. I created 03 (three) distinct bases. (Dev, Homolg, PROD).
When restarting the server, do the following steps:
#lsnrctl start (sem erros)
# dbstart (também sem erros)
# sqlplus /nolog
SQL> connect system/senha@desenv
connected.
SQL> connect system/senha@homolog
connected.
[b]SQL> connect system/senha@prod
ERROR:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux-x86_64 Error: 2: No such file or directory[/b]
Follow Startup.log
/oracle/ora10g/bin/dbstart: Starting up database "dboradsv"
Mon May 17 09:02:24 BRT 2010
SQL*Plus: Release 10.2.0.1.0 - Production on Mon May 17 09:02:24 2010
Copyright (c) 1982, 2005, Oracle. All rights reserved.
SQL> Connected to an idle instance.
SQL> ORACLE instance started.
Total System Global Area 3758096384 bytes
Fixed Size 2025232 bytes
Variable Size 738199792 bytes
Database Buffers 3003121664 bytes
Redo Buffers 14749696 bytes
Database mounted.
Database opened.
SQL> Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options
/oracle/ora10g/bin/dbstart: Database instance "dboradsv" warm started.
/oracle/ora10g/bin/dbstart: Starting up database "dborahml"
Mon May 17 09:02:35 BRT 2010
SQL*Plus: Release 10.2.0.1.0 - Production on Mon May 17 09:02:35 2010
Copyright (c) 1982, 2005, Oracle. All rights reserved.
SQL> Connected to an idle instance.
SQL> ORACLE instance started.
Total System Global Area 3758096384 bytes
Fixed Size 2025232 bytes
Variable Size 721422576 bytes
Database Buffers 3019898880 bytes
Redo Buffers 14749696 bytes
Database mounted.
Database opened.
SQL> Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options
/oracle/ora10g/bin/dbstart: Database instance "dborahml" warm started.
/oracle/ora10g/bin/dbstart: Starting up database "dboraprd"
Mon May 17 09:02:43 BRT 2010
SQL*Plus: Release 10.2.0.1.0 - Production on Mon May 17 09:02:43 2010
Copyright (c) 1982, 2005, Oracle. All rights reserved.
SQL> Connected to an idle instance.
SQL> ORA-27102: out of memory
Linux-x86_64 Error: 28: No space left on device
SQL> Disconnected
/oracle/ora10g/bin/dbstart: Database instance "dboraprd" warm started.