Hot backup procedure?
Answers were Sorted based on User's Feedback
Answer / kittu_chintu2005
Startup mount
Alter database archive log;
Alter database begin backup;
Alter tablespace ts_name begin backup;
Copy the *.dbf & *.ctl files @ os level when copying completed issue the statement “alter database end backup;”
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / nagesh yadav
1)Database should be in archivelog mode
2)we can take the hot backup at tablespace level or database
level
3)when we kept in begin backup mode performance will be poor
so take the backup at tablespace level.
4)alter tablespace tablespace_name begin backup; OR
5)alter database begin backup;
Note:- Don't add datafiles in begin backup
select status from v$backup;
If status is active means its is in begin backup mode.
| Is This Answer Correct ? | 2 Yes | 0 No |
internal architecture
wat is global index and local indes
How many memory layers are in the shared pool?
A table is classified as a parent table and you want to drop and re-create it. How would you do this without affecting the children tables?
1. how do you delete duplicate rows in a table? 2. can you disable and enable primary key? 3. how do you move tables from one tablespace to another tablespace?????
What is RAID and what are different types of RAID configurations?
how can you generate profile of pl/sql applications to identify performance bottlenecks?
Can you tell me about your experience with the administration of COTS system..? Also, how do you set up seed data..?
In oracle 10g export, import if we declare rows=y/n what would be the output?
How do you increase the OS limitation for open files (LINUX and/or Solaris)?
Datapump backup steps?
Give the stages of instance startup to a usable state where normal users may access it.
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)