• Home
  • RMAN
  • Database
    • Data Guard
    • Data Pump
    • Performance Tuning
    • Security
    • General
  • Enterprise Manager
    • Grid Control 11g
    • Cloud Control 12c
  • Middleware
    • APEX
    • Application Server
    • Forms & Reports
    • WebLogic Server
  • OS
    • Linux & UNIX
    • Windows
    • VirtualBox
  • SQL Server
  • MongoDB
  • About Me
Home » Articles posted by Garth ( » Page 4)

Author Archives: Garth

Installing nmon on Linux 6

Posted on April 11, 2013 by Garth

The nmon (Nigel’s Monitor) tool was written initially for AIX to monitor system performance, but there are plenty of distributions available now so people can use it on a variety of operating systems these days, including flavours of Linux and even the recent Raspberry Pi (mini ARM based computer). It’s one of my favourite performance monitoring tools

Read More…

Posted in Linux & UNIX, OS | Tags: aix, linux, monitoring, nmon, performance, statistics | 1 Comment |

Changing the heap size of the OMS in EM12c

Posted on April 10, 2013 by Garth

Generally speaking, the Java heap memory utilization for your Oracle Management Service (OMS) should be averaging at under 75%, and anything over this could mean the Garbage Collection starts impacting the performance of your Enterprise Manager experience. If you’re using the “out-of-the-box” notification rules, then an OMS suffering such symptoms may start churning out events like this:

Read More…

Posted in Cloud Control 12c | Tags: cloud control, em12c, heap size, performance, tuning | 2 Comments |

Internet and SSH access to VirtualBox VM with NAT and host-only adapters

Posted on April 4, 2013 by Garth

Having only recently started using VirtualBox to build various VMs (Virtual Machines), it wasn’t immediately obvious to me how I could not only enable access to the outside world (Internet access, updates etc.), but also enable SSH to Linux boxes and such like via a private network within VirtualBox. Eventually, I decided to configure each

Read More…

Posted in VirtualBox | Tags: host-only, nat, network, private, virtualbox | Leave a comment |

Error [J2EE:160149] deploying an ADF based application in WebLogic

Posted on April 4, 2013 by Garth

This morning I had a number of ADF based applications to deploy against a new WebLogic 11g domain.  When I tried to activate the changes, I hit the following error (the log file revealed nothing further): An error occurred during activation of changes, please see the log for details. [J2EE:160149]Error while processing library references. Unresolved

Read More…

Posted in WebLogic Server | Tags: adf, adf.oracle.domain, deployment, J2EE:160149, weblogic | 7 Comments |

Forms and Reports 11gR2 (11.1.2.1.0) installation

Posted on March 28, 2013 by Garth

First of all, you need to install WebLogic 11g if you haven’t already done so.  Both WebLogic 10.3.5 and 10.3.6 versions are supported against Forms and Reports 11gR2, using either Java 6 or 7 JDKs. Once WebLogic has been installed, ensure all of the requirements specific to your OS have been met, and that any missing packages are

Read More…

Posted in Forms & Reports, WebLogic Server | Tags: 11g, forms, installation, REP-52262, reports, weblogic | 6 Comments |

Creating a Clustered Domain in WebLogic 11g

Posted on March 27, 2013 by Garth

In this post I’m creating a simple WebLogic 10.3.6 cluster domain with two Managed Servers, across two Linux machines, named linux01.vbox and linux02.vbox.  Obviously you need to have already installed WebLogic 11g at this point. There are a few different ways you can create a cluster domain in WebLogic, but I usually start with the GUI wizard and

Read More…

Posted in WebLogic Server | Tags: cluster, domain, nmenroll, pack, unpack, weblogic | 6 Comments |

Creating a domain in WebLogic 11g or 12c

Posted on March 27, 2013 by Garth

I’m going to create a simple domain called “SnapDomain” in WebLogic 12c (12.1.1) here with an Admin Server, and single Managed Server running from the same machine: linux01 (192.168.28.11). Ensure your environment is set correctly, then start-up the GUI: . ~/set_wls12.env cd $WLS_HOME/common/bin ./config.sh Once the GUI starts, respond as follows: Welcome Create a new WebLogic

Read More…

Posted in WebLogic Server | Tags: 12c, create, domain, weblogic | 2 Comments |

WebLogic Server 11g (10.3.6) installation

Posted on March 22, 2013 by Garth

First of all, I’m assuming here that the “oracle” user, groups etc. have already been created here.  If not, take a look at “Create oracle user and groups” under my Linux installation post here. I’m using the WebLogic 11gR1 generic package installer (which is used for all 64-bit platforms) to do this installation on Linux

Read More…

Posted in WebLogic Server | Tags: 10.3.6, installation, jrockit, weblogic, wls | 2 Comments |

Oracle Linux 6.4 installation (64-bit)

Posted on March 21, 2013 by Garth

First of all, you need the OS installation media, which can be downloaded from the Oracle Software Delivery Cloud at http://edelivery.oracle.com/linux (login required). For this particular installation, I downloaded ‘Oracle Linux Release 6 Update 4 Media Pack for x86_64 (64 bit)’ which is listed as part V37084-01. In this instance, I then created a Virtual Machine using VirtualBox

Read More…

Posted in Linux & UNIX, VirtualBox | Tags: install, linux, virtualbox, vm, yum | 8 Comments |

Creating an Oracle Listener using NETCA

Posted on March 19, 2013 by Garth

In this example, I’m creating a simple Oracle Listener service called ‘LISTENER’ using the default port of 1521. Start the Oracle Net Configuration Assistant (NETCA) Open an X-Windows session to the server as the ‘oracle’ user. Set your ORACLE_HOME environment variable appropriately, then start the assistant by running the following: export ORACLE_HOME=/u01/app/oracle/product/11.2.0.3 $ORACLE_HOME/bin/netca Once the GUI

Read More…

Posted in Database | Tags: listener, netca | 3 Comments |

Archived

Popular Posts

  • Restoring a MongoDB document from the oplog
  • PLS-00801: internal error [hshuid:LU invalid] when compiling a package body
  • OTN Appreciation Day : Oracle Reports Server Job Queue Monitoring
  • Configuring Oracle Reports Server Job Queue Monitoring
  • Data Guard "CORRUPTION DETECTED: In redo blocks starting at block..." issues

External Links

  • SQL Formatter
  • Oracle Live SQL
  • SQL Fiddle
  • ASH Viewer
  • MOS
  • Oracle Forum
  • Oracle Base
  • Oracle FAQ
  • Oracle Articles
  • Rob Zoeteweij’s EM Blog
  • Prev
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • Next
Copyright © 2020 SnapDBA.com