
SATYESHNIX.BLOGSPOT.COM
Best Operating systemAs 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://satyeshnix.blogspot.com/
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://satyeshnix.blogspot.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
0.1 seconds
16x16
32x32
64x64
128x128
PAGES IN
THIS WEBSITE
0
SSL
EXTERNAL LINKS
36
SITE IP
64.233.171.132
LOAD TIME
0.13 sec
SCORE
6.2
Best Operating system | satyeshnix.blogspot.com Reviews
https://satyeshnix.blogspot.com
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.
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.
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...
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...
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...
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...
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...
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...
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: ...
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.
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...
TOTAL LINKS TO THIS WEBSITE
36
Database DBA
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, March 10, 2007. Oracle CRS with Trunked public interface problem ( workaround). I've encountered a problem installing Oracle CRS on a server with trunked public 'ce' interfaces. OS : Solaris 10 update 3. Oracle Version: 10.2.0.3. Trunking : 1.3. The 'vipca' script fails, and when you look at the logfile $CRS HOME/log/. If you alter this line to read.
Welcome to Satyesh Industrial Park
Welcome to Satyesh Industrial Park. Satyesh Industrial Park is being developed by one of the most reputed and respected entrepreneurs of Bharuch - Mr. Manoj Chokshi. An experience in real estate spanning more than 20 years and a will to try and innovate with new things has given Mr. Manoj immense success in whatever he has undertaken. Enter 10 Digit mobile number. Email is not well formed. To View English Version of SATYESH INDUSTRIAL PARK DOCUMENTARY. Please click here link:. Please click here link:.
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...
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...
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.
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.
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.
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.
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 (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 ...