Steps for Oracle setup in Lunix/Unix Environment:
Step1: Login admin user (sudo su -)
Step2: Set the below paths in .bash-profile and .bash-rc
ex:
[root@systemname bin]# export ORACLE_BASE=/u01/app/scc-dev/product
[root@systemname bin]# export ORACLE_HOME=/u01/app/scc-dev/product/12.1.0/dbhome_1
[root@systemname bin]# export PATH=/u01/app/scc-dev/product/12.1.0/dbhome_1/bin:$PATH
[root@systemname bin]# export PATH=/usr/sbin:$PATH
[root@systemname...
Build Your Own Test Framework
-
[image: Build Your Own Test Framework]
Learn to write better automated tests that will dramatically increase your
productivity and have fun while doing so...
1 hour ago