• 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 » Archive for category "Middleware" ( » Page 2)

Category Archives: Middleware

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 |

How to check which PSU is installed…if any

Posted on October 10, 2012 by Garth

How to check which PSU is installed…if any Oracle PSUs (Patch Set Updates) are referenced by their 5-place version number.  Unfortunately they do not change version numbers in the Oracle binaries, product banners and such though (see MOS 861152.1), so here’s how to identify which PSU your ORACLE_HOME is at… Database Server: To check the Oracle

Read More…

Posted in Enterprise Manager, General, WebLogic Server | Tags: psu, version | 5 Comments |

Importing a trusted certificate (SSL) into Oracle Wallet Manager

Posted on October 4, 2012 by Garth

Simple stuff really, but here’s how… Open a terminal window, set the ORACLE_HOME environment variable as appropriate, and start the utility: export ORACLE_HOME=/u01/app/oracle/product/11.2.0 cd $ORACLE_HOME/bin owm & When the GUI appears, if the default wallet path is not being used, click ‘Open Wallet’ from the sidebar then specify the wallet path, for example: /home/oracle/secure_wallet …then

Read More…

Posted in Middleware | Tags: certificate, ssl, wallet manager | Leave a comment |

How to reset the WebLogic Admin Server password

Posted on May 12, 2010 by Garth

If you ever lose or forget your WebLogic Admin Server password, and you need to reset it, here’s how (tested against WLS 10.3)… Set the following environment variables (updating the <domain_name> as appropriate): export MW_HOME=/u01/app/oracle/product/middleware export DOMAIN_HOME=$MW_HOME/user_projects/domains/<domain_name> export CLASSPATH=$CLASSPATH:$MW_HOME/wlserver_10.3/server/lib/weblogic.jar . $DOMAIN_HOME/bin/setDomainEnv.sh Shutdown your WebLogic domain: $DOMAIN_HOME/bin/stopWebLogic.sh Rename and backup the DefaultAuthenticatorInit.ldift file: cd $DOMAIN_HOME/security mv

Read More…

Posted in WebLogic Server | Tags: boot.properties, password, security, weblogic | 3 Comments |

Checking the Oracle Application Server version

Posted on August 7, 2008 by Garth

The first time I had to find out what version of Oracle Application Server was running, I thought it would be a pretty straight forward task, but it’s not so straight forward as you’d first think, so I thought I’d blog it so I know for next time 😉 Some people check the $ORACLE_HOME/install/readme.txt file, which

Read More…

Posted in Application Server | Tags: oas, version | Leave a comment |

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
Copyright © 2020 SnapDBA.com