anandrathinam.blogspot.com anandrathinam.blogspot.com

anandrathinam.blogspot.com

Anand R

Working As a Oracle Dba at TCS. Friday, July 22, 2011. Anand R: ASM Creation (Windows). Anand R: ASM Creation (Windows). Links to this post. Thursday, June 26, 2008. Steps for creating Physical standby database. 1 Check t primary db weathr FORCE LOGGING mode is enabled or not. Select FORCE LOGGING from v$database;. If it is not enable then alter the db. ALTER DATABASE FORCE LOGGING;. 2 Then set password file. Under dbs/orapwd file=orapwprimaryinstancename password=* * entries=10. SQL SHUTDOWN IMMEDIATE;.

http://anandrathinam.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR ANANDRATHINAM.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

August

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Sunday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.2 out of 5 with 13 reviews
5 star
6
4 star
4
3 star
3
2 star
0
1 star
0

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

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

4.8 seconds

FAVICON PREVIEW

  • anandrathinam.blogspot.com

    16x16

  • anandrathinam.blogspot.com

    32x32

  • anandrathinam.blogspot.com

    64x64

  • anandrathinam.blogspot.com

    128x128

CONTACTS AT ANANDRATHINAM.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Anand R | anandrathinam.blogspot.com Reviews
<META>
DESCRIPTION
Working As a Oracle Dba at TCS. Friday, July 22, 2011. Anand R: ASM Creation (Windows). Anand R: ASM Creation (Windows). Links to this post. Thursday, June 26, 2008. Steps for creating Physical standby database. 1 Check t primary db weathr FORCE LOGGING mode is enabled or not. Select FORCE LOGGING from v$database;. If it is not enable then alter the db. ALTER DATABASE FORCE LOGGING;. 2 Then set password file. Under dbs/orapwd file=orapwprimaryinstancename password=* * entries=10. SQL SHUTDOWN IMMEDIATE;.
<META>
KEYWORDS
1 skip to main
2 skip to sidebar
3 anand r
4 posted by
5 anand
6 no comments
7 email this
8 blogthis
9 share to twitter
10 share to facebook
CONTENT
Page content here
KEYWORDS ON
PAGE
skip to main,skip to sidebar,anand r,posted by,anand,no comments,email this,blogthis,share to twitter,share to facebook,share to pinterest,physical standby database,db name=primary dbname,service names=primary dbname,remote login passwordfile=exclusive
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Anand R | anandrathinam.blogspot.com Reviews

https://anandrathinam.blogspot.com

Working As a Oracle Dba at TCS. Friday, July 22, 2011. Anand R: ASM Creation (Windows). Anand R: ASM Creation (Windows). Links to this post. Thursday, June 26, 2008. Steps for creating Physical standby database. 1 Check t primary db weathr FORCE LOGGING mode is enabled or not. Select FORCE LOGGING from v$database;. If it is not enable then alter the db. ALTER DATABASE FORCE LOGGING;. 2 Then set password file. Under dbs/orapwd file=orapwprimaryinstancename password=* * entries=10. SQL SHUTDOWN IMMEDIATE;.

INTERNAL PAGES

anandrathinam.blogspot.com anandrathinam.blogspot.com
1

Anand R: July 2011

http://anandrathinam.blogspot.com/2011_07_01_archive.html

Working As a Oracle Dba at TCS. Friday, July 22, 2011. Anand R: ASM Creation (Windows). Anand R: ASM Creation (Windows). Links to this post. Subscribe to: Posts (Atom). Anand R: ASM Creation (Windows). I am Anand Working as a Oracle Core Dba at TCS and having 4 years of Core DBA experiance in Oracle 9i, 10g and 11g. View my complete profile.

2

Anand R: May 2008

http://anandrathinam.blogspot.com/2008_05_01_archive.html

Working As a Oracle Dba at TCS. Saturday, May 24, 2008. Performing a Manual Upgrade. 1 Install Oracle Database 11g, Release 1 in a new. 2 Analyze the existing database:. 8211; Use rdbms/admin/utlu111i.sql with the existing. 8211; SQL spool pre upgrade.log. 8211; SQL @utlu111i. 3 Adjust redo logs and tablespace sizes if necessary. 4 Copy existing initialization files to the new. ORACLE HOME and make recommended adjustments. 5 Shut down immediately, back. 6 Start up using the Oracle Database 11g, Release 1.

3

Anand R: Manually Resolve archive GAP

http://anandrathinam.blogspot.com/2008/05/manually-resolve-archive-gap.html

Working As a Oracle Dba at TCS. Saturday, May 24, 2008. Manually Resolve archive GAP. Manually Resolve archive GAP. When ever there is a GAP, check the alert logfile for any errors on the Physical or Logical Standby database. If the logfiles are not shipped to physical or logical automatically, then follow these steps and transfer all the log files. Identify the ARCHIVE GAP, ARCHIVE LOG Sequence and THREAD. Connect RMAN on PRIMARY Database. Backup a copy of ARCHIVELOG TO DISK. SCP – Secure copy.

4

Anand R: Performing a Manual Upgrade

http://anandrathinam.blogspot.com/2008/05/performing-manual-upgrade.html

Working As a Oracle Dba at TCS. Saturday, May 24, 2008. Performing a Manual Upgrade. 1 Install Oracle Database 11g, Release 1 in a new. 2 Analyze the existing database:. 8211; Use rdbms/admin/utlu111i.sql with the existing. 8211; SQL spool pre upgrade.log. 8211; SQL @utlu111i. 3 Adjust redo logs and tablespace sizes if necessary. 4 Copy existing initialization files to the new. ORACLE HOME and make recommended adjustments. 5 Shut down immediately, back. 6 Start up using the Oracle Database 11g, Release 1.

5

Anand R: Query to see the Reserved, Used and Free space of your database

http://anandrathinam.blogspot.com/2008/05/query-to-see-reserved-used-and-free.html

Working As a Oracle Dba at TCS. Saturday, May 24, 2008. Query to see the Reserved, Used and Free space of your database. SELECT r.tablespace name, reserved space "RESERVED SPACE(MB)",. Reserved space - free space "USED SPACE(MB)",. Free space "FREE SPACE(MB)". FROM (SELECT tablespace name, SUM (BYTES). 1024 * 1024) reserved space. FROM dba data files. GROUP BY tablespace name) r,. SELECT tablespace name, SUM (BYTES) / (1024 * 1024) free space. FROM dba free space. GROUP BY tablespace name) f.

UPGRADE TO PREMIUM TO VIEW 4 MORE

TOTAL PAGES IN THIS WEBSITE

9

OTHER SITES

anandraru.com anandraru.com

Anandra Ropa Urbana

anandrathi.accordfintech.com anandrathi.accordfintech.com

ANANDRATHI......behind every successful investor

anandrathiinsurance.com anandrathiinsurance.com

GI Corporate - Login

Welcome to Anand Rathi Insurance Brokers Limited. Partners in your protection. Forgot / Reset Password. Best Viewed in I.E 5.5 and above with Resolution: 1024 * 768.

anandrathinam.blogspot.com anandrathinam.blogspot.com

Anand R

Working As a Oracle Dba at TCS. Friday, July 22, 2011. Anand R: ASM Creation (Windows). Anand R: ASM Creation (Windows). Links to this post. Thursday, June 26, 2008. Steps for creating Physical standby database. 1 Check t primary db weathr FORCE LOGGING mode is enabled or not. Select FORCE LOGGING from v$database;. If it is not enable then alter the db. ALTER DATABASE FORCE LOGGING;. 2 Then set password file. Under dbs/orapwd file=orapwprimaryinstancename password=* * entries=10. SQL SHUTDOWN IMMEDIATE;.

anandrathionline.com anandrathionline.com

Under Construction

The site you are trying to view does not currently have a default page. It may be in the process of being upgraded and configured. Please try this site again later. If you still experience the problem, try contacting the Web site administrator. If you are the Web site administrator and feel you have received this message in error, please see Enabling and Disabling Dynamic Content in IIS Help. To access IIS Help. And then click Run. Text box, type inetmgr. Menu, click Help Topics.

anandrathod.com anandrathod.com

UI & UX Designer / Developer- Nasik, India - Online Personal Portfolio - Anand Rathod

I am a creative UI and UX designer with great business and design background and I make user interfaces and experiences great. I've got about 6.5 years experience across a variety of platforms, organizations and industries. I produce work with a strong style focused on simplicity, clarity and usability. I design for both mobile and web. I have a keen passion in designing pixel perfect designs matching user needs and strive to create user centric designs. Project Manager at ESDS Software Solution Pvt Ltd.

anandrathore.com anandrathore.com

Anand Rathore

anandrati.com anandrati.com

anandrati.com

Inquire about this domain.

anandrau.com anandrau.com

Web hosting, domain name registration and web services by 1&1 Internet

THIS DOMAIN NAME HAS JUST BEEN REGISTERED FOR ONE OF OUR CUSTOMERS! Do you need affordable web hosting or a domain name? 1&1 Internet is trusted by millions. Find out why. Offers a one-stop shop for all your domain name and web hosting needs so you can maximize your full web potential — without barriers, and without fear. Smart webmasters choose 1&1 Internet for domain name registration and hosting solutions. All-Inclusive Hosting Plans with NO Hidden Charges. 24/7 Phone and E-mail Support.