Category: Oracle
Aug
11
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 »
Jun
10
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 »
Sep
24
Oracle Application Server 10g Installation.pdf more »
Aug
13
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 »
Aug
07
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 »
Recent comments