1. Logon as the oracle user
No Format |
---|
su - oracle |
2. Setup the OE schema in the database
...
c. Logout of the database.
No Format |
---|
SQL> exit |
3. Setup the correct TNS alias. Edit /home/oracle/app/oracle/product/11.2.0/dbhome_2/network/admin/tnsnames.ora
...
Note | ||
---|---|---|
Test if the TNS alias is working:
|
4. Bring the database in archivelog mode. This is a requirement for Dbvisit Replicate
...
No Format |
---|
SQL> archive log list Database log mode Archive Mode Automatic archival Enabled Archive destination USE_DB_RECOVERY_FILE_DEST Oldest online log sequence 613 Next log sequence to archive 615 Current log sequence 615 |
5. Ensure the archive log files are managed and not filling up and stopping the database. Install a script that manages the archive logs
...