anbuselvarajoradba.blogspot.com anbuselvarajoradba.blogspot.com

anbuselvarajoradba.blogspot.com

Anbu Selvaraj Subramanian

Friday, June 13, 2008. Alert if the db sessions exceed the threshold. This script is used to monitor the database sessions for the applications. 1 is the instance name. Author : Anbu S Subramanian. INST DIR=$HOME/alert max sessions. Opwd=`cat $INST DIR/.infodb.pw`. Spool $INST DIR/session trouble $1 $dtstamp.log. Start $INST DIR/session trouble.sql. Usr/bin/cat $INST DIR/session trouble $1 $dtstamp.log grep WARNING /dev/null 2 &1. SESSIONS EXCEEDED THRESHOLD IN $1 on $dtstamp." $dba team. IF v count 30.

http://anbuselvarajoradba.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR ANBUSELVARAJORADBA.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

September

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Monday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.2 out of 5 with 10 reviews
5 star
0
4 star
6
3 star
2
2 star
0
1 star
2

Hey there! Start your review of anbuselvarajoradba.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

1.6 seconds

FAVICON PREVIEW

  • anbuselvarajoradba.blogspot.com

    16x16

  • anbuselvarajoradba.blogspot.com

    32x32

  • anbuselvarajoradba.blogspot.com

    64x64

  • anbuselvarajoradba.blogspot.com

    128x128

CONTACTS AT ANBUSELVARAJORADBA.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Anbu Selvaraj Subramanian | anbuselvarajoradba.blogspot.com Reviews
<META>
DESCRIPTION
Friday, June 13, 2008. Alert if the db sessions exceed the threshold. This script is used to monitor the database sessions for the applications. 1 is the instance name. Author : Anbu S Subramanian. INST DIR=$HOME/alert max sessions. Opwd=`cat $INST DIR/.infodb.pw`. Spool $INST DIR/session trouble $1 $dtstamp.log. Start $INST DIR/session trouble.sql. Usr/bin/cat $INST DIR/session trouble $1 $dtstamp.log grep WARNING /dev/null 2 &1. SESSIONS EXCEEDED THRESHOLD IN $1 on $dtstamp. $dba team. IF v count 30.
<META>
KEYWORDS
1 skip to main
2 skip to sidebar
3 anbu selvaraj subramanian
4 session trouble sh
5 usr/bin/ksh
6 oracle/ 102boraenv
7 export opwd
8 dba team='anbus@123.com
9 dtstamp=`date %m %d %y %h %m`
10 sqlplus s /dev/null
CONTENT
Page content here
KEYWORDS ON
PAGE
skip to main,skip to sidebar,anbu selvaraj subramanian,session trouble sh,usr/bin/ksh,oracle/ 102boraenv,export opwd,dba team='anbus@123.com,dtstamp=`date %m %d %y %h %m`,sqlplus s /dev/null,opwd@$1,set feedback on,set echo on,spool off,if $,then,else
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Anbu Selvaraj Subramanian | anbuselvarajoradba.blogspot.com Reviews

https://anbuselvarajoradba.blogspot.com

Friday, June 13, 2008. Alert if the db sessions exceed the threshold. This script is used to monitor the database sessions for the applications. 1 is the instance name. Author : Anbu S Subramanian. INST DIR=$HOME/alert max sessions. Opwd=`cat $INST DIR/.infodb.pw`. Spool $INST DIR/session trouble $1 $dtstamp.log. Start $INST DIR/session trouble.sql. Usr/bin/cat $INST DIR/session trouble $1 $dtstamp.log grep WARNING /dev/null 2 &1. SESSIONS EXCEEDED THRESHOLD IN $1 on $dtstamp." $dba team. IF v count 30.

INTERNAL PAGES

anbuselvarajoradba.blogspot.com anbuselvarajoradba.blogspot.com
1

Anbu Selvaraj Subramanian: Monitor Disk Space Usage

http://anbuselvarajoradba.blogspot.com/2008/06/monitor-disk-space-usage.html

Friday, June 13, 2008. Monitor Disk Space Usage. Script to check disk space usage. If exceeds the limit then send message to DBAs. Rm $HOME/check disk space/diskspace. Touch $HOME/check disk space/diskspace. Echo "EARTH Server" $HOME/check disk space/diskspace. Echo " " $HOME/check disk space/diskspace. For filesystems in `df -k awk '{ print $1 }' grep /dev/`. Count=`df -k $filesystems awk {'print $5'} grep -v capacity cut -d "%" -f 1 `. If [ $count -gt 90 ]. If [ $send -gt 1 ]. View my complete profile.

2

Anbu Selvaraj Subramanian: Cognos 8 Installation Cook book

http://anbuselvarajoradba.blogspot.com/2008/06/cognos-8-installation-cook-book.html

Thursday, June 12, 2008. Cognos 8 Installation Cook book. Cognos 8 Installation Cook Book. Cognos 8 is is a Web-based business intelligence solution with integrated reporting, analysis, score carding,and event management features. Cognos8 includes server and modeling components. Some components provided with Cognos 8 are not installed by default. Server components provide the user interfaces for reporting, analysis, score carding, and event. Components include the following tools:. Provides access to dim...

3

Anbu Selvaraj Subramanian: Shell script to analyze Oracle schemas

http://anbuselvarajoradba.blogspot.com/2008/06/shell-script-to-analyze-oracle-schema.html

Thursday, June 12, 2008. Shell script to analyze Oracle schemas. This shell script is used to analyze the Oracle schemas. Author:Anbu Subramanian# $1 is the Instance name. 2 is the Oracle schema to be analyzed. # # # # # # # # # # # # # # # # # # # # # # # # # # # # #. Opwd=`cat $INST DIR/.infodb.$1`. INST DIR/analyze $1 $2 $dtstamp.lst 2 &1. Execute dbms utility.analyze schema('$2','COMPUTE');END1. Usr/bin/cat $INST DIR/analyze $1 $2 $dtstamp.lst grep ORA- /dev/null 2 &1. Fairfax, Viginia, United States.

4

Anbu Selvaraj Subramanian: Monitor Database Locks

http://anbuselvarajoradba.blogspot.com/2008/06/monitor-database-locks.html

Friday, June 13, 2008. This script is used to find the database locks and alert the DBA. 1 is the instance name in which has database locks. Author : Anbu S Subramanian. Date : 01/17/2006 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #. Opwd=`cat $INST DIR/.infodb.$1`. Spool $INST DIR/find $1 locks $dtstamp.log. Start $INST DIR/find locks.sql. Usr/bin/cat $INST DIR/find $1 locks $dtstamp.log grep WARNING /dev/null 2 &1. Mailx -s "COOL NO LOCKS IN $1 ON $dtstamp" $dba team. And lo.se...

5

Anbu Selvaraj Subramanian: How to shrink tables and indexes

http://anbuselvarajoradba.blogspot.com/2008/06/how-to-shrink-tables-and-indexes.html

Tuesday, June 10, 2008. How to shrink tables and indexes. 1Find out which tables and indexes can be shrunk. SQL select * from table(dbms space.asa recommendations('FALSE', 'FALSE',. FALSE') order by reclaimable space desc;. 2 Enable row movement. SQL ALTER TABLE table name ENABLE ROW MOVEMENT;. 3Shrink the tables and associated indexes. SQL ALTER TABLE table name SHRINK SPACE CASCADE;. SQL ALTER TABLE table name DISABLE ROW MOVEMENT;. SQL alter index index name. Labels: How to shrink tables and indexes?

UPGRADE TO PREMIUM TO VIEW 7 MORE

TOTAL PAGES IN THIS WEBSITE

12

OTHER SITES

anbusakurachan.deviantart.com anbusakurachan.deviantart.com

AnbuSakuraChan (Also known as Sakura Takafumi) - DeviantArt

Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) " class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ". Join DeviantArt for FREE. Forgot Password or Username? Also known as Sakura Takafumi. Deviant for 7 Years. This deviant's full pageview. Also known as Sakura Takafumi. Last Visit: 17 weeks ago. This is the place where you can personalize your profile! Hi and welco...

anbusamytrust.org anbusamytrust.org

Anbusamy Trust

No one has ever become poor by giving. When we give cheerfully and accept gratefully, everyone is blessed. No one is useless in this world who lightens the burdens of another. Welcome to Anbusamy Trust! We are giving financial support for poor people education. Help us, To help the needy people! Datavyam iti yad danam diyate ’nupakarine. Dese kale ca patre ca tad danam sattvikam smrtam. Do not neglect to do good. And to share what you have,. Are pleasing to God. Developed By Shalom Web Solutions.

anbusasuke.deviantart.com anbusasuke.deviantart.com

AnbuSasuke (Anke) - DeviantArt

Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) " class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ". Join DeviantArt for FREE. Forgot Password or Username? Deviant for 9 Years. This deviant's full pageview. Last Visit: 6 days ago. This is the place where you can personalize your profile! By moving, adding and personalizing widgets. We've split the page into zones!

anbusasuuchiha.deviantart.com anbusasuuchiha.deviantart.com

AnbuSasuUchiha (Sasuke Uchiha of the Anbu) - DeviantArt

Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) " class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ". Join DeviantArt for FREE. Forgot Password or Username? Sasuke Uchiha of the Anbu. Film and Animation / Artist. Sasuke Uchiha of the Anbu. Deviant for 6 Years. This deviant's full pageview. Sasuke Uchiha of the Anbu. Last Visit: 330 weeks ago. Why," you ask? Devian...

anbuselvan.net anbuselvan.net

Anbuselvan Periannan | All things considered

My disclaimer goes here! It seems we can’t find what you’re looking for. Perhaps searching can help.

anbuselvarajoradba.blogspot.com anbuselvarajoradba.blogspot.com

Anbu Selvaraj Subramanian

Friday, June 13, 2008. Alert if the db sessions exceed the threshold. This script is used to monitor the database sessions for the applications. 1 is the instance name. Author : Anbu S Subramanian. INST DIR=$HOME/alert max sessions. Opwd=`cat $INST DIR/.infodb.pw`. Spool $INST DIR/session trouble $1 $dtstamp.log. Start $INST DIR/session trouble.sql. Usr/bin/cat $INST DIR/session trouble $1 $dtstamp.log grep WARNING /dev/null 2 &1. SESSIONS EXCEEDED THRESHOLD IN $1 on $dtstamp." $dba team. IF v count 30.

anbushinobi.wordpress.com anbushinobi.wordpress.com

Anbu Shinobi | Shake your life,Change your mind

Shake your life,Change your mind. Februari 6, 2012 • 9:55 pm. Kali ini kita belajar Huruf Katakana.Huruf Katakana merupakan aplikasi dari bahasa asing yang berubah penggunaannya ke bahasa jepang,seperti nama orang indonesia ditulis menggunakan Huruf Katakana.Memang agak ribet untuk menghapalkannya namun kalo sedikit-sedikit di latih nanti juga akan terbiasa. Filed under: Bahasa Jepang. Februari 6, 2012 • 8:45 pm. Huruf Jepang ada 3 jenis: hiragana, katakana dan kanji. Musti d hafal ye Hehehe. Filed under...

anbushirobaka.deviantart.com anbushirobaka.deviantart.com

ANBUShiroBaka (Shiro) - DeviantArt

Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) " class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ". Join DeviantArt for FREE. Forgot Password or Username? Traditional Art / Student. Deviant for 8 Years. July 6, 1992. This deviant's activity is hidden. Deviant since Jun 4, 2007. This is the place where you can personalize your profile! Why," you ask? Favourite ge...

anbusiness.co.uk anbusiness.co.uk

anbusiness.co.uk

Inquire about this domain.

anbusiness.tokyo anbusiness.tokyo

株式会社アンビジネスサポート

anbusivam.blogspot.com anbusivam.blogspot.com

This Blog is Moved To http://www.anbusivam.com

This Blog is Moved To http:/ www.anbusivam.com. This Blog is Moved to My own Domain http:/ www.anbusivam.com. Enter your search terms. Monday, November 29, 2010. How to Do What You Love to Do? How to Do What You Love to Do? Posted by Sivakumar Palaniappan. Links to this post. Monday, June 14, 2010. Moving to www.anbusivam.com. Welcome to Anbusivam's Blog Page. Thank you all for your wonderful support, encouragements and criticisms. I am moving to my Own Domain, now let's continue our journey together @.