Which types of backups you can take in Oracle?
2. A database is running in NOARCHIVELOG mode then which
type of backups you can take?
3. Can you take partial backups if the Database is running
in NOARCHIVELOG mode?
Answer / kittu
1. Logical Backups(traditional backups of oracle)export/import, datapump physical backup hot backup(online backup), cold backup(offline backup), RMAN backup
2. cold backup & logical backups
Is This Answer Correct ? | 0 Yes | 0 No |
Explain the use of table functions.
If we issue alter database begin backup. What happens to database?
An automatic job running via DBMS_JOB has failed. Knowing only that "it's failed", how do you approach troubleshooting this issue?
What is blocking and how would you troubleshoot it?
how can you enable flashback feature?
Is it possible to update the multiple field values in a single query? If possible then write the actual query.
what functionality does oracle provide to secure sensitive information?
What are the steps you will take, if you are tasked with securing an SQL Server?
Which types of backups you can take in Oracle? 2. A database is running in NOARCHIVELOG mode then which type of backups you can take? 3. Can you take partial backups if the Database is running in NOARCHIVELOG mode? 4. Can you take Online Backups if the the database is running in NOARCHIVELOG mode?
Explain the concept of the DUAL table.
What is dcl? : sql server DBA
What SQL query from v$session can you run to show how many sessions are logged in as a particular user account?