Error in restoring a database

Hi,
I can't able to restore a database, below is the error,please help me out?
TITLE: Microsoft SQL Server Management Studio
Restore failed for Server 'xxxxx'.  (Microsoft.SqlServer.SmoExtended)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=10.50.1600.1+((KJ_RTM).100402-1539+)&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Restore+Server&LinkId=20476
ADDITIONAL INFORMATION:
System.Data.SqlClient.SqlError: The media set has 2 media families but only 1 are provided. All members must be provided. (Microsoft.SqlServer.Smo)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=10.50.1600.1+((KJ_RTM).100402-1539+)&LinkId=20476

Basically the error is telling you that when the backup was taken it was made to two backup files rather than one, so the backup was stripped across the two of them. You're now trying to restore the backup using only one of those files, which is why you're
getting the error. To do the restore you need to use both files not just one of them. There's a good discussion of this error here
http://social.msdn.microsoft.com/Forums/sqlserver/en-US/abf50e00-c9b0-4809-9e61-43ed8a53e968/the-media-set-has-2-media-families-but-only-1-are-provided?forum=sqltools which goes into more detail of how you end up in this situation, and also methods you
can use to find out what the second file was (in case you don't know) so you can hopefully track it down.

Similar Messages

  • Error on restore a database using sqlcmd

    Hi
    I wrote a command to to restore a database (from SQL server backup tool) , it works for a few restore files but faild with a specific bak file.
    The error:
    sqlcmd  -U sa -P password -Q "RESTORE DATABASE TfsWorkItemTracking FROM DISK='x:\tfs\TfsWorkItemTracking.bak' WITH  FILE = 1,
     MOVE N'TfsWorkItemTracking' TO N'D:\SQL_Data\Data\TfsWorkItemTracking.mdf',  MOVE N'TfsWorkItemTracking_log' TO N'L:\SQL_Data\Log\TfsWorkIt
    emTracking_log.ldf',  NOUNLOAD,  REPLACE,  STATS = 100"
    Msg 3634, Level 16, State 1, Server SRVRND-TFSDB10, Line 1
    The operating system returned the error '3(failed to retrieve text for this error. Reason: 15105)' while attempting 'CreateFile' on 'C:\Prog
    ram Files\Microsoft SQL Server\MSSQL.1\MSSQL\FTData\TeamFoundationServer10FullTextCatalog\SQL.HDR'.
    Msg 3013, Level 16, State 1, Server SRVRND-TFSDB10, Line 1
    RESTORE DATABASE is terminating abnormally.
    I understood from the error that it is an access error - BUT the path the process try to create the file is not exist at all.
    One more issue - when I use the SQL Management consle to restore the database it works propery.
    Any idea ?
    CM Consultant

    Hello Jason, OP and future readers,
    The issue here is not what Jason suggested, but was caused by the fact that this database (TfsWorkItemTracking) is a part of Team Foundation Server, and has embedded in it a third item (for Full Text Search queries) that also needs its own MOVE TO clause.
    Here is a suitable SQLCMD query that will do what the OP needed:
    sqlcmd -U sa -P password -Q "RESTORE DATABASE [TfsWorkItemTracking] FROM  DISK = ’x:\tfs\TfsWorkItemTracking.bak’ WITH  FILE = 1, 
    MOVE N’TfsWorkItemTracking’ TO N’D:\SQL_Data\Data\TfsWorkItemTracking.mdf’, 
    MOVE N’TfsWorkItemTracking_log’ TO ’L:\SQL_Data\Log\TfsWorkItemTracking.LDF’, 
    MOVE N’sysft_TeamFoundationServer10FullTextCatalog’ TO N’D:\SQL_Data\Data\TfsWorkItemTracking.TeamFoundationServer10FullTextCatalog’, 
    NOUNLOAD,  STATS = 100"
    The original poster was missing that third "MOVE TO" clause, and SQL Server didn't know what to do with the Full Text metadata in this backup.  Note that this object is referenced in the error message, and note that it is attempting
    to create this file on the C:, which is the original location of the file when the backup was made, hence leading to the solution.
    It is a certainty that the OP ran into this while attempting to migrate from Team Foundation Server 2008 to new hardware and a newer version of SQL and TFS, as this is a common hiccough in the process that isn't well documented.  (The majority of the
    instructions just say "back up the databases, then restore them to the new SQL server...)
    Jeff Woods
    STI Computer Services, Inc.
    Eagleville, PA

  • Error During restoring a database through RMAN in Oracle 9i

    Hi all,
    I have taken a full backup in oracle 9i through RMAN in one server(Solaris).
    After that moved that backupset to another server. Server Locations are same. I need to restore the backup in the new server.
    I am using pfile.
    Steps I followed:
    1. Using pfile i have started the db in nomount.
    2. Then restored the controlfile from backup and mounted the database.
    3. then tried to restore the database - I have to restore three of my datafiles to different location, hence i used "set new name "
    But RMAN threw an error while restoring.
    RMAN-00558:
    RMAN-01009:
    File not found.
    Can anyone help to resolve this error.
    Thanks in Advance.

    Hi,
    Thanks, but I took the backup of the database using the command:
    backup database;Only this command i issued.
    In the new server, I tried to list the backup using list backup command by putting the db in mount stage.
    I m not able to view the backup information.
    Is there any command to register the backup information using the catalog?
    -

  • Error while restoring the database in SQL DB.

    When I try to restore Sql backup file for my database in the process of ALM project migration process , but its throwing an error as follow:
    “System.Data.SqlClient.SqlError: The backup set holds a backup of a database other than the existing  database. (Microsoft.SqlServer.Smo)”
    My database in sql server 2008.
    Please let me know the solution and what can be the problem?

    Hi,
    Can you check with the Permissions
    ORA-15055: unable to connect to ASM instanceORA-01031: insufficient privileges>
    Anand

  • Error  While  Restoring  Rman database

    file names not getting convert..even after putting db_file_name_convert
    db_file_name_convert='/data1/oradata/UAT/','/opt/u02/app/oracle/oradata/oamnint'
    logfile_name_convert='/data2/oradata/UAT/','/opt/u02/app/oracle/oradata/omanint','/oracle/app/oracle/oradata/','/opt/u02/app/oracle/oradata/omanint'
    we use this parameter
    ORA-19502: write error on file "/data2/oradata/NUAT/undotbs01.dbf", block number 539328 (block size=8192)
    ORA-27072: File I/O error
    Additional information: 4
    Additional information: 539328
    Additional information: 249856
    channel ORA_AUX_DISK_1: starting datafile backup set restore
    channel ORA_AUX_DISK_1: specifying datafile(s) to restore from backup set
    channel ORA_AUX_DISK_1: restoring datafile 00017 to /data2/oradata/UAT/DASCORE.dbf
    channel ORA_AUX_DISK_1: reading from backup piece /opt/dbkp/rmanbackup01/rmanbkp_old/17ou0733_1_1_UAT_20140113
    channel ORA_AUX_DISK_1: piece handle=/opt/dbkp/rmanbackup01/rmanbkp_old/17ou0733_1_1_UAT_20140113 tag=TAG20140113T194559
    channel ORA_AUX_DISK_1: restored backup piece 1
    channel ORA_AUX_DISK_1: restore complete, elapsed time: 00:00:26
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 01/15/2014 17:44:55
    RMAN-05501: aborting duplication of target database
    RMAN-05556: not all datafiles have backups that can be recovered to SCN 714518081
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-06026: some targets not found - aborting restore
    RMAN-06023: no backup or copy of datafile 3 found to restore
    RMAN-06023: no backup or copy of datafile 2 found to restore
    RMAN-06023: no backup or copy of datafile 1 found to restore
    Thanks.

    Is your UNDOTBS is in FS "/data2/oradata/NUAT/undotbs01.dbf" ? Did you convert this FS to new FS name? First error seems to be issue with this.
    Second issue is seems to be you dont valid backup for the  SCN 714518081. Pls give us the restore script and also check whether you have valid backups.

  • Error while restoring oracle database by using brrestore command

    Dear Experts ,
    please check and give me your suggesitions on my issue
    now we are trying to restore my oracle database from prd to quality
    by using brrestore command
    and it is terminated with an error at persent 30 %
    error log
    BR0278E command output of 'LANG=C dd ibs=64k if=/dev/rmt/ocbn of=/oracle/QAS/sapdata1/sr1_11/sr1.data11';
    BR0359E Restore of /oracle/QAS/sapdata1/sr1_11/sr1.data11 from /dev/rmt/ocbn failed due to previous errors
    BR0406I End of file restore
    BR0404I brrestore terminated with errors
    Regards

    Ershad Ahmed wrote:
    Hi Swathi,
    >
    > Before performing the restore i would always restore control file from the backup to make sure that restore is working
    Hi,
    he already restored 30%, so I think we can safely assume at least some stuff did work.
    Allthough I agree that since the controlfile is saved last, this is a good test.
    Seems to be either a dirty tape (clean drive, repeat) or a faulty backup ( ugh ).
    When you retry after cleaning, you can use -f (fillup) to save the restore from retrieving the files it allready got.
    Check the initSID.sap for the backup  & restore commands and esp. the bs= / ibs= / obs= options.
    Volker

  • 404 error after restoring the database

    Friends, our dba team restored the Flows_030000 schema after a complete monthly refresh of our server (RMAN restore). Now when I try to access the APEX admin page or any of the applications it gives me a 404 error saying '/pls/apex/apex_admin/ was not found on this server'.
    I looked at the apache error log file and found the following
    mod_plsql: /pls/apex/apex_admin HTTP-404 ORA-04063: package body "FLOWS_030000.WWV_FLOW_SECURITY" has errors
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at "FLOWS_030000.F", line 276
    ORA-06512: at "FLOWS_030000.APEX_ADMIN", line 5
    ORA-06512: at line 10.
    The RMAN refresh is a regular monthly process for us it was going smooth for the past one year ever since we deployed Apex 2.2. Last month we upgraded it to 3.0 and this is the first refresh after the upgrade.
    I feel it is most probably a priveleges issue. But not sure what it could be.
    Guys, any thoughts or any experiences facing the same kind of situation?

    You could do a new install in a different database and see what privileges the FLOWS_030000 schema has that were granted by SYS, for example (don't use these results):
    SQL> select granted_role from dba_role_privs where grantee='FLOWS_030000';
    GRANTED_ROLE
    SELECT_CATALOG_ROLE
    RESOURCE
    CONNECT
    SQL> select privilege from dba_sys_privs where grantee='FLOWS_030000';
    PRIVILEGE
    CREATE OPERATOR
    DROP ANY DIRECTORY
    CREATE PROCEDURE
    CREATE JOB
    CREATE ANY CONTEXT
    CREATE DIMENSION
    CREATE MATERIALIZED VIEW
    ALTER DATABASE
    CREATE ANY DIRECTORY
    CREATE VIEW
    CREATE CLUSTER
    DROP USER
    DROP TABLESPACE
    CREATE ROLE
    CREATE PUBLIC SYNONYM
    CREATE SYNONYM
    CREATE TABLE
    CREATE INDEXTYPE
    CREATE TRIGGER
    EXECUTE ANY PROCEDURE
    SELECT ANY TABLE
    CREATE USER
    CREATE DATABASE LINK
    CREATE SEQUENCE
    ALTER USER
    CREATE TABLESPACE
    ALTER SYSTEM
    DROP PUBLIC SYNONYM
    ALTER SESSION
    CREATE LIBRARY
    CREATE TYPE
    31 rows selected.
    SQL>
    SQL> select owner||':'||table_name||':'||privilege from dba_tab_privs where grantee='FLOWS_030000' and grantor='SYS';
    SYS:EXPORT_FILES_DEMO:WRITE
    SYS:EXPORT_FILES_DEMO:READ
    SYS:DBMS_REGISTRY:EXECUTE
    SYS:UTL_FILE:EXECUTE
    SYS:UTL_SMTP:EXECUTE
    SYS:UTL_HTTP:EXECUTE
    SYS:DBMS_LOB:EXECUTE
    SYS:DBMS_LOCK:EXECUTE
    SYS:DBMS_SYS_SQL:EXECUTE
    SYS:DBMS_FLASHBACK:EXECUTE
    SYS:DBMS_RLS:EXECUTE
    SYS:DBMS_CRYPTO:EXECUTE
    SYS:WWV_FLOW_VAL:EXECUTE
    SYS:SEG$:SELECT
    SYS:TS$:SELECT
    SYS:OBJ$:SELECT
    SYS:USER$:SELECT
    SYS:ARGUMENT$:SELECT
    SYS:V_$SQL_PLAN:SELECT
    SYS:V_$PROCESS:SELECT
    SYS:V_$SESSION:SELECT
    SYS:V_$LOCKED_OBJECT:SELECT
    SYS:V_$SESSTAT:SELECT
    SYS:V_$MYSTAT:SELECT
    SYS:V_$SYSSTAT:SELECT
    SYS:V_$STATNAME:SELECT
    SYS:V_$PARAMETER:SELECT
    SYS:V_$DATABASE:SELECT
    SYS:V_$SQL:SELECT
    SYS:V_$OPEN_CURSOR:SELECT
    SYS:V_$TIMER:SELECT
    SYS:V_$SESSION_WAIT:SELECT
    SYS:V_$SESS_IO:SELECT
    SYS:DBA_PROFILES:SELECT
    SYS:ALL_COL_COMMENTS:SELECT
    SYS:DBA_COL_COMMENTS:SELECT
    SYS:DBA_COL_PRIVS:SELECT
    SYS:DBA_DB_LINKS:SELECT
    SYS:DBA_INDEXES:SELECT
    SYS:ALL_IND_COLUMNS:SELECT
    SYS:DBA_IND_COLUMNS:SELECT
    SYS:ALL_OBJECTS:SELECT
    SYS:DBA_OBJECTS:SELECT
    SYS:DBA_ROLLBACK_SEGS:SELECT
    SYS:USER_ROLE_PRIVS:SELECT
    SYS:DBA_ROLE_PRIVS:SELECT
    SYS:USER_SYS_PRIVS:SELECT
    SYS:DBA_SYS_PRIVS:SELECT
    SYS:ALL_SEQUENCES:SELECT
    SYS:DBA_SEQUENCES:SELECT
    SYS:DBA_SYNONYMS:SELECT
    SYS:ALL_SYNONYMS:SELECT
    SYS:ALL_TABLES:SELECT
    SYS:DBA_TABLES:SELECT
    SYS:ALL_TAB_COLUMNS:SELECT
    SYS:DBA_TAB_COLUMNS:SELECT
    SYS:ALL_TAB_COMMENTS:SELECT
    SYS:DBA_TAB_COMMENTS:SELECT
    SYS:DBA_TAB_PRIVS:SELECT
    SYS:ALL_USERS:SELECT
    SYS:DBA_USERS:SELECT
    SYS:ALL_VIEWS:SELECT
    SYS:DBA_VIEWS:SELECT
    SYS:ALL_CONSTRAINTS:SELECT
    SYS:DBA_CONSTRAINTS:SELECT
    SYS:ALL_CONS_COLUMNS:SELECT
    SYS:DBA_CONS_COLUMNS:SELECT
    SYS:DBA_TYPES:SELECT
    SYS:DBA_RECYCLEBIN:SELECT
    SYS:DBA_LOCK:SELECT
    SYS:ALL_ERRORS:SELECT
    SYS:DBA_ERRORS:SELECT
    SYS:DBA_SOURCE:SELECT
    SYS:ALL_TRIGGERS:SELECT
    SYS:DBA_TRIGGERS:SELECT
    SYS:DBA_TRIGGER_COLS:SELECT
    SYS:ALL_DEPENDENCIES:SELECT
    SYS:DBA_DEPENDENCIES:SELECT
    SYS:DBA_JOBS:SELECT
    SYS:DBA_SEGMENTS:SELECT
    SYS:DBA_EXTENTS:SELECT
    SYS:DBA_FREE_SPACE:SELECT
    SYS:DBA_DATA_FILES:SELECT
    SYS:DBA_TABLESPACES:SELECT
    SYS:DBA_RSRC_PLAN_DIRECTIVES:SELECT
    SYS:DBA_SNAPSHOTS:SELECT
    SYS:DBA_FEATURE_USAGE_STATISTICS:SELECT
    SYS:DBA_JAVA_POLICY:SELECT
    88 rows selected.
    SQL>
    You might want to do the same for FLOWS_FILES.
    Scott

  • File name in msdb.dbo.backupset no longer matches the actual file name on the storage media. Error 3013 Restore Database is terminating abnormally.

    Thanks in advance for taking the time to read this and comment. Platform: Windows Server 2008 R2 Enterprise Edition SP1 (X64) Microsoft SQL Server 2008 R2 (SP1) - 10.50.2500.0 (X64) Jun 17 2011 00:54:03 Copyright (c) Microsoft Corporation
     Standard Edition (64-bit) on Windows NT 6.1 <X64> (Build 7601: Service Pack 1)Problem Description: The file name recorded in the msdb.dbo.backupset (sans the extension) no longer matches the actual file name written to the backup media which is
    in this case a NETAPP NAS storage share. Example:
    Mohave_backup_2014_03_14_233001_1158878.bak      (from NETAPP NAS filer)
    Mohave_backup_2014_03_16_233001_4167237             (from MSDB.dbo.backupset), as you can see, the last 7 digits (chars) of the file name are different, although the date and time are identical. The
    file names had previously been matching perfectly. The first occurance of this problem occured on 03/13/2014 at 5:00 AM MST. The error generated by the job was:
    Date  3/14/2014 10:29:23 AM
    Log  Job History (Refresh - Restore Mohave_93_DEV AD HOC)
    Step ID  1
    Server  OurDevServer
    Job Name  Refresh - Restore Mohave_93_DEV AD HOC
    Step Name  Restore Mohave_93_DEV
    Duration  00:00:01
    Sql Severity  0
    Sql Message ID  50000
    Operator Emailed  
    Operator Net sent  
    Operator Paged  
    Retries Attempted  0
    Message
    Executed as user: OurDomain\OurNetworkServiceLogin. Restore Mohave Prod to Mohave_93_DEV - ERROR: 3013 RESTORE DATABASE is terminating abnormally. [SQLSTATE 01000] (Message 50000).  The step succeeded.

    Olaf:
    Thanks for your reply. Sorry, my bad. I inadvertently copied wrong [name] form the msdb.dbo.backupset. On 3/13 and 3/14, the two file names did not match. In trying to select another example to show you this morning, I found that the names are now matching!
    What I was doing was to create dynamic t-sql to retrieve the latest prod backup of the database, and then restore it with move to the development server. This is an ad-hoc job that the developers can run by themselves whenever they require a refresh. Unfortunately,
    we only keep 3 days worth of backups for these databases, so the original disk file I was trying to use to restore no longer exists. Researching the original error, one of the error descriptions was that the restore could not find the file requested.
    I thought this very strange since I get the file name directly from the backupset table. Further research did indeed show that the file names were different, but unfortunately, I failed to save the details of the file names. Anyway, in looking for a new example
    to show you this morning, I have found that the file names are indeed matching exactly again. If this error pops up again, I will be sure to save all details and re-post.
    Thanks, regards and best wishes to you and yours, 

  • Error during Restore Database

    Hello everyone!
    First of all, i'm sorry for posting another restore problem, but i read all threads related and i still have my problem.
    I have a fresh new install of oracleXE, but when i try to restore de database from a backup store in other disk install in the same computer, using the restore database option include with the application, the program show me these steps:
    STEP 1:
    This operation will shut down and restore the database. Are you sure [Y/N]?
    I write 'Y'.
    STEP 2:
    This operation will shut down and restore the database. Are you sure [Y/N]?y
    Restore in progress...
    El servicio solicitado ya ha sido iniciado.
    Puede obtener más ayuda con el comando NET HELPMSG 2182.
    Recovery Manager : Release 10.2.0.1.0 - Production on Vie Ago 31 10:20:45 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    conectado a la base de datos destino: XE (DBID=2513092923)
    RMAN> set echo on;
    2> startup nomount pfile=C:\DOCUME~1\imgltda\CONFIG~1\Temp\rman_dummy.ora force;
    3>
    echo activado
    instancia Oracle iniciada
    Total del ┴rea Global del Sistema 285212672 bytes
    Fixed Size 1287016 bytes
    Variable Size 92277912 bytes
    Database Buffers 188743680 bytes
    Redo Buffers 2904064 bytes
    Recovery Manager terminado.
    Enter the flash recovery area location:
    I write this in my flash recovery area, where i have the backup files: D:\Respaldo.
    In this path i have de following folders: D:\Respaldo\XE; Inside this folder i have other folders: ARCHIVELOG, AUTOBACKUP, BACKUPSET, ONLINELOG.
    STEP 3 This is my problem:
    MAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: fallo del comando startup en 08/31/2007 10:24:10
    RMAN-04014: fallo al iniciar: ORA-01261: Parameter db_recovery_file_dest destina
    tion string cannot be translated
    ORA-01263: Name given for file destination directory is invalid
    OSD-04018: No se ha podido acceder al directorio o dispositivo especificado.
    O/S-Error: (OS 21) El dispositivo no est┐ listo.
    Recovery Manager terminado.
    ==================== ERROR =============================
    Restore of the database failed.
    RMAN Error - See log for error .
    Log file is at C:\ORACLEXE\APP\ORACLE\PRODUCT\10.2.0\SERVER\DATABASE\OX
    E_RESTORE.LOG.
    ==================== ERROR =============================
    Presione una tecla para continuar . . .
    The OXE_RESTORE file show me this:
    Recovery Manager : Release 10.2.0.1.0 - Production on Vie Ago 31 10:23:58 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Windows XP Version V5.1 Service Pack 2
    CPU : 2 - type 586
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:1652M/2021M, Ph+PgF:3435M/3914M, VA:2003M/2047M
    Starting with debugging turned off
    conectado a la base de datos destino: xe (no montada)
    RMAN> set echo on;
    2> restore (spfile from autobackup db_recovery_file_dest='D:\Respaldo');
    3> startup nomount force;
    4> restore (controlfile from autobackup);
    5> alter database mount;
    6> configure controlfile autobackup off;
    7> restore database;
    8>
    echo activado
    Iniciando restore en 31/08/07
    se utiliza el archivo de control de la base de datos destino en lugar del catálogo de recuperación
    canal asignado: ORA_DISK_1
    canal ORA_DISK_1: sid=37 devtype=DISK
    destino del área de recuperación: D:\Respaldo
    nombre de base de datos (o nombre único de base de datos) utilizado para la búsqueda: XE
    canal ORA_DISK_1: se ha encontrado una copia de seguridad automática en el área de recuperación
    canal ORA_DISK_1: se ha encontrado la copia de seguridad automática: D:\RESPALDO\XE\AUTOBACKUP\2007_08_27\O1_MF_S_631711029_3F5TQOVT_.BKP
    canal ORA_DISK_1: restauración de SPFILE a partir de la copia de seguridad automática terminada
    restore terminado en 31/08/07
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: fallo del comando startup en 08/31/2007 10:24:10
    RMAN-04014: fallo al iniciar: ORA-01261: Parameter db_recovery_file_dest destination string cannot be translated
    ORA-01263: Name given for file destination directory is invalid
    OSD-04018: No se ha podido acceder al directorio o dispositivo especificado.
    O/S-Error: (OS 21) El dispositivo no est¿ listo.
    Recovery Manager terminado.
    I really do not know what is my problem and how to solve it. I hope you guys can help me. I'm under a big pressure to solve this soon.
    My Operating System is: WinXP Pro
    I'm using APEX 2.01
    When I create the backup I use ARCHIVELOG enable
    Things i try:
    1. Install fresh oracle XE database, and restore
    2. Install fresh oracle XE database, enable archivelog and restore
    3. Install fresh oracle XE database, enable archivelog, change path of DB_RECOVERY_FILE_DEST to 'D:\Respaldo'.
    4. Install fresh oracle XE database, enable archivelog, change path of DB_RECOVERY_FILE_DEST to 'D:\Respaldo', and execute: @?/sqlplus/admin/movelogs;
    5. Install fresh oracle XE database, enable archivelog, change path of DB_RECOVERY_FILE_DEST to 'D:\Respaldo';, and change DB_RECOVERY_FILE_DEST_SIZE to 20G;
    NOTE: sorry for my english it is not my native language. and sorry for using a spanish version of the database.
    Message was edited by:
    Minning

    Well,
    After a lot of reading, i try this using rman:
    SQL
    1. SQL> connect xx/xx as sysdba
    2. SQL> shutdown immediate
    RMAN
    1. RMAN> connect target XE
    2. RMAN> startup nomount;
    3. RMAN> restore spfile to 'C:\xe.ora' from 'D:\Respaldo\XE\AUTOBACKUP\2007_08_27\O
    1_MF_S_631711029_3F5TQOVT_.BKP';
    4. RMAN> alter database mount;
    5. RMAN> restore database;
    in point n°5 i have the following problem:
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: fallo del comando restore en 09/06/2007 16:27:09
    RMAN-06026: no se han encontrado algunos destinos - abortando la restauraci¾n
    RMAN-06023: no se ha encontrado ninguna copia de seguridad o copia del archivo d
    e datos 4 para restaurar
    RMAN-06023: no se ha encontrado ninguna copia de seguridad o copia del archivo d
    e datos 3 para restaurar
    RMAN-06023: no se ha encontrado ninguna copia de seguridad o copia del archivo d
    e datos 2 para restaurar
    RMAN-06023: no se ha encontrado ninguna copia de seguridad o copia del archivo d
    e datos 1 para restaurar
    I try this command to find what's going on:
    RMAN> list backup;
    with this result:
    Lista de Juegos de Copias de Seguridad
    ===================
    Clave BS Tipo LV Tama±o Tipo de Dispositivo Tiempo Transcurrido Hora de F
    inalizaci¾n
    15 Full 736.04M DISK 00:00:19 24/08/07
    Clave BP: 15 Estado: EXPIRED Comprimido: NO Etiqueta: TAG20070824T12
    4938
    Nombre de Parte: E:\RESPALDO\XE\BACKUPSET\2007_08_24\O1_MF_NNNDF_TAG2007
    0824T124938_3DY3143F_.BKP
    Lista de Archivos de Datos en el juego de copias de seguridad 15
    Tipo de Archivo LV SCN Pto. Ctrl. Hora de Punto de Control Nombre
    1 Full 2747434 24/08/07 C:\ORACLEXE\ORADATA\XE\SYSTEM
    .DBF
    2 Full 2747434 24/08/07 C:\ORACLEXE\ORADATA\XE\UNDO.D
    BF
    3 Full 2747434 24/08/07 C:\ORACLEXE\ORADATA\XE\SYSAUX
    .DBF
    4 Full 2747434 24/08/07 C:\ORACLEXE\ORADATA\XE\USERS.
    DBF
    Clave BS Tipo LV Tama±o Tipo de Dispositivo Tiempo Transcurrido Hora de F
    inalizaci¾n
    16 Full 6.83M DISK 00:00:01 24/08/07
    Clave BP: 16 Estado: EXPIRED Comprimido: NO Etiqueta: TAG20070824T12
    5005
    Nombre de Parte: E:\RESPALDO\XE\AUTOBACKUP\2007_08_24\O1_MF_S_631457405_
    3DY31Y0H_.BKP
    Archivo de Control Incluido: SCN de Punto de Control: 2747446 Hora de Pun
    to de Control: 24/08/07
    SPFILE Incluido: Hora de Modificaci¾n: 24/08/07
    Clave BS Tipo LV Tama±o Tipo de Dispositivo Tiempo Transcurrido Hora de F
    inalizaci¾n
    17 Full 736.04M DISK 00:00:20 24/08/07
    Clave BP: 17 Estado: EXPIRED Comprimido: NO Etiqueta: TAG20070824T17
    0028
    Nombre de Parte: E:\RESPALDO\XE\BACKUPSET\2007_08_24\O1_MF_NNNDF_TAG2007
    0824T170028_3DYKQGTC_.BKP
    Lista de Archivos de Datos en el juego de copias de seguridad 17
    Tipo de Archivo LV SCN Pto. Ctrl. Hora de Punto de Control Nombre
    1 Full 2773728 24/08/07 C:\ORACLEXE\ORADATA\XE\SYSTEM
    .DBF
    2 Full 2773728 24/08/07 C:\ORACLEXE\ORADATA\XE\UNDO.D
    BF
    3 Full 2773728 24/08/07 C:\ORACLEXE\ORADATA\XE\SYSAUX
    .DBF
    4 Full 2773728 24/08/07 C:\ORACLEXE\ORADATA\XE\USERS.
    DBF
    Clave BS Tipo LV Tama±o Tipo de Dispositivo Tiempo Transcurrido Hora de F
    inalizaci¾n
    18 Full 6.83M DISK 00:00:02 24/08/07
    Clave BP: 18 Estado: EXPIRED Comprimido: NO Etiqueta: TAG20070824T17
    0054
    Nombre de Parte: E:\RESPALDO\XE\AUTOBACKUP\2007_08_24\O1_MF_S_631472454_
    3DYKR7OZ_.BKP
    Archivo de Control Incluido: SCN de Punto de Control: 2773741 Hora de Pun
    to de Control: 24/08/07
    SPFILE Incluido: Hora de Modificaci¾n: 24/08/07
    Clave BS Tipo LV Tama±o Tipo de Dispositivo Tiempo Transcurrido Hora de F
    inalizaci¾n
    19 Full 740.95M DISK 00:00:20 27/08/07
    Clave BP: 19 Estado: EXPIRED Comprimido: NO Etiqueta: TAG20070827T11
    1642
    Nombre de Parte: E:\RESPALDO\XE\BACKUPSET\2007_08_27\O1_MF_NNNDF_TAG2007
    0827T111642_3F5TPWHN_.BKP
    Lista de Archivos de Datos en el juego de copias de seguridad 19
    Tipo de Archivo LV SCN Pto. Ctrl. Hora de Punto de Control Nombre
    1 Full 2916556 27/08/07 C:\ORACLEXE\ORADATA\XE\SYSTEM
    .DBF
    2 Full 2916556 27/08/07 C:\ORACLEXE\ORADATA\XE\UNDO.D
    BF
    3 Full 2916556 27/08/07 C:\ORACLEXE\ORADATA\XE\SYSAUX
    .DBF
    4 Full 2916556 27/08/07 C:\ORACLEXE\ORADATA\XE\USERS.
    DBF
    Where it says 'Estado' (Status in english) I found this: 'EXPIRED', it seems that my 4 dbf files have some problem, right now i'm looking for a way to solve this, but with no luck.
    I think i need a little help again...

  • Error to restoring database through rman

    Hi all,
    I am trying to restore database through rman its showing error. The error is
    RMAN> recover database;
    Starting recover at 13-APR-09
    using channel ORA_DISK_1
    starting media recovery
    unable to find archive log
    archive log thread=1 sequence=5
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of recover command at 04/13/2009 13:00:44
    RMAN-06054: media recovery requesting unknown log: thread 1 seq 5 lowscn 543566
    Please let me know how to resolved this error;
    Thanks in advance
    Noman

    There's no "full or partial" recovery in Oracle.
    There are :
    1. Database Recovery and Tablespace Point In Time Recovery (aka TSPITR)
    In the former case, it is the database that is recovered.
    In TSPITR, a Tablespace is recovered to an (older) point in time, different from the rest of the database. Since a database must be consistent, a TSPITR is done by using an Auxiliary Instance -- only SYSTEM, UNDO and the required Tablespace are recovered to their own consistent point in time and then the Tablespace data is copied and and plugged back into the Target Database.
    2. Complete Recovery and Incomplete Recovery
    Complete Recovery is right upto the current point in time -- ie upto the last transaction in the online redo logs.
    Incomplete Recovery is upto any point of before the current online redo log (a Timestamp, SCN or LogSequenceNumber) .
    The scenario we are talking of is an Incomplete Recovery -- because we do not have the Online Redo Logs.

  • Restoring a database - error

    Hello Everyone
    I'm restoring a database given by client and although it shows up in the list of companies at log in,I'm unable to log in to the database.The following error occurs
    Your software version is not updated [130-4]
    Both client and me are on SAP 2007B PL00.Is there any other reason and solution for this?
    Thanks & Regards
    Raghu
    Edited by: Raghu Ram on Mar 17, 2009 11:37 AM

    From the error displayed, I think that the B1 Client Software is not upgraded to that of the Server. From the Client machine connect to the B1_SHR folder of the Server and install the B1 client again.
    Also, Run the following queries in the SQL Server Management Studio to check if both the SBO_Common and the company databases have the same version
    You can also use the following Query in Company Database
    Select * from CINF
    To know the Version Number from SBO-Common use the following query
    Select * from SINF

  • When iam restoring the database getting error

    hi ,
    when iam restoring the database getting following error :
    SELECT schemaname FROM syscat.schemata WHERE schemaname='SAPTOOLS'
    SQL1328N An implicit connection attempt failed. The database alias name or database name "TPD" was not found in the local database directory.
    SQLSTATE=42705

    Hi,
    What is your ABAP connect user. its should be same as source.
    and
    SQL1024N
    A database connection does not exist.
    Explanation
    There is no connection to a database. Other SQL statements cannot be processed unless an SQL CONNECT was previously executed.
    The command cannot be processed.
    User response
    If the error occurred when disconnecting from the database, continue processing. If the error occurred on another SQL statement, issue an SQL CONNECT statement and resubmit the command or statement.
    IN addition
    db2 connect to SID
    It will show you the default database schema connection
    After that,execute db2 ger db cfg for SID
    It will show you the DB2 parameter values for your schema
    There`s a concept of DBM or database manager, the configuration of which you can check with:
    db2 get dbm cfg
    DBM is the super-set and DB Schema is the subset
    Thanks
    Sadiq
    Edited by: sadiq iqbal on Jan 12, 2012 5:57 PM

  • ORA-01180 and ORA-01110 error when restoring database by RMAN in 11.1.0.6.0

    I have a new installed database running in ARCIHVELOG mode on SUSE 10SP3. Catalog is not used. When I try to restore the database from a level 0 backup based on SCN, ORA-01180 and ORA-01110 were raised out today. Please help me through this. Thx. The senario follows:
    1. I got the current SCN by "select dbms_flashback.get_system_change_number from dual". Say it's 12345;
    2. I did a level 0 hot backup with current control file, archived logs and parameter files. Everything went well;
    3. Some other DMLs are applied to the database;
    4. I want to do a SCN-based incomplete recovery for this database to SCN 12345. Then I
    1) shutdown immediate;
    2) startup nomount;
    3) restore the control file from backupset;
    5) startup mount;
    6) catalog start with "[backupset path]";
    7) restore database until scn 12345.
    Just at step 4.7, ORA-01180 and ORA-01110 were raised out, saying cannot create data file 1. Note: Backup files are existing and file permissions are all OK.
    Then I issues "list incarnation of database". There is just one record with incarnation id 1.
    So I queried v$log_history, found serveral record there. The most recent one has NEXT_SCN later than 12345, say 12400. Then I tried to restore database until this SCN. It WORKED! The restore and recovery succeeded.
    My questions are:
    1. Why cannot I restore the database to a previous SCN, say 12345, but 12400 is OK?.
    2. If the database was RESETLOG prior to my recovery, should I reset database to the incarnation where I took my backup? What can I do if there is no that incarnation information in my control file?
    Waiting for your suggestion.

    Hi guys. There is one update.
    This issue is caused by the incorrect SCN vs. backup set. I got this SCN before the backup started. According to Oracle docs, it's not allowed for an SCN based recovery.
    Now, I changed the sequence of my operations, so that SCN is got once backup is done, which is exact the "most recent sequence# and least SCN" mentioned by some thread in this forum. It works now.
    Anyone could explain why the SCN got prior to the level 0 backup is not recognized by restore/recovery phase? Thanks.

  • Error: Unable to Load Database

    Anyone seen this error: "Unable to Load Database"? How to recover? A link or a page for me to read would work too. thx! James

    The usual cause for this is that the database has become corrupted - or one or more key files was somehow deleted. Take a look at the application log and see if there is a more detailed message. Unfortunately, if the data has been corrupted, you will have to recover from backup, or rebuild your cube.To get the database started, you can go into the database directory and delete the *.ind, *.pag, *.tct, *.ind and *.esm files. This will allow the app to start, but the data will be GONE - you will HAVE to reload and calc it, or restore from backup.Regards,Jade--------------------------------Jade ColeSenior Business Intelligence ConsultantClarity [email protected]

  • System start error after restore

    Hi,
    I have restored DB2 database from tape backup and applied logs to time before crash.
    All processes ends successfully. But when I try to start sap system via startsap database "stands up", Java instance too, but ABAP instance ends with message:
    Starting SAP Instance DVEBMSG_34
    Killed
    Startup of Instance failed
    See /export/home/epdadm/startsap_DVEBMSG_34.log for details
    In log file mentioned above isn't any details about reason why ABAP instance fail to run.
    Is there any trace/debug method to see what causes startsap fail.
    Of course I've search all files in /usr/sap/EPD/DVEBMGS34/work, but there aren't any usefull info.
    PS. Tech. spec. OS: Solaris 10, DB: DB2 v9.1 FP3, NetWeaver 2004s, system consists of  ABAP and JAVA instance
    Thanks for any suggestions
    Michael

    Here is R3trans -x and trans.log
    sapqassma:epdadm 15% R3trans -x
    This is R3trans version 6.14 (release 700 - 25.01.08 - 14:11:00).
    unicode enabled version
    R3trans finished (0000).
    trans.log
    4 ETW000 R3trans version 6.14 (release 700 - 25.01.08 - 14:11:00).
    4 ETW000 unicode enabled version
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 23.07.2008 - 10:47:47
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: R3trans -d -v
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [dev trc     ,00000]  Wed Jul 23 10:47:47 2008                             495  0.000495
    4 ETW000  [dev trc     ,00000]  db_con_init called                                   127  0.000622
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                            146  0.000768
    4 ETW000  [dev trc     ,00000]  Loading DB library '/usr/sap/EPD/SYS/exe/run/dbdb6slib.so' ...
    4 ETW000                                                                             484  0.001252
    4 ETW000  [dev trc     ,00000]  load shared library (/usr/sap/EPD/SYS/exe/run/dbdb6slib.so), hdl 0
    4 ETW000                                                                           14650  0.015902
    4 ETW000  [dev trc     ,00000]  Library '/usr/sap/EPD/SYS/exe/run/dbdb6slib.so' loaded
    4 ETW000                                                                             249  0.016151
    4 ETW000  [dev trc     ,00000]  function DbSlExpFuns loaded from library /usr/sap/EPD/SYS/exe/run/dbdb6slib.so
    4 ETW000                                                                             221  0.016372
    4 ETW000  [dev trc     ,00000]  Version of '/usr/sap/EPD/SYS/exe/run/dbdb6slib.so' is "700.08", patchlevel (0.144)
    4 ETW000                                                                            1012  0.017384
    4 ETW000  [dev trc     ,00000]  function dsql_db_init loaded from library /usr/sap/EPD/SYS/exe/run/dbdb6slib.so
    4 ETW000                                                                             219  0.017603
    4 ETW000  [dev trc     ,00000]  function dbdd_exp_funs loaded from library /usr/sap/EPD/SYS/exe/run/dbdb6slib.so
    4 ETW000                                                                             210  0.017813
    4 ETW000  [dev trc     ,00000]  New connection 0 created                             230  0.018043
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = -000000001 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                             244  0.018287
    4 ETW000  [dev trc     ,00000]  db_con_connect (con_name=R/3)                        136  0.018423
    4 ETW000  [dev trc     ,00000]  find_con_by_name found the following connection for reuse:
    4 ETW000                                                                             198  0.018621
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                             232  0.018853
    4 ETW000  [dev trc     ,00000]  DB2 library successfully loaded DB2 library '/db2/db2epd/sqllib/lib64/libdb2.so' successfully loaded
    4 ETW000                                                                           68125  0.086978
    4 ETW000  [dev trc     ,00000]  DB6 (DB2 UDB) UNICODE database interface 700.08 [opt]
    4 ETW000                                                                             234  0.087212
    4 ETW000  [dev trc     ,00000]  DB6 shared library (dbdb6slib) patchlevels           130  0.087342
    4 ETW000  [dev trc     ,00000]    (0.8) DB6: V8.2.2 optguidelines in OPEN SQL (note 150037)
    4 ETW000                                                                             205  0.087547
    4 ETW000  [dev trc     ,00000]    (0.8) Support of SDBUPDEXCL (note 847616)          136  0.087683
    4 ETW000  [dev trc     ,00000]    (0.9) DB6: use export file for dbdb6slib (note 835135)
    4 ETW000                                                                             199  0.087882
    4 ETW000  [dev trc     ,00000]    (0.9) DB6: Core in getAndBindSQLDA (note 833183)
    4 ETW000                                                                             197  0.088079
    4 ETW000  [dev trc     ,00000]    (0.10) DB6: link dbdb6slib.dll on windows with libdb6.obj (note 761159)
    4 ETW000                                                                             224  0.088303
    4 ETW000  [dev trc     ,00000]    (0.10) DB6: DUPLICATE_KEY on MERGE -> repeat (note 851474)
    4 ETW000                                                                             202  0.088505
    4 ETW000  [dev trc     ,00000]    (0.15) DB6: wrong CAST for short string ABAP type (note 861905)
    4 ETW000                                                                             202  0.088707
    4 ETW000  [dev trc     ,00000]    (0.17) DB6: special characters in sidadm passwd (note 865839)
    4 ETW000                                                                             202  0.088909
    4 ETW000  [dev trc     ,00000]    (0.21) DB6: no SAP_INFO comments (note 873889)
    4 ETW000                                                                             197  0.089106
    4 ETW000  [dev trc     ,00000]    (0.22) DB6: hints: get correlation names from view texts (note 868888)
    4 ETW000                                                                             222  0.089328
    4 ETW000  [dev trc     ,00000]    (0.23) DB6: hints: get correlation names from view texts (note 868888)
    4 ETW000                                                                             206  0.089534
    4 ETW000  [dev trc     ,00000]    (0.26) DB6: DB6_DBSL_CLP_COMMAND STRING_BAD_REF (note 883402)
    4 ETW000                                                                             205  0.089739
    4 ETW000  [dev trc     ,00000]    (0.27) DB6: activate value compression (note 886231)
    4 ETW000                                                                             199  0.089938
    4 ETW000  [dev trc     ,00000]    (0.28) DB6: optimization guidelines on views part 2 (note 868888)
    4 ETW000                                                                             203  0.090141
    4 ETW000  [dev trc     ,00000]    (0.30) DB6: no SQL trace for SQLCancel (note 892111)
    4 ETW000                                                                             214  0.090355
    4 ETW000  [dev trc     ,00000]    (0.33) DB6: append SAP_TA comment (note 873889)
    4 ETW000                                                                             200  0.090555
    4 ETW000  [dev trc     ,00000]    (0.34) DB6: activate value compression with quoted names (note 886231)
    4 ETW000                                                                             205  0.090760
    4 ETW000  [dev trc     ,00000]    (0.36) DB6: Repeat isolated DDL statements after SQL0911 (note 901338)
    4 ETW000                                                                             205  0.090965
    4 ETW000  [dev trc     ,00000]    (0.41) DB6: add V9 to list of supported DB2 releases (note 912386)
    4 ETW000                                                                             203  0.091168
    4 ETW000  [dev trc     ,00000]    (0.50) DB6: reread passwords for secondary connections (note 931742)
    4 ETW000                                                                             219  0.091387
    4 ETW000  [dev trc     ,00000]    (0.52) DB6: double quote table names in optguidelines (note 868888)
    4 ETW000                                                                             206  0.091593
    4 ETW000  [dev trc     ,00000]    (0.54) DB6: error handling in DBSL CLP (note 940260)
    4 ETW000                                                                             198  0.091791
    4 ETW000  [dev trc     ,00000]    (0.69) DB6: technical support of DB2 CLI driver (note 962892)
    4 ETW000                                                                             202  0.091993
    4 ETW000  [dev trc     ,00000]    (0.73) DB6: log table name on TRUNCATE failure (note 970743)
    4 ETW000                                                                             201  0.092194
    4 ETW000  [dev trc     ,00000]    (0.79) DB6: column type XML in index size calculation (note 982993)
    4 ETW000                                                                             356  0.092550
    4 ETW000  [dev trc     ,00000]    (0.82) DB6: CAST for SSTRING data types (note 989568)
    4 ETW000                                                                             204  0.092754
    4 ETW000  [dev trc     ,00000]    (0.86) DB6: long runtimes for R3szchk (note 1000847)
    4 ETW000                                                                             203  0.092957
    4 ETW000  [dev trc     ,00000]    (0.88) DB6: patch collection Dec 06 (note 1005574)
    4 ETW000                                                                             199  0.093156
    4 ETW000  [dev trc     ,00000]    (0.96) DB6: patch collection Jan 07 (note 1017852)
    4 ETW000                                                                             198  0.093354
    4 ETW000  [dev trc     ,00000]    (0.97) DB6: CLP commands with DB2 CLI Driver (note 1024102)
    4 ETW000                                                                             201  0.093555
    4 ETW000  [dev trc     ,00000]    (0.99) DB6: SUBSTITUTE VALUES with FAE statements (note 1028779)
    4 ETW000                                                                             221  0.093776
    4 ETW000  [dev trc     ,00000]    (0.107) DB6: patch collection Apr 07 (note 1047194)
    4 ETW000                                                                             199  0.093975
    4 ETW000  [dev trc     ,00000]    (0.110) DB6: SAP user names ending with non-ASCII char (note 1054555)
    4 ETW000                                                                             205  0.094180
    4 ETW000  [dev trc     ,00000]    (0.113) DB6: work process type in application snapshot (note 1059905)
    4 ETW000                                                                             204  0.094384
    4 ETW000  [dev trc     ,00000]    (0.114) DB6: connect using SAPDBHOST and DB2DB6_SVCENAME (note 1062049)
    4 ETW000                                                                             204  0.094588
    4 ETW000  [dev trc     ,00000]    (0.117) DB6: patch for execution of long DDL statements (note 1069658)
    4 ETW000                                                                             219  0.094807
    4 ETW000  [dev trc     ,00000]    (0.122) DB6: SNAPSHOT_TBS_CFG table function is deprecated (note 1077963)
    4 ETW000                                                                             208  0.095015
    4 ETW000  [dev trc     ,00000]    (0.123) DB6: CLP commands on Windows with V9.1 (note 1080149)
    4 ETW000                                                                             201  0.095216
    4 ETW000  [dev trc     ,00000]    (0.124) DB6: Set DB2CODEPAGE=819 for non-Unicode (note 1084400)
    4 ETW000                                                                             203  0.095419
    4 ETW000  [dev trc     ,00000]    (0.126) DB6: reuse optguidelines on FAE statements (note 1087375)
    4 ETW000                                                                             204  0.095623
    4 ETW000  [dev trc     ,00000]    (0.126) DB6: Enforce DB2CODEPAGE=819 for non-Unicode environments (note 1084400)
    4 ETW000                                                                             222  0.095845
    4 ETW000  [dev trc     ,00000]    (0.128) DB6: db6_free on invalid memory area (note 1092030)
    4 ETW000                                                                             204  0.096049
    4 ETW000  [dev trc     ,00000]    (0.133) DB6: statement cache enhancements (note 1101031)
    4 ETW000                                                                             201  0.096250
    4 ETW000  [dev trc     ,00000]    (0.136) DB6: change for enhancement pack installer (note 1111536)
    4 ETW000                                                                             203  0.096453
    4 ETW000  [dev trc     ,00000]    (0.138) DB6: improoved table size estimate for DB8 V8 (note 1119934)
    4 ETW000                                                                             205  0.096658
    4 ETW000  [dev trc     ,00000]    (0.144) I5/OS ldappasswd support for 5250 terminal. (note 1129573)
    4 ETW000                                                                             218  0.096876
    4 ETW000  [dev trc     ,00000]    (0.144) MSSQL: ODBC fastload on separate connection (note 1131805)
    4 ETW000                                                                             206  0.097082
    4 ETW000  [dev trc     ,00000]  Supported features:                                  127  0.097209
    4 ETW000  [dev trc     ,00000]  ..retrieving configuration parameters                127  0.097336
    4 ETW000  [dev trc     ,00000]  ..done                                               487  0.097823
    4 ETW000  [dev trc     ,00000]  Running with UTF-8 Unicode                           133  0.097956
    4 ETW000  [dev trc     ,00000]  Wed Jul 23 10:47:48 2008                         1373400  1.471356
    4 ETW000  [dev trc     ,00000]  DB2 client driver version '09.01.0003'               149  1.471505
    4 ETW000  [dev trc     ,00000]  Connected to DB2 server type 'DB2/SUN64'             168  1.471673
    4 ETW000  [dev trc     ,00000]  Connected to DB2 version '09.01.0003'                200  1.471873
    4 ETW000  [dev trc     ,00000]  Connect to 'EPD' as 'SAPEPD' schema 'SAPEPD' o.k.; con_hdl=0
    4 ETW000                                                                           11832  1.483705
    4 ETW000  [dev trc     ,00000]  Database code page is ok.                            155  1.483860
    4 ETW000  [dev trc     ,00000]  Database collating sequence is ok.                 85862  1.569722
    4 ETW000  [dev trc     ,00000]  DB2_WORKLOAD=SAP is set in DB2 registry as required.
    4 ETW000                                                                           26604  1.596326
    4 ETW000  [dev trc     ,00000]  CLI Insert Buffering is disabled on single partition databases.
    4 ETW000                                                                            2044  1.598370
    4 ETW000  [dev trc     ,00000]  INFO: Unable to determine SAPDBHOST; defaulting to 'UNKNOWN'
    4 ETW000                                                                            2274  1.600644
    4 ETW000  [dev trc     ,00000]  Connection 0 opened (DBSL handle 0)                  171  1.600815
    4 ETW000  [dev trc     ,00000]  INFO: Unable to determine SAPDBHOST; defaulting to 'UNKNOWN'
    4 ETW000                                                                           28183  1.628998
    4 ETW000  [dev trc     ,00000]  NTAB: Structure of NTAB on DB is VERS_B            42992  1.671990
    4 ETW000  [dev trc     ,00000]  NTAB: standalone processing                          261  1.672251
    4 ETW000  [dev trc     ,00000]  NTAB: read profile                                   132  1.672383
    4 ETW000  [dev trc     ,00000]  NTAB: rsdb/ntab/entrycount 1000.                     131  1.672514
    4 ETW000  [dev trc     ,00000]  NTAB: rsdb/ntab/ftabsize 500.                        129  1.672643
    4 ETW000  [dev trc     ,00000]  NTAB: rsdb/ntab/irbdsize 100.                        127  1.672770
    4 ETW000  [dev trc     ,00000]  NTAB: rsdb/ntab/sntabsize 100.                       129  1.672899
    4 ETW000  [dev trc     ,00000]  NTAB: compute_hash_card: 2003.                       190  1.673089
    4 ETW000  [dev trc     ,00000]  NTAB: maxcnt 1000.                                   175  1.673264
    4 ETW000  [dev trc     ,00000]  NTAB: hfactor 2003.                                  129  1.673393
    4 ETW000  [dev trc     ,00000]  NTAB: mem_protocol_size 104                          128  1.673521
    4 ETW000  [dev trc     ,00000]  NTAB: hdr_backpack_offset 0                          127  1.673648
    4 ETW000  [dev trc     ,00000]  NTAB: hdr_backpack_size 0                            127  1.673775
    4 ETW000  [dev trc     ,00000]  NTAB: FTAB: header_size 80.                          128  1.673903
    4 ETW000  [dev trc     ,00000]  NTAB: FTAB: item_size 64.                            127  1.674030
    4 ETW000  [dev trc     ,00000]  NTAB: FTAB: item_cnt 1000.                           128  1.674158
    4 ETW000  [dev trc     ,00000]  NTAB: FTAB: unit_size 4                              128  1.674286
    4 ETW000  [dev trc     ,00000]  NTAB: FTAB: unit_cnt 128000.                         127  1.674413
    4 ETW000  [dev trc     ,00000]  NTAB: FTAB: data_size 512000.                        280  1.674693
    4 ETW000  [dev trc     ,00000]  NTAB: IREC: header_size 80.                          131  1.674824
    4 ETW000  [dev trc     ,00000]  NTAB: IREC: item_size 64.                            128  1.674952
    4 ETW000  [dev trc     ,00000]  NTAB: IREC: item_cnt 250.                            127  1.675079
    4 ETW000  [dev trc     ,00000]  NTAB: IREC: unit_size 8                              126  1.675205
    4 ETW000  [dev trc     ,00000]  NTAB: IREC: unit_cnt 12800.                          128  1.675333
    4 ETW000  [dev trc     ,00000]  NTAB: IREC: data_size 102400.                        128  1.675461
    4 ETW000  [dev trc     ,00000]  NTAB: STAB: header_size 80.                          127  1.675588
    4 ETW000  [dev trc     ,00000]  NTAB: STAB: item_size 64.                            127  1.675715
    4 ETW000  [dev trc     ,00000]  NTAB: STAB: item_cnt 250.                            126  1.675841
    4 ETW000  [dev trc     ,00000]  NTAB: STAB: unit_size 4                              144  1.675985
    4 ETW000  [dev trc     ,00000]  NTAB: STAB: unit_cnt 25600.                          129  1.676114
    4 ETW000  [dev trc     ,00000]  NTAB: STAB: data_size 102400.                        128  1.676242
    4 ETW000  [dev trc     ,00000]  NTAB: TTAB: header_size 184.                         128  1.676370
    4 ETW000  [dev trc     ,00000]  NTAB: TTAB: item_size 40.                            127  1.676497
    4 ETW000  [dev trc     ,00000]  NTAB: TTAB: item_cnt 1000.                           127  1.676624
    4 ETW000  [dev trc     ,00000]  NTAB: TTAB: unit_size 256                            139  1.676763
    4 ETW000  [dev trc     ,00000]  NTAB: TTAB: unit_cnt 1000.                           129  1.676892
    4 ETW000  [dev trc     ,00000]  NTAB: TTAB: data_size 256000.                        129  1.677021
    4 ETW000  [dev trc     ,00000]  NTAB: FTAB: hh_p 1017dc710, hh_len 80                843  1.677864
    4 ETW000  [dev trc     ,00000]  NTAB: FTAB: aa_p 10186e390, aa_len 16024             139  1.678003
    4 ETW000  [dev trc     ,00000]  NTAB: FTAB: ia_p 101872240, ia_len 64000             172  1.678175
    4 ETW000  [dev trc     ,00000]  NTAB: FTAB: dat_p 101881c50, dat_len 512000          134  1.678309
    4 ETW000  [dev trc     ,00000]  NTAB: IREC: hh_p 1017db620, hh_len 80                130  1.678439
    4 ETW000  [dev trc     ,00000]  NTAB: IREC: aa_p 1018fec60, aa_len 16024             133  1.678572
    4 ETW000  [dev trc     ,00000]  NTAB: IREC: ia_p 101902b10, ia_len 16000             131  1.678703
    4 ETW000  [dev trc     ,00000]  NTAB: IREC: dat_p 1019069a0, dat_len 102400          132  1.678835
    4 ETW000  [dev trc     ,00000]  NTAB: STAB: hh_p 1017db680, hh_len 80                129  1.678964
    4 ETW000  [dev trc     ,00000]  NTAB: STAB: aa_p 10191f9b0, aa_len 16024             132  1.679096
    4 ETW000  [dev trc     ,00000]  NTAB: STAB: ia_p 101923860, ia_len 16000             131  1.679227
    4 ETW000  [dev trc     ,00000]  NTAB: STAB: dat_p 1019276f0, dat_len 102400          132  1.679359
    4 ETW000  [dev trc     ,00000]  NTAB: TTAB: hh_p 1017e7a70, hh_len 184               146  1.679505
    4 ETW000  [dev trc     ,00000]  NTAB: TTAB: aa_p 101940700, aa_len 16024             132  1.679637
    4 ETW000  [dev trc     ,00000]  NTAB: TTAB: ia_p 1019445b0, ia_len 40000             132  1.679769
    4 ETW000  [dev trc     ,00000]  NTAB: TTAB: dat_p 10194e200, dat_len 256000          132  1.679901
    4 ETW000  [dev trc     ,00000]  NTAB: ntab_mem_protocol 1017e7a70, ntab_mp_p 1017e7a70, ntab_proc_id 0
    4 ETW000                                                                             210  1.680111
    4 ETW000  [dev trc     ,00000]  NTAB: FTAB: hh_p 1017dc710, ha_list 10186e390, hi_list 101872240, buffer 101881c50
    4 ETW000                                                                             433  1.680544
    4 ETW000  [dev trc     ,00000]  NTAB: IREC: hh_p 1017db620, ha_list 1018fec60, hi_list 101902b10, buffer 1019069a0
    4 ETW000                                                                             208  1.680752
    4 ETW000  [dev trc     ,00000]  NTAB: STAB: hh_p 1017db680, ha_list 10191f9b0, hi_list 101923860, buffer 1019276f0
    4 ETW000                                                                             225  1.680977
    4 ETW000  [dev trc     ,00000]  NTAB: TTAB: hh_p 1017e7ad8, ha_list 101940700, hi_list 1019445b0, buffer 10194e200
    4 ETW000                                                                             208  1.681185
    4 ETW000  [dev trc     ,00000]  NTAB: mem_handler: alloc for 500 elems, task 0, art 0
    4 ETW000                                                                             237  1.681422
    4 ETW000  [dev trc     ,00000]  NTAB: mem_handler: alloc for 500 elems, task 0, art 1
    4 ETW000                                                                             255  1.681677
    4 ETW000  [dev trc     ,00000]  NTAB: mem_handler: alloc for 500 elems, task 0, art 2
    4 ETW000                                                                             252  1.681929
    4 ETW000  [dev trc     ,00000]  NTAB: mem_handler: alloc for 500 elems, task 0, art 3
    4 ETW000                                                                             270  1.682199
    4 ETW000  [twdydbacc.c ,00571]  i:0                                                 3248  1.685447
    4 ETW000  [twdydbacc.c ,00572]  db_fd_p<i>.fname:       PGMID                        129  1.685576
    4 ETW000  [twdydbacc.c ,00573]  db_fd_p<i>.is_key:      1                            120  1.685696
    4 ETW000  [twdydbacc.c ,00574]  db_fd_p<i>.offset:      0                            119  1.685815
    4 ETW000  [twdydbacc.c ,00575]  db_fd_p<i>.db_length:   4                            118  1.685933
    4 ETW000  [twdydbacc.c ,00576]  db_fd_p<i>.fixed_length:4                            120  1.686053
    4 ETW000  [twdydbacc.c ,00571]  i:1                                                  127  1.686180
    4 ETW000  [twdydbacc.c ,00572]  db_fd_p<i>.fname:       OBJECT                       120  1.686300
    4 ETW000  [twdydbacc.c ,00573]  db_fd_p<i>.is_key:      1                            118  1.686418
    4 ETW000  [twdydbacc.c ,00574]  db_fd_p<i>.offset:      4                            137  1.686555
    4 ETW000  [twdydbacc.c ,00575]  db_fd_p<i>.db_length:   4                            120  1.686675
    4 ETW000  [twdydbacc.c ,00576]  db_fd_p<i>.fixed_length:4                            120  1.686795
    4 ETW000  [twdydbacc.c ,00571]  i:2                                                  125  1.686920
    4 ETW000  [twdydbacc.c ,00572]  db_fd_p<i>.fname:       OBJ_NAME                     119  1.687039
    4 ETW000  [twdydbacc.c ,00573]  db_fd_p<i>.is_key:      1                            118  1.687157
    4 ETW000  [twdydbacc.c ,00574]  db_fd_p<i>.offset:      8                            119  1.687276
    4 ETW000  [twdydbacc.c ,00575]  db_fd_p<i>.db_length:   40                           118  1.687394
    4 ETW000  [twdydbacc.c ,00576]  db_fd_p<i>.fixed_length:40                           119  1.687513
    4 ETW000  [twdydbacc.c ,00571]  i:3                                                  124  1.687637
    4 ETW000  [twdydbacc.c ,00572]  db_fd_p<i>.fname:       KORRNUM                      135  1.687772
    4 ETW000  [twdydbacc.c ,00573]  db_fd_p<i>.is_key:      0                            120  1.687892
    4 ETW000  [twdydbacc.c ,00574]  db_fd_p<i>.offset:      48                           119  1.688011
    4 ETW000  [twdydbacc.c ,00575]  db_fd_p<i>.db_length:   10                           118  1.688129
    4 ETW000  [twdydbacc.c ,00576]  db_fd_p<i>.fixed_length:10                           119  1.688248
    4 ETW000  [twdydbacc.c ,00571]  i:4                                                  125  1.688373
    4 ETW000  [twdydbacc.c ,00572]  db_fd_p<i>.fname:       SRCSYSTEM                    119  1.688492
    4 ETW000  [twdydbacc.c ,00573]  db_fd_p<i>.is_key:      0                            118  1.688610
    4 ETW000  [twdydbacc.c ,00574]  db_fd_p<i>.offset:      58                           119  1.688729
    4 ETW000  [twdydbacc.c ,00575]  db_fd_p<i>.db_length:   10                           118  1.688847
    4 ETW000  [twdydbacc.c ,00576]  db_fd_p<i>.fixed_length:10                           226  1.689073
    4 ETW000  [twdydbacc.c ,00571]  i:5                                                  127  1.689200
    4 ETW000  [twdydbacc.c ,00572]  db_fd_p<i>.fname:       AUTHOR                       121  1.689321
    4 ETW000  [twdydbacc.c ,00573]  db_fd_p<i>.is_key:      0                            118  1.689439
    4 ETW000  [twdydbacc.c ,00574]  db_fd_p<i>.offset:      68                           119  1.689558
    4 ETW000  [twdydbacc.c ,00575]  db_fd_p<i>.db_length:   12                           118  1.689676
    4 ETW000  [twdydbacc.c ,00576]  db_fd_p<i>.fixed_length:12                           119  1.689795
    4 ETW000  [twdydbacc.c ,00571]  i:6                                                  124  1.689919
    4 ETW000  [twdydbacc.c ,00572]  db_fd_p<i>.fname:       SRCDEP                       120  1.690039
    4 ETW000  [twdydbacc.c ,00573]  db_fd_p<i>.is_key:      0                            118  1.690157
    4 ETW000  [twdydbacc.c ,00574]  db_fd_p<i>.offset:      80                           119  1.690276
    4 ETW000  [twdydbacc.c ,00575]  db_fd_p<i>.db_length:   1                           9349  1.699625
    4 ETW000  [twdydbacc.c ,00576]  db_fd_p<i>.fixed_length:1                            127  1.699752
    4 ETW000  [twdydbacc.c ,00571]  i:7                                                  127  1.699879
    4 ETW000  [twdydbacc.c ,00572]  db_fd_p<i>.fname:       DEVCLASS                     121  1.700000
    4 ETW000  [twdydbacc.c ,00573]  db_fd_p<i>.is_key:      0                            118  1.700118
    4 ETW000  [twdydbacc.c ,00574]  db_fd_p<i>.offset:      81                           119  1.700237
    4 ETW000  [twdydbacc.c ,00575]  db_fd_p<i>.db_length:   30                           118  1.700355
    4 ETW000  [twdydbacc.c ,00576]  db_fd_p<i>.fixed_length:30                           119  1.700474
    4 ETW000  [twdydbacc.c ,00571]  i:8                                                  125  1.700599
    4 ETW000  [twdydbacc.c ,00572]  db_fd_p<i>.fname:       GENFLAG                      119  1.700718
    4 ETW000  [twdydbacc.c ,00573]  db_fd_p<i>.is_key:      0                            136  1.700854
    4 ETW000  [twdydbacc.c ,00574]  db_fd_p<i>.offset:      111                          121  1.700975
    4 ETW000  [twdydbacc.c ,00575]  db_fd_p<i>.db_length:   1                            118  1.701093
    4 ETW000  [twdydbacc.c ,00576]  db_fd_p<i>.fixed_length:1                            119  1.701212
    4 ETW000  [twdydbacc.c ,00571]  i:9                                                  125  1.701337
    4 ETW000  [twdydbacc.c ,00572]  db_fd_p<i>.fname:       EDTFLAG                      119  1.701456
    4 ETW000  [twdydbacc.c ,00573]  db_fd_p<i>.is_key:      0                            119  1.701575
    4 ETW000  [twdydbacc.c ,00574]  db_fd_p<i>.offset:      112                          119  1.701694
    4 ETW000  [twdydbacc.c ,00575]  db_fd_p<i>.db_length:   1                            117  1.701811
    4 ETW000  [twdydbacc.c ,00576]  db_fd_p<i>.fixed_length:1                            119  1.701930
    4 ETW000  [twdydbacc.c ,00571]  i:10                                                 141  1.702071
    4 ETW000  [twdydbacc.c ,00572]  db_fd_p<i>.fname:       CPROJECT                     121  1.702192
    4 ETW000  [twdydbacc.c ,00573]  db_fd_p<i>.is_key:      0                            118  1.702310
    4 ETW000  [twdydbacc.c ,00574]  db_fd_p<i>.offset:      113                          120  1.702430
    4 ETW000  [twdydbacc.c ,00575]  db_fd_p<i>.db_length:   8                            118  1.702548
    4 ETW000  [twdydbacc.c ,00576]  db_fd_p<i>.fixed_length:8                            118  1.702666
    4 ETW000  [twdydbacc.c ,00571]  i:11                                                 126  1.702792
    4 ETW000  [twdydbacc.c ,00572]  db_fd_p<i>.fname:       MASTERLANG                   119  1.702911
    4 ETW000  [twdydbacc.c ,00573]  db_fd_p<i>.is_key:      0                            119  1.703030
    4 ETW000  [twdydbacc.c ,00574]  db_fd_p<i>.offset:      121                          119  1.703149
    4 ETW000  [twdydbacc.c ,00575]  db_fd_p<i>.db_length:   1                            118  1.703267
    4 ETW000  [twdydbacc.c ,00576]  db_fd_p<i>.fixed_length:1                            133  1.703400
    4 ETW000  [twdydbacc.c ,00571]  i:12                                                 128  1.703528
    4 ETW000  [twdydbacc.c ,00572]  db_fd_p<i>.fname:       VERSID                       119  1.703647
    4 ETW000  [twdydbacc.c ,00573]  db_fd_p<i>.is_key:      0                            118  1.703765
    4 ETW000  [twdydbacc.c ,00574]  db_fd_p<i>.offset:      122                          119  1.703884
    4 ETW000  [twdydbacc.c ,00575]  db_fd_p<i>.db_length:   20                           119  1.704003
    4 ETW000  [twdydbacc.c ,00576]  db_fd_p<i>.fixed_length:20                           118  1.704121
    4 ETW000  [twdydbacc.c ,00571]  i:13                                                 125  1.704246
    4 ETW000  [twdydbacc.c ,00572]  db_fd_p<i>.fname:       PAKNOCHECK                   120  1.704366
    4 ETW000  [twdydbacc.c ,00573]  db_fd_p<i>.is_key:      0                            118  1.704484
    4 ETW000  [twdydbacc.c ,00574]  db_fd_p<i>.offset:      142                          134  1.704618
    4 ETW000  [twdydbacc.c ,00575]  db_fd_p<i>.db_length:   1                            120  1.704738
    4 ETW000  [twdydbacc.c ,00576]  db_fd_p<i>.fixed_length:1                            120  1.704858
    4 ETW000  [twdydbacc.c ,00571]  i:14                                                 126  1.704984
    4 ETW000  [twdydbacc.c ,00572]  db_fd_p<i>.fname:       OBJSTABLTY                   120  1.705104
    4 ETW000  [twdydbacc.c ,00573]  db_fd_p<i>.is_key:      0                            118  1.705222
    4 ETW000  [twdydbacc.c ,00574]  db_fd_p<i>.offset:      143                          119  1.705341
    4 ETW000  [twdydbacc.c ,00575]  db_fd_p<i>.db_length:   1                            118  1.705459
    4 ETW000  [twdydbacc.c ,00576]  db_fd_p<i>.fixed_length:1                            119  1.705578
    4 ETW000  [twdydbacc.c ,00571]  i:15                                                 125  1.705703
    4 ETW000  [twdydbacc.c ,00572]  db_fd_p<i>.fname:       COMPONENT                    120  1.705823
    4 ETW000  [twdydbacc.c ,00573]  db_fd_p<i>.is_key:      0                            134  1.705957
    4 ETW000  [twdydbacc.c ,00574]  db_fd_p<i>.offset:      144                          120  1.706077
    4 ETW000  [twdydbacc.c ,00575]  db_fd_p<i>.db_length:   30                           119  1.706196
    4 ETW000  [twdydbacc.c ,00576]  db_fd_p<i>.fixed_length:30                           119  1.706315
    4 ETW000  [twdydbacc.c ,00571]  i:16                                                 126  1.706441
    4 ETW000  [twdydbacc.c ,00572]  db_fd_p<i>.fname:       CRELEASE                     120  1.706561
    4 ETW000  [twdydbacc.c ,00573]  db_fd_p<i>.is_key:      0                            118  1.706679
    4 ETW000  [twdydbacc.c ,00574]  db_fd_p<i>.offset:      174                          120  1.706799
    4 ETW000  [twdydbacc.c ,00575]  db_fd_p<i>.db_length:   10                           118  1.706917
    4 ETW000  [twdydbacc.c ,00576]  db_fd_p<i>.fixed_length:10                           119  1.707036
    4 ETW000  [twdydbacc.c ,00571]  i:17                                                 141  1.707177
    4 ETW000  [twdydbacc.c ,00572]  db_fd_p<i>.fname:       DELFLAG                      121  1.707298
    4 ETW000  [twdydbacc.c ,00573]  db_fd_p<i>.is_key:      0                            118  1.707416
    4 ETW000  [twdydbacc.c ,00574]  db_fd_p<i>.offset:      184                          119  1.707535
    4 ETW000  [twdydbacc.c ,00575]  db_fd_p<i>.db_length:   1                            118  1.707653
    4 ETW000  [twdydbacc.c ,00576]  db_fd_p<i>.fixed_length:1                            118  1.707771
    4 ETW000  [twdydbacc.c ,00571]  i:18                                                 126  1.707897
    4 ETW000  [twdydbacc.c ,00572]  db_fd_p<i>.fname:       TRANSLTTXT                   120  1.708017
    4 ETW000  [twdydbacc.c ,00573]  db_fd_p<i>.is_key:      0                            118  1.708135
    4 ETW000  [twdydbacc.c ,00574]  db_fd_p<i>.offset:      185                          119  1.708254
    4 ETW000  [twdydbacc.c ,00575]  db_fd_p<i>.db_length:   1                            214  1.708468
    4 ETW000  [twdydbacc.c ,00576]  db_fd_p<i>.fixed_length:1                            122  1.708590
    4 ETW000  [twdydbacc.c ,00730]  buffer:''                                           2005  1.710595
    4 ETW000  [twdydbacc.c ,00735]  i:0                                                  129  1.710724
    4 ETW000  [twdydbacc.c ,00736]  tw_fd_p<i>.offset:0                                  119  1.710843
    4 ETW000  [twdydbacc.c ,00735]  i:1                                                  118  1.710961
    4 ETW000  [twdydbacc.c ,00736]  tw_fd_p<i>.offset:4                                  118  1.711079
    4 ETW000  [twdydbacc.c ,00735]  i:2                                                  118  1.711197
    4 ETW000  [twdydbacc.c ,00736]  tw_fd_p<i>.offset:8                                  117  1.711314
    4 ETW000  [dev trc     ,00000]  { db_rtab( fcode = 'RT_READ_ONLY', tname = 'TADIR' ) {twdbcall.c:653}
    4 ETW000                                                                             218  1.711532
    4 ETW000  [dev trc     ,00000]  } db_rtab( fcode = 'RT_READ_ONLY', retcode = 0 )
    4 ETW000                                                                            2049  1.713581
    4 ETW000 Connected to DBMS = DB6 --- DB2DBDFT = 'EPD' --- SYSTEM = 'EPD'.
    4 ETW000  [dev trc     ,00000]  { db_rtab( fcode = 'RT_INSERT', tname = 'PATCHHIST' ) {saprel.c:1252}
    4 ETW000                                                                            1633  1.715214
    4 ETW000  [dev trc     ,00000]  } db_rtab( fcode = 'RT_INSERT', retcode = 0 )       3432  1.718646
    4 ETW000  [dev trc     ,00000]  dsql_open (con_da=(0,R/3),stmt="SELECT EXECUTABLE,SAPRELEASE,H ...",#binds=0,name=UNKNOWN,#input=0)
    4 ETW000                                                                             252  1.718898
    4 ETW000  [dev trc     ,00000]  dsql_fetch (con_da=(0,R/3),cu_id=10,#output=8)      1957  1.720855
    4 ETW000  [dev trc     ,00000]  dsql_close (con_da=(0,R/3),cu_id=10)                 261  1.721116
    4 ETW000  [dev trc     ,00000]  { db_rtab( fcode = 'RT_DELETE', tname = 'PATCHHIST' ) {saprel.c:1360}
    4 ETW000                                                                             257  1.721373
    4 ETW000  [dev trc     ,00000]  } db_rtab( fcode = 'RT_DELETE', retcode = 0 )       1594  1.722967
    4 ETW000 PATCHHIST was already up to date.
    4 ETW690 COMMIT "0" "0"
    4 ETW000  [dev trc     ,00000]  db_con_commit (con_da={R/3,0,0},th_commit=1,tx=1,hold_cursor=0)
    4 ETW000                                                                             294  1.723261
    4 ETW000  trace to file pointer closed
    4 ETW000  trace at level 1 opened for a given file pointer
    4 ETW000
    4 ETW000 ================== STEP 1 =====================
    4 ETW000 date&time        : 23.07.2008 - 10:47:48
    4 ETW000 function         : CONNECT
    4 ETW000 buffersync       : YES
    4 ETW000 clients          : default
    4 ETW000 l.s.m.           : VECTOR
    4 ETW000 commit           : 100000
    4 ETW000 table cache      : dynamic
    4 ETW000
    4 ETW000  [dev trc     ,00000]  Disconnecting from ALL connections:                 6713  0.006713
    4 ETW000  [dev trc     ,00000]  disconnected from 'EPD', con_hdl=0                 14255  0.020968
    4 ETW000  [dev trc     ,00000]  Disconnected from connection 0                       270  0.021238
    4 ETW000  [dev trc     ,00000]  statistics db_con_commit (com_total=1, com_tx=1)
    4 ETW000                                                                             201  0.021439
    4 ETW000  [dev trc     ,00000]  statistics db_con_rollback (roll_total=0, roll_tx=0)
    4 ETW000                                                                             196  0.021635
    4 ETW000 Disconnected from database.
    4 ETW000 End of Transport (0000).
    4 ETW000 date&time: 23.07.2008 - 10:47:48
    Michael

Maybe you are looking for

  • Vendor Open Item Transaction FBL1N and Profit Centre Display

    When I run transaction FBL1N for vendors and include profit centre in the layout, the profit centre column is included but is not populated with and values for any line item. However when I run a report in FAGLL03 the line items dispolay a profit cen

  • Select * from table

    Hello, i have a simple question: How must a SQL-statement in persistent.xml look like, if i want to get all entries from a table in the WAS Java? My own statements always return errors during deployment. Thanks for help, André

  • Canon Camera Raw 5.2 solution for Lightroom 1.4.1

    A photographer I work with has Lightroom 1.4.1. He has a Canon 5D Mark II which produces Camera Raw 5.2 files. He cannot view them in his copy of Lightroom. Besides upgrading to version 2 of Lightroom, is there another way such as a plugin to work wi

  • Just starting to use aperture. is there a way to find and delete duplicate pix?

    I'm working on a huge project and there are duplicates here and there. Is there a way to delete all duplicates from projects--or at least an easier way to do it then 1 by 1?

  • Dialog box pblm in for loop

    pl check this code sample at once.. for(int i = 0 ;i< sDoc.sAwData.smVec_List.size() ; i++)      st.execute(sqlQuery);      System.out.println("Tables Created ");      JOptionPane.showMessageDialog (this,"Tables Created","Tables Title",JOptionPane.WA