!!!Urgent !!!!!Cannot recovery database without log files (SQL 2008)

I only have single mdf file, the transaction log file was corrupted. When I was trying to attatch the mdf file, I received the following error message. Can someone give me a help..... it's really urgent!
TITLE: Microsoft SQL Server Management Studio
Attach database failed for Server 'DEV8\sqlexpress2008'.  (Microsoft.SqlServer.Smo)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=10.0.1600.22+((SQL_PreRelease).080709-1414+)&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Attach+database+Server&LinkId=20476
ADDITIONAL INFORMATION:
An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)
Could not open new database 'Smartadmin'. CREATE DATABASE is aborted.
File activation failure. The physical file name "C:\MSSQL\Smartadmin_log.ldf" may be incorrect.
The log cannot be rebuilt because there were open transactions/users when the database was shutdown, no checkpoint occurred to the database, or the database was read-only. This error could occur if the transaction log file was manually deleted or lost due to a hardware or environment failure. (Microsoft SQL Server, Error: 1813)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=10.00.1600&EvtSrc=MSSQLServer&EvtID=1813&LinkId=20476
BUTTONS:
OK
Javafun

I killed a dev db by accident (moved it between folders while it had an open transaction) and out of curiosity attempted to fix it as though it were a super-urgent client db. The above link fixed it, but I'll cut to the chase since it's a lot simpler than
most of the article:
1) Set aside the database mdf and ldf you're trying to recover.
2) Create a database in the location you wanted, of the same name as the problem DB.
3) Stop the SQL Server service.
4) Copy the mdf and ldf files in, overwriting the dummy db you created.
5) Start the SQL Server service.
Done. Fixed.
Surely you're doing something SQL Server does not like, but it is unfortunate you have to shut down the entire service to perform this trick. All of the other methods in that linked article and sp_attach_single_file_db failed, but this worked like a charm.
In my dev database I was left with a db that was good as new - no missing data no problems. It seems odd this works so well and yet all these other approaches get errors about an open transaction. To be fair though, my dev database is essentially a single-user
file that isn't heavily used, I assume a production DB on a busy server would be more problematic.

Similar Messages

  • How to recover database without archive files

    Hello,
    I've a test database without archive files and I need to know how to recover it without using archive files.
    What is SQL command to recover database wthout archives?
    Thanks in advance for your help.
    Regards,
    Carles

    There are serveral information missing in this posting and as a support personnel, I would like to find out more when I see postings like this.
    1. This person wants to "Test" his backup and recovery in NOARCHIVELOG mode.
    2. He/She did not say his database had already crashed or had a problem.
    3. He/She did not give any indication the kind of scenario he wants to recover from.
    4. He/She did not mention the state of his database at the time of he posting.
    5. He/She did not mention the Release of his Oracle Server or Platform.
    6. He/She did not mention the type of backup he already has in place (although provided later as Full COLD Backup). How "genuine" is the back?
    7. What actions has already been taken to attempt recovery.
    In my support experience, I normally would go through a list of questions witht he use/client to get the full picture of the current status of the database before I give answers that would worsen situations, especially in a Disaster Recovery sitaution.
    Personaly, I would suggest you have a look at the list above. One of the most important is number 3 (The Recovery Scenario), then number 4, number 6 and 7. Number 7 will determine the situation of your database. So, when you ask for SQL commands to use, there are different commands for different kind of recovery depending on what has gone wrong or what kind of file is damaged (Datafiles, Logfiles, Control Files, one tablespace, one table, entire database gone, etc).

  • I am geting errors in my database alert log file ora-12012 and ora 44003

    Hi all,
    I am using oracle 10g ...10.2.0.1.0 and OS is solaris 10.......
    i am geting these errors in my database alert log file last two days..i am not geting why it is coming?
    ORA-12012: error on auto execute of job 8887
    ORA-44003: invalid SQL name
    and trace file is i got i am posting here please help any one is aware about this....
    System name: SunOS
    Node name: obrmzone1
    Release: 5.10
    Version: Generic_137111-06
    Machine: sun4v
    Instance name: ------
    Redo thread mounted by this instance: 1
    Oracle process number: 144
    Unix process pid: 26874, image:--------- (J000)
    *** ACTION NAME:(AUTO_SPACE_ADVISOR_JOB) 2011-06-10 22:00:49.372
    *** MODULE NAME:(DBMS_SCHEDULER) 2011-06-10 22:00:49.372
    *** SERVICE NAME:(SYS$USERS) 2011-06-10 22:00:49.372
    *** SESSION ID:(110.7114) 2011-06-10 22:00:49.372
    *** 2011-06-10 22:00:49.372
    ORA-12012: error on auto execute of job 8887
    ORA-44003: invalid SQL name
    thank you in advance,
    Dav

    I just google with "ORA-44003: invalid SQL name" and found below link:
    http://www.oracle-base.com/articles/10g/dbms_assert_10gR2.php
    SIMPLE_SQL_NAME
    The SIMPLE_SQL_NAME function checks the input string conforms to the basic characteristics of a simple SQL name:
    The first character of the name is alphabetic.
    The name only contains alphanumeric characters or the "_", "$", "#"
    Quoted names must be enclosed by double quotes and may contain any characters, including quotes provided they are represented by two quotes in a row ("").
    The function ignores leading and trailing white spaces are ignored
    The length of the input string is not validated.

  • 2005 database and log file locations

    Is there a SQL query to list where exactly the database and log files reside for all databases on an instance (sql server 2005)?

    You can query the Information form DMV
    sys.master_files (Transact-SQL)
    SELECT *
    FROM [sys].[master_files]
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Database without logs - is it possible?

    Hi all!
    I have some data in berkeley db database under linux. My application collects some statistical information into database. .db file isn't big (near 100mb), but logs are growed to 15 gb during week of work. Now if i terminated my application with simply killing it, berkeley db engine loads database near 10-20 minutes, which is very long time for such small database.
    When i disabled logs, berkeley db simply didn't want to open incorrectly closed database.
    Can i make that berkeley db simply kill damaged records from database when i open it, without logs?
    Thanks and sorry for my english :)

    Hi,
    You can not remove the log files just like that. Log files may be removed at any time, as long as:
    * the log file is not involved in an active transaction.
    * a checkpoint has been written subsequent to the log file's creation.
    * the log file is not the only log file in the environment.
    You can run the standalone db_archive utility with the -d option, to remove any log files that are no longer needed at the time the command is executed.
    Related docs:
    Database and log file archival: http://www.oracle.com/technology/documentation/berkeley-db/db/ref/transapp/archival.html
    Log file removal: http://www.oracle.com/technology/documentation/berkeley-db/db/ref/transapp/logfile.html
    Bogdan Coman

  • Cannot connect to database because log file is deleted

    Greetings,
    I just recently cleaned up some junk files from my PC and didn't realize that an oracle log file got deleted. Therefore when I try to connect to the database I got the following error:
    ORA-01033: ORACLE initialization or shutdown in progress
    From sql plus, I try to shutdown and startup the database so that I know what kind of file that got deleted. So, how can I fix the problem?
    regards,
    valerie
    SQL*Plus: Release 10.2.0.1.0 - Production on Fri Sep 18 11:46:46 2009
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    SQL> startup
    ORA-01031: insufficient privileges
    SQL> connect firefly
    Enter password:
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    SQL> connect sys/manager as sysdba
    Connected.
    SQL> shutdown immediate;
    ORA-01109: database not open
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup
    ORACLE instance started.
    Total System Global Area  146800640 bytes
    Fixed Size                  1286220 bytes
    Variable Size              92278708 bytes
    Database Buffers           50331648 bytes
    Redo Buffers                2904064 bytes
    Database mounted.
    ORA-00313: open failed for members of log group 2 of thread 1
    ORA-00312: online log 2 thread 1:
    'C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_2_57J0VR00_.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    SQL>

    Hi Hermant,
    I'm not sure if it in archivelog mode or not. The following is the content of alert_xe:
    Dump file c:\oraclexe\app\oracle\admin\xe\bdump\alert_xe.log
    Fri Sep 18 10:53:16 2009
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows XP Version V5.1 Service Pack 3
    CPU                 : 1 - type 586, 1 Physical Cores
    Process Affinity    : 0x00000000
    Memory (Avail/Total): Ph:698M/990M, Ph+PgF:1306M/1621M, VA:1945M/2047M
    Fri Sep 18 10:53:16 2009
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =10
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
      sessions                 = 49
      __shared_pool_size       = 79691776
      __large_pool_size        = 8388608
      __java_pool_size         = 4194304
      __streams_pool_size      = 0
      spfile                   = C:\ORACLEXE\APP\ORACLE\PRODUCT\10.2.0\SERVER\DBS\SPFILEXE.ORA
      sga_target               = 146800640
      control_files            = C:\ORACLEXE\ORADATA\XE\CONTROL.DBF
      __db_cache_size          = 50331648
      compatible               = 10.2.0.1.0
      db_recovery_file_dest    = C:\oraclexe\app\oracle\flash_recovery_area
      db_recovery_file_dest_size= 10737418240
      undo_management          = AUTO
      undo_tablespace          = UNDO
      remote_login_passwordfile= EXCLUSIVE
      dispatchers              = (PROTOCOL=TCP) (SERVICE=XEXDB)
      shared_servers           = 4
      job_queue_processes      = 4
      audit_file_dest          = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\ADUMP
      background_dump_dest     = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\BDUMP
      user_dump_dest           = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\UDUMP
      core_dump_dest           = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\CDUMP
      db_name                  = XE
      open_cursors             = 300
      os_authent_prefix        =
      pga_aggregate_target     = 31457280
    PMON started with pid=2, OS id=4052
    PSP0 started with pid=3, OS id=4048
    MMAN started with pid=4, OS id=3220
    DBW0 started with pid=5, OS id=3568
    LGWR started with pid=6, OS id=3292
    CKPT started with pid=7, OS id=3868
    SMON started with pid=8, OS id=4004
    RECO started with pid=9, OS id=3140
    CJQ0 started with pid=10, OS id=2484
    MMON started with pid=11, OS id=2840
    MMNL started with pid=12, OS id=3348
    Fri Sep 18 10:53:16 2009
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    starting up 4 shared server(s) ...
    Oracle Data Guard is not available in this edition of Oracle.
    Fri Sep 18 10:53:19 2009
    alter database mount exclusive
    Fri Sep 18 10:53:24 2009
    Setting recovery target incarnation to 2
    Fri Sep 18 10:53:25 2009
    Successful mount of redo thread 1, with mount id 2578987615
    Fri Sep 18 10:53:25 2009
    Database mounted in Exclusive Mode
    Completed: alter database mount exclusive
    Fri Sep 18 10:53:25 2009
    alter database open
    Fri Sep 18 10:53:27 2009
    Beginning crash recovery of 1 threads
    Fri Sep 18 10:53:28 2009
    Started redo scan
    Fri Sep 18 10:53:28 2009
    Errors in file c:\oraclexe\app\oracle\admin\xe\udump\xe_ora_2876.trc:
    ORA-00313: open failed for members of log group 2 of thread 1
    ORA-00312: online log 2 thread 1: 'C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_2_57J0VR00_.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    Fri Sep 18 10:53:28 2009
    Aborting crash recovery due to error 313
    Fri Sep 18 10:53:28 2009
    Errors in file c:\oraclexe\app\oracle\admin\xe\udump\xe_ora_2876.trc:
    ORA-00313: open failed for members of log group 2 of thread 1
    ORA-00312: online log 2 thread 1: 'C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_2_57J0VR00_.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    ORA-313 signalled during: alter database open...
    Fri Sep 18 10:53:33 2009
    Starting ORACLE instance (normal)
    Fri Sep 18 11:08:24 2009
    db_recovery_file_dest_size of 10240 MB is 0.98% used. This is a
    user-specified limit on the amount of space that will be used by this
    database for recovery-related files, and does not reflect the amount of
    space available in the underlying filesystem or ASM diskgroup.
    Fri Sep 18 11:16:12 2009
    Starting ORACLE instance (normal)
    Dump file c:\oraclexe\app\oracle\admin\xe\bdump\alert_xe.log
    Fri Sep 18 11:20:11 2009
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows XP Version V5.1 Service Pack 3
    CPU                 : 1 - type 586, 1 Physical Cores
    Process Affinity    : 0x00000000
    Memory (Avail/Total): Ph:647M/990M, Ph+PgF:1346M/1621M, VA:1945M/2047M
    Fri Sep 18 11:20:11 2009
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =10
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
      sessions                 = 49
      __shared_pool_size       = 79691776
      __large_pool_size        = 8388608
      __java_pool_size         = 4194304
      __streams_pool_size      = 0
      spfile                   = C:\ORACLEXE\APP\ORACLE\PRODUCT\10.2.0\SERVER\DBS\SPFILEXE.ORA
      sga_target               = 146800640
      control_files            = C:\ORACLEXE\ORADATA\XE\CONTROL.DBF
      __db_cache_size          = 50331648
      compatible               = 10.2.0.1.0
      db_recovery_file_dest    = C:\oraclexe\app\oracle\flash_recovery_area
      db_recovery_file_dest_size= 10737418240
      undo_management          = AUTO
      undo_tablespace          = UNDO
      remote_login_passwordfile= EXCLUSIVE
      dispatchers              = (PROTOCOL=TCP) (SERVICE=XEXDB)
      shared_servers           = 4
      job_queue_processes      = 4
      audit_file_dest          = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\ADUMP
      background_dump_dest     = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\BDUMP
      user_dump_dest           = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\UDUMP
      core_dump_dest           = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\CDUMP
      db_name                  = XE
      open_cursors             = 300
      os_authent_prefix        =
      pga_aggregate_target     = 31457280
    PMON started with pid=2, OS id=2696
    PSP0 started with pid=3, OS id=2700
    MMAN started with pid=4, OS id=2704
    DBW0 started with pid=5, OS id=2708
    LGWR started with pid=6, OS id=2712
    CKPT started with pid=7, OS id=2716
    SMON started with pid=8, OS id=2720
    RECO started with pid=9, OS id=2724
    CJQ0 started with pid=10, OS id=2728
    MMON started with pid=11, OS id=2732
    MMNL started with pid=12, OS id=2736
    Fri Sep 18 11:20:11 2009
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    starting up 4 shared server(s) ...
    Oracle Data Guard is not available in this edition of Oracle.
    Fri Sep 18 11:20:20 2009
    alter database mount exclusive
    Fri Sep 18 11:20:26 2009
    Setting recovery target incarnation to 2
    Fri Sep 18 11:20:27 2009
    Successful mount of redo thread 1, with mount id 2579045300
    Fri Sep 18 11:20:27 2009
    Database mounted in Exclusive Mode
    Completed: alter database mount exclusive
    Fri Sep 18 11:20:29 2009
    alter database open
    Fri Sep 18 11:20:32 2009
    Beginning crash recovery of 1 threads
    Fri Sep 18 11:20:33 2009
    Started redo scan
    Fri Sep 18 11:20:34 2009
    Errors in file c:\oraclexe\app\oracle\admin\xe\udump\xe_ora_2772.trc:
    ORA-00313: open failed for members of log group 2 of thread 1
    ORA-00312: online log 2 thread 1: 'C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_2_57J0VR00_.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    Fri Sep 18 11:20:34 2009
    Aborting crash recovery due to error 313
    Fri Sep 18 11:20:34 2009
    Errors in file c:\oraclexe\app\oracle\admin\xe\udump\xe_ora_2772.trc:
    ORA-00313: open failed for members of log group 2 of thread 1
    ORA-00312: online log 2 thread 1: 'C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_2_57J0VR00_.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    ORA-313 signalled during: alter database open...
    Fri Sep 18 11:20:39 2009
    Starting ORACLE instance (normal)
    Dump file c:\oraclexe\app\oracle\admin\xe\bdump\alert_xe.log
    Fri Sep 18 11:31:16 2009
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows XP Version V5.1 Service Pack 3
    CPU                 : 1 - type 586, 1 Physical Cores
    Process Affinity    : 0x00000000
    Memory (Avail/Total): Ph:673M/990M, Ph+PgF:1371M/1621M, VA:1945M/2047M
    Fri Sep 18 11:31:16 2009
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =10
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
      sessions                 = 49
      __shared_pool_size       = 79691776
      __large_pool_size        = 8388608
      __java_pool_size         = 4194304
      __streams_pool_size      = 0
      spfile                   = C:\ORACLEXE\APP\ORACLE\PRODUCT\10.2.0\SERVER\DBS\SPFILEXE.ORA
      sga_target               = 146800640
      control_files            = C:\ORACLEXE\ORADATA\XE\CONTROL.DBF
      __db_cache_size          = 50331648
      compatible               = 10.2.0.1.0
      db_recovery_file_dest    = C:\oraclexe\app\oracle\flash_recovery_area
      db_recovery_file_dest_size= 10737418240
      undo_management          = AUTO
      undo_tablespace          = UNDO
      remote_login_passwordfile= EXCLUSIVE
      dispatchers              = (PROTOCOL=TCP) (SERVICE=XEXDB)
      shared_servers           = 4
      job_queue_processes      = 4
      audit_file_dest          = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\ADUMP
      background_dump_dest     = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\BDUMP
      user_dump_dest           = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\UDUMP
      core_dump_dest           = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\CDUMP
      db_name                  = XE
      open_cursors             = 300
      os_authent_prefix        =
      pga_aggregate_target     = 31457280
    PMON started with pid=2, OS id=2740
    PSP0 started with pid=3, OS id=2744
    MMAN started with pid=4, OS id=2752
    DBW0 started with pid=5, OS id=2756
    LGWR started with pid=6, OS id=2760
    CKPT started with pid=7, OS id=2764
    SMON started with pid=8, OS id=2768
    RECO started with pid=9, OS id=2772
    CJQ0 started with pid=10, OS id=2776
    MMON started with pid=11, OS id=2780
    MMNL started with pid=12, OS id=2784
    Fri Sep 18 11:31:16 2009
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    starting up 4 shared server(s) ...
    Oracle Data Guard is not available in this edition of Oracle.
    Fri Sep 18 11:31:21 2009
    alter database mount exclusive
    Fri Sep 18 11:31:26 2009
    Setting recovery target incarnation to 2
    Fri Sep 18 11:31:27 2009
    Successful mount of redo thread 1, with mount id 2579028809
    Fri Sep 18 11:31:27 2009
    Database mounted in Exclusive Mode
    Completed: alter database mount exclusive
    Fri Sep 18 11:31:27 2009
    alter database open
    Fri Sep 18 11:31:28 2009
    Beginning crash recovery of 1 threads
    Fri Sep 18 11:31:28 2009
    Started redo scan
    Fri Sep 18 11:31:29 2009
    Errors in file c:\oraclexe\app\oracle\admin\xe\udump\xe_ora_2816.trc:
    ORA-00313: open failed for members of log group 2 of thread 1
    ORA-00312: online log 2 thread 1: 'C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_2_57J0VR00_.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    Fri Sep 18 11:31:29 2009
    Aborting crash recovery due to error 313
    Fri Sep 18 11:31:29 2009
    Errors in file c:\oraclexe\app\oracle\admin\xe\udump\xe_ora_2816.trc:
    ORA-00313: open failed for members of log group 2 of thread 1
    ORA-00312: online log 2 thread 1: 'C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_2_57J0VR00_.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    ORA-313 signalled during: alter database open...
    Fri Sep 18 11:31:34 2009
    Starting ORACLE instance (normal)
    Dump file c:\oraclexe\app\oracle\admin\xe\bdump\alert_xe.log
    Fri Sep 18 11:40:56 2009
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows XP Version V5.1 Service Pack 3
    CPU                 : 1 - type 586, 1 Physical Cores
    Process Affinity    : 0x00000000
    Memory (Avail/Total): Ph:656M/990M, Ph+PgF:1371M/1621M, VA:1945M/2047M
    Fri Sep 18 11:40:56 2009
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =10
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
      sessions                 = 49
      __shared_pool_size       = 79691776
      __large_pool_size        = 8388608
      __java_pool_size         = 4194304
      __streams_pool_size      = 0
      spfile                   = C:\ORACLEXE\APP\ORACLE\PRODUCT\10.2.0\SERVER\DBS\SPFILEXE.ORA
      sga_target               = 146800640
      control_files            = C:\ORACLEXE\ORADATA\XE\CONTROL.DBF
      __db_cache_size          = 50331648
      compatible               = 10.2.0.1.0
      db_recovery_file_dest    = C:\oraclexe\app\oracle\flash_recovery_area
      db_recovery_file_dest_size= 10737418240
      undo_management          = AUTO
      undo_tablespace          = UNDO
      remote_login_passwordfile= EXCLUSIVE
      dispatchers              = (PROTOCOL=TCP) (SERVICE=XEXDB)
      shared_servers           = 4
      job_queue_processes      = 4
      audit_file_dest          = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\ADUMP
      background_dump_dest     = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\BDUMP
      user_dump_dest           = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\UDUMP
      core_dump_dest           = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\CDUMP
      db_name                  = XE
      open_cursors             = 300
      os_authent_prefix        =
      pga_aggregate_target     = 31457280
    PMON started with pid=2, OS id=2612
    PSP0 started with pid=3, OS id=2616
    MMAN started with pid=4, OS id=2624
    DBW0 started with pid=5, OS id=2628
    LGWR started with pid=6, OS id=2632
    CKPT started with pid=7, OS id=2636
    SMON started with pid=8, OS id=2640
    RECO started with pid=9, OS id=2644
    CJQ0 started with pid=10, OS id=2648
    MMON started with pid=11, OS id=2652
    MMNL started with pid=12, OS id=2656
    Fri Sep 18 11:40:57 2009
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    starting up 4 shared server(s) ...
    Oracle Data Guard is not available in this edition of Oracle.
    Fri Sep 18 11:40:59 2009
    alter database mount exclusive
    Fri Sep 18 11:41:04 2009
    Setting recovery target incarnation to 2
    Fri Sep 18 11:41:05 2009
    Successful mount of redo thread 1, with mount id 2579051403
    Fri Sep 18 11:41:05 2009
    Database mounted in Exclusive Mode
    Completed: alter database mount exclusive
    Fri Sep 18 11:41:05 2009
    alter database open
    Fri Sep 18 11:41:06 2009
    Beginning crash recovery of 1 threads
    Fri Sep 18 11:41:07 2009
    Started redo scan
    Fri Sep 18 11:41:07 2009
    Errors in file c:\oraclexe\app\oracle\admin\xe\udump\xe_ora_2692.trc:
    ORA-00313: open failed for members of log group 2 of thread 1
    ORA-00312: online log 2 thread 1: 'C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_2_57J0VR00_.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    Fri Sep 18 11:41:07 2009
    Aborting crash recovery due to error 313
    Fri Sep 18 11:41:07 2009
    Errors in file c:\oraclexe\app\oracle\admin\xe\udump\xe_ora_2692.trc:
    ORA-00313: open failed for members of log group 2 of thread 1
    ORA-00312: online log 2 thread 1: 'C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_2_57J0VR00_.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    ORA-313 signalled during: alter database open...
    Fri Sep 18 11:41:11 2009
    Starting ORACLE instance (normal)
    Shutting down instance: further logons disabled
    Fri Sep 18 11:43:19 2009
    Stopping background process CJQ0
    Fri Sep 18 11:43:19 2009
    Stopping background process MMNL
    Fri Sep 18 11:43:19 2009
    Stopping background process MMON
    Fri Sep 18 11:43:19 2009
    Shutting down instance (immediate)
    License high water mark = 1
    Fri Sep 18 11:43:19 2009
    Stopping Job queue slave processes
    Fri Sep 18 11:43:19 2009
    Job queue slave processes stopped
    Waiting for dispatcher 'D000' to shutdown
    All dispatchers and shared servers shutdown
    Fri Sep 18 11:43:20 2009
    alter database close normal
    ORA-1109 signalled during: alter database close normal...
    Dump file c:\oraclexe\app\oracle\admin\xe\bdump\alert_xe.log
    Fri Sep 18 11:43:27 2009
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows XP Version V5.1 Service Pack 3
    CPU                 : 1 - type 586, 1 Physical Cores
    Process Affinity    : 0x00000000
    Memory (Avail/Total): Ph:708M/990M, Ph+PgF:1375M/1621M, VA:1945M/2047M
    Fri Sep 18 11:43:27 2009
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =10
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
      sessions                 = 49
      __shared_pool_size       = 79691776
      __large_pool_size        = 8388608
      __java_pool_size         = 4194304
      __streams_pool_size      = 0
      spfile                   = C:\ORACLEXE\APP\ORACLE\PRODUCT\10.2.0\SERVER\DBS\SPFILEXE.ORA
      sga_target               = 146800640
      control_files            = C:\ORACLEXE\ORADATA\XE\CONTROL.DBF
      __db_cache_size          = 50331648
      compatible               = 10.2.0.1.0
      db_recovery_file_dest    = C:\oraclexe\app\oracle\flash_recovery_area
      db_recovery_file_dest_size= 10737418240
      undo_management          = AUTO
      undo_tablespace          = UNDO
      remote_login_passwordfile= EXCLUSIVE
      dispatchers              = (PROTOCOL=TCP) (SERVICE=XEXDB)
      shared_servers           = 4
      job_queue_processes      = 4
      audit_file_dest          = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\ADUMP
      background_dump_dest     = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\BDUMP
      user_dump_dest           = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\UDUMP
      core_dump_dest           = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\CDUMP
      db_name                  = XE
      open_cursors             = 300
      os_authent_prefix        =
      pga_aggregate_target     = 31457280
    PMON started with pid=2, OS id=3168
    PSP0 started with pid=3, OS id=3172
    MMAN started with pid=4, OS id=3176
    DBW0 started with pid=5, OS id=3180
    LGWR started with pid=6, OS id=3184
    CKPT started with pid=7, OS id=3188
    SMON started with pid=8, OS id=3192
    RECO started with pid=9, OS id=3196
    CJQ0 started with pid=10, OS id=3200
    MMON started with pid=11, OS id=3204
    MMNL started with pid=12, OS id=3208
    Fri Sep 18 11:43:28 2009
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    starting up 4 shared server(s) ...
    Oracle Data Guard is not available in this edition of Oracle.
    Fri Sep 18 11:43:28 2009
    alter database mount exclusive
    Fri Sep 18 11:43:32 2009
    Setting recovery target incarnation to 2
    Fri Sep 18 11:43:32 2009
    Successful mount of redo thread 1, with mount id 2579057184
    Fri Sep 18 11:43:32 2009
    Database mounted in Exclusive Mode
    Completed: alter database mount exclusive
    Fri Sep 18 11:43:33 2009
    alter database open
    Fri Sep 18 11:43:34 2009
    Beginning crash recovery of 1 threads
    Fri Sep 18 11:43:34 2009
    Started redo scan
    Fri Sep 18 11:43:34 2009
    Errors in file c:\oraclexe\app\oracle\admin\xe\udump\xe_ora_3240.trc:
    ORA-00313: open failed for members of log group 2 of thread 1
    ORA-00312: online log 2 thread 1: 'C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_2_57J0VR00_.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    Fri Sep 18 11:43:34 2009
    Aborting crash recovery due to error 313
    Fri Sep 18 11:43:34 2009
    Errors in file c:\oraclexe\app\oracle\admin\xe\udump\xe_ora_3240.trc:
    ORA-00313: open failed for members of log group 2 of thread 1
    ORA-00312: online log 2 thread 1: 'C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_2_57J0VR00_.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    ORA-313 signalled during: alter database open...
    Fri Sep 18 11:43:38 2009
    Starting ORACLE instance (normal)
    Fri Sep 18 11:47:55 2009
    Shutting down instance: further logons disabled
    Fri Sep 18 11:47:55 2009
    Stopping background process CJQ0
    Fri Sep 18 11:47:55 2009
    Stopping background process MMNL
    Fri Sep 18 11:47:55 2009
    Stopping background process MMON
    Fri Sep 18 11:47:55 2009
    Shutting down instance (immediate)
    License high water mark = 1
    Fri Sep 18 11:47:55 2009
    Stopping Job queue slave processes
    Fri Sep 18 11:47:55 2009
    Job queue slave processes stopped
    Waiting for dispatcher 'D000' to shutdown
    Waiting for shared server 'S001' to die
    All dispatchers and shared servers shutdown
    Fri Sep 18 11:47:56 2009
    ALTER DATABASE CLOSE NORMAL
    ORA-1109 signalled during: ALTER DATABASE CLOSE NORMAL...
    Fri Sep 18 11:47:56 2009
    ALTER DATABASE DISMOUNT
    Completed: ALTER DATABASE DISMOUNT
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    Fri Sep 18 11:48:23 2009
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =10
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
      sessions                 = 49
      __shared_pool_size       = 79691776
      __large_pool_size        = 8388608
      __java_pool_size         = 4194304
      __streams_pool_size      = 0
      spfile                   = C:\ORACLEXE\APP\ORACLE\PRODUCT\10.2.0\SERVER\DBS\SPFILEXE.ORA
      sga_target               = 146800640
      control_files            = C:\ORACLEXE\ORADATA\XE\CONTROL.DBF
      __db_cache_size          = 50331648
      compatible               = 10.2.0.1.0
      db_recovery_file_dest    = C:\oraclexe\app\oracle\flash_recovery_area
      db_recovery_file_dest_size= 10737418240
      undo_management          = AUTO
      undo_tablespace          = UNDO
      remote_login_passwordfile= EXCLUSIVE
      dispatchers              = (PROTOCOL=TCP) (SERVICE=XEXDB)
      shared_servers           = 4
      job_queue_processes      = 4
      audit_file_dest          = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\ADUMP
      background_dump_dest     = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\BDUMP
      user_dump_dest           = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\UDUMP
      core_dump_dest           = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\CDUMP
      db_name                  = XE
      open_cursors             = 300
      os_authent_prefix        =
      pga_aggregate_target     = 31457280
    PMON started with pid=2, OS id=3628
    PSP0 started with pid=3, OS id=3632
    MMAN started with pid=4, OS id=3636
    DBW0 started with pid=5, OS id=3640
    LGWR started with pid=6, OS id=3644
    CKPT started with pid=7, OS id=3648
    SMON started with pid=8, OS id=3652
    RECO started with pid=9, OS id=3656
    CJQ0 started with pid=10, OS id=3660
    MMON started with pid=11, OS id=3664
    MMNL started with pid=12, OS id=3668
    Fri Sep 18 11:48:24 2009
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    starting up 4 shared server(s) ...
    Oracle Data Guard is not available in this edition of Oracle.
    Fri Sep 18 11:48:24 2009
    ALTER DATABASE   MOUNT
    Fri Sep 18 11:48:29 2009
    Setting recovery target incarnation to 2
    Fri Sep 18 11:48:29 2009
    Successful mount of redo thread 1, with mount id 2579048520
    Fri Sep 18 11:48:29 2009
    Database mounted in Exclusive Mode
    Completed: ALTER DATABASE   MOUNT
    Fri Sep 18 11:48:29 2009
    ALTER DATABASE OPEN
    Fri Sep 18 11:48:29 2009
    Beginning crash recovery of 1 threads
    Fri Sep 18 11:48:29 2009
    Started redo scan
    Fri Sep 18 11:48:29 2009
    Errors in file c:\oraclexe\app\oracle\admin\xe\udump\xe_ora_3708.trc:
    ORA-00313: open failed for members of log group 2 of thread 1
    ORA-00312: online log 2 thread 1: 'C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_2_57J0VR00_.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    Fri Sep 18 11:48:29 2009
    Aborting crash recovery due to error 313
    Fri Sep 18 11:48:29 2009
    Errors in file c:\oraclexe\app\oracle\admin\xe\udump\xe_ora_3708.trc:
    ORA-00313: open failed for members of log group 2 of thread 1
    ORA-00312: online log 2 thread 1: 'C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_2_57J0VR00_.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    ORA-313 signalled during: ALTER DATABASE OPEN...
    Fri Sep 18 11:53:41 2009
    db_recovery_file_dest_size of 10240 MB is 0.98% used. This is a
    user-specified limit on the amount of space that will be used by this
    database for recovery-related files, and does not reflect the amount of
    space available in the underlying filesystem or ASM diskgroup.

  • SQL - How to attach FileStream enabled db without log file

    I'm trying to attach a FileStream enabled database without a log file. My SQL looks something like this:
    USE master
    CREATE DATABASE MyDB
    ON PRIMARY(NAME = N'MyDB', FILENAME = 'C:\myDB.MDF' ),
    FILEGROUP myFileGroup CONTAINS FILESTREAM ( NAME = myData, FILENAME = 'C:\myFileGroup')      
    For Attach
    Here is the error I'm receiving:
    Msg 5173, Level 16, State 3, Line 2
    One or more files do not match the primary file of the database.
    If you are attempting to attach a database, retry the operation with the correct files.  
    If this is an existing database, the file may be corrupted and should be restored from a backup.
    Does anyone know if it's possible to attach a FileStream enabled database without the original log file?  Thanks!

    Hi cgregory,
    The error might occur if the database is not shutdown cleanly. In this case, log file is required, or, you will have some data lost. Please pay attention to this thread addressing this type of issue:
    attaching DB without .ldf file ???
    For attach a database with FILESTREAM enabled, please refer to this article:
    How to Detach and Attach a SQL Server FILESTREAM Enabled Database.
    Stephanie Lv
    TechNet Community Support

  • Truncating Log file - SQL

    Hi All,
    We need some help in reducing the size of our log files.
    Our database has grown to 17gig and our log file is just over 12gig. Our database recovery model is "full".
    We are running complete backups once a night, and also doing an hourly transaction log backup. I have tried right clicking the database in EM->all tasks->shrink database and specifically selected the log file and clicked ok, as well as just clicking ok, but there seems to be no effect.
    Can anyone outline how to do this? From what I can tell, we are only using around 50Mb of the logfile and the rest is just empty space!
    Thanks
    Rajiv

    Ok, lets split this up into 2 issues to keep things simple:
    1. In our present situation (using the FULL recovery model), we are performing a full backup every night. We are also backing up the transaction log every hour during working hours. In this scenario, from what I understand the transaction log file should be truncated to the point of backup. This is not happening on my server, so I am asking for guidance as to the best way to investigate why this is happening, and then of course the best way of truncating the file manually (T-SQL?).
    2. In terms of the recovery model, in our business people phone in with orders, payments etc which are all input directly into B1. We physically wouldn't be able to recover back to the previous day/last full backup, as alot of the input data isn't on paper/email. I have done a test restore with backup + logs etc previously - it's not difficult per se, just lo-ong =).
    The change in hardware works 2 ways... yes, you're right in that hardware may be more reliable, but the basic business need for recovery in the event of failure remains unchanged (in our specific case). In contrast however, as the hardware gets faster and faster, our 17gig DB + logfile (note, this should be nowhere near 12gig) will not be as incumbent as perhaps one might expect on our file server. Now if we can do full backups semi-transparently using the simple model every hour on newer hardware... that's one less thing to worry about! =)

  • Database-Specific Log Files?

    Hi,
    Assuming that you are using an environment, is there some way to specify database-specific (rather than environment-specific) location for log files? Or, put another way, can you ask log files to be created for each database rather than each environment?
    Thanks,
    -- [email protected]
    Andrew Bell
    Iowa State University

    Hi Andrew,
    Could you let us know what is the goal that you want to achieve by using per database log files?
    You could open a single database per environment, thus having the log files associated with a single database, but this is not a scalable solution at all. Or, you could create your own logging mechanism, which might be quite complicated as it will affect related operations, such as checkpoints, recovery etc.
    Regards,
    Andrei

  • Exchange 2010 personal archive database massive log file generation

    Exchange Server 2010 SP3 + Update Rollup 4
    Windows Server 2008 R2, all updates
    VMware ESXi 5.5
    Server config: 2 x Xeon Quad Core 2.20GHz, 16GB RAM
    We recently started using personal archives. I created a database for this purpose ("Archive Mailboxes") on the same datastore as our live mailbox database ("Live Mailboxes"). It works great except that the mailbox maintenance generates
    massive amounts of log files, over 220GB per day on average. I need to know why. The Live Mailbox database generates around 70GB of log files every day. The database sizes are: Live = 159.9GB, Archive = 196.8GB. Everything appears to be working fine, there
    are no Error events related to archiving. There are 10025 MSExchangeMailboxAssistant warning events logged every day. I have moved those mailboxes back-and-forth to temp databases (both Live and Archive mailboxes) and the 10025 events have not stopped so I'm
    reasonably certain there is no corruption. Even if there were it still doesn't make sense to me that over 100 log files are generated every single minute of the day for the Archive store. And it's not that the database isn't being fully backed up; it is, every
    day.
    Do I need to disable the 24x7 option for mailbox maintenance to stop this massive log file generation? Should I disable mailbox maintenance altogether for the Archive store? Should I enable circular logging for the Archive store (would prefer to NOT do this,
    though I am 100% certain we have great backups)? It appears to me that mailbox maintenance on the Live store takes around 12 hours to run so I'm not sure it needs the 24x7 option.
    This is perplexing. Need to find a solution. Backup storage space is being rapidly consumed.

    I'm sure it will be fine for maintenance to run only on weekends so I'll do that.
    We use Veeam B&R Enterprise 7.0.0.833. We do not run incremental backups during the day but probably could if necessary. All this is fine and dandy but it still doesn't explain why this process generates so many logs. There are a lot of posts around
    the internet from people with the same issue so it would be nice to hear something from Microsoft, even if this is expected behavior.
    Thank you for the suggestions!

  • Oracle Enterprise Manager 11g Database Control log file location

    Any one knows where the log file is for Oracle Enterprise Manager 11g Database Control. I am trying to set up EUS proxy authentication and running into issues when trying to search proxy user in my DB. The search returns no results and I am not sure where to look for. Please not my setup does work for EUS with shared or exclusive schema. I need to use Oracle DB proxy authentication for my application and that would need a setup of EUS with proxy permissions so please advice if you know where the log file is for Oracle Enterprise Manager 11g Database Control or if there is any logging I can turn on to see what search parameters are passed from Oracle Enterprise Manager 11g Database Control to my DB by using DB audit etc.
    Thanks,

    Be patient...wait for report.
    If after some time report does not appear, go to Advisor Central and find it there.
    :p

  • Oracle 10g R2 Database Redo Log Files

    I had 3 redo log files, each of size 50 MB. i added 3 more redo log files, each of size 250 MB.
    Database is running in archive mode, files are generating with different sizes like 44 MB and 240 MB, i need to know is this harm for database or not?
    to make all archive redo log files generation of equal size what should i do?
    Please guide

    Waheed,
    When the redo log switch willbe happening,oracle would be asking archiver to log that into the archive file.So in case you have any parameters set to make the switch happen at certain time,depending on the activity of teh database,the archive file size may vary.There is no harm wit the different sizes of the files.What matters is the transaction informaiton contained in them not their size.
    to make all archive redo log files generation of equal size what should i do?
    As mentioned by Syed, you can make the switch happen at a defined interval which will not ensure but still will be a step to make the archive files of the same size.But I shall say you should bother more about making sure that the files are available rather than their size.
    Aman....

  • CR2008  Cannot report on IIS Log file data source

    I have CR2008 (SP0) and CRXIR2 installed on a Vista desktop.   I can create reports against IIS Log files using XIR2.   When I attempt to make the data connection using CR2008, I go through the same dialog to select log files and dates but at the end it displays "no items found" and I have no table connection that I can add to the report.
    My primary source is IIS 6 log files on a server using a mapped drive.  I have also tried the same using local IIS 7 on the same Vista pc that Crystal is installed on and neither work using CR2008;  both work fine from CRXIR2.
    I also opened from CR2008 an IIS log report created in CRXIR2 and oddly the report runs from 2008 but I cannot modify the data connection as I again just receive "no items found" if I attempt to establish another connection.
    I've tried a re-install and I've confirmed in Crystal setup that I have installed Web Activity Logs as Data source.

    Hi there,
    Try the following:
    1.  Connect to directory of where your IIS server that contains the log file.  It should be in C:\Windows\system32\LogFiles\W3SVC1
    (Or alternatively, I should suggest copying one of these files over locally to your workstation to test.  The file should be in the format of ex*.log)
    2.  Open up CR2008, and do a "Create New Connection"
    3.  Then choose "More Data Sources" -> "MS IIS/Proxy Log Files"
    4.  Point to where your logfile is, whether locally or remotely on the server. 
    5.  A "Select Log Files and Dates" window should appear
    6.  Under "Enter Log File Format and Location" panel (at the top), choose "Extend (ex*.log)" format
    7.  Browse to the file that you would to report off.

  • Cannot find Fixed Asset Log file

    I am trying to upload fixed assets with the fixed asset template.  I am getting errors.  I see on the forum that there is a fixed asset log file, but I cannot find it. 
    1) Is the log file on my computer or on the server?
    2) What is the location of the log file?
    Regards,
    Fred

    Gordon,
    I checked the directory where I uploaded the fixed asset file from and there was no log file.
    Regards,
    Wayne

  • Database, redo log files accessiblity

    Hi guys!
    I have a quick question regarding Oracle File Permissions (Operational Security Check).
    How would one check if the Oracle files are not world read/writeable
    (database, redo log and control files are not world accessible)?
    Thanks!

    Hi guys!
    I have a quick question regarding Oracle File Permissions (Operational Security Check).What is this referring to?
    How would one check if the Oracle files are not world read/writeable
    (database, redo log and control files are not world accessible)?Example from a lab setup on AIX
    $ find $ORACLE_HOME | wc -l
    18197
    $ find $ORACLE_HOME -perm -0002
    If "at least" the world writable bit is set, find will list files in and below Home top directory.

Maybe you are looking for

  • How to create delivery with lesser quantity than Scheduling agreement

    HI all, I have one Scheduling Agreement SCHDMNT1 with ITEM A and Qty 100. Now i want to create 2 deliveries against this Agreement i.e DEL1 - ITEM A QTY 40 and DEL2 - ITEM A QTY 60. How to achieve this while manually entering the deliveries. What are

  • How to change the username in SCN ?

    Hello SAP, how can I change my username, to no longer consists german "Umlauts" ? Currently, it looks everywhere (even here in the forum) like this: "Volker Güldenpfennig" As you can imagine, I would prefer the following: "Volker Gueldenpfennig" Thi

  • Flow diagram of AP,AR,PO and OPM MOdule

    Hi, I want to learn the flow of tables of AR,AP and OPM module. My question is that is how to learn these flow and ...is thr any documents or flow diagram ?? I am new in Oracle so i want to know the functional flow also. Please share the documents if

  • Images do not open in messages

    images do not open in messages

  • ActiveDirectory module, how to authenticate to an outside AD environment?

    I have an interesting problem and I'm not sure how to work around it. My AD environment is Windows 2008 R2. My workstation in Windows 8.1 NOT joined to active directory. I need to run/develop some PS scripts that use the ActiveDirectory module, howev