| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: ORA-07307: sms1sg: shmat error, unable to attach sga
Steve Radford <SRadford_at_Rational.com> wrote:
>{
>ORA-07307: sms1sg: shmat error, unable to attach sga.
>ORA-01034: ORACLE not available
>}
Steve,
This looks a little closer to the mark...
Article-ID: <PR:45482.1> Subject: ARTICLE: ALERT: ORACLE TRACE IS ENABLED BY DEFAULT Circulation: ** PUBLIC ** Affected Platforms: - Generic: not platform specificAffected Products: Oracle7 Server
Keywords: ORACLE;TRACE;ENABLED;EPC_DISABLED
Oracle Trace is Enabled by default
Platforms Affected
Description
enabled in Oracle 7.3.2 on most platforms. Products instrumented with
Oracle Trace include:
SQL*Net v2.3
Oracle Server 7.3
Oracle Forms 5.0
not required.
Likelihood of Occurrence
Trace being enabled, even if this is only a small performance degradation.
Please Note: Oracle trace works well if correctly configured and used
in a targeted manner. The problems described here can
occur when Oracle Trace is not configured and is
widely
enabled .
Possible Symptoms
side effects including:
Workaround / Patches
The workaround is to set the parameter EPC_DISABLED to TRUE in the users environment.
Workaround on Unix:
cd $ORACLE_HOME/otrace/admin
rm -f process.dat regid.dat
otrccref
3. Set the environment variable EPC_DISABLED to TRUE for all
users.
If you have a common environment script where ORACLE_HOME is
set
this is probably the best place to set this.
Eg: In a Bourne script:
EPC_DISABLED=TRUE; export EPC_DISABLED
In the C-Shell:
setenv EPC_DISABLED TRUE
4. Make sure any SQL*Net connections have EPC_DISABLED in the
environment. To ensure this you can modify the
'SID_LIST_listener'
clause in the 'listener.ora' file and add:
(ENVS='EPC_DISABLED=TRUE')
to the SID_DESC for each 7.3 database. Add the entry AFTER
the
(ORACLE_HOME=...) clause.
Eg:
SID_LIST_LISTENER=
(SID_LIST=
(SID_DESC=
(SID_NAME=DB1)
(ORACLE_HOME=/oracle/OFA_base/app/oracle/product/7.3.2)
(ENVS='EPC_DISABLED=TRUE')
)
(SID_DESC=
(SID_NAME=DB2)
(ORACLE_HOME=/oracle/OFA_base/app/oracle/product/7.3.2)
(ENVS='EPC_DISABLED=TRUE')
)
)
5. Restart and databases and SQL*Net listeners.
References
Connection/query time is slow <PR:1020763.6>
Slow connect times <Bug:443047>
ORA 7307 Unable to attach SGA <Bug:374964>
Server Process hanging <Bug:387185>
_______________________________________________________________________________
Oracle WorldWide Customer
Support
Mary Travis
BellSouth Telecommunications
email: Mary.B.Travis_at_bridge.bellsouth.com
Received on Wed May 21 1997 - 00:00:00 CDT
![]() |
![]() |