Backup problem in compress mode

Hi,
How will I take backup in compress mode by ufsdump command in DDS-4 . I had given as,
# ufsdump 0ucf /dev/rmt/0cn <device-name>
But it has come in normal mode only. Any one can tell the solution.
Thanks in advance,
sathish.

did you make any changes to /kernel/drv/st.conf to specifically define your tape device type there?
If so, please include -
Here are two possible docs for you to look at - the first is a dds-3 tape unit (12/24) and the second is the dds-4 tape unit/autoloader (20/40)
http://docs-pdf.sun.com/802-7791-11/802-7791-11.pdf
http://docs-pdf.sun.com/801-5401-11/801-5401-11.pdf
Both docs reference scsi id settings, but nothing on the device for hard switching compression on or off...
I'd double check the st.conf settings against what is listed in the doco.
hth

Similar Messages

  • How to find sql server backup was taken under compression mode

    Hello,
    How to find SQL server backup was taken under compression mode ? I have disabled the Compress Mode backup setting but I want to make sure the backup is taken without compression.
    Is there a script for that?
    Thanks
    JK

    I have disabled the Compress Mode backup
    That is only a default setting, in backup command you can always overwrite it to a different value.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Mapping problem with compressed key update record

    Hi, could you please advise?
    I'm getting the following problem:
    About a week ago replicat abened with "Error in mapping" error. I found in discard file some record looking like:
    filed1 = NULL
    field2 =
    field3 =
    field4 =
    field5 =
    datefield = -04-09 00:00:00
    field6 =
    field8 =
    field9 = NULL
    field10 =
    Where filed9 = @GETENV("GGHEADER", "COMMITTIMESTAM"), field10 = = @GETENV("GGHEADER", "COMMITTIMESTAM"), others are table fields mapped by USEDEFAULTS
    So I got Mapping problem with compressed key update record at 2012-06-01 15:44
    I guess I need to mention that extract failed in 5 minuts before it with: VAM function VAMRead returned unexpected result: error 600 - VAM Client Report <[CFileInfo::Read] Timeout expired after 10 retries with 1000 ms delay, waiting to read transaction log or backup files. To increase the number of retries, use SETENV (GGS_CacheRetryCount = n) in Extract parameter file. To control retry delay time, use SETENV (GGS_CacheRetryDelay = n). handle: 0000000000000398 ReadFile GetLastError:997 Wait GetLastError:997>.
    I don't know if it has ther same source as data corruption, could you tell me if it is?
    Well, I created new extract, starting 2012-06-01 15:30 to check if there was something with extract at the time, but got the same error.
    If I run extract beging at 15:52 it starts and works.
    But well, I got another one today. Data didn't look that bad, but yet one column came with null value:( And I'm using it as a key column, so I got Mapping problem with compressed key update record again:(
    I'm replicating from SQL Server 2008 to Oracle 11g.
    I'm actually using NOCOMPRESSUPDATES in Extract.
    CDC is enabled for all tables replicated. The only thing is that it is enabled not by ADD TRANDATA command, but by SQL Server sys.sp_cdc_enable_table, does it matter?
    Could you please advise why does it happen?

    Well, the problem begins somewhere in extract or before extract, may be in transaction log, I don't know:(
    Here are extract parameters:
    EXTRACT ETCHECK
    TRANLOGOPTIONS MANAGESECONDARYTRUNCATIONPOINT
    SOURCEDB TEST, USERID **, PASSWORD *****
    exttrail ./dirdat/ec
    NOCOMPRESSUPDATES
    NOCOMPRESSDELETES
    TABLE tst.table1, COLS (field1, field2, field3, field4, field5, field6, field7, field8 );
    TABLE tst.table2, COLS (field1, field2, field3, field4 );
    Data pump:
    EXTRACT DTCHECK
    SOURCEDB TEST, USERID **, PASSWORD *****
    RMTHOST ***, MGRPORT 7809
    RMTTRAIL ./dirdat/dc
    TABLE tst.table1;
    TABLE tst.table2;
    Replicat:
    REPLICAT rtcheck
    USERID tst, PASSWORD ***
    DISCARDFILE ./dirrpt/rtcheck.txt, PURGE
    SOURCEDEFS ./dirdef/sourcei.def
    HANDLECOLLISIONS
    UPDATEDELETES
    MAP tst.table1, t.table1, COLMAP (USEDEFAULTS , filed9 = @GETENV("GGHEADER", "COMMITTIMESTAMP"), filed10= @CASE(@GETENV("GGHEADER", "OPTYPE"), "SQL COMPUPDATE", "U", "PK UPDATE", "U",@GETENV("GGHEADER", "OPTYPE")) ), KEYCOLS (field3);
    MAP dbo.TPROCPERIODCONFIRMSTAV, TARGET R_019_000001.TPROCPERIODCONFIRMSTAV, COLMAP (USEDEFAULTS , field5 = @GETENV("GGHEADER", "COMMITTIMESTAMP"), filed6= @CASE(@GETENV("GGHEADER", "OPTYPE"), "SQL COMPUPDATE", "U", "PK UPDATE", "U",@GETENV("GGHEADER", "OPTYPE")) ), KEYCOLS (filed1, field2, field3);
    Rpt file for replicat:
    Oracle GoldenGate Delivery for Oracle
    Version 11.1.1.1 OGGCORE_11.1.1_PLATFORMS_110421.2040
    Windows x64 (optimized), Oracle 11g on Apr 22 2011 00:34:07
    Copyright (C) 1995, 2011, Oracle and/or its affiliates. All rights reserved.
    Starting at 2012-06-05 12:49:38
    Operating System Version:
    Microsoft Windows Server 2008 R2 , on x64
    Version 6.1 (Build 7601: Service Pack 1)
    Process id: 2264
    Description:
    ** Running with the following parameters **
    REPLICAT rtcheck
    USERID tst, PASSWORD ***
    DISCARDFILE ./dirrpt/rtcheck.txt, PURGE
    SOURCEDEFS ./dirdef/sourcei.def
    HANDLECOLLISIONS
    UPDATEDELETES
    MAP tst.table1, t.table1, COLMAP (USEDEFAULTS , filed9 = @GETENV("GGHEADER", "COMMITTIMESTAMP"), filed10= @CASE(@GETENV("GGHEADER", "OPTYPE"), "SQL COMPUPDATE", "U", "PK UPDATE", "U",@GETENV("GGHEADER", "OPTYPE")) ), KEYCOLS (field3);
    MAP dbo.TPROCPERIODCONFIRMSTAV, TARGET R_019_000001.TPROCPERIODCONFIRMSTAV, COLMAP (USEDEFAULTS , field5 = @GETENV("GGHEADER", "COMMITTIMESTAMP"), filed6= @CASE(@GETENV("GGHEADER", "OPTYPE"), "SQL COMPUPDATE", "U", "PK UPDATE", "U",@GETENV("GGHEADER", "OPTYPE")) ), KEYCOLS (filed1, field2, field3);
    CACHEMGR virtual memory values (may have been adjusted)
    CACHEBUFFERSIZE: 64K
    CACHESIZE: 512M
    CACHEBUFFERSIZE (soft max): 4M
    CACHEPAGEOUTSIZE (normal): 4M
    PROCESS VM AVAIL FROM OS (min): 1G
    CACHESIZEMAX (strict force to disk): 881M
    Database Version:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE     11.2.0.1.0     Production
    TNS for 64-bit Windows: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production
    Database Language and Character Set:
    NLS_LANG = "AMERICAN_AMERICA.CL8MSWIN1251"
    NLS_LANGUAGE = "AMERICAN"
    NLS_TERRITORY = "AMERICA"
    NLS_CHARACTERSET = "CL8MSWIN1251"
    For further information on character set settings, please refer to user manual.
    ** Run Time Messages **
    Opened trail file ./dirdat/dc000000 at 2012-06-05 12:49:39
    2012-06-05 12:58:14 INFO OGG-01020 Processed extract process RESTART_ABEND record at seq 0, rba 925 (aborted 0 records).
    MAP resolved (entry tst.table1):
    MAP tst.table1, t.table1, COLMAP (USEDEFAULTS , filed9 = @GETENV("GGHEADER", "COMMITTIMESTAMP"), filed10= @CASE(@GETENV("GGHEADER", "OPTYPE"), "SQL COMPUPDATE", "U", "PK UPDATE", "U",@GETENV("GGHEADER", "OPTYPE")) ), KEYCOLS (field3);
    2012-06-05 12:58:14 WARNING OGG-00869 No unique key is defined for table table1. All viable columns will be used to represent the key, but may not guarantee uniqueness. KEYCOLS may be used to define the key.
    Using the following default columns with matching names:
    field1=field1, field2=field2, field3=field3, field4=field4, field5=field5, field6=field6, field7=field7, field8=field8
    Using the following key columns for target table R_019_000001.TCALCULATE: field3.
    2012-06-05 12:58:14 WARNING OGG-01431 Aborted grouped transaction on 'tst.table1', Mapping error.
    2012-06-05 12:58:14 WARNING OGG-01003 Repositioning to rba 987 in seqno 0.
    2012-06-05 12:58:14 WARNING OGG-01151 Error mapping from tst.table1 to tst.table1.
    2012-06-05 12:58:14 WARNING OGG-01003 Repositioning to rba 987 in seqno 0.
    Source Context :
    SourceModule : [er.main]
    SourceID : [er/rep.c]
    SourceFunction : [take_rep_err_action]
    SourceLine : [16064]
    ThreadBacktrace : [8] elements
    : [C:\App\OGG\replicat.exe(ERCALLBACK+0x143034) [0x00000001402192B4]]
    : [C:\App\OGG\replicat.exe(ERCALLBACK+0x11dd44) [0x00000001401F3FC4]]
    : [C:\App\OGG\replicat.exe(<RCALLBACK+0x11dd44) [0x000000014009F102]]
    : [C:\App\OGG\replicat.exe(<RCALLBACK+0x11dd44) [0x00000001400B29CC]]
    : [C:\App\OGG\replicat.exe(<RCALLBACK+0x11dd44) [0x00000001400B8887]]
    : [C:\App\OGG\replicat.exe(releaseCProcessManagerInstance+0x25250) [0x000000014028F200]]
    : [C:\Windows\system32\kernel32.dll(BaseThreadInitThunk+0xd) [0x000000007720652D]]
    : [C:\Windows\SYSTEM32\ntdll.dll(RtlUserThreadStart+0x21) [0x000000007733C521]]
    2012-06-05 12:58:14 ERROR OGG-01296 Error mapping from tst.table1 to tst.table1.
    * ** Run Time Statistics ** *
    Last record for the last committed transaction is the following:
    Trail name : ./dirdat/dc000000
    Hdr-Ind : E (x45) Partition : . (x04)
    UndoFlag : . (x00) BeforeAfter: A (x41)
    RecLength : 249 (x00f9) IO Time : 2012-06-01 15:48:56.285333
    IOType : 115 (x73) OrigNode : 255 (xff)
    TransInd : . (x03) FormatType : R (x52)
    SyskeyLen : 0 (x00) Incomplete : . (x00)
    AuditRBA : 44 AuditPos : 71176199289771
    Continued : N (x00) RecCount : 1 (x01)
    2012-06-01 15:48:56.285333 GGSKeyFieldComp Len 249 RBA 987
    Name: DBO.TCALCULATE
    Reading ./dirdat/dc000000, current RBA 987, 0 records
    Report at 2012-06-05 12:58:14 (activity since 2012-06-05 12:58:14)
    From Table tst.table1 to tst.table1:
    # inserts: 0
    # updates: 0
    # deletes: 0
    # discards: 1
    Last log location read:
    FILE: ./dirdat/dc000000
    SEQNO: 0
    RBA: 987
    TIMESTAMP: 2012-06-01 15:48:56.285333
    EOF: NO
    READERR: 0
    2012-06-05 12:58:14 ERROR OGG-01668 PROCESS ABENDING.
    Discard file:
    Oracle GoldenGate Delivery for Oracle process started, group RTCHECK discard file opened: 2012-06-05 12:49:39
    Key column filed3 (0) is missing from update on table tst.table1
    Missing 1 key columns in update for table tst.table1.
    Current time: 2012-06-05 12:58:14
    Discarded record from action ABEND on error 0
    Aborting transaction on ./dirdat/dc beginning at seqno 0 rba 987
    error at seqno 0 rba 987
    Problem replicating tst.table1 to tst.table1
    Mapping problem with compressed key update record (target format)...
    filed1 = NULL
    field2 =
    field3 =
    field4 =
    field5 =
    datefield = -04-09 00:00:00
    field6 =
    field8 =
    field9 = NULL
    field10 =
    Process Abending : 2012-06-05 12:58:14

  • Online Backup Problem

    Hello All,
    Online backup getting failled in our Quality System
    Please find the backup log below:
    BR0233E Backup utility has reported an error while saving file /oracle/AQ1/sapdata9/ax1_816/ax1.data816
    BR0233E Backup utility has reported an error while saving file /oracle/AQ1/sapdata9/ax1_816/ax1.data816
    [Normal] From:
    BR0233E Backup utility has reported an error while saving file /oracle/AQ1/sapdata9ax1_848/ax1.data848
    BR0233E Backup utility has reported an error while saving file /oracle/AQ1/sapdata10/undo_6/undo.data6
    BR0279E Return code from 'backint -u AQ1_001 -f backup -i /oracle/AQ1/sapbackup/.bdytsrlr.lst -t file -c': 1
    BR0232E 515 of 665 files saved by backup utility
    BR0280I BRBACKUP time stamp: 2008-09-09 17.40.31
    BR0231E Backup utility call failed
    I dont have any clue on this.
    Please guide me to move forward.
    Thanks in Advance
    Prem.

    Hi,
    I am facing the same problem. The backup was gracefully started and all the files-copying was fine until it completed with 136 out of 197 files backed up. Do you have any idea what caused the error and why only certain logs were backed up?
    Detail log:     bdyvfkde     .     anf
    BR0051I BRBACKUP 7.00 (31)               
    BR0055I Start of database backup: bdyvfkde.anf 2008-09-16 19.59.30               
    BR0484I BRBACKUP log file: G:\Oracle\R3Q\sapbackup\bdyvfkde.anf               
    BR0477I Oracle pfile E:\Oracle\R3Q\102\database\initR3Q.ora created from spfile E:\Oracle\R3Q\102\database\spfileR3Q.ora               
    BR0280I BRBACKUP time stamp: 2008-09-16 19.59.45               
    BR0319I Control file copy created: G:\Oracle\R3Q\sapbackup\CNTRLR3Q.DBF 25378816               
    BR0101I Parameters               
    Name                           Value               
    oracle_sid                     R3Q               
    oracle_home                    E:\Oracle\R3Q\102               
    oracle_profile                 E:\Oracle\R3Q\102\database\initR3Q.ora               
    sapdata_home                   I:\Oracle\R3Q               
    sap_profile                    E:\Oracle\R3Q\102\database\initR3Q.sap               
    backup_mode                    ALL          
    backup_type                    online          
    backup_dev_type                util_file          
    system_info                    r3qadm GBSSAPR3QDB1 Windows 5.2 Build 3790 Service Pack 2 Intel          
    oracle_info                    R3Q 10.2.0.2.0 8192 5784 8678021244 GBSSAPR3QDB1 WE8DEC UTF8          
    sap_info                       700 SAPR3P R3Q V2063558986 R3_ORA 0020126990          
    make_info                      NTintel OCI_10201_SHARE Feb  4 2008          
    command_line                   F:\usr\sap\R3Q\SYS\exe\run\brbackup.exe -c -t online -d util_file -m all -u system/**********          
    BR0116I ARCHIVE LOG LIST before backup for database instance R3Q          
    Parameter                      Value          
    Database log mode              Archive Mode          
    Automatic archival             Enabled          
    Archive destination            H:\oracle\R3Q\saparch          
    Archive format                 %t_%s_%r.dbf          
    Oldest online log sequence     5779          
    Next log sequence to archive   5784          
    Current log sequence           5784             SCN: 8678021244          
    Database block size            8192             Thread: 1          
    Current system change number   8678032273       ResetId: 658162758          
    BR0118I Tablespaces and data files          
    Tablespace     TS-Status  F-Status  File                                                       Size   Id.     Device  Link    Type       MaxSize     IncrSize  BlkSize          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_100\R3P.DATA100           4193255424  123           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_101\R3P.DATA101           4193255424  124           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_102\R3P.DATA102           6340739072  125           8  NOLINK  FILE    8388608000   2147483648     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_103\R3P.DATA103           8388616192  126           8  NOLINK  FILE    8388608000   2147483648     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_104\R3P.DATA104           8388616192  127           8  NOLINK  FILE    8388608000   2147483648     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_105\R3P.DATA105           8388616192  128           8  NOLINK  FILE    8388608000   2147483648     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_106\R3P.DATA106           8388616192  129           8  NOLINK  FILE    8388608000   2147483648     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_107\R3P.DATA107           8388616192  130           8  NOLINK  FILE    8388608000   2147483648     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_108\R3P.DATA108           8388616192  131           8  NOLINK  FILE    8388608000   2147483648     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_109\R3P.DATA109           4453302272  132           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_10\R3P.DATA10             2167406592   26           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_110\R3P.DATA110           6340739072  133           8  NOLINK  FILE    8388608000   2147483648     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_111\R3P.DATA111           4193255424  134           8  NOLINK  FILE    8388608000   2147483648     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_112\R3P.DATA112           4193255424  135           8  NOLINK  FILE    8388608000   2147483648     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_113\R3P.DATA113           4193255424  136           8  NOLINK  FILE    8388608000   2147483648     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_114\R3P.DATA114           4193255424  138           8  NOLINK  FILE    8388608000   2147483648     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_115\R3P.DATA115           4193255424  139           8  NOLINK  FILE    8388608000   2147483648     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_116\R3P.DATA116           4193255424  140           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_117\R3P.DATA117           4193255424  141           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_118\R3P.DATA118           4193255424  142           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_119\R3P.DATA119           4193255424  143           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_11\R3P.DATA11             2099249152   28           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_120\R3P.DATA120           4196401152  144           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_121\R3P.DATA121           4193255424  146           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_122\R3P.DATA122           4193255424  147           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_123\R3P.DATA123           4193255424  148           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_124\R3P.DATA124           4193255424  150           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_125\R3P.DATA125           4193255424  151           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_126\R3P.DATA126           4193255424  152           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_127\R3P.DATA127           4194304000  153           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_128\R3P.DATA128           4194304000  154           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_129\R3P.DATA129           4194304000  155           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_12\R3P.DATA12             2099249152   29           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_130\R3P.DATA130           4194304000  156           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_131\R3P.DATA131           4194304000  157           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_132\R3P.DATA132           4194304000  158           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_133\R3P.DATA133           4194304000  159           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_134\R3P.DATA134           4194304000  160           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_135\R3P.DATA135           4183818240  161           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_136\R3P.DATA136           4183818240  162           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_137\R3P.DATA137           4183818240  163           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_138\R3P.DATA138           4183818240  164           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_139\R3P.DATA139           4183818240  165           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_13\R3P.DATA13             2099249152   30           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_140\R3P.DATA140           4183818240  166           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_141\R3P.DATA141           8589934592  167           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_142\R3P.DATA142           8589934592  168           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_143\R3P.DATA143           8589934592  169           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_144\R3P.DATA144           8589934592  171           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_145\R3P.DATA145           8589934592  172           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_146\R3P.DATA146           8589934592  173           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_147\R3P.DATA147           8589926400  174           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_148\R3P.DATA148           8589934592  175           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_149\R3P.DATA149           8589934592  176           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_14\R3P.DATA14             2105540608   31           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_150\R3P.DATA150           8589934592  177           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_151\R3P.DATA151           8589942784  182           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_152\R3P.DATA152.DBF       8589942784  186           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_153\R3P.DATA153           8589942784  188           8  NOLINK  FILE    8589934592      1048576     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_154\R3P.DATA154           8589942784  189           8  NOLINK  FILE    8589934592     10485760     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_155\R3P.DATA155           8589942784  190           8  NOLINK  FILE    8589934592     10485760     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_156\R3P.DATA156           8589942784  191           8  NOLINK  FILE    8589934592    104857600     8192          
    PSAPR3P        ONLINE*    ONLINE    I:\ORACLE\R3Q\SAPDATA1\R3P_157\R3P.DATA157           8589942784  192           8  NOLINK  FILE             0            0     8192          
    PSAPR3P        ONLINE*    ONLINE    I:\ORACLE\R3Q\SAPDATA1\R3P_158\R3P.DATA158           8589942784  193           8  NOLINK  FILE             0            0     8192          
    PSAPR3P        ONLINE*    ONLINE    I:\ORACLE\R3Q\SAPDATA1\R3P_159\R3P.DATA159           8589942784  194           8  NOLINK  FILE             0            0     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_15\R3P.DATA15             2097152000   32           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE    I:\ORACLE\R3Q\SAPDATA1\R3P_160\R3P.DATA160           8589942784  195           8  NOLINK  FILE             0            0     8192          
    PSAPR3P        ONLINE*    ONLINE    I:\ORACLE\R3Q\SAPDATA1\R3P_161\R3P.DATA161           8589942784  196           8  NOLINK  FILE             0            0     8192          
    PSAPR3P        ONLINE*    ONLINE    I:\ORACLE\R3Q\SAPDATA1\R3P_162\R3P.DATA162           8589942784  197           8  NOLINK  FILE             0            0     8192          
    PSAPR3P        ONLINE*    ONLINE    I:\ORACLE\R3Q\SAPDATA1\R3P_163\R3P.DATA163           8589942784  198           8  NOLINK  FILE             0            0     8192          
    PSAPR3P        ONLINE*    ONLINE    I:\ORACLE\R3Q\SAPDATA1\R3P_164\R3P.DATA164           8589942784  199           8  NOLINK  FILE             0            0     8192          
    PSAPR3P        ONLINE*    ONLINE    I:\ORACLE\R3Q\SAPDATA1\R3P_165\R3P.DATA165           8589942784  200           8  NOLINK  FILE             0            0     8192          
    PSAPR3P        ONLINE*    ONLINE    I:\ORACLE\R3Q\SAPDATA1\R3P_166\R3P.DATA166           8589942784  201           8  NOLINK  FILE             0            0     8192          
    PSAPR3P        ONLINE*    ONLINE    I:\ORACLE\R3Q\SAPDATA1\R3P_167\R3P.DATA167           8589942784  203           8  NOLINK  FILE             0            0     8192          
    PSAPR3P        ONLINE*    ONLINE    I:\ORACLE\R3Q\SAPDATA1\R3P_168\R3P.DATA168           8589942784  204           8  NOLINK  FILE             0            0     8192          
    PSAPR3P        ONLINE*    ONLINE    I:\ORACLE\R3Q\SAPDATA1\R3P_169\R3P.DATA169           8589942784  205           8  NOLINK  FILE             0            0     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_16\R3P.DATA16             2097152000   34           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE    I:\ORACLE\R3Q\SAPDATA1\R3P_170\R3P.DATA170           8589942784  206           8  NOLINK  FILE             0            0     8192          
    PSAPR3P        ONLINE*    ONLINE    I:\ORACLE\R3Q\SAPDATA1\R3P_171\R3P.DATA171           8589942784  207           8  NOLINK  FILE             0            0     8192          
    PSAPR3P        ONLINE*    ONLINE    I:\ORACLE\R3Q\SAPDATA1\R3P_172\R3P.DATA172           8589942784   10           8  NOLINK  FILE             0            0     8192          
    PSAPR3P        ONLINE*    ONLINE    I:\ORACLE\R3Q\SAPDATA1\R3P_173\R3P.DATA173           8589942784   11           8  NOLINK  FILE             0            0     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_17\R3P.DATA17             2099249152   35           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_18\R3P.DATA18             2097152000   36           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_19\R3P.DATA19             2097152000   39           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_1\R3P.DATA1               8388616192    2           8  NOLINK  FILE    8388608000   2147483648     8192          
    PSAPR3P        ONLINE*    ONLINE    I:\ORACLE\R3Q\SAPDATA1\R3P_20\R3P.DATA20             8388616192   40           8  NOLINK  FILE             0            0     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_21\R3P.DATA21             2415919104   41           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_22\R3P.DATA22             2097152000   42           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_23\R3P.DATA23             2097152000   43           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_24\R3P.DATA24             2097152000   44           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_25\R3P.DATA25             2097152000   45           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_26\R3P.DATA26             2097152000   46           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_27\R3P.DATA27             2097152000   47           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_28\R3P.DATA28             2097152000   48           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_29\R3P.DATA29             2097152000   49           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_2\R3P.DATA2               8388616192    3           8  NOLINK  FILE    8388608000   2147483648     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_30\R3P.DATA30             2097152000   50           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_31\R3P.DATA31             4193255424   51           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_32\R3P.DATA32             4193255424   52           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_33\R3P.DATA33             4193255424   53           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_34\R3P.DATA34             4193255424   54           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_35\R3P.DATA35             4193255424   55           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_36\R3P.DATA36             4193255424   56           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_37\R3P.DATA37             4193255424   58           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_38\R3P.DATA38             4195352576   59           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_39\R3P.DATA39             4193255424   60           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_3\R3P.DATA3               8388616192    4           8  NOLINK  FILE    8388608000   2147483648     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_40\R3P.DATA40             4193255424   61           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_41\R3P.DATA41             4193255424   66           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_42\R3P.DATA42             4193255424   67           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_43\R3P.DATA43             4193255424   68           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_44\R3P.DATA44             5293211648   21           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_45\R3P.DATA45             4599054336   24           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_46\R3P.DATA46             4196401152   27           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_47\R3P.DATA47             4193255424   37           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_48\R3P.DATA48             4193255424   38           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_49\R3P.DATA49             4193255424   69           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_4\R3P.DATA4               8388616192    5           8  NOLINK  FILE    8388608000   2147483648     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_50\R3P.DATA50             4193255424   70           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_51\R3P.DATA51             4809818112   22           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_52\R3P.DATA52             4193255424   71           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_53\R3P.DATA53             4193255424   72           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_54\R3P.DATA54             4193255424   73           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_55\R3P.DATA55             4194304000   74           8  NOLINK  FILE    8388608000   1048576000     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_56\R3P.DATA56             4194304000   75           8  NOLINK  FILE    8388608000   1048576000     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_57\R3P.DATA57             4194304000   76           8  NOLINK  FILE    8388608000   1048576000     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_58\R3P.DATA58             4194304000   77           8  NOLINK  FILE    8388608000   1048576000     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_59\R3P.DATA59             4194304000   78           8  NOLINK  FILE    8388608000   1048576000     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_5\R3P.DATA5               8388616192    6           8  NOLINK  FILE    8388608000   2147483648     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_60\R3P.DATA60             4194304000   79           8  NOLINK  FILE    8388608000   1048576000     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_61\R3P.DATA61             4194304000   80           8  NOLINK  FILE    8388608000   1048576000     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_62\R3P.DATA62             5242880000   82           8  NOLINK  FILE    8388608000   1048576000     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_63\R3P.DATA63             4194304000   83           8  NOLINK  FILE    8388608000   1048576000     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_64\R3P.DATA64             4194304000   84           8  NOLINK  FILE    8388608000   1048576000     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_65\R3P.DATA65             4194304000   85           8  NOLINK  FILE    8388608000   1048576000     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_66\R3P.DATA66             5242880000   86           8  NOLINK  FILE    8388608000   1048576000     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_67\R3P.DATA67             7340032000   87           8  NOLINK  FILE    8388608000   1048576000     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_68\R3P.DATA68             8388608000   88           8  NOLINK  FILE    8388608000   1048576000     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_69\R3P.DATA69             8388608000   89           8  NOLINK  FILE    8388608000   1048576000     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_6\R3P.DATA6               4416610304    7           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_70\R3P.DATA70             6107955200   90           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_71\R3P.DATA71             5111808000   91           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_72\R3P.DATA72             4806672384   92           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_73\R3P.DATA73             4537188352   93           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_74\R3P.DATA74             4402970624   94           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_75\R3P.DATA75             4402970624   95           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_76\R3P.DATA76             4268752896   96           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_77\R3P.DATA77             4260364288   97           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_78\R3P.DATA78             4260364288   98           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_79\R3P.DATA79             4260364288   99           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_7\R3P.DATA7               2790268928    8           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_80\R3P.DATA80             4260364288  100           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_81\R3P.DATA81             4260364288  101           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_82\R3P.DATA82             4260364288  103           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_83\R3P.DATA83             4260364288  104           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_84\R3P.DATA84             4260364288  105           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_85\R3P.DATA85             4260364288  106           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_86\R3P.DATA86             4260364288  107           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_87\R3P.DATA87             4261412864  108           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_88\R3P.DATA88             4260364288  109           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_89\R3P.DATA89             4260364288  110           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_8\R3P.DATA8               2512396288    9           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_90\R3P.DATA90             4260364288  111           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_91\R3P.DATA91             4260364288  112           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_92\R3P.DATA92             4193255424  113           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_93\R3P.DATA93             4193255424  114           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_94\R3P.DATA94             4193255424  115           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_95\R3P.DATA95             4193255424  116           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_96\R3P.DATA96             4193255424  117           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_97\R3P.DATA97             4193255424  118           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_98\R3P.DATA98             4193255424  120           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_99\R3P.DATA99             4193255424  122           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P        ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P_9\R3P.DATA9               2301624320   25           8  NOLINK  FILE    8388608000         8192     8192          
    PSAPR3P700     ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P700_1\R3P700.DATA1         9646907392  179           8  NOLINK  FILE   34358689792   1048576000     8192          
    PSAPR3P700     ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P700_2\R3P700.DATA2        12621717504  180           8  NOLINK  FILE   34358689792   1048576000     8192          
    PSAPR3P700     ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\R3P700_3\R3P700.DATA3        28311560192  181           8  NOLINK  FILE   34358689792   1048576000     8192          
    PSAPR3P700     ONLINE*    ONLINE    I:\ORACLE\R3Q\SAPDATA1\R3P700_4\R3P700.DATA4         4294975488  187           8  NOLINK  FILE             0            0     8192          
    PSAPR3PUSR     ONLINE*    ONLINE    I:\ORACLE\R3Q\SAPDATA1\R3PUSR_1\R3PUSR.DATA1         4194304000   20           8  NOLINK  FILE             0            0     8192          
    PSAPR3PUSR     ONLINE*    ONLINE    I:\ORACLE\R3Q\SAPDATA1\R3PUSR_2\R3PUSR.DATA2         2097152000   81           8  NOLINK  FILE             0            0     8192          
    PSAPR3PUSR     ONLINE*    ONLINE    I:\ORACLE\R3Q\SAPDATA1\R3PUSR_3\R3PUSR.DATA3         1572864000  102           8  NOLINK  FILE             0            0     8192          
    PSAPR3PUSR     ONLINE*    ONLINE    I:\ORACLE\R3Q\SAPDATA1\R3PUSR_4\R3PUSR.DATA4         2097152000  121           8  NOLINK  FILE             0            0     8192          
    PSAPR3PUSR     ONLINE*    ONLINE    I:\ORACLE\R3Q\SAPDATA1\R3PUSR_5\R3PUSR.DATA5         2086666240  145           8  NOLINK  FILE             0            0     8192          
    PSAPR3PUSR     ONLINE*    ONLINE    I:\ORACLE\R3Q\SAPDATA1\R3PUSR_6\R3PUSR.DATA6         2044723200  149           8  NOLINK  FILE             0            0     8192          
    PSAPTEMP       ONLINE#    ONLINE    I:\ORACLE\R3Q\SAPDATA1\TEMP_1\TEMP.DATA1             2097160192   -1           8  NOLINK  FILE             0            0     8192          
    PSAPTEMP       ONLINE#    ONLINE    I:\ORACLE\R3Q\SAPDATA1\TEMP_2\TEMP.DATA2             2097160192   -2           8  NOLINK  FILE             0            0     8192          
    PSAPTEMP       ONLINE#    ONLINE    I:\ORACLE\R3Q\SAPDATA1\TEMP_3\TEMP.DATA3             2097160192   -3           8  NOLINK  FILE             0            0     8192          
    PSAPTEMP       ONLINE#    ONLINE    I:\ORACLE\R3Q\SAPDATA1\TEMP_4\TEMP.DATA4             2097160192   -4           8  NOLINK  FILE             0            0     8192          
    PSAPUNDO       ONLINE-    ONLINE    I:\ORACLE\R3Q\SAPDATA1\UNDO_1\UNDO.DATA1             2097160192   62           8  NOLINK  FILE             0            0     8192          
    PSAPUNDO       ONLINE-    ONLINE    I:\ORACLE\R3Q\SAPDATA1\UNDO_2\UNDO.DATA2             2097160192   63           8  NOLINK  FILE             0            0     8192          
    PSAPUNDO       ONLINE-    ONLINE    I:\ORACLE\R3Q\SAPDATA1\UNDO_3\UNDO.DATA3             2097160192   64           8  NOLINK  FILE             0            0     8192          
    PSAPUNDO       ONLINE-    ONLINE    I:\ORACLE\R3Q\SAPDATA1\UNDO_4\UNDO.DATA4             2097160192   65           8  NOLINK  FILE             0            0     8192          
    PSAPUNDO       ONLINE-    ONLINE    I:\ORACLE\R3Q\SAPDATA1\UNDO_5\UNDO.DATA5             2097152000  119           8  NOLINK  FILE             0            0     8192          
    PSAPUNDO       ONLINE-    ONLINE    I:\ORACLE\R3Q\SAPDATA1\UNDO_6\UNDO.DATA6             2097152000  170           8  NOLINK  FILE             0            0     8192          
    PSAPUNDO       ONLINE-    ONLINE    I:\ORACLE\R3Q\SAPDATA1\UNDO_7\UNDO.DATA7             2684362752  183           8  NOLINK  FILE             0            0     8192          
    PSAPUNDO       ONLINE-    ONLINE    I:\ORACLE\R3Q\SAPDATA1\UNDO_8\UNDO.DATA8             2684362752  184           8  NOLINK  FILE             0            0     8192          
    PSAPUNDO       ONLINE-    ONLINE    I:\ORACLE\R3Q\SAPDATA1\UNDO_9\UNDO.DATA9             2147491840  185           8  NOLINK  FILE             0            0     8192          
    SYSAUX         ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\SYSAUX_1\SYSAUX.DATA1          618668032  178           8  NOLINK  FILE   34359721984     10485760     8192          
    SYSAUX         ONLINE*    ONLINE+   I:\ORACLE\R3Q\SAPDATA1\SYSAUX_2\SYSAUX.DATA2          618668032  202           8  NOLINK  FILE   34359721984     10485760     8192          
    SYSTEM         ONLINE%    SYSTEM    I:\ORACLE\R3Q\SAPDATA1\SYSTEM_1\SYSTEM.DATA1          524296192    1           8  NOLINK  FILE             0            0     8192          
    SYSTEM         ONLINE%    SYSTEM    I:\ORACLE\R3Q\SAPDATA1\SYSTEM_2\SYSTEM.DATA2         2097152000  137           8  NOLINK  FILE             0            0     8192          
    BR0119I Redo log files          
    File                                                Size  Group     Device  Status    Link    Type          
    G:\ORACLE\R3Q\ORIGLOGA\LOG_G51M1.DBF           157286912   51            6  INUSE     NOLINK  FILE          
    G:\ORACLE\R3Q\MIRRLOGA\LOG_G51M2.DBF           157286912   51            6  INUSE     NOLINK  FILE          
    G:\ORACLE\R3Q\ORIGLOGB\LOG_G52M1.DBF           157286912   52            6  INUSE     NOLINK  FILE          
    G:\ORACLE\R3Q\MIRRLOGB\LOG_G52M2.DBF           157286912   52            6  INUSE     NOLINK  FILE          
    G:\ORACLE\R3Q\ORIGLOGC\LOG_G53M1.DBF           157286912   53            6  INUSE     NOLINK  FILE          
    G:\ORACLE\R3Q\MIRRLOGC\LOG_G53M2.DBF           157286912   53            6  INUSE     NOLINK  FILE          
    G:\ORACLE\R3Q\ORIGLOGA\LOG_G54M1.DBF           157286912   54            6  INUSE     NOLINK  FILE          
    G:\ORACLE\R3Q\MIRRLOGA\LOG_G54M2.DBF           157286912   54            6  INUSE     NOLINK  FILE          
    G:\ORACLE\R3Q\ORIGLOGB\LOG_G55M1.DBF           157286912   55            6  INUSE     NOLINK  FILE          
    G:\ORACLE\R3Q\MIRRLOGB\LOG_G55M2.DBF           157286912   55            6  INUSE     NOLINK  FILE          
    G:\ORACLE\R3Q\ORIGLOGC\LOG_G56M1.DBF           157286912   56            6  INUSE     NOLINK  FILE          
    G:\ORACLE\R3Q\MIRRLOGC\LOG_G56M2.DBF           157286912   56            6  INUSE     NOLINK  FILE          
    BR0120I Control files          
    File                                                Size   Id.      Device  Link    Type          
    G:\oracle\R3Q\origlogA\cntrl\cntrlR3Q.dbf       25378816    0            6  NOLINK  FILE          
    H:\oracle\R3Q\saparch\cntrl\cntrlR3Q.dbf        25378816    0            7  NOLINK  FILE          
    I:\oracle\R3Q\sapdata1\cntrl\cntrlR3Q.dbf       25378816    0            8  NOLINK  FILE          
    BR0280I BRBACKUP time stamp: 2008-09-16 19.59.46          
    BR0057I Backup of database: R3Q          
    BR0058I BRBACKUP action ID: bdyvfkde          
    BR0059I BRBACKUP function ID: anf          
    BR0110I Backup mode: ALL          
    BR0077I Database file for backup: G:\Oracle\R3Q\sapbackup\CNTRLR3Q.DBF          
    BR0061I 197 files found for backup, total size 947121.602 MB          
    BR0143I Backup type: online          
    BR0130I Backup device type: util_file          
    BR0109I Files will be saved by backup utility          
    BR0126I Unattended mode active - no operator confirmation required          
    BR0280I BRBACKUP time stamp: 2008-09-16 19.59.50          
    BR0315I 'Alter database begin backup' successful          
    BR0280I BRBACKUP time stamp: 2008-09-16 19.59.50          
    BR0229I Calling backup utility with function 'backup'...          
    BR0278I Command output of 'f:\Usr\SAP\R3Q\SYS\EXE\RUN\backint.exe -u R3Q -f backup -i G:\Oracle\R3Q\sapbackup\.bdyvfkde.lst -t file -c':          
    [Normal] From: OB2BAR_BACKINTXXXXXXXXXXXXXXXXX "R3Q"  Time: 16/09/2008 19:59:50          
         Backint is started with the following parameters  f:\Usr\SAP\R3Q\SYS\EXE\RUN\backint.exe -u R3Q -f backup -i G:\Oracle\R3Q\sapbackup\.bdyvfkde.lst -t file -c.     
    BR0280I BRBACKUP time stamp: 2008-09-16 21.35.21          
    #FILE..... I:\ORACLE\R3Q\SAPDATA1\R3P700_3\R3P700.DATA3          
    #SAVED.... 20080916.0087.00          
    BR0280I BRBACKUP time stamp: 2008-09-16 21.35.21          
    #FILE..... I:\ORACLE\R3Q\SAPDATA1\R3P700_2\R3P700.DATA2          
    #SAVED.... 20080916.0087.01          
    BR0280I BRBACKUP time stamp: 2008-09-16 21.35.21          
    #FILE..... I:\ORACLE\R3Q\SAPDATA1\R3P700_1\R3P700.DATA1          
    #SAVED.... 20080916.0087.02          
    BR0280I BRBACKUP time stamp: 2008-09-16 21.35.21          
    #FILE..... I:\ORACLE\R3Q\SAPDATA1\R3P_160\R3P.DATA160          
    #SAVED.... 20080916.0087.03          
    BR0280I BRBACKUP time stamp: 2008-09-16 22.02.29          
    #FILE..... I:\ORACLE\R3Q\SAPDATA1\R3P_168\R3P.DATA168          
    #SAVED.... 20080916.0087.00          
    BR0280I BRBACKUP time stamp: 2008-09-16 22.02.29          
    #FILE..... I:\ORACLE\R3Q\SAPDATA1\R3P_159\R3P.DATA159          
    #SAVED.... 20080916.0087.01          
    BR0280I BRBACKUP time stamp: 2008-09-16 22.02.29          
    #FILE..... I:\ORACLE\R3Q\SAPDATA1\R3P_163\R3P.DATA163          
    #SAVED.... 20080916.0087.02          
    BR0280I BRBACKUP time stamp: 2008-09-16 22.02.29          
    #FILE..... I:\ORACLE\R3Q\SAPDATA1\R3P_169\R3P.DATA169          
    #SAVED.... 20080916.0087.03          
    BR0280I BRBACKUP time stamp: 2008-09-16 22.41.11          
    #FILE..... I:\ORACLE\R3Q\SAPDATA1\R3P_164\R3P.DATA164          
    #SAVED.... 20080916.0087.00          
    BR0280I BRBACKUP time stamp: 2008-09-16 22.41.11          
    #FILE..... I:\ORACLE\R3Q\SAPDATA1\R3P_171\R3P.DATA171          
    #SAVED.... 20080916.0087.01          
    BR0280I BRBACKUP time stamp: 2008-09-16 22.41.11          
    #FILE..... I:\ORACLE\R3Q\SAPDATA1\R3P_167\R3P.DATA167          
    #SAVED.... 20080916.0087.02          
    BR0280I BRBACKUP time stamp: 2008-09-16 22.41.11          
    #FILE..... I:\ORACLE\R3Q\SAPDATA1\R3P_151\R3P.DATA151          
    #SAVED.... 20080916.0087.03          
    BR0280I BRBACKUP time stamp: 2008-09-16 23.19.10          
    #FILE..... I:\ORACLE\R3Q\SAPDATA1\R3P_170\R3P.DATA170          
    #SAVED.... 20080916.0087.00          
    BR0280I BRBACKUP time stamp: 2008-09-16 23.19.10          
    #FILE..... I:\ORACLE\R3Q\SAPDATA1\R3P_157\R3P.DATA157          
    #SAVED.... 20080916.0087.01          
    BR0280I BRBACKUP time stamp: 2008-09-16 23.19.10          
    #FILE..... I:\ORACLE\R3Q\SAPDATA1\R3P_161\R3P.DATA161          
    #SAVED.... 20080916.0087.02          
    BR0280I BRBACKUP time stamp: 2008-09-16 23.19.10          
    #FILE..... I:\ORACLE\R3Q\SAPDATA1\R3P_165\R3P.DATA165          
    #SAVED.... 20080916.0087.03          
    BR0280I BRBACKUP time stamp: 2008-09-16 23.49.57          
    #FILE..... I:\ORACLE\R3Q\SAPDATA1\R3P_156\R3P.DATA156          
    #SAVED.... 20080916.0087.00          
    BR0280I BRBACKUP time stamp: 2008-09-16 23.49.57          
    #FILE..... I:\ORACLE\R3Q\SAPDATA1\R3P_154\R3P.DATA154          
    #SAVED.... 20080916.0087.01          
    BR0280I BRBACKUP time stamp: 2008-09-16 23.49.57          
    #FILE..... I:\ORACLE\R3Q\SAPDATA1\R3P_152\R3P.DATA152.DBF          
    #SAVED.... 20080916.0087.02          
    BR0280I BRBACKUP time stamp: 2008-09-16 23.49.57          
    #FILE..... I:\ORACLE\R3Q\SAPDATA1\R3P_153\R3P.DATA153          
    #SAVED.... 20080916.0087.03          
    BR0280I BRBACKUP time stamp: 2008-09-17 00.15.39          
    #FILE..... I:\ORACLE\R3Q\SAPDATA1\R3P_142\R3P.DATA142          
    #SAVED.... 20080916.0087.00          
    BR0280I BRBACKUP time stamp: 2008-09-17 00.15.39          
    #FILE..... I:\ORACLE\R3Q\SAPDATA1\R3P_166\R3P.DATA166          
    #SAVED.... 20080916.0087.01          
    BR0280I BRBACKUP time stamp: 2008-09-17 00.15.39          
    #FILE..... I:\ORACLE\R3Q\SAPDATA1\R3P_155\R3P.DATA155          
    #SAVED.... 20080916.0087.02          
    BR0280I BRBACKUP time stamp: 2008-09-17 00.15.39          
    #FILE..... I:\ORACLE\R3Q\SAPDATA1\R3P_172\R3P.DATA172          
    #SAVED.... 20080916.0087.03          
    BR0280I BRBACKUP time stamp: 2008-09-17 00.39.05          
    #FILE..... I:\ORACLE\R3Q\SAPDATA1\R3P_146\R3P.DATA146          
    #SAVED.... 20080916.0087.00          
    BR0280I BRBACKUP time stamp: 2008-09-17 00.39.05          
    #FILE..... I:\ORACLE\R3Q\SAPDATA1\R3P_162\R3P.DATA162          
    #SAVED.... 20080916.0087.01          
    BR0280I BRBACKUP time stamp: 2008-09-17 00.39.05          
    #FILE..... I:\ORACLE\R3Q\SAPDATA1\R3P_173\R3P.DATA173          
    #SAVED.... 20080916.0087.02          
    BR0280I BRBACKUP time stamp: 2008-09-17 00.39.05          
    #FILE..... I:\ORACLE\R3Q\SAPDATA1\R3P_158\R3P.DATA158          
    #SAVED.... 20080916.0087.03          
    BR0280I BRBACKUP time stamp: 2008-09-17 01.04.09          
    #FILE..... I:\ORACLE\R3Q\SAPDATA1\R3P_106\R3P.DATA106          
    #SAVED.... 20080916.0087.00          
    BR0280I BRBACKUP time stamp: 2008-09-17 01.04.09          
    #FILE..... I:\ORACLE\R3Q\SAPDATA1\R3P_143\R3P.DATA143          
    #SAVED.... 20080916.0087.01          
    BR0280I BRBACKUP time stamp: 2008-09-17 01.04.09          
    #FILE..... I:\ORACLE\R3Q\SAPDATA1\R3P_150\R3P.DATA150          
    #SAVED.... 20080916.0087.02          
    BR0280I BRBACKUP time stamp: 2008-09-17 01.04.09          
    #FILE..... I:\ORACLE\R3Q\SAPDATA1\R3P_149\R3P.DATA149          
    #SAVED.... 20080916.0087.03          
    BR0280I BRBACKUP time stamp: 2008-09-17 01.24.53          
    #FILE..... I:\ORACLE\R3Q\SAPDATA1\R3P_5\R3P.DATA5          
    #SAVED.... 20080916.0087.00          
    BR0280I BRBACKUP time stamp: 2008-09-17 01.24.53          
    #FILE..... I:\ORACLE\R3Q\SAPDATA1\R3P_148\R3P.DATA148          
    #SAVED.... 20080916.0087.01          
    BR0280I BRBACKUP time stamp: 2008-09-17 01.24.53          
    #FILE..... I:\ORACLE\R3Q\SAPDATA1\R3P_144\R3P.DATA144          
    #SAVED.... 20080916.0087.02          
    BR0280I BRBACKUP time stamp: 2008-09-17 01.24.53          
    #FILE..... I:\ORACLE\R3Q\SAPDATA1\R3P_141\R3P.DATA141          
    #SAVED.... 20080916.0087.03          
    BR0280

  • Problems with compressing  files with right hand click. it does not work.

    Problems with compressing files with right hand click.
    I am using the compress function in the Mac OS (File > Compress XX) from time to time. Today it does not work anymore. OS 10.5.6
    I get a message: The content list cannot be created for compressing.
    I tried it with files and folders and keep getting this message. Anybody any idea as to how to fix this

    Thanks I love my macbook!!!!
    I also got further problems such as copy-paste not working etc.
    so I fixed it just this morning by running Applejack 1.5 and am back up running noticing your post.
    thanks for helping though!

  • Mapping problem with compressed key update record (target format)...

    Hi Guys,
    Getting below error while replication from Source to target. Source table is having NOT NULL Column, but on target replicat process giving error about some NULL value ??
    How to overcome this issue, any idea...
    2011-08-04 10:35:04 INFO OGG-00995 Oracle GoldenGate Delivery for Oracle, rmastrk.prm: REPLICAT RMASTRK starting.
    2011-08-04 10:35:05 INFO OGG-00996 Oracle GoldenGate Delivery for Oracle, rmastrk.prm: REPLICAT RMASTRK started.
    2011-08-04 10:35:06 WARNING OGG-00869 Oracle GoldenGate Delivery for Oracle, rmastrk.prm: OCI Error ORA-01407: cannot update ("INFRA"."CUST"."CODE") to NULL (status = 1407), SQL <UPDATE "INFRA"."CUST" SET "ORD_ID" = :a2,"DP_ID" = :a3,"EXCHNG_CODE" = :a4,"ORD_QTY" = :a5,"ORD_PRICE" = :a6,"CODE" = :a7,"MKRT_CODE" = :a8,"CHANN>.
    2011-08-04 10:35:06 WARNING OGG-01004 Oracle GoldenGate Delivery for Oracle, rmastrk.prm: Aborted grouped transaction on 'INFRA.CUST', Database error 1407 (ORA-01407: cannot update ("INFRA"."CUST"."SCRP_CODE") to NULL).
    2011-08-04 10:35:06 WARNING OGG-01003 Oracle GoldenGate Delivery for Oracle, rmastrk.prm: Repositioning to rba 44132192 in seqno 68708.
    2011-08-04 10:35:06 *WARNING OGG-01154 Oracle GoldenGate Delivery for Oracle, rmastrk.prm: SQL error 1407 mapping INFRA.CUST to INFRA.CUST OCI Error ORA-01407:* *cannot update ("INFRA"."CUST"."SCRP_CODE") to NULL (status = 1407), SQL <UPDATE "INFRA"."CUST" SET "ORD_ID" = :a2,"DP_ID" = :a3,"EXCHNG_CODE"=:a4,"ORD_QTY"*
    *= :a5,"ORD_PRICE" = :a6,"SCRP_CODE" = :a7,"MKRT_CODE" = :a8,"CHANN>.*
    2011-08-04 10:35:06 WARNING OGG-01003 Oracle GoldenGate Delivery for Oracle, rmastrk.prm: Repositioning to rba 44132192 in seqno 68708.
    2011-08-04 10:35:06 ERROR OGG-01296 Oracle GoldenGate Delivery for Oracle, rmastrk.prm: Error mapping from INFRA.CUST to INFRA.CUST.
    2011-08-04 10:35:06 ERROR OGG-01668 Oracle GoldenGate Delivery for Oracle, rmastrk.prm: PROCESS ABENDING.
    Oracle GoldenGate Delivery for Oracle process started, group RMASTRK discard file opened: 2011-08-04 10:35:05
    Current time: 2011-08-04 10:35:06
    Discarded record from action ABEND on error 1407
    OCI Error ORA-01407: cannot update ("INFRA"."CUST"."SCRP_CODE") to NULL
    (status = 1407), SQL <UPDATE "INFRA"."CUST" SET "ORD_ID" = :a2,"MKRT_CODE" = :a8,"CHANN>
    Aborting transaction on ./dirdat/pm beginning at seqno 68708 rba 44132192
    error at seqno 68708 rba 44132192
    Problem replicating INFRA.CUST to INFRA.CUST
    *Mapping problem with compressed key update record (target format)...*
    ORD_QTY = 500
    ORD_PRICE = 37430
    SCRP_CODE =
    MKRT_CODE = N
    Oracle GoldenGate Delivery for Oracle process started, group RMASTRK discard file opened: 2011-08-
    04 10:35:05
    Current time: 2011-08-04 10:35:06
    Discarded record from action ABEND on error 1407
    OCI Error ORA-01407: cannot update ("INFRA"."CUST"."SCRP_CODE") to NULL
    (status = 1407), SQL <UPDATE "INFRA"."CUST" SET "ORD_ID" = :a2,"MKRT_CODE" = :a8,"CHANN>
    Aborting transaction on ./dirdat/pm beginning at seqno 68708 rba 44132192
    error at seqno 68708 rba 44132192
    Problem replicating INFRA.CUST to INFRA.CUST
    Mapping problem with compressed key update record (target format)...
    ORD_QTY = 500
    ORD_PRICE = 37430
    SCRP_CODE =
    MKRT_CODE = N
    Any inputs / help would be appreciated.
    Regards,
    Manish

    The SCRP_CODE column has a NOT NULL constraint. The ORA-01407 error is telling you that you cannot update or set a value for this column to null because of the constraint. This has absolutely nothing to do with an index. You can use a marker/sentinel value in lieu of using NULL. For a numeric field, where everything is positive, a negative value (-1) can be decoded as meaning null. For a character field, a code such as NA can represent NULL.
    This also has nothing to do (directly) with GoldenGate failing because of this error. The underlying SQL statement will fail everywhere, regardless of the tool or application. It is not a case of failing only in GoldenGate.

  • Problem while compressing a PDF

    Hi,
    I am facing a problem while compressing a PDF. The requirement is to merge lot of PDF into one. But when we merge the file the size of the PDF becomes huge. It can not be sent as an attachment in an email. We also don't want to ZIP the file. Any help is welcome.
    Thanks,

    Thanks a lot Satyajit,
    I have already gone through the post. I can not change the existing forms. I can compress one form to the least I can but when I merge 500 of such forms then the size becomes huge. I need to compress the "merged" big file, not the single form. My individual forms are already very small in size.
    Regards

  • Problem with compressing unicode file names in zip file

    Hi Everyone,
    I have a problem while compressing the unicode file name in a zip file. I used the below code for compressing the unicode files.
    String[] source = null;
    // C:\\TestData\\unicode_filename.txt :  unicode_filename.txt is the file created in japanesse language
    source = new String[] {"C:\\TestData\\temp_properties.xml","C:\\TestData\\unicode_filename.txt" };
    byte[] buf = new byte[1024];
    // Create the ZIP file
    String target = "C:\\TestData\\target.zip";
    ZipOutputStream out = new ZipOutputStream(new FileOutputStream(target));
    // Compress the files
    for (int i = 0; i < source.length; i++)
         FileInputStream in = new FileInputStream(source);
         // Add ZIP entry to output stream.
         String fileName;
         File tempFile;
         ZipEntry zipEntry = new ZipEntry(source[i]);
         fileName = zipEntry.getName();
    zipEntry = new ZipEntry(fileName);
    zipEntry.setMethod(ZipEntry.DEFLATED);
    getUTF8Bytes(source[i]);
    // here I'm unable to find the unicode files and not able to understand.
    out.putNextEntry(zipEntry);
    // Transfer bytes from the file to the ZIP file
    int len;
    while ((len = in.read(buf)) > 0) {
    out.write(buf, 0, len);
    // Complete the entry
    out.closeEntry();
    in.close();
    // Complete the ZIP file
    out.close();Please help me how to fix this issue.
    Thanks                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Hi,
    Thanks for your time for looking into my query.
    Please check the below code for debugging the issue and throw your comments/suggestions for fixing the issue.
    import java.io.File;
    import java.io.FileInputStream;
    import java.io.FileNotFoundException;
    import java.io.FileOutputStream;
    import java.io.IOException;
    import java.util.zip.ZipEntry;
    import java.util.zip.ZipOutputStream;
    public class ZipTest
      public static void main(String[] args) {
              String[] source = new String[] {"C:\\TestData\\APP_Properties.xml","C:\\TestData\\??.txt" };
              byte[] buf = new byte[1024];
              try {
                   // Create the ZIP file
                   String target = "C:\\TestData\\target.zip";
                   ZipOutputStream out = new ZipOutputStream(new FileOutputStream(target));
                   // Compress the files
                   for (int i = 0; i < source.length; i++) {
                        FileInputStream in = new FileInputStream(source);
                        // Add ZIP entry to output stream.
                        String fileName;
                        File tempFile;
                        ZipEntry zipEntry = new ZipEntry(source[i]);
                        fileName = zipEntry.getName();
                        zipEntry = new ZipEntry(fileName);
                        zipEntry.setMethod(ZipEntry.DEFLATED);
                        getUTF8Bytes(source[i]);
                        out.putNextEntry(zipEntry);
                        // Transfer bytes from the file to the ZIP file
                        int len;
                        while ((len = in.read(buf)) > 0) {
                             out.write(buf, 0, len);
                        // Complete the entry
                        out.closeEntry();
                        in.close();
                   // Complete the ZIP file
                   out.close();
              } catch (IOException e) {
                   e.printStackTrace();
         private static byte[] getUTF8Bytes(String s) {
              char[] c = s.toCharArray();
              FileOutputStream file;
              try {
                   file = new FileOutputStream("C:\\TestData\\output.txt", true);
                   int len = c.length;
                   // Count the number of encoded bytes...
                   int count = 0;
                   for (int i = 0; i < len; i++) {
                        int ch = c[i];
                        if (ch <= 0x7f) {
                             count++;
                        } else if (ch <= 0x7ff) {
                             count += 2;
                        } else {
                             count += 3;
                   // Now return the encoded bytes...
                   byte[] b = new byte[count];
                   int off = 0;
                   for (int i = 0; i < len; i++) {
                        int ch = c[i];
                        if (ch <= 0x7f) {
                             b[off++] = (byte) ch;
                             file.write((byte) ch);
                        } else if (ch <= 0x7ff) {
                             b[off++] = (byte) ((ch >> 6) | 0xc0);
                             file.write((byte) ((ch >> 6) | 0xc0));
                             b[off++] = (byte) ((ch & 0x3f) | 0x80);
                             file.write((byte) ((ch & 0x3f) | 0x80));
                        } else {
                             b[off++] = (byte) ((ch >> 12) | 0xe0);
                             file.write((byte) ((ch >> 12) | 0xe0));
                             b[off++] = (byte) (((ch >> 6) & 0x3f) | 0x80);
                             file.write((byte) (((ch >> 6) & 0x3f) | 0x80));
                             b[off++] = (byte) ((ch & 0x3f) | 0x80);
                             file.write((byte) ((ch & 0x3f) | 0x80));
                   file.write((byte) '\n');
                   file.write((byte) '\r');
                   file.flush();
                   file.close();
                   return b;
              } catch (FileNotFoundException e1) {
                   e1.printStackTrace();
              } catch (IOException e1) {
                   e1.printStackTrace();
              return null;
    }Thanks
    Aravind                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Problem with Append mode in File Receiver

    Hello,
    I am facing some problem with Append Mode in File Receiver.
    In channel config, i have given :
    Construction Mode : Append
    File Type : Text
    Message Protocol : File Content Conversion
    The size of the file which i am trying to send is about 9.5MB.
    I got this error,
    "Recovering from loss of connection to database; message
    loaded into queue by recover job: System Job (Failover Recovery)".
    So, it would seem that there was a loss of connnection to the database    
    while the file was being written.
    Note -  XI successfully recovered from the connection loss and   
    successfully wrote the file, however since the communication channel  
    was set to append, it appended to the partial file that was written   
    before the database connection loss. This is not correct. The file    
    should have been overwritten after the recovery even though the communication
    channel was configured to append.                                     
    Can anyone help me on this regard.
    Thanks,
    Soorya.

    Hi Venkat,
    I would suggest u to split the file in to chunks if u face any problem in processing at a time in append mode and also
    Memory Requirements are must 4 processing huge files:
    Q: Which memory requirements does the File Adapter have? Is there a restriction on the maximum file size it can process?
    A: The maximum file size that can be processed by the File Adapter depends on a number of factors:
    o The most important one is the size of the Java heap, which is shared among all messages processed at a certain point in time. In order to be able to process larger messages without an out of memory error (OOM), it is recommended to increase the size of the available Java heap and/or to reduce the concurrency in the system so that fewer messages are processed in parallel.
    o Another factor negatively influencing the maximum message size in releases up to and including XI 3.0 SP 13 is an enabled charcter set (encoding) conversion if the message type is set to "Text".
    o Using the transport protocol "File Transfer Protocol (FTP)" also uses more memory for processing than the transport protocol "File System (NFS)" (up to and including XI 3.0 SP 13).
    o If the Message Protocol "File Content Conversion" is used in a File Sender channel, consider that not only the size of the input file affects the File Adapter's memory usage, but even more the size of the XML resulting from the conversion, which is usually a few factors larger than the original plain text file.
    To reduce the memory consumption in this scenario, consider configuring the setting "Maximum Recordsets per Message" for the sender channel. This will cause the input file to be split into multiple smaller mesages.
    Plz do refer the following links:
    U may plan the availability of ur communication channel using "Planning Availability Times" feature
    http://help.sap.com/saphelp_nw04/helpdata/en/45/06bd029da31122e10000000a11466f/frameset.htm
    /people/sravya.talanki2/blog/2005/11/29/night-mare-processing-huge-files-in-sap-xi
    hi check the below links for reference
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/10748ef7-b2f0-2910-7cb8-c81e7f284af5
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7086f109-aaa7-2a10-0cb5-f69bd2affd2b
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/2498bf90-0201-0010-4884-83568752a857
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/cc1ec146-0a01-0010-90a9-b1df1d2f346f
    Regards,
    Vinod.

  • Backup method in Noarchive mode

    Hi All,
    I have one question regarding backup methods. I have my all database in Oracle11gR2 in Noarchive mode. I want to define some backup method but no idea which one is preferable in noarchive mode. Cold backup is again not possible. can I take tablespace/datafile backup ? Is there any other option which I can perform in Noarchive mode or temporarily put the database in Archive and perform the backup?
    Please guide me.
    Thanks...

    user12115 wrote:
    Hi All,
    First of all thanks for your reply and suggestions. I have not lost the interest but reading and thinking on all your suggestion.
    About expdp yes I think this is the only option I was thinking before post a question here. but as we know this is should not consider as a backup.
    For Archive mode - this is R&D database and we have disk space issue if we can not put database in Archive mode.
    For COld backup - again not possible because single database uses in different time zone so DB should be up and running almost all the time.I think the operative word there is "almost". How big is the database? How long does it take to shut it down, back it up, and bring it back up? Unless the database is really big (why would an r&d database be really big, unless r&d was specific to VLDB) you should be able to do the job during the guy's lunch break. Even for an r&d database, you might be able to justify noarchivelog, but you will really feel the pain if you get a physically corrupted database and all you have is an export.
    >
    The only one option which I am not aware is what about John speicified. John can you please suggest or forward me some link with some backup example for more details. this is really helpful to me. From your suggested link I understand this is possible but after put the database in suspend mode how do I copy the Tablespace/datafiles - just simple Linux cp command or some other options also?
    Edited by: user12115 on Mar 5, 2013 5:08 AM
    Edited by: user12115 on Mar 5, 2013 5:15 AM

  • Changing the compression mode..

    So I have a slideshow I'd like to export to DVD. The pictures that are animated to get the ken burns effect. I watched it on an LCD tv on a dvd player and the interlaced fields were so prevelant that the movie was almost unwatchable. In FCE4, at 100% screen size, there is now visible interlacing. Why is it showing up when i burn it to a dvd? I'd like to not use the deinterlace filter to preserve quality, especially since it looks fine in FCE. Oh yea, and the actual video footage in the slide show is FINE!? So I was thinking I'd like to try changin hte compression mode and see if that works but i don't know how to do that. Also, if anyone else has any other suggestions that would be great as well. Thanks.

    Can someone please help me out this is a big issue. I don't know why it would be fine in FCE and then horrible when I play it on a DVD or computer...

  • [PXE][IPv6] WdsClient: There was a problem initializing WDS Mode‎

    PXE/IPV6 show error after load boot image: WdsClient: There was a problem initializing WDS Mode‎ ; boot via IPV4 is pass and success to insall win8 to clent
    1. Server 2012(DHCP+WDS): fail at some times
    2. Server2012(DHCP)+Server2008R2(DHCP): fail always
    The test environment is pass before, i don't know what happened or any setting is changed.
    Hope your help, thanks.

    Yeah, same here.  Did you ever fix this?

  • RMAN backup in noarchived log mode

    Hi,
    can we take RMAN backup in noarchived log mode?
    If yes, how? just run backup database command or ?
    thanks

    You can use RMAN to backup a database in noarchivelog mode but you need to shutdown and mount the database. e.g.:
    rman target /
    RMAN> shutdown immediate
    RMAN> startup mount
    RMAN> backup database

  • Problem with Fullscreen mode

    Hello. I have problem with Fullscreen mode in Pages 09. Let me explain it. I launch Pages 09 on space nr 4, than i activate fullscreen mode and now when fullscreen is active i switch for example to space nr 2. And what happens? Pages also moves to space nr 2, but i don't want to move my pages to space nr 2. I guess it is a bug in Pages 09. Thank you for your advice.

    Hi There
    By the sounds of this behaviour you haven't set any space options for Pages within System Preferences (Expose and Spaces Pane). After experimenting with different options this is what I experience:
    1. Pages not listed in application assignment in spaces Preferences - Enter full screen in pages, switch from one space to another pages window will follow and exit fullscreen (this sounds like what you are experiencing).
    2. Pages set to every space in app assignment - Enter full screen in pages, switch from one space to another and pages will follow but wont exit full screen.
    3. Pages set to a single space in app assignment - Enter full screen in pages, switch from one space to another using control and arrow keys pages will pull me back into the space it is set to and will exit fullscreen. Using the control and number keys pages will stay in its set space but upon returning to that space pages had exited fullscreen.
    I suggest you add pages to the the spaces application assignment in System Preferences by clicking the plus arrow under the list of apps and select a specific space for pages to open in, once open Pages will only move from this space if you move it manually.
    You can send your feedback to Apple via http://www.apple.com/feedback/pages.html if you wish
    Hope this helps
    J.C

  • Problem with passive mode FTP server and NAT

    Hi,
    I have a problem with Passive mode FTP and NAT.
    I am trying to run both an FTP server and sharing the Internet connection via NAT. I have by the way specified the passive ports to use in ftpaccess (65000-65534). Everything works fine until someone tries to connect via Passive mode. I have tracked the problem down to the firewall and the rule that handles NAT.
    Firewall rule config without NAT:
    00001 allow udp from any 626 to any dst-port 626
    01000 allow ip from any to any via lo0
    12300 allow ip from any to any
    65535 allow ip from any to any
    Firewall rule config with NAT
    00001 allow udp from any 626 to any dst-port 626
    00010 divert 8668 ip from any to any via en1
    01000 allow ip from any to any via lo0
    12300 allow ip from any to any
    65535 allow ip from any to any
    So, passive ports do not work when NAT is on. If I turn it off, Passive ftp works like a charm.
    But how do I solve my problem? I have in my quest for the answer stumbled upon "-punch_fw" but do not know how to use it or if it even helps me at all?
    Best regards,
    Peter
    B&W G3 Mac OS X (10.4.5)

    Media/Lacrosse-1-tiny.3gp
    I can't find the file on your server.
    They may also need to edit the .htaccess file to allow the .3gp file extension be used. Call them.

Maybe you are looking for

  • Phonon 4.4.4

    Hi all, I just updated phonon to 4.4.4 in [testing]. With this release phonon devs splitted out the backends from phonon tarball and there is some major change. I tested it with KDE 4.6 and everything works, I'd like to know if this version works wit

  • Adobe 10 Pro Blank scanned pages

    Hi, I have adobe 10 pro.  When I scan from my scanner as a multi page pdf the documents show up grey and blank in adobe.  If I print them they come out just fine.  I just can view the pages that were scanned.  Please help.

  • HT201493 I can't see my friend anymore on 'Find My Friends' app

    I can't see my friend on 'Find My Friends' app but he can see me... What's the problem?

  • IMac Finder crawling, unusable even after troubleshooting. help!

    Torturously slow Finder in my Intel iMac 2.16ghz OS 10.4.11. It can take it over a minute to load basic Finder windows. It can take five minutes to get from command- print to actually printing a photo from iPhoto, running the Spinning Beachball of De

  • Picture viewer

    Is there any way to get rid of the goofy picture viewer that comes up when you click on a photo in your picture page? I just want the slide show option.