Generating DDL script for a schema by using impdp
SQLFILE parameter in impdp can be used to generate the DDLs from a dumpfile. If you need the DDL of...
![]()
SQLFILE parameter in impdp can be used to generate the DDLs from a dumpfile. If you need the DDL of...
![]()
The MySQL root password provides the root user with full access to the MySQL database. If the root password is...
![]()
Oracle Database includes a powerful internal mechanism called Feature Usage Statistics (FUS), which helps DBAs and system administrators track which...
![]()
SQL Tuning Health-Check Script (SQLHC) is used to check the environment in which a single SQL statement is running, Cost-based...
![]()
To ensure the health and performance of your PostgreSQL database, you can set up a daily health check script. The...
![]()
You can display information on all database session waits by below query. SET LINESIZE 200 SET PAGESIZE 1000 COLUMN...
![]()
In some cases in Oracle databases, queries may run with bad plans due to optimizers not being able to make...
![]()
Disk scrubbing is available on Exadata cell nodes to automatically repair bad sectors on the disk when the system is...
![]()
In Oracle databases, indexes become fragmented over time and cause serious performance problems. Indexes must be checked regularly and, if...
![]()
You can find more detailed information about a security vulnerability by clicking on the links in the table below. Known...
![]()
After installing Oracle clusterware, we have often asked ourselves what we named the cluster. Unless we took screenshots, of course....
![]()
When you try to import an export from a database on Exadata to a database that is not on Exadata...
![]()
We can resize the ACFS file system online without having to umount or disable volume. For this, we use the acfsutil tool....
![]()
The cluster database configuration can be Policy-Managed or Administrator-Managed. A Policy-Managed database has instances managed on a per-server pool basis...
![]()
Oracle Flashback Query allows the use of select query with AS OF. It allows us to query as much of...
![]()