I need to run capacity planning report in my project.
Requirements:
Predict db growth for 3 months, 6 months and one year.
Display message, if the available free space in each tablespace is less tha...
A tablespace is the primary level of logical storage in an Oracle database. All "hard" database objects such as tables, indexes, sequences, and clusters reside in tablespaces.
An Oracle database can ...
Hi,
Oracle12 introduced a new database architecture for the Oracle database: multi-tenant or pluggable databases. The basic concept is a container database (CDB) that can contain one or more pluggabl...