|
-
Environment :
Oracle Sever Ver. 8.0.4 on NT Server SP3 , 128 M RAM + 600M Swap File For NT
Application :
HR
Symptoms:
After running the incoming select statement it happins that the server FREEZ , even the screen save stops running.
At some times it tells that it needs temporary space.
------------------------------------------------------
SELECT PL_EXITPROCEDURES.EP_DONE, PL_EXITPROCEDURES.EP_DATE,
PL_EXITPROCEDURES.EP_REMARKS, PL_EMPLOYEE.EM_CODE, PL_EMPLOYEE.EM_NAME, PL_LEAVEPROCEDURES.LP_NAME, PL_EMPLOYEE1.EM_NAME
FROM SM.PL_EXITINTERVIEW PL_EXITINTERVIEW, SM.PL_EXITPROCEDURES PL_EXITPROCEDURES,
SM.PL_EMPLOYEE PL_EMPLOYEE, SM.PL_LEAVEPROCEDURES PL_LEAVEPROCEDURES,
SM.PL_EMPLOYEE PL_EMPLOYEE1 WHERE PL_EXITINTERVIEW.EI_REFNUM =
PL_EXITPROCEDURES.EP_EXITINTERVIEWREF (+) AND PL_EXITINTERVIEW.EI_EMPLOYEECODE =
PL_EMPLOYEE.EM_CODE AND PL_EXITINTERVIEW.EI_EM_COMPANYSYMBOL = PL_EMPLOYEE.EM_COMPANYSYMBOL
AND PL_EXITPROCEDURES.EP_LEAVEPROCEDUREREF = PL_LEAVEPROCEDURES.LP_REFNUM AND
PL_EXITPROCEDURES.EP_EM_CODE = PL_EMPLOYEE1.EM_CODE (+) AND
PL_EXITPROCEDURES.EP_EM_COMPANYSYMBOL = PL_EMPLOYEE1.EM_COMPANYSYMBOL (+) AND
PL_Employee.EM_CompanySymbol = 'N'
AND
TO_NUMBER(PL_Employee.EM_Code)
IN ( SELECT PC_PERSONCODE FROM SM_Person_Char WHERE PC_PERSONCHARREF = 13 )
ORDER BY PL_EMPLOYEE.EM_CODE ASC;
------------------------------------------------------
The main table that the previous statment run aginst hols only 2700 rows of data ( Employees main records).
What I made :
- Increased size of Temp datafiles in quadruble
- made new set of rollback segments with the double of initial and optimal values.
- ensured that all datfiles are up and running - no offline ones.
- doubled SGA and Sort Area sizes
And still happins.
Do we need to increase physical memory of the server for Instance ???
I need an indepth consult to solve this problem.
Hisham Nagia
IT Manager For Development
Oracle Consultant - OCP
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|