Category: Oracle

Solaris 10 and Oracle 10g RAC ASM Device NOT seen

Solaris, Oracle Send feedback »
You have a bunch of /dev/rdsk and /dev/dsk entries. Have you run format w/ partition to create a partition on each volume yet? A couple things to remember when doing this (I'm not sure if this is always required, but it's something I've always done on S… more »

Requirements for Installing Oracle 9iR2 on RHEL 4

Oracle Send feedback »
Following requirements needs to be met for a successful installation of the new release 9.2.0.4 (a 3 CD set which includes the base release and all fixes from prior patchsets including 9.2.0.4) on Red Hat Enterprise Linux AS/ES 4.0 (RHEL4) on platf… more »

Oracle Application Server 10g Installation Guide

Oracle Send feedback »
Oracle Application Server 10g Installation.pdf more »

How To Encrypt your passwords in Oracle Application Server

Technology, Oracle Send feedback »
Add the following entry to data-sources.xml <data-source class="com.evermind.sql.DriverManagerDataSource" name="jdbc/Oracle" location="jdbc/OracleCoreDS" xa-location="jdbc/xa/OracleXADS" ejb-location="jdbc/OracleDS" connection-driver="oracle.jdbc.dr… more »

Oracle: Usefull Commands

Technology, Oracle Send feedback »
1.EXPORT: exp system@test owner=test123 file=d:\oracle\user.dmp log=d:\oracle\userdump.log rows=y statistics=none feedback=100 indexes=y consistent=y compress=n; (for individual tables=table1,table2,.....) 2.IMPORT: imp system@test fromu… more »