• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Techgoeasy

Techgoeasy

Learn Oracle, PHP, HTML,CSS,Perl,UNIX shell scripts

  • Home
  • Oracle
    • Oracle database
    • Oracle Ebusiness Suite
    • Oracle weblogic
    • Oracle Performance Tuning
    • Oracle Hyperion
    • Oracle Cloud Tutorials
  • SQL
  • interview questions
  • Linux
  • PHP and HTML
  • Downloads
  • General

ADODFCMP Utility

March 23, 2012 by techgoeasy Leave a Comment

The ODF Comparison utility(ADODFCMP) is used to compare the data model of a customer’s data to a standard set of data model files from the current Oracle Application release. It can optionally modify the database to match the standard data model. Each application consists of certain building blocks. There is an object descriptor file (ODF) […]

Filed Under: Oracle, Oracle Ebuisness Suite Tagged With: ADODFCMP, ADODFCMP Utility

How to recover corrupt blocks using RMAN Blockrecover

March 22, 2012 by techgoeasy Leave a Comment

1. Recovering Data blocks By Using All Available Backups Run the BLOCKRECOVER command at the RMAN prompt, specifying the file and block numbers for the corrupted blocks RMAN>BLOCKRECOVER DATAFILE 11 BLOCK 15; Recover multiple blocks in single command RMAN>BLOCKRECOVER DATAFILE 11 BLOCK 15 DATAFILE 2 BLOCK 10 2. Recovering Data blocks Using Selected Backups Run […]

Filed Under: Oracle, Oracle Database Tagged With: block recovery, How to recover corrupt blocks using RMAN

How to set Table Monitoring in Oracle and Relationship with STATISTICS_LEVEL

March 16, 2012 by techgoeasy Leave a Comment

What is Table Monitoring in Oracle Table monitoring is checking for how many updates,deletes ,insert happened in the tables so that we can find out if the statistics are stale or good for the table .It is a very useful functionality in gathering stats for the tables in Oracle How to Set the  Table Monitoring […]

Filed Under: Oracle, Oracle Database Tagged With: stale stats

PL/SQL Gateway in R11i

October 14, 2011 by techgoeasy Leave a Comment

The PL/SQL Gateway in R11i provides support for building PL/SQL-based applications on the Web. PL/SQL stored procedures can retrieve data from a database and generate HTTP responses containing data and code to display in a Web browser. Also can upload/download file to oracle database table from browser and access that file from the browser. also […]

Filed Under: Oracle, Oracle Ebuisness Suite Tagged With: PL/SQL Gateway, PL/SQL Gateway in R11i

Result cache in 11g

July 30, 2011 by techgoeasy Leave a Comment

Prior to 10g, every query must be re-executed even if there is no change in the tables. This reexecution is unnecessary for few static tables and only caching using at client tools resolve this issue. But, in 11g, query results can be cached in SGA. Just to avoid confusion, this is much different from buffer […]

Filed Under: Oracle, Oracle Database Tagged With: Result cache, Result cache in 11g

Staged APPL_TOP in Oracle Applications R12

July 30, 2011 by techgoeasy Leave a Comment

A staged Applications system represents an exact copy of your Production system, including all APPL_TOPs as well as a copy of the Production database. Patches are applied to this staged system, while your Production system remains up. When all patches have been successfully applied to the test system, the reduced downtime for the Production system […]

Filed Under: Oracle, Oracle Ebuisness Suite Tagged With: staged appl_top

  • « Previous Page
  • Page 1
  • …
  • Page 112
  • Page 113
  • Page 114
  • Page 115
  • Next Page »

Primary Sidebar



Subscribe to our mailing list

Enter your email address to subscribe to this blog and receive notifications of new posts by email

Recent Posts

  • Oracle tkprof utility
  • What is Skew in Database?
  • how to find file based on size in linux
  • SQL trace, 10046 event in Oracle
  • How to use sed replace string in file

Copyright © 2023 : TechGoEasy

  • Hire me
  • Privacy Policy
  • Contact Us
  • New? Start Here
  • About Us