http://appsdbasworld.blogspot.com

appsdbasworld

 
APPS R12
  • R12.AD.A.DELTA.4 Patch
  • Disable concurrent manager
  • Increasing the number oacore process type(JVM) and...
  • Release12 installation
  • InitSID.ora settings for release12
  • Creating custom top in release12
  • Changing apps password
  • Apps questions
  • Workflow Notification Mailer Setup
  • Schedule downtime in R12
  • Enable/Disable restrict session of Apache
  • APPS 11i
  • Indian localization patch
  • Opening forms from linux machine
  • Replacing Jinitiator with JRE for Oracle Apps 11i
  • Enabling SSL for E-Business suite 11i
  • Executing gather schema statistics at backend
  • Cleaning temporary tablespace
  • How to check versions
  • How to find patchset level
  • Cleaning concurrent manager tables
  • Database General
  • Create A Production (Full or Partial) Duplicate On...
  • Creating a Duplicate Database on a New Host Using ...
  • Database Cloning
  • 11g top new features
  • New background processes in 10g
  • 10g Data Pump
  • Installing Oracle Database 9i (9.2.0.8) on RHEL 4
  • Query to kill inactive sessions
  • Installing 11g(11.1.0) database on Redhat Linux 4
  • Check Deprecated Initialization Parameters in 11g
  • Online backup 9i & 10g
  • Enable/Disable archivelog in 9i
  • Creating recovery catalog in remote database
  • Creating database with create database command
  • Application Server
  • web cache cloning
  • 10g AS installation with linux
  • Operating System
  • Script to start/stop R12 services
  • Basic commands to check system statistics
  • Statspack analyzer
  • Analyze your statspack report
  • Search
    Only search this Blog
    E-mail Subscription

    Enter your email address:

    Delivered by FeedBurner

    Others Coming Soon!
    Your Ad Here
    web cache cloning
    Friday, August 8, 2008
    WEBCACHE CLONING
    ===================

    SOURCE SERVER (192.9.200.251)
    DESTINATION SERVER (192.9.200.227)


    Create groups and users using the following commands

    #groupadd dba

    #groupadd oinstall

    #useradd -g oinstall -G dba oraweb

    id must be same in source and destination
    (uid=500(oraweb) gid=500(oinstall) groups=500(oinstall),501(dba) context=user_u:system_r:unconfined_t)

    Change the permisson

    chmod 777 /u01

    copy datas from source to destination through
    scp -r oracle oraweb@192.9.200.227:/u01

    after copying
    set the environment in .bashprofile

    su - oraweb


    vi .bash_profile
    export ORACLE_HOME=/u01/oracle/10.1.2/OraHome_1
    export PATH=$PATH:$ORACLE_HOME/bin:$ORACLE_HOME/opmn/bin


    change hostname(if its required only)
    vi /etc/sysconfig/network

    put hostentry
    vi /etc/hosts

    change ip
    netconfig

    start emctl start iasconsole
    Oracle Enterprise Manager 10g Application Server Control Release 10.1.2.0.2
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    http://csd.oneapps.com:1156/emd/console/aboutApplication
    Oracle Enterprise Manager 10g Application Server Control is running.

    start opmnctl startall
    starting opmnctl got error

    log file=cat /u01/oracle/10.1.2/OraHome_1/webcache/logs/event_log

    error: couldnot increase the numberof file/socket descriptors to 1100
    ======
    check $ORACLE_HOME/webcache/webcache.xml

    MULTIPORT>
    ==========





    solution steps
    =================
    (Port numbers less than 1024 are reserved for use by privileged processes on UNIX.
    If you want to configure OracleAS Web Cache to listen on a port less than 1024, such as on port 80, then the webcached executable must run as the root user)

    set oraclehome

    export ORACLE_HOME=/u01/oracle/10.1.2/OraHome_1


    solution: from root user execute ./webcache_setuser.sh setidentity 500
    =========
    posted by Senthil Kumaran @ 10:18 AM  
    0 Comments:
    Post a Comment
    << Home
     
    About Me

    Name: Senthil Kumaran
    Home: Oslo, Oslo, Norway
    About Me: I'm working as a oracle applications dba(Apps DBA OCP) and fusion middleware.This views are my own only and not neccessary to match with others
    See my complete profile Add to Technorati Favorites
    Previous Post
    Archives
    Links
    Powered by

    BLOGGER

    Add On

    Add to Google

    Add to My AOL

    Subscribe in Bloglines

    Subscribe in NewsGator Online

    © Oracle AppsDBAs World Blogspot Template by SENTHIL KUMARAN SL