Dive into our comprehensive blog, your go-to resource for all things related to Oracle Database, Middleware, MSSQL, MySQL, and beyond. Whether you're a seasoned database administrator, an IT professional, or a tech enthusiast, you'll find valuable insights, expert tips, and the latest updates to help you master these powerful technologies and elevate your skills.
April 19, 2020
How To Clone A Pluggable Database from a Existing PDB in 19C
April 17, 2020
Rolling Forward Standby Database When Archive log is missing in Primary DB
April 15, 2020
ORA-16698 member has a LOG_ARCHIVE_DEST_n parameter with SERVICE attribute set
April 13, 2020
How to create physical standby database on Oracle 19c
April 3, 2020
Oracle Database 19c Installation On Oracle Linux 7
Oracle Database 19c Installation On Oracle Linux 7
- Download Software
Oracle Database 19c (19.3) Software (64-bit)
Add hosts entry in hosts file
[root@oel7 ~]# cat /etc/hosts
127.0.0.1 localhost
localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost
localhost.localdomain localhost6 localhost6.localdomain6
192.168.118.128 oel7.soumya.com oel7
Install the "oracle-database-preinstall-19c"
package to perform all the prerequisite setup
# yum install -y oracle-database-preinstall-19c
February 23, 2020
How to change DNS records in Exadata cell nodes
[root@itscceladm01 ~]# cellcli
CellCLI: Release 18.1.9.0.0 - Production on Fri Jan 31 17:17:50 IST 2020
Copyright (c) 2007, 2016, Oracle and/or its affiliates. All rights reserved.
CellCLI> list griddisk attributes name,asmmodestatus,asmdeactivationoutcome
January 25, 2020
Steps to change sysman password in Oracle Enterprise Manager 12c
Stop
oms . Do not include '-all' as the Admin
Server needs to be up during this operation.
cd /u01/app/oracle/product/MiddlewareR5/oms/bin/
[oracle@em bin]$ ./emctl stop oms
Oracle Enterprise Manager Cloud Control 12c Release 5
Copyright (c) 1996, 2015 Oracle Corporation. All rights reserved.
Stopping WebTier...
WebTier Successfully Stopped
Stopping Oracle Management Server...
Oracle Management Server Successfully Stopped
Oracle Management Server is Down
|
Modify the SYSMAN password:-
emctl config
oms -change_repos_pwd -use_sys_pwd -sys_pwd <repository sys user
password> -new_pwd <new sysman repository password>
Example:-
[oracle@em bin]$ ./emctl config oms -change_repos_pwd -use_sys_pwd
-sys_pwd welcome1 -new_pwd welcome2#
Oracle Enterprise Manager Cloud Control 12c Release 5
Copyright (c) 1996, 2015 Oracle Corporation. All rights reserved.
Changing passwords in backend ...
Passwords changed in backend successfully.
Updating repository password in Credential Store...
Successfully updated Repository password in Credential Store.
Restart all the OMSs using 'emctl stop oms -all' and 'emctl start
oms'.
Successfully changed repository password.
[oracle@em bin]$
|
Stop the admin server on OMS machine
[oracle@em bin]$ ./emctl stop oms -all
Oracle Enterprise Manager Cloud Control 12c Release 5
Copyright (c) 1996, 2015 Oracle Corporation. All rights reserved.
Stopping WebTier...
WebTier Successfully Stopped
Stopping Oracle Management Server...
Oracle Management Server Already Stopped
AdminServer Successfully Stopped
Oracle Management Server is Down
|
Start the OMS
[oracle@em bin]$ ./emctl start oms
Oracle Enterprise Manager Cloud Control 12c Release 5
Copyright (c) 1996, 2015 Oracle Corporation. All rights reserved.
Starting Oracle Management Server...
Starting WebTier...
WebTier Successfully Started
Oracle Management Server Successfully Started
Oracle Management Server is Up
Check OMS status
[oracle@em bin]$ ./emctl status oms
Oracle Enterprise Manager Cloud Control 12c Release 5
Copyright (c) 1996, 2015 Oracle Corporation. All rights reserved.
WebTier is Up
Oracle Management Server is Up
|
Oracle Database 26ai Installation Using RPM on Oracle Linux 9 (OEL 9) – Step-by-Step Guide
In this post I will describe the installation of Oracle Database 26ai 64-bit on Oracle Linux 9 (OL8) 64-bit. The installation requires a m...
-
Oracle 11.2.0.4 download link for Linux x86_64:- p13390677_112040_Linux-x86-64_1of7.zip- https://mega.nz/file/rB5FCC7A#YfSa5BIC25CgP8A...
-
In this topic I will show how to create an object storage in OCI In OCI there are two kind of object storage available. Standard Object sto...
-
In this article, I'll walk you through the steps I used to patch an Oracle Database 19c environment from version 19.29 to 19.31 follow...