Partitioning a table online using DBMS_REDEFINITION
It is possible to make changes to the structure of tables online with the DBMS_REDEFINITION package in the Oracle database....
![]()
It is possible to make changes to the structure of tables online with the DBMS_REDEFINITION package in the Oracle database....
![]()
When crsctl command runs CRS-4995 error is received. This is normal behavior. Operations should be performed with srvctl. The error...
![]()
Temp tables are widely used for preparing intermediate results. Modifying these tables is much faster than regular tables. The performance...
![]()
The “resmgr:cpu quantum” wait event is seen when the session is waiting for some CPU resources to be allocated. This...
![]()
You can review the following document to access tables in the MSSQL database using the DBLINK architecture over the Oracle...
![]()
In Grid versions 12.2.0.1 and later, although the time is the same in all nodes, the following error is seen...
![]()
When the number of errors on Oracle Exadata infiniband switch ports reaches the specified threshold values, it is automatically brought...
![]()
In Oracle databases prior to 12c, users which have create any procedure and execute any procedure privileges could assign themselves the dba role. This...
![]()
It is possible to change the name of an existing user on the MySql server later. To do this, you can...
![]()
Temp tables can be very useful for holding temporary data. Temporary tables option is available in MySQL versions 3.23 and...
![]()
Redo log files are often used for instance recovery and media recovery. The data required for such operations is automatically...
![]()