Tag: databases
Questions Related to databases
-
Do nothing, the PMON process handles everything.
-
Shut down the database and restore all the tables the user was updating.
-
Log in as DBA, clean up the partial updates in those tables, and do another manual backup.
-
Use LogMiner to find out which records are changed based on the user’s ID, then roll back all those changes.
-
Check
-
Unique
-
Not Null
-
Primary Key
-
Foreign Key
-
TARGET_REDO_BLKS
-
FAST_START_IO_TARGET
-
LOG_CHECKPOINT_TIMEOUT
-
RECOVERY_ESTIMATED_IOS
-
LOG_FILE_SIZE_REDO_BLKS
-
LOG_CHECKPOINT_INTERVAL
-
Perform I/O
-
Lock rows that are not data dictionary rows
-
Monitor other Oracle processes
-
Connect users to the Oracle instance
-
Execute SQL statments issued through an application
-
Control file
-
Extent
-
Segment
-
Data file
-
Log file
-
Tablespace
-
alert.ora
-
init.ora
-
tnsname.ora
-
redolog
-
Data encryption
-
User authentication
-
Transparent data conversion
-
Configuration and administration mechanisms
-
Support for multiple network transport protocols
-
ABORT
-
NORMAL
-
IMMEDIATE
-
TRANSACTIONAL
-
CREATE USER
-
CREATE SESSION
-
CREATE ANY TABLE
-
IMP_FULL_DATABASE
-
EXP_FULL_DATABASE
-
Oracle Managed Files used for this instance.
-
The USER_DATA tablespace in managed using FET$/UET$ tables.
-
The COMPATIBLE intialization paramter must be 9.0.0 or higer.
-
Space within segments is the USER_DATA tablespace is managed with freelists.