0% found this document useful (0 votes)
3 views

Daily Activity

The document outlines daily activities for database management, including checking alert logs, monitoring tablespaces, verifying RAC status, and managing file systems across multiple Oracle servers. It also details tasks related to data insertion monitoring, trace file deletion, ASM diskspace checks, and GG monitoring. Additionally, it includes procedures for unbilled log verification, archivelog deletion, and session count checks.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

Daily Activity

The document outlines daily activities for database management, including checking alert logs, monitoring tablespaces, verifying RAC status, and managing file systems across multiple Oracle servers. It also details tasks related to data insertion monitoring, trace file deletion, ASM diskspace checks, and GG monitoring. Additionally, it includes procedures for unbilled log verification, archivelog deletion, and session count checks.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Daily Activity:

1. CHECKING DB ALERT LOG Files: For

GSMDB1, GSMDB2, CDMADB1, CDMADB2, HGSMDB1, HGSMDB2, HCDMADB1, HCDMADB2.

Cd /u01/app/oracle/diag/rdbms/gsmdb/GSMDBl/trace

--]$ tail -n 300 alert*.*

2. CHECKING TABLESPACES
GSMDB, CDMADB, HGSMDB, HCDMADB, PUNUATDB
Go to SQL Developer and run SELECT a.tablespace_name (already available)

3. RAC STATUS CHECK ON ALL ORACLE SERVERS

check cluster services for below servers


--]$ crs_stat -t
1.grid@ghccpnoda1:~
2.grid@ghccpnoda2:~
3.grid@ghcchyoda1:~
4.grid@ghcchyoda2:~

4. CHECKING FILE SYSTEM SIZE ON ALL ORACLE SERVERS

Checking server space for below servers

--]$ df -h

1.grid@ghccpnoda1:~
2.grid@ghccpnoda2:~
3.grid@ghcchyoda1:~
4.grid@ghcchyoda2:~

5. MONITORING TCD DATA INSERTION AND INDEX VALIDATION

Checking termination call details [Pune_test~1]


Select max (datetime) from CDRUSER.TERMINATION_CALL_DETAIL;

While checking, check the indexes status (it should be valid state)...
connections-->PUNUATDB-->Other users-->CDRUSER--
>TERMINATION_CALL_DETAIL..

6. TRACE FILE DELETION IN PUNUTADB

F:\app\administrator\diag\rdbms\punuatdb\punuatdb\trace

7. ASM DISKSPACE CHECK

GSMDB, CDMADB, HGSMDB, HCDMADB, PUNUATDB


Go to SQL Developer and run SELECT a.tablespace_name (already available)

8. GG MONITORING

info all [to check all process]


info R_IVPR* [to check the Prepaid process]
info R_IVPO* [to check the Postpaid process]

9. Checking GG trail files (prepaid and postpaid) updating or not


dirdat]ls -lrt c* [For postpaid process]
dirdat]ls -lrt i* [For prepaid process]

10. while checking tablespaces check the space free for (TBS_CDMA_TTSLDATA) in
CDMADB
The space free should be more than 5..if it goes below 5,we have to send a mail to the night shift
member.so they will work on it.

9. UNBILLED DELETION
10. UNBILLED LOG VERIFY

Checking unbilled (go to 10.104.28.11 server)


In server side (/home/oracle/jobs/unbilled)
Open insert.log file and check whether commit completed)

11. ARCHIVELOG DELETION


Deleting Archive Logs[For GSMDB,CDMADB,HGSMDB,HCDMADB(BOTH INSTANCES)]
[PUNUATDB,HYDUATDB]-->CONNECT remote desktop connection in server

*Login: pwd:
*puneoda1 ~]$ . oraenv
]? GSMDB
]$ export ORACLE_SID=GSMDB1
]$ rman target /

RMAN>delete archivelog until time 'sysdate-1';

Do you want yes/no> y

Same for all except punuatdb and hyduatdb

eg:for punuatdb:

Connect to remote desktop connection [10.104.28.11]


Administrator> rman target sys/punuatdb
RMAN>delete archivelog until time 'sysdate-1';
>y

[rman means backup and recovery]

12. GG LAG TARCKER


13. DB SERVER UTILIZATION CHECK
14. CRON JOB VERIFY

15. INDUMP UPLOAD

Checking IN dumps for pune and Hyd

For pune: goto GSMDB-->IVRPREUSER-->TBL_INGSMDATADUMP_HIST (check the data


for the current date)
For Hyd: goto HGSMDB-->IVRPREUSER-->TBL_INGSMDATADUMP_HIST (check the
data for the current date)

16. CHECKING SESSION COUNT

Go to SQL Developer, Query is already there.


17. CDR DUMP UPLOAD

IVR DB SPACE MANAGEMENT : 10.104.28.29

You might also like