What is a logical backup ?
Answers were Sorted based on User's Feedback
Answer / chaudhry
Logical backup involves reading a set of databse records
and writing them into a file. Export utility is used for
taking backup and Import utility is used to recover from backup.
| Is This Answer Correct ? | 43 Yes | 11 No |
Answer / vivek
Logical backup is a process of extracting data in the form
of SQL statements,where it is useful to recover in case the
objects ate lost.The main drawback of this backup is that MEAN
TIME TO RECOVER is high.
| Is This Answer Correct ? | 39 Yes | 11 No |
Answer / brajendra arzare
Logical backups are backups in which the export utility
(for example exp) uses SQL to read database data and then
export it into a binary file at the operating system level.
We can then import the data back into a database using the
import utility (imp).
| Is This Answer Correct ? | 18 Yes | 2 No |
What is hot backup (in case of oracle)?
Explain what are tp-lite and tp-heavy monitors?
Is a database a file?
What is package in dbms?
What is a foreign key constraint?
Enlist the various transaction phases.
What are the main characteristics of database approach?
What are stored-procedures? And what are the advantages of using them.
How many types of database language exist?
Explain primary key and composite key.
Single File Database: Develop a student record management program, which uses single file as its database. It is not supposed to create additional files at any part of the project and should never rewrite total content. It must be capable of storing 100000's of records. It should support variable length records to be added, deleted, modified, listed.
What is metadata in dbms?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)