DBA
- Details
- Written by Michel VONGVILAY
- Category: DBA
This article will show step by step an installation of Oracle Grid Infrastructure 12cR2 for a Cluster on Oracle Linux 7 using ASM Filter Driver (Check ASMFD test here).
- Details
- Written by Michel VONGVILAY
- Category: DBA
This article will gives some advices for making a RMAN backup in the right way based on my experience.
- Details
- Written by Michel VONGVILAY
- Category: DBA
This article will show how to create a Oracle 12c container database (CDB), with one pluggable database (PDB), in command line with dbca and silent option.
DBCA is for DataBase Configuration Assistant, this is a tool to create/delete Oracle databases.
It can be used as GUI or as command line.
- Details
- Written by Michel VONGVILAY
- Category: DBA
This article will present a custom shell script to install oracle software : grid infrastructure and rdbms 11g/12c.
This is a korn shell script I created for educational purpose, you are free to use and change it at your convenience.
(ora_install_software.sh.zip file attachement in this article)
- Details
- Written by Michel VONGVILAY
- Category: DBA
If you encounter TNS-12518: TNS:listener could not hand off client connection
error, this article may help you.