Oracle Study Guide

For 10g OCP DBA
  • Home
  • Site Map
  • EBS 11i docs

    Resources Online 18.08.2009 Comments Off

    http://download.oracle.com/docs/cd/B25284_01/current/html/docset.html

  • Change IP address after installing Oracle Apps

    Change EBS IP Address 17.08.2009 Comments Off

    I tried following the instructions for changing the IP in the document http://download.oracle.com/docs/cd/B32110_01/core.1013/b32196/host.htm#CIHHADCE, but it kept erroring out with ‘file not found’ errors. As a quick and easy work-around, I bound the old IP to the loopback and voila!

    create the file /etc/sysconfig/network-scripts/ifcfg-lo:1 like so:
    DEVICE=”lo:1″
    IPADDR=”PUT_YOUR_OLD_IP_HERE”
    NETMASK=”255.255.255.255″

    Tags: change ebs IP, change IP Address EBS, change IP r12 EBS

  • Good blog site for apps

    Resources Online 17.08.2009 Comments Off

    http://practicalappsdba.wordpress.com/

  • Apps Career Guide

    Online Resources, Resources Online 10.12.2008 Comments Off

    http://oracle.anilpassi.com/basic-concepts-list-of-useful-oracle-apps-articles-2.html

    another:http://getappstraining.blogspot.com/2006/10/oracle-apps-training-index.html

  • installing 12i RUP6

    Upgrading 25.11.2008 Comments Off
    1. Download patchset 6728000 from http://updates.oracle.com/ARULink/PatchSearch/process_form?bug=6728000#uage=0&process=Submit
    2. unzip the patchset zip files. They will create a directory ‘6728000′.
    3. Run admsi.pl (patch application assistant). This must be done from console or via remote desktop connection as it requires a GUI interface.
  • Autoconfig

    AutoConfig 20.11.2008 Comments Off

    The environment variable CONTEXT_FILE will contain the correct path to the context file respectively for the apps and db tiers (when logged in as the db ower and apps owner respectively).

    APPS

    The command adconfig.sh should also exist on the respective user’s path. Run the adconfig.sh command. It will ask for the context file path and the password for the db APPS user.

    DB

    adconfig.sh is located at $ORACLE_HOME/appsutil/bin/adconfig.sh

    It will also need the context file path and the APPS password

    BACKOUT APPS CHANGES

    restore script is located at $INST_TOP/admin/out/restore.sh

  • Applying a patch

    Patching 20.11.2008 Comments Off

    unzip the patch then run:

    adpatch defaultsfile=$APPL_TOP/admin/<INST_NAME>/adalldefaults.txt  patchtop=<path_to_top_patch_dir>

  • Cloning 12i

    Cloning 06.11.2008 Comments Off

    run export KSH_VERSION=’@(#)PD KSH v5.2.14 99/07/13.2′

    before running adcfgclone.pl on both dbTier and appsTier

    metalink docid 406982.1

  • Something hanging up smtp connections to 141.146.57.56

    Problems 06.11.2008 Comments Off

    iptables -A OUTPUT -p tcp -s 0/0 -d  141.146.57.56 –dport 25 -j REJECT –reject-with tcp-reset

  • Discoverer Documentation

    Discoverer 29.10.2008 Comments Off

    http://www.oracle.com/technology/documentation/discoverer.html

    http://ilearning.oracle.com/ilearn/en/learner/jsp/player.jsp?rco_id=107194876&classroom_id=108352291

« Previous Entries

Category:

  • Administration
    • ASM
    • BLOCK SIZE
    • Database Recovery
    • DBVERIFY
    • GRANTS
    • OEM
    • REDO LOGS
  • APPS
    • AutoConfig
    • Change EBS IP Address
    • Cloning
    • DB Environment Vars
    • Discoverer
    • Environment Vars
    • Patching
    • Problems
    • Resources Online
    • Tricks & Tips
    • Upgrading
    • Workflow
  • Backup & Recovery
  • Certification
  • Configuration
  • DATABASE STRUCTURE
    • Data Dictionary
    • Logical Database Structure
    • Physical Database Structure
    • SCHEMA
  • DATAGUARD
  • Documentation
    • ASM (Automatic Storage Magement)
    • Command Reference
    • DataPump
    • Documentation Library
    • SQL Developer
  • EBS
  • Enterprise Manager
  • FLASHBACK
  • HACKING
  • HEADS UP
  • Installation
    • RAC
  • JDeveloper
  • Linux
  • NXclient/server
  • Online Resources
  • PERL
  • python
  • RMAN
    • RMAN Catalog Setup
  • Scripts
  • Serial-Parallel-Port-Testers
  • SNMP
  • Software
  • Solaris
  • Spiritual
  • SQL & PL/SQL
  • SQLPLUS
  • Startup/Shutdown
  • Streams
  • Tuning
    • INDEXES
    • SQL Tuning
      • TKPROF and sql_trace
  • VNC
  • Windows XP
© Blogname. All Rights Reserved. Entries RSS Comments RSS Login Open Source