Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Can you take Online Backups if the the database is running
in NOARCHIVELOG mode?

5. How do you bring the database in ARCHIVELOG mode from
NOARCHIVELOG mode?

6. You cannot shutdown the database for even some minutes,
then in which mode you should run
the database?

Answers were Sorted based on User's Feedback



Can you take Online Backups if the the database is running in NOARCHIVELOG mode? 5. How do you ..

Answer / mohanamurali chittim

1.Ans) NO

5.Ans)go to mount state then give

alter database archivelog;

Is This Answer Correct ?    12 Yes 0 No

Can you take Online Backups if the the database is running in NOARCHIVELOG mode? 5. How do you ..

Answer / amsu

4. No you can't take online backup while database in
NOARCHIVELOG mode.

5. shutdown immediate
startup mount
alter database archivelog;
alter database open;
6. Best way is keep the database in archive log mode.
That will help to recover the database up to last
committed transaction. Oracle recommendation is keep
the database in archive log mode.

Is This Answer Correct ?    10 Yes 0 No

Can you take Online Backups if the the database is running in NOARCHIVELOG mode? 5. How do you ..

Answer / guest

1.no
2.archive mode enable level.

Is This Answer Correct ?    10 Yes 6 No

Can you take Online Backups if the the database is running in NOARCHIVELOG mode? 5. How do you ..

Answer / ramakrishna

no we can't take a backup while in no archive log mode to
enable archive log: alter database archivelog;

Is This Answer Correct ?    5 Yes 1 No

Can you take Online Backups if the the database is running in NOARCHIVELOG mode? 5. How do you ..

Answer / amit bhagat

6. The database should run in Archive log mode because you
cant take online if your database is running in No archive
log mode.

Is This Answer Correct ?    4 Yes 0 No

Can you take Online Backups if the the database is running in NOARCHIVELOG mode? 5. How do you ..

Answer / m.madhusudan reddy

No

5) shut immediate
startup mount
alter database archivelog
alter database open

Is This Answer Correct ?    4 Yes 0 No

Can you take Online Backups if the the database is running in NOARCHIVELOG mode? 5. How do you ..

Answer / amit bhagat

1). No, online backups is not possible in Noarchive log
mode.
2) Shutdown immediate
Starup mount
alter database archivelog;
alterdatabase open;
3) Database should run in Archivelog mode so that online
backup can be taken.

Is This Answer Correct ?    4 Yes 0 No

Can you take Online Backups if the the database is running in NOARCHIVELOG mode? 5. How do you ..

Answer / uki

DB can be turned to archive log mode by turning the
LOGRETAIN parameter to RECOVERY and/or USEREXIT to YES. DB
will be in backup pending state which in turn requires to
be taken an offline backup to bring back the db to normal.

Is This Answer Correct ?    3 Yes 1 No

Can you take Online Backups if the the database is running in NOARCHIVELOG mode? 5. How do you ..

Answer / sanju

shut the database then do fllowing
1)In Parameter file set logfile destination
2)startup mount
3)alter database archivelog
4)alter database open
5)archive lo list;

Is This Answer Correct ?    1 Yes 0 No

Can you take Online Backups if the the database is running in NOARCHIVELOG mode? 5. How do you ..

Answer / binod

Noway, it can't be possibleto take ONLINE backup if the
database is running in an noarchievelog mode..

FOR altering the database into archieve log mode the
following steps should be consider-
1.shutdown your database
2.reopen the database but this time with the "mount" option
which will mount the instance but not open it.
3.Now your database can be back up

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More DB Administration Interview Questions

What are the operating modes in which database mirroring runs? : sql server DBA

0 Answers  


What the different topologies in which replication can be configured? : sql server DBA

0 Answers  


Describe what redo logs are.

1 Answers  


CTS int questions: 1.Temperory tablespace corrupted,how to resolve?If you need to recover? 2.In tablespace begin backup mode,Its possible to add the datafile? 3.How to partition the table using Hash partioning,what happened internally? 4.During rman backup,some files are missing Rman will continue the backup? 5.what are the errors occurs frequently? 6.which join method is best?why? 7.how to solve deadlock errors? please reply anyone.... regards siva

2 Answers   CTS,


i have 10gp file.now i need store in database..but database have only 7gb memory only..how do u store the file ?

0 Answers   IBM,


what is the purpose of catlaog in oracle rman?

2 Answers   Value Labs,


Why does Oracle not permit the use of PCTUSED with indexes?

0 Answers  


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?

11 Answers  


mssqlserver 2005 Backup Advantages & Disadvantages? mssqlserver 2005 Restore Advantages & Disadvantages? mssqlserver 2005 Recovery mode Advantages & Disadvantages? mssqlserver 2005 Mirroring Advantages & Disadvantages? mssqlserver 2005 Replication Advantages & Disadvantages? mssqlserver 2005 Logshpping Advantages & Disadvantages? mssqlserver 2005 Job Advantages & Disadvantages?

1 Answers   TCS, Wipro,


What is the difference between the SQL Loader and IMPORT utilities?

3 Answers  


Which environment variables are absolutely critical in order to run the OUI?

2 Answers  


what is the diffrence between core dba and apps dba?

0 Answers   Cap Gemini,


Categories