Question : I’m new to Oracle and curious of how Oracle Exadata handles database files. Do we have to assign […]
Tag: exadata
Exadata: how to backup system before upgrade rpm packages?
Question : My PCI scanned found some vulnerabilities on my Exadata. I must upgrade glibc package. Before that I want […]
Exadata RMAN vs. Non-Exadata RMAN – any differences?
Question : Can you please let me know the differences, if any, in the architecture of the non-Exadata RMAN vs. […]
How to find out the total no of cell nodes configured as part of a rack in exadata?
Question : I want to know the exact total no cell nodes configured as part of the rack by login […]
Exadata exachk.sh
Question : I would like to run exachk.sh on regular basis. Now I have to interact with the script and […]
use SQLcl with EZconnect and multiple hostnames (ADDRESS_LIST=)
Question : this is our classic tnsnames.ora test1= (DESCRIPTION= (CONNECT_TIMEOUT=4) (TRANSPORT_CONNECT_TIMEOUT=3) (ENABLE=BROKEN) (ADDRESS_LIST= (ADDRESS=(PROTOCOL=TCP)(HOST=example1.example.com)(PORT=1521)) (ADDRESS=(PROTOCOL=TCP)(HOST=example2.example.com)(PORT=1521)) ) (CONNECT_DATA= (SERVER=DEDICATED) (SERVICE_NAME=EXAMPLE.EXAMPLE.DBS) ) […]