How will you create multiple rollback segments in a database?
Create a database, which implicitly creates a SYSTEM rollback segment in a SYSTEM tablespace. Read more »
Create a database, which implicitly creates a SYSTEM rollback segment in a SYSTEM tablespace. Read more »
To manage the database level transactions such as modifications of the data dictionary table that record information about the free space usage. Read more »
To manage the database level transactions such as modifications of the data dictionary table that record information about the free space usage. Read more »
We can plan the storage for a table as how much initial extents are required, how much can be extended next, how much % should leave free for managing row updating,... Read more »
PCTFREE parameter Row size also reduces no of rows per block. Read more »
A free extent is a collection of continuous free blocks in tablespace. When a segment is dropped its extents are reallocated and are marked as free. Read more »
SET TRANSACTION USE ROLLBACK SEGMENT rbs_name. Read more »
SYSTEM - Data dictionary tables. DATA - Standard operational tables. DATA2- Static tables used for standard operations INDEXES - Indexes for Standard operational... Read more »
- Export the user - Perform import using the command imp system/manager file=export.dmp indexfile=newrite.sql. This will create all definitions into newfile.sql. -... Read more »
Number of times processes repeatedly query the dictionary table is called recursive hints. It is due to the data dictionary cache is too small. By increasing the... Read more »
Changes made to the records are written to the on-line redo log files. So that they can be used in roll forward operations during database recoveries. Before writing... Read more »
Dictionary cache is information about the database objects stored in a data dictionary table. Read more »
Database buffers are cache in the SGA used to hold the data blocks that are read from the data segments in the database such as tables, indexes and clusters DB_BLOCK_BUFFERS... Read more »
The entries of Pro * C and user exits and the form which simulate the proc or user_exit are stored in IAPXTB table in d/b. Read more »
Make sure you include the name of the DLL in the FORMS45_USEREXIT variable of the ORACLE.INI file, or rename the DLL to F45XTB.DLL. If you rename the DLL to F45XTB.DLL,... Read more »