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...


ORA-19905: log_archive_format must contain %%s, %%t and %%r

Answers were Sorted based on User's Feedback



ORA-19905: log_archive_format must contain %%s, %%t and %%r..

Answer / dipti ranjan

To implement the solution, please execute the following
steps:

1. Create a copy of the init.ora file. (
oracle_home/admin/pfile --> init.ora )
2. Edit the above init.ora to reflect the
log_archive_format = 'arch_%r_%t_%s.arc'
and log_archive_dest_1 = f:\archive
3. Shutdown immediate and Startup nomount with the above
pfile.
SQL> shutdown immediate
SQL> startup nomount pfile =
oracle_home/admin/pfile/init.ora

4. Create spfile from pfile
SQL> create spfile = 'oracle_home/database/spfile.ora' from
pfile =
'oracle_home/admin/pfile/init.ora'

5. SQL> shutdown immediate
6. SQL> startup
7. SQL> archive log list --- verify that db is in arhivelog
mode.

Requirement of this format is documented in:
Administrator's Guide
10g Release 1 (10.1)
Part No. B10739-01
Chapter7 :Managing Archived Redo Logs
---> Specifying Archive Destinations .

Is This Answer Correct ?    1 Yes 0 No

ORA-19905: log_archive_format must contain %%s, %%t and %%r..

Answer / guest

Cause: log_archive_format is missing a mandatory format
element. Starting with Oracle 10i, archived log file names
must contain each of the elements %s(sequence), %t(thread),
and %r(resetlogs id) to ensure that all archived log file
names are unique.

Action: Add the missing format elements to log_archive_format.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-19661: datafile string could not be verified

1 Answers  


LPX-00273: failed to initialize TCP/IP

1 Answers  


ORA-28519: no heterogeneous data dictionary translations available

1 Answers  


ORA-23393: the user is already the propagator

1 Answers  


NID-00372: Change database ID and database name string to string? (Y/[N]) =>

1 Answers  


NNO-00330: server saved the config file "string".

1 Answers  


ORA-24032: object string exists, index could not be created for queue table string

1 Answers  


ORA-06616: LU6.2 Driver: Attach to LU failed

1 Answers  


ORA-16535: CRS is preventing execution of a broker operation.

1 Answers  


ORA-14329: domain index [sub]partitions cannot be renamed in this clause

1 Answers  


ORA-30005: missing or invalid WAIT interval

1 Answers  


ORA-13267: error reading data from layer table string

1 Answers  


Categories