satyeshtool.blogspot.com satyeshtool.blogspot.com

SATYESHTOOL.BLOGSPOT.COM

Tools for Today's life

Tools for Today's life. As technical consultant, I learn new stuff everyday. My goal here to collect those day-to-day findings and organized them for future reference. View my complete profile.

http://satyeshtool.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR SATYESHTOOL.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

June

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Friday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.0 out of 5 with 12 reviews
5 star
7
4 star
2
3 star
1
2 star
0
1 star
2

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

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.2 seconds

FAVICON PREVIEW

  • satyeshtool.blogspot.com

    16x16

  • satyeshtool.blogspot.com

    32x32

  • satyeshtool.blogspot.com

    64x64

  • satyeshtool.blogspot.com

    128x128

CONTACTS AT SATYESHTOOL.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Tools for Today's life | satyeshtool.blogspot.com Reviews
<META>
DESCRIPTION
Tools for Today's life. As technical consultant, I learn new stuff everyday. My goal here to collect those day-to-day findings and organized them for future reference. View my complete profile.
<META>
KEYWORDS
1 site menu
2 welcome
3 oracle apps
4 oracle db
5 tools
6 unix/linix
7 photos
8 interviews
9 about me
10 name
CONTENT
Page content here
KEYWORDS ON
PAGE
site menu,welcome,oracle apps,oracle db,tools,unix/linix,photos,interviews,about me,name,satyesh jaiswal location,bay area,ca usa,blogs i read,tom kyte,steven chan,links,google news,previous posts,archives
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Tools for Today's life | satyeshtool.blogspot.com Reviews

https://satyeshtool.blogspot.com

Tools for Today's life. As technical consultant, I learn new stuff everyday. My goal here to collect those day-to-day findings and organized them for future reference. View my complete profile.

LINKS TO THIS WEBSITE

satyeshblog.blogspot.com satyeshblog.blogspot.com

Satyesh's Blogs: May 2006

http://satyeshblog.blogspot.com/2006_05_01_archive.html

As technical consultant, I learn new stuff everyday. My goal here to collect those day-to-day findings and organized them for future reference. Saturday, May 27, 2006. SQL to Find All initialization parameter (including Hidden ). This script need to be run as "sys" account. Sqlplus "/ as sysdba". Select a.ksppinm "Parameter", b.ksppstvl "Session Value", c.ksppstvl "Instance Value". From x$ksppi a, x$ksppcv b, x$ksppsv c. Where a.indx = b.indx and a.indx = c.indx. Tested with version 9.

satyeshblog.blogspot.com satyeshblog.blogspot.com

Satyesh's Blogs: ORACLE APPS: How to add Remote database using CC JOB

http://satyeshblog.blogspot.com/2006/11/oracle-apps-how-to-add-remote-database.html

As technical consultant, I learn new stuff everyday. My goal here to collect those day-to-day findings and organized them for future reference. Wednesday, November 08, 2006. ORACLE APPS: How to add Remote database using CC JOB. I need to add a remote server in Database using CC JOB. First check what are already define as Remote Server. Under Configurator Application Name. Now add your new remote Server. With following CC JOB. Define Remote Server under Configurator Application Name. Now enable the new Re...

satyeshdb.blogspot.com satyeshdb.blogspot.com

Database DBA: What causing parser to choose table scan vs index scan

http://satyeshdb.blogspot.com/2006/07/what-causing-parser-to-choose-table.html

As technical consultant, I learn new stuff everyday. My goal here to collect those day-to-day findings and organized them for future reference. Saturday, July 01, 2006. What causing parser to choose table scan vs index scan. Select count(unique id) from j2se.ec bug;. 0 SELECT STATEMENT Optimizer=ALL ROWS (Cost=593 Card=1 Bytes=5). 1 0 SORT (GROUP BY). 2 1 INDEX (FAST FULL SCAN) OF 'EC ID IX' (INDEX). Select unique id from j2se.ec bug;. 0 SELECT STATEMENT Optimizer=ALL ROWS (Cost=2262 Card=13054. Will ign...

satyeshblog.blogspot.com satyeshblog.blogspot.com

Satyesh's Blogs: ORACLE APPS: How To Update and Move Workflow From One Instance to Another Instance?

http://satyeshblog.blogspot.com/2006/11/oracle-apps-how-to-update-and-move.html

As technical consultant, I learn new stuff everyday. My goal here to collect those day-to-day findings and organized them for future reference. Wednesday, November 08, 2006. ORACLE APPS: How To Update and Move Workflow From One Instance to Another Instance? How To Update and Move Workflow From One Instance to Another Instance? Let say test is Source and PROD is target instance. 1 Login to test - set the environment -. Run the following commands -. 4 Test the results. Another way is to use the workflow bu...

satyeshblog.blogspot.com satyeshblog.blogspot.com

Satyesh's Blogs: June 2006

http://satyeshblog.blogspot.com/2006_06_01_archive.html

As technical consultant, I learn new stuff everyday. My goal here to collect those day-to-day findings and organized them for future reference. Friday, June 30, 2006. ORACLE APPS : Invalid object in Database. Today I had issue where object in EB 11.5.10 are invalid even after recompiling. The following error message we see when we try to recompile the object. After looking at code for the pkg body we find the offending SQL is of sub query in column list of select statement. Rul typ number := 200;. Oracle...

satyeshint.blogspot.com satyeshint.blogspot.com

Interview: July 2006

http://satyeshint.blogspot.com/2006_07_01_archive.html

As technical consultant, I learn new stuff everyday. My goal here to collect those day-to-day findings and organized them for future reference. Saturday, July 01, 2006. ORACLE APPS : FAQ 1. What happens if the ICM goes down? How will you speed up the patching process? How will you handle an error during patching? Provide a high-level overview of the cloning process and post-clone manual steps. Can you tell me a few tests you will do to troubleshoot self-service login problems? Look at the log of the fail...

satyeshdb.blogspot.com satyeshdb.blogspot.com

Database DBA: What to do with this dump file?

http://satyeshdb.blogspot.com/2006/06/what-to-do-with-this-dump-file.html

As technical consultant, I learn new stuff everyday. My goal here to collect those day-to-day findings and organized them for future reference. Friday, June 30, 2006. What to do with this dump file? I was asked in short notice to check the dump file received from third party can be converted in any meaningful data? Only information I was given a location of file. There was no more information available and no contact to get more information. Here how I proceed:. Check the file type. Import done in WE8MSW...

satyeshblog.blogspot.com satyeshblog.blogspot.com

Satyesh's Blogs: ORACLE APPS: How to add Read only account for OAM?

http://satyeshblog.blogspot.com/2006/07/oracle-apps-how-to-add-read-only.html

As technical consultant, I learn new stuff everyday. My goal here to collect those day-to-day findings and organized them for future reference. Thursday, July 06, 2006. ORACLE APPS: How to add Read only account for OAM? How to add Read only account for OAM? Verify you have OAM Patch 2.1.1 or higher. Select * from ad bugs where bug number in ('2600516'). These Oracle Applications responsibilities for OAM are:. System Administrator - this responsibility has access to all functionality in OAM. ORACLE APPS: ...

satyeshblog.blogspot.com satyeshblog.blogspot.com

Satyesh's Blogs: ORACLE APPS: ORA 01031 during clone build.

http://satyeshblog.blogspot.com/2006/11/oracle-apps-ora-01031-during-clone.html

As technical consultant, I learn new stuff everyday. My goal here to collect those day-to-day findings and organized them for future reference. Wednesday, November 08, 2006. ORACLE APPS: ORA 01031 during clone build. Today I was working on building new clone . System admin give me the system which was not build as per deployment Doc and having loose ends all over the places. Some example. DNS was not push out. Unix account created but no group added. Var/opt/oracle was not created. Here is what I had.

satyeshblog.blogspot.com satyeshblog.blogspot.com

Satyesh's Blogs: ORA-24026: operation failed, queue APPLSYS.WF_CONTROL error in WF Notification Mailer (+ solution)

http://satyeshblog.blogspot.com/2007/03/ora-24026-operation-failed-queue.html

As technical consultant, I learn new stuff everyday. My goal here to collect those day-to-day findings and organized them for future reference. Thursday, March 22, 2007. ORA-24026: operation failed, queue APPLSYS.WF CONTROL error in WF Notification Mailer ( solution). The orkflow mailer does not run because of errors in the log file. ORA-20002: 3825: Error '-24026 - ORA-24026: operation failed, queue APPLSYS.WF CONTROL has. Errors' encountered during execution of 'WF RULE.ERROR RULE' for event. ORACLE AP...

UPGRADE TO PREMIUM TO VIEW 26 MORE

TOTAL LINKS TO THIS WEBSITE

36

OTHER SITES

satyeshint.blogspot.com satyeshint.blogspot.com

Interview

As technical consultant, I learn new stuff everyday. My goal here to collect those day-to-day findings and organized them for future reference. Saturday, July 01, 2006. ORACLE APPS : FAQ 1. What happens if the ICM goes down? How will you speed up the patching process? How will you handle an error during patching? Provide a high-level overview of the cloning process and post-clone manual steps. Can you tell me a few tests you will do to troubleshoot self-service login problems? Look at the log of the fail...

satyeshnaik.blogspot.com satyeshnaik.blogspot.com

Wilderness Tales from Odisha

Wednesday, July 22, 2015. Butterflies of Similipal ( Set 2). Posted by Satyesh Naik. Common Nawab and Tawny Rajah. Mud puddling near Khadkai. Subscribe to: Posts (Atom). Book on Birds of Similipal Biosphere Reserve on Sale.Pages 280.Hardbound. View my complete profile. Write to me at. Travel Tales in Orissa. Is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 2.5 India License. Explore the Unexplored in Orissa. Nesting of Black naped Monarch. On the occurence of Lineated Barbet. Debri...

satyeshnix.blogspot.com satyeshnix.blogspot.com

Best Operating system

As technical consultant, I learn new stuff everyday. My goal here to collect those day-to-day findings and organized them for future reference. View my complete profile.

satyeshpic.blogspot.com satyeshpic.blogspot.com

Memory

As technical consultant, I learn new stuff everyday. My goal here to collect those day-to-day findings and organized them for future reference. Saturday, July 01, 2006. Anshika in Blue Jacket. Anshika in Pink Jacket. Posted by Yesh Jaiswal at 8:23 AM. Friday, June 30, 2006. Anshika with her first dora bicycle. Anshika after hand panting. Posted by Yesh Jaiswal at 8:53 PM. It's me. Anshika. Anshika in her tent house. Posted by Yesh Jaiswal at 8:49 PM. View my complete profile.

satyeshtool.blogspot.com satyeshtool.blogspot.com

Tools for Today's life

Tools for Today's life. As technical consultant, I learn new stuff everyday. My goal here to collect those day-to-day findings and organized them for future reference. View my complete profile.

satyesm.snydle.com satyesm.snydle.com

satyes at Snydle For you - Just another snydle.com Sites sitesatyes at Snydle For you | Just another snydle.com Sites site

Just another snydle.com Sites site. Satyes at Snydle For you. How to Write a Recommendation Letter. Posted on July 22, 2013. What are Main Points in Letter of Recommendation? Before you write a letter of recommendation for another person, you should first check the following points to be sure how to write a good letter of recommendation. You should first understand the purpose of the recommendation, whether it is for a job, an academic admission, an […]. How to Write a Resume. Posted on July 22, 2013.

satyesm.wordpress.com satyesm.wordpress.com

Protected Blog › Log in

Https:/ satyesm.wordpress.com/. Is marked private by its owner. If you were invited to view this site, please log in. Below Read more about privacy settings. Larr; Back to WordPress.com.

satyesu.deviantart.com satyesu.deviantart.com

Satyesu (Edmund M. Plum) - 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? Edmund M. Plum. Edmund M. Plum. Deviant for 7 Years. This deviant's full pageview. Edmund M. Plum. Last Visit: 45 weeks ago. Edmund M. Plum. This is the place where you can personalize your profile! Lint-like ...

satyeyada.blogspot.com satyeyada.blogspot.com

Terapia Alternativa Para Todos

Permita-se, e os milagres acontecerão. Segunda-feira, 24 de fevereiro de 2014. POR QUE ESTUDAR PARA ESTÉTICA E COSMÉTICA? Desde o Egito a busca pela manutenção a beleza existe, pelo menos o que conhecemos na história através dos documentos, pesquisas e descobertas. Mas por que estudar para trabalhar ou aplicar as técnicas de Estética e Cosmética? Queimaduras decorrentes a esfoliamentos. Dores depois de uma massagem modeladora e hiperemia e/ou hematomas. Deve ser lembrado que um bom profissional de estéti...