onlineerpdba.blogspot.com onlineerpdba.blogspot.com

onlineerpdba.blogspot.com

Simply Oracle @RahulG

Thursday, August 18, 2011. How to merge patches in ORACLE APPS R12/11i. Step 1. Create two directory "source" and "dest". Step 2. Unzip patch into source directory. Ls -ltr pABC.zip. Rw-r- r- 1 egaprt appseeg 0 Aug 18 06:06 pABC.zip. Unzip pABC.zip -d source. Step 3: Now, Merge the patch. Admrgpch -s source -d dest -merge name ABC merge. Step 4: Check the admrgpch.log logfile for any error. Posted by Rahul Gupta. Friday, December 10, 2010. ORA-00600: internal error code, arguments: [kzdlk zt2 err]. CREAT...

http://onlineerpdba.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR ONLINEERPDBA.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

March

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Tuesday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.3 out of 5 with 16 reviews
5 star
9
4 star
4
3 star
2
2 star
0
1 star
1

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

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.6 seconds

FAVICON PREVIEW

  • onlineerpdba.blogspot.com

    16x16

  • onlineerpdba.blogspot.com

    32x32

CONTACTS AT ONLINEERPDBA.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Simply Oracle @RahulG | onlineerpdba.blogspot.com Reviews
<META>
DESCRIPTION
Thursday, August 18, 2011. How to merge patches in ORACLE APPS R12/11i. Step 1. Create two directory source and dest. Step 2. Unzip patch into source directory. Ls -ltr pABC.zip. Rw-r- r- 1 egaprt appseeg 0 Aug 18 06:06 pABC.zip. Unzip pABC.zip -d source. Step 3: Now, Merge the patch. Admrgpch -s source -d dest -merge name ABC merge. Step 4: Check the admrgpch.log logfile for any error. Posted by Rahul Gupta. Friday, December 10, 2010. ORA-00600: internal error code, arguments: [kzdlk zt2 err]. CREAT...
<META>
KEYWORDS
1 simply oracle @rahulg
2 cd home
3 mkdir source
4 mkdir dest
5 no comments
6 reason
7 using 'xyz';
8 passwordx
9 count
10 rdbms/admin/utlrp
CONTENT
Page content here
KEYWORDS ON
PAGE
simply oracle @rahulg,cd home,mkdir source,mkdir dest,no comments,reason,using 'xyz';,passwordx,count *,rdbms/admin/utlrp,false ;,36 comments,older posts,blog archive,october,labels,upgradation,oracle 9i documentation,my blog list,online apps dba,dailydba
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Simply Oracle @RahulG | onlineerpdba.blogspot.com Reviews

https://onlineerpdba.blogspot.com

Thursday, August 18, 2011. How to merge patches in ORACLE APPS R12/11i. Step 1. Create two directory "source" and "dest". Step 2. Unzip patch into source directory. Ls -ltr pABC.zip. Rw-r- r- 1 egaprt appseeg 0 Aug 18 06:06 pABC.zip. Unzip pABC.zip -d source. Step 3: Now, Merge the patch. Admrgpch -s source -d dest -merge name ABC merge. Step 4: Check the admrgpch.log logfile for any error. Posted by Rahul Gupta. Friday, December 10, 2010. ORA-00600: internal error code, arguments: [kzdlk zt2 err]. CREAT...

INTERNAL PAGES

onlineerpdba.blogspot.com onlineerpdba.blogspot.com
1

Simply Oracle @RahulG : January 2010

http://onlineerpdba.blogspot.com/2010_01_01_archive.html

Wednesday, January 27, 2010. How to rename a file with junk characters. In our case file name /u42/oradata/ilproddata/a txn ind364.dbf; is having the junk character. Find the name of the junk character file. Select name from v$datafile where name like '%/u42/oradata/ilproddata/a txn ind364%';. U42/oradata/ilproddata/a txn ind364.dbf;. B) On the mount point. Ls -ltr a txn ind364*. A txn ind364.dbf;. Now shutdown the database. Now copy the file to the new name. A txn ind364.dbf* a txn ind364.dbf. Responsib...

2

Simply Oracle @RahulG : ORA-00600: internal error code, arguments: [kzdlk_zt2 err]

http://onlineerpdba.blogspot.com/2010/12/ora-00600-internal-error-code-arguments.html

Friday, December 10, 2010. ORA-00600: internal error code, arguments: [kzdlk zt2 err]. I got this while accessing table using db link. Please refer below for more information. CREATE DATABASE LINK ABC CONNECT TO EMP IDENTIFIED BY VALUES 'CF979929292'. SQL select name from v$database@ABC;. Select name from v$database@ABC;. ERROR at line 1:. ORA-00600: internal error code, arguments: [kzdlk zt2 err],. 18446744073709551603], [], [], [], [], [], []. What I did :. Posted by Rahul Gupta. Apps 11i / 12i. 10 Ora...

3

Simply Oracle @RahulG : February 2009

http://onlineerpdba.blogspot.com/2009_02_01_archive.html

Tuesday, February 24, 2009. Invalid CATALOG and CATAPROC after after upgradation to 10g. We upgraded our 9i database to 10g and after that our CATALOG and CATALOG got Invalid . SQL select comp name, version, status,comp id from dba registry;. COMP NAME VERSION STATUS COMP ID. Oracle Database Catalog Views 10.2.0.3.0 INVALID CATALOG. Oracle Database Packages and Types 10.2.0.3.0 INVALID CATPROC. Oracle Real Application Clusters 10.2.0.3.0 INVALID RAC. Oracle XDK 10.2.0.3.0 VALID XML. Oracle OLAP API 10&#4...

4

Simply Oracle @RahulG : How to merge patches in ORACLE APPS R12/11i

http://onlineerpdba.blogspot.com/2011/08/how-to-merge-patches-in-oracle-apps.html

Thursday, August 18, 2011. How to merge patches in ORACLE APPS R12/11i. Step 1. Create two directory "source" and "dest". Step 2. Unzip patch into source directory. Ls -ltr pABC.zip. Rw-r- r- 1 egaprt appseeg 0 Aug 18 06:06 pABC.zip. Unzip pABC.zip -d source. Step 3: Now, Merge the patch. Admrgpch -s source -d dest -merge name ABC merge. Step 4: Check the admrgpch.log logfile for any error. Posted by Rahul Gupta. Subscribe to: Post Comments (Atom). How to merge patches in ORACLE APPS R12/11i.

5

Simply Oracle @RahulG : August 2011

http://onlineerpdba.blogspot.com/2011_08_01_archive.html

Thursday, August 18, 2011. How to merge patches in ORACLE APPS R12/11i. Step 1. Create two directory "source" and "dest". Step 2. Unzip patch into source directory. Ls -ltr pABC.zip. Rw-r- r- 1 egaprt appseeg 0 Aug 18 06:06 pABC.zip. Unzip pABC.zip -d source. Step 3: Now, Merge the patch. Admrgpch -s source -d dest -merge name ABC merge. Step 4: Check the admrgpch.log logfile for any error. Posted by Rahul Gupta. Subscribe to: Posts (Atom). How to merge patches in ORACLE APPS R12/11i. Apps 11i / 12i.

UPGRADE TO PREMIUM TO VIEW 14 MORE

TOTAL PAGES IN THIS WEBSITE

19

OTHER SITES

onlineerotik.com onlineerotik.com

onlineerotik.com - This domain may be for sale!

Find the best information and most relevant links on all topics related to onlineerotik.com. This domain may be for sale!

onlineerotik.info onlineerotik.info

onlineerotik.info - This domain may be for sale!

Find the best information and most relevant links on all topics related to onlineerotik.info. This domain may be for sale!

onlineerp.cn onlineerp.cn

管家婆(上海)授权服务中心,上海管家婆,上海管家婆软件,管家婆进销存软件,管家婆仓库软件,管家婆财务软件,管家婆生产管理软件,管家婆服装进销存,管家婆食品进销存,管家婆CRM客户管理关系。

祝贺日立维亚机械 上海 有限公司签约管家婆财贸双全.NET. 祝贺上海新时代 古今内衣 签约管家婆服装.NET. 祝贺BP 嘉实多 团购管家婆ERP V3. 上海昂莱软件有限公司 上海漕宝路80号光大会展中心D1301 电话 021-31265185.

onlineerp.com onlineerp.com

onlineerp.com domain for sale

This domain is for sale. Other domains for sale. 6 plan Chabrol, 34830 Clapiers - FRANCE.

onlineerp.org onlineerp.org

Domain Default page

If you are seeing this message, the website for is not available at this time. If you are the owner of this website, one of the following things may be occurring:. You have not put any content on your website. Your provider has suspended this page. Please login to to receive instructions on setting up your website. Plesk provides several test pages that you can use for checking the scripting features, testing database connections and mail sending. Click an icon to see test pages for different scripts:.

onlineerpdba.blogspot.com onlineerpdba.blogspot.com

Simply Oracle @RahulG

Thursday, August 18, 2011. How to merge patches in ORACLE APPS R12/11i. Step 1. Create two directory "source" and "dest". Step 2. Unzip patch into source directory. Ls -ltr pABC.zip. Rw-r- r- 1 egaprt appseeg 0 Aug 18 06:06 pABC.zip. Unzip pABC.zip -d source. Step 3: Now, Merge the patch. Admrgpch -s source -d dest -merge name ABC merge. Step 4: Check the admrgpch.log logfile for any error. Posted by Rahul Gupta. Friday, December 10, 2010. ORA-00600: internal error code, arguments: [kzdlk zt2 err]. CREAT...

onlineerppro.com onlineerppro.com

Site Unavailable

This site is currently unavailable. If you are the account holder, please contact customer service.

onlineerptraining.com onlineerptraining.com

This site is under construction and owned by iNodesys Technologies

This Site is Under Construction and owned by iNodesys Technologies. Site contents will be available soon. The domain name may be available for sale. If you are interested in buying this domain, please keep in touch. 42 Anna Salai, Gee Gee Complex, 4th Floor,. Chennai 600002, India. Thank you for visiting our site. Have a nice day.

onlineerrands.com onlineerrands.com

Website Names | Securing your location on the Internet

A distinctive domain name such as OnlineErrands.com will make your business stand out. A quality address is vital to the success of your website. You can build a great site, yet if your customers can’t remember your domain, they may never see it. Distinguish yourself on the Internet by securing OnlineErrands.com. Claim this Valuable Internet Property Today! To acquire OnlineErrands.com. For you or your business. We provide a fast, easy and secure payment and transfer process. Buy the Best Domain Extension.

onlineers.com onlineers.com

Collection Agency - Electronic Revenue Systems CALL (800) 873-6560

Prides itself on the design and creation of client specific loss prevention programs. Our objective is to educate our clients and apprise them of the most recent technological innovations avaiable. Fixed-Fee Collection Programs… Cost Averaging Less Than 10%. Full Service Medical Collection Systems. Electronic Real Time Check Verification and Funds Capture. All ERS client programs are accessible and interactive on-line for complete account management Real Time all the time. Electronic Revenue Systems Inc.

onlineerzak.com onlineerzak.com

BOTEM GIDA TOPTAN TİCARET PAZARLAMA VE DAĞITIM

FİYAT ARTIŞI KURU FASULYE. KUMANYA PAKETİNİZİ SİZ OLUŞTURUN BİZ HAZIRLAYALIM. Online Kumanya ve Erzak Hazırlama Formu. Hazır paketleri incelemek isterseniz tıklayın.