Tag: databases
Questions Related to databases
-
Flash back the database
-
Perform a point-in-time recovery.
-
Perform a full database recovery.
-
Drop and re-create the tablespace.
-
Use recovery manager (RMAN) to recover the database.
-
Guarantee undo retention
-
Add one more redo log group.
-
Configure an appropriate undo retention interval.
-
Size the UNDO tablespace appropriately.
-
Size the SYSTEM tablespace appropriately.
-
audit trail
-
alert log file
-
user trace file
-
online trace file
-
background trace file.
-
roll back of large transaction
-
roll forward to redo a transaction
-
data concurrency for large updates
-
read consistency for long running transactions.
-
Set the SESSION to 1 in the parameter file.
-
Grant SINGLE SESSION privileges to all of the users.
-
Set SESSION_PER_USER to 1 in user’s profile.
-
Grant RESTRICTED SESSION to all of the database users.
-
Create a role with SINGLE SESSION privilege and assign the role to users.
-
trace file
-
audit trail
-
control file
-
alert log file
-
event viewer
-
Until the last commit.
-
Cannot be recovered.
-
Until the last offline backup.
-
Until the beginning of the last transaction.
-
Enable instance failover
-
Configure shared server
-
Enable database failover
-
Enable connect-time failover
-
Enable Transparent Application Failover
-
The analysis tool doesn’t provide output for the performance of SQL statement
-
The results of analysis are stored in tables, belonging to SYS user in the SYSAUX tablespace.
-
The results of analysis are stored in tables, belonging to SYS user in the SYSTEM tablespace.
-
The analysis runs automatically after each Automatic Workload Repository (AWR) snapshot.