RMAN backup archivelog all delete input

Hello DBAs,
what does this command will do?
RMAN> backup archivelog all delete input;
DN

I have set cron job for RMAN> backup archivelog all delete input; and its work.
But I got following message in my log file.
Please give ur feed back.
Recovery Manager: Release 10.1.0.4.0 - 64bit Production
Copyright (c) 1995, 2004, Oracle. All rights reserved.
RMAN>
connected to target database: SIDNAME (DBID=XXXXXXXX)
using target database controlfile instead of recovery catalog
RMAN>
Starting backup at 10-FEB-06
current log archived
allocated channel: ORA_DISK_1
channel ORA_DISK_1: sid=269 devtype=DISK
allocated channel: ORA_DISK_2
channel ORA_DISK_2: sid=268 devtype=DISK
channel ORA_DISK_1: starting compressed archive log backupset
channel ORA_DISK_1: specifying archive log(s) in backup set
input archive log thread=1 sequence=5701 recid=2412 stamp=581958928
input archive log thread=1 sequence=5702 recid=2413 stamp=581961105
input archive log thread=1 sequence=5703 recid=2414 stamp=581964532
input archive log thread=1 sequence=5704 recid=2415 stamp=582025325
input archive log thread=1 sequence=5705 recid=2416 stamp=582029976
input archive log thread=1 sequence=5706 recid=2417 stamp=582031922
channel ORA_DISK_1: starting piece 1 at 10-FEB-06
channel ORA_DISK_2: starting compressed archive log backupset
channel ORA_DISK_2: specifying archive log(s) in backup set
input archive log thread=1 sequence=5707 recid=2418 stamp=582037207
input archive log thread=1 sequence=5708 recid=2419 stamp=582038471
input archive log thread=1 sequence=5709 recid=2420 stamp=582043538
input archive log thread=1 sequence=5710 recid=2421 stamp=582048518
input archive log thread=1 sequence=5711 recid=2422 stamp=582055205
channel ORA_DISK_2: starting piece 1 at 10-FEB-06
RMAN-03009: failure of backup command on ORA_DISK_1 channel at 02/10/2006 18:00:
12
ORA-19502: write error on file "/u02/backup/backup_6ehb2t97_1_1", blockno 6145 (
blocksize=512)
ORA-27063: number of bytes read/written is incorrect
IBM AIX RISC System/6000 Error: 28: No space left on device
Additional information: -1
Additional information: 1048576
channel ORA_DISK_1 disabled, job failed on it will be run on another channel
RMAN-03009: failure of backup command on ORA_DISK_2 channel at 02/10/2006 18:00:
12
ORA-19502: write error on file "/u02/backup/6fhb2t97_1_1", blockno 6145
(blocksize=512)
ORA-27063: number of bytes read/written is incorrect
IBM AIX RISC System/6000 Error: 28: No space left on device
Additional information: -1
Additional information: 1048576
channel ORA_DISK_2 disabled, job failed on it will be run on another channel
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of backup command on ORA_DISK_1 channel at 02/10/2006 18:00:
12
ORA-19502: write error on file "/u02/backup/backup_6ehb2t97_1_1", blockno 6145 (
blocksize=512)
ORA-27063: number of bytes read/written is incorrect
IBM AIX RISC System/6000 Error: 28: No space left on device
Additional information: -1
Additional information: 1048576
RMAN>
Recovery Manager complete.
DN

Similar Messages

  • Rman error when taking backup archivelog all delete input

    archive log filename=+FRA01/osondemand/archivelog/2012_02_27/thread_2_seq_15028.7182.776323223 recid=122876 stamp=77
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on ORA_DISK_2 channel at 02/27/2012 05:23:14
    RMAN-10015: error compiling PL/SQL program
    RMAN-10033: error during compilation of job step 3: ORA-00603: ORACLE server session terminated by fatal error
    ORA-04030: out of process memory when trying to allocate 272 bytes (PL/SQL DIANA,PTG: No
    10.2.04
    windows
    two node rac
    please help me with above error
    thanks for help

    Hi;
    Duplicate post
    Re: rman error when i am doing backup archivelog delete input
    Regard
    Helios

  • Backup archivelog all delete all input

    RMAN> backup archivelog all delete all input;
    i have backed up all my archivelogs using the above command, but after the backup archivelogs are not deleted from its default location .ie my default archive location is '/oracle/archive' . After executing the above command, I can see all the archivelogs still available in that location. why is it so
    Db:10.2.0
    OS: solaris 10
    Edited by: user13364377 on Aug 22, 2010 10:44 AM

    >
    My control_file_record_keep_time is 7 days. My understanding is that when we specify the below command,
    Rman>backup archivelog all delete all input;
    rman will backup all the archive logs(one copy of each log sequece) from the archive location and then delete all the archive logs from the archive location. is it not correct?
    >
    That is generally right. But that assumes that RMAN knows about these archivelogfiles. It knows about them because of entries in the controlfile. If they are nolonger present - RMAN will not know them and not Backup & delete them.
    Kind regards
    Uwe Hesse
    http://uhesse.wordpress.com

  • Backup archivelog all and backup archivelog in rman back

    Hi,
    Whats the difference between backup archivelog all and backup archivelog in rman backup.

    Please find below explanation from the online documentation;
    +"+
    +If you specify BACKUP ARCHIVELOG ALL, then RMAN backs up exactly one copy of each distinct log sequence number. For example, if you archive to multiple destinations, RMAN backs up one copy of each log sequence number—not each copy of each log sequence number. For other commands, such as DELETE ALL does refer to every log, even duplicate log sequences.+
    +"+
    Hope That Helps.
    Ogan
    Edited by: Ogan Ozdogan on 27.Tem.2010 00:38
    http://download.oracle.com/docs/cd/E11882_01/backup.112/e10643/rcmsynta007.htm#RCMRF107

  • Backup archivelog all (RMAN)

    For the first time Rman archive log backup, say for example log sequence 100 through 200 was backed.
    After few days, log sequence has increased to 267, now if i run the same archive log backup command will rman backup 100 through 267 or 201 through 267. Am bit confused with this.
    Help me
    kumareshan

    So i need to configure retention policy (Recovery window or redundancy) so that after certain period of time entry will be removed from the catalog so that RMAN will not backup the archived logs again.. Am i right??Partially.
    You need to configure the retention policy AND add a instructions to delete the backuped archivelogs, with 'delete archivelog (all)'.

  • Backup archivelog all

    Hi,
    Whats the difference between backup archivelog all and backup archivelog using rman.

    I think i have answered such question before, strange :)
    Anyway please find below link to read something about the backup command;
    http://download.oracle.com/docs/cd/E11882_01/backup.112/e10643/rcmsynta007.htm#RCMRF107
    +"+
    +If you specify BACKUP ARCHIVELOG ALL, then RMAN backs up exactly one copy of each distinct log sequence number. For example, if you archive to multiple destinations, RMAN backs up one copy of each log sequence number—not each copy of each log sequence number. For other commands, such as DELETE ALL does refer to every log, even duplicate log sequences.+
    +"+
    Hope That Helps.
    Ogan

  • RMAN change archivelog all crosscheck

    Hi DBA's
    I want to implement RMAN backup on a prod db for the first time. tha DB was running for more than 2 years and generated seveal archive logs. the previous dba was just taking a cold backup and move the archive logs to somwhere else.
    i want to know if i issu the command "change archivelog all crosscheck" how long it will takes and how far it will go back to check the archive logs.
    is it going to crosscheck from SCN 1 to current which is 189234 or just checks the necessary SCN numbers ?
    Thanks

    Hi,
    Checks whether the specified backups and copies exist. If RMAN cannot find backup pieces, it marks them as having the status expired. It marks all other types of absent files--image copies and archived redo logs--as deleted.
    If the files are on disk, RMAN queries the file headers. For other device types, RMAN queries the media manager to see whether the file exists in the media management catalog.
    Note: RMAN considers archived redo logs as copies, so issue the change archivelog all crosscheck command if one or more logs become unavailable. If the archived logs become unavailable again, you must issue catalog archivelog to re-catalog them.
    Note: If you crosscheck a control file copy, specify a filename rather than a primary key.
    http://docs.oracle.com/cd/F49540_01/DOC/server.815/a67773/rmansyn7.htm
    Regards
    Hitgon

  • Oracle 12c - rman backup for all PDB

    Do we have any ready commands that will take backup for all the attached PDB in oracle 12c (container managed db)?

    To backup your entire container DB, connect to your CDB & issue a full backup:
    rman> backup database;
    Backing up your pdb, either connect to the target itself & issue a backup or
    rman> backup pluggable database porcl1;
    Backing up only the root, connect to the target &
    rman> backup database root;
    always condensed nicely here: ORACLE-BASE - Multitenant : Backup and Recovery of a Container Database (CDB) and a Pluggable Database (PDB) in Oracle D…

  • Rman error when i am doing backup archivelog delete input

    archive log filename=+FRA01/osondemand/archivelog/2012_02_27/thread_2_seq_15028.7182.776323223 recid=122876 stamp=77
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on ORA_DISK_2 channel at 02/27/2012 05:23:14
    RMAN-10015: error compiling PL/SQL program
    RMAN-10033: error during compilation of job step 3: ORA-00603: ORACLE server session terminated by fatal error
    ORA-04030: out of process memory when trying to allocate 272 bytes (PL/SQL DIANA,PTG: No
    10.2.04
    windows
    two node rac
    please help me with above error
    thanks for help

    Hi;
    Duplicate post:
    rman error when taking backup archivelog all delete input
    Please close your othere thread as answered and keep updating your other thread here
    Regard
    Helios

  • Rman backup with a missing archivelog.

    hello,
    I backed my database up yesterday after you guys helped me fix few problems I had on it. I used RMAN with the following command in a run block:
    *run {*
    allocate channel t1 type disk;
    backup current controlfile ;
    backup database;
    backup archivelog all delete input;
    release channel c1;
    At the end of the operation, RMAN indicates that and archivelog is missing and it couldn't find it. As a result, recover operation can be compromised. Now am confused because I do not know whether the command executed successfully or not and how to fix the missing archivelog.
    Below is the entire output of the operation along with error message:
    canal affectÚ : t1
    canal t1 : sid=131 typedev=DISK
    DÚmarrage de backup dans 16/04/09
    canal t1 : dÚmarrage de l'ensemble de sauvegarde de tous les fichiers de donnÚes
    canal t1 : insertion du fichier de donnÚes dans l'ensemble de sauvegarde
    insertion du fichier de contr¶le en cours dans l'ensemble de sauvegarde
    canal t1 : dÚmarrage de l'ÚlÚment 1 dans 16/04/09
    canal t1 : ÚlÚment 1 terminÚ dans 16/04/09
    pointeur=+ASMTEST/meta4/backupset/2009_04_16/ncnnf0_tag20090416t211049_0.334.684
    *364257 Útiquette=TAG20090416T211049 commentaire=NONE*
    canal t1 : ensemble de sauvegarde terminÚ, temps ÚcoulÚ : 00:00:14
    Fin de backup dans 16/04/09
    DÚmarrage de backup dans 16/04/09
    canal t1 : dÚmarrage de l'ensemble de sauvegarde de tous les fichiers de donnÚes
    canal t1 : insertion du fichier de donnÚes dans l'ensemble de sauvegarde
    fichier de donnÚes en entrÚe fno=00008 nom=+ASMTEST/meta4/m4prod.dbf
    fichier de donnÚes en entrÚe fno=00010 nom=H:\ORADATA\M4REC.DBF
    fichier de donnÚes en entrÚe fno=00009 nom=E:\DATAFILEMETA4\M4PROD02.DBF
    fichier de donnÚes en entrÚe fno=00001 nom=+ASMTEST/meta4/system01.dbf
    fichier de donnÚes en entrÚe fno=00003 nom=+ASMTEST/meta4/sysaux01.dbf
    fichier de donnÚes en entrÚe fno=00006 nom=C:\TEST.DBF
    fichier de donnÚes en entrÚe fno=00007 nom=+ASMTEST/meta4/meta4.dbf
    fichier de donnÚes en entrÚe fno=00005 nom=+ASMTEST/meta4/example01.dbf
    fichier de donnÚes en entrÚe fno=00002 nom=+ASMTEST/meta4/undotbs01.dbf
    fichier de donnÚes en entrÚe fno=00004 nom=+ASMTEST/meta4/users01.dbf
    canal t1 : dÚmarrage de l'ÚlÚment 1 dans 16/04/09
    canal t1 : ÚlÚment 1 terminÚ dans 16/04/09
    pointeur=+ASMTEST/meta4/backupset/2009_04_16/nnndf0_tag20090416t211107_0.333.684
    *364271 Útiquette=TAG20090416T211107 commentaire=NONE*
    canal t1 : ensemble de sauvegarde terminÚ, temps ÚcoulÚ : 00:51:10
    canal t1 : dÚmarrage de l'ensemble de sauvegarde de tous les fichiers de donnÚes
    canal t1 : insertion du fichier de donnÚes dans l'ensemble de sauvegarde
    insertion du fichier de contr¶le en cours dans l'ensemble de sauvegarde
    inclusion du SPFILE en cours dans l'ensemble de sauvegarde
    canal t1 : dÚmarrage de l'ÚlÚment 1 dans 16/04/09
    canal t1 : ÚlÚment 1 terminÚ dans 16/04/09
    pointeur=+ASMTEST/meta4/backupset/2009_04_16/ncsnf0_tag20090416t211107_0.345.684
    *367351 Útiquette=TAG20090416T211107 commentaire=NONE*
    canal t1 : ensemble de sauvegarde terminÚ, temps ÚcoulÚ : 00:00:26
    Fin de backup dans 16/04/09
    DÚmarrage de backup dans 16/04/09
    journal en cours archivÚ
    canal libÚrÚ : t1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: Úchec de la commande backup Ó 04/16/2009 22:04:03
    RMAN-06059: journal d'archivage attendu introuvable ; la perte du journal d'arch
    ivage compromet la possibilitÚ de rÚcupÚration
    ORA-19625: erreur lors de l'identification du fichier H:\ARCHIVEMETA4\ARC00001_0
    *682674928.001*
    ORA-27041: ouverture du fichier impossible
    OSD-04002: ouverture impossible du fichier
    O/S-Error: (OS 2) Le fichier spÚcifiÚ est introuvable.
    Here's my nderstanding and please correct me if am wrong:
    The first 3 instructions of the run block executed successfully, but
    the last one didn't. Is that so?
    Whatever the understanding, do I have a backup? WHat can I do to have a consistent backup?
    Thanks in advance.

    Adomi,
    It is sad to see you are still running RMAN in 8i fashion where you are on 10g.
    The script is bs, sorry
    run {
    allocate channel t1 type disk; -- not required
    backup current controlfile ; -- not required, as this is already done by backup database
    backup database;
    backup archivelog all delete input;
    release channel c1; -- not required.
    If you have controlfile autobackup on, you could just
    backup database plus archivelog
    and be done with it.
    As you didn't make a RMAN backup from the start, your backup archivelog statement should have read
    backup archivelog all skip inaccessible delete input;
    Once that succeeds Oracle shouldn't need the archivelog anymore, and you should make a second backup without the skip inaccessible clause.
    Sybrand Bakker
    Senior Oracle DBA

  • Archivelog RMAN backup

    In my database I have configured rman backup.
    when i use the following command to perform archivelogs backup, it delete all archive logs after the backup. I want to keep 3 days retention on my server after completion of archivelog all backup. Can any one guide me pls.
    backup archivelog all delete input format 'ARC_%d_%s_%p.bks' ;

    If you use delete input command then it will take the backup of your available archivelogs and delete them from the archive destination. Just exclude the delete input command and try again.
    backup format '/oracle/rman_backup/RMAN_ARCH_SMS<%s:%t:%p>.bkp' archivelog all;
    Also, connect into RMAN prompt and to keep retention of 3 days run the command.
    RMAN > CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 3 DAYS;
    RMAN > show all;
    Regards
    Asif Kabir
    Edited by: asifkabirdba on Mar 16, 2010 11:57 AM

  • Rman backup : what are the preconditions if any...?

    hello all,
    I have the following script for executing an rman backup in Unix server :
    rman target=sys/change_on_install nocatalog <<EOF
    RUN
    allocate channel c1 type disk format '/orabackup/rman/b_%u_%s_%p';
    allocate channel c2 type disk format '/orabackup/rman/b_%u_%s_%p';
    allocate channel c3 type disk format '/orabackup/rman/b_%u_%s_%p';
    set limit channel c1 kbytes 400000;
    set limit channel c2 kbytes 400000;
    set limit channel c3 kbytes 400000;
    sql 'ALTER SYSTEM ARCHIVE LOG CURRENT';
    backup incremental level 0 database;
    backup archivelog all delete input;
    copy current controlfile to '/orabackup/rman/contrl01.bak';
    release channel c1;
    release channel c2;
    release channel c3;
    Can any one tell me what are the preconditions/precautions if any to be taken before executing the above script such as whether the database should be open or mounted etc.
    thanks in advance
    thomaskprakash

    database should be open or mounted etc.Definately you would be taking online backups, therefore, database up and running.
    Database must be in archivelog mode.
    Jaffar

  • Taking RMAN backup in 3 files

    Hi all,
    I took backup of Datafiles , archivelog files and controlfile through RMAN. Now, i want 3 backup file will created as a output of RMAN operation. It would be :
    1 backupfile for all the datafiles
    1 backupfile for all the archivelog files
    1 backupfile for controlfile.
    It have to be regardlessly whatevr my DB size is. It it possible to do so. How i can can write rman script to accomplish the task.
    Regards,

    Hello,
    Can't i set maxpiecesize to 100G and ensure the backup in 1 file??No, even if you set the maxpiecesize to 100G, RMAN would not create a single 100G backuppiece which would contain the backup of datafiles, archives and controlfiles. There would be multiple backuppieces created for archives, datafiles and controlfiles.
    Example:
    RMAN script used to take backup:
    RMAN> run
    2> {
    3> allocate channel inc0 device type disk maxpiecesize 100G format '/u02/%d_inc0_%T_%U.bak;
    4> backup incremental level 0 database plus archivelog;
    5> backup archivelog all delete input;
    6> backup current controlfile spfile;
    7> }Backuppieces created at location "/u02/":
    [oracle@ora1-1 ~]$ cd /u02
    [oracle@ora1-1 u02]$ ls -lrth
    total 1.3G
    drwx------ 2 oracle oinstall  16K Oct 21 12:38 lost+found
    drwxr-xr-x 2 oracle oinstall 4.0K Oct 23 20:55 rpm
    -rw-r----- 1 oracle oinstall  40M Mar 28 13:31 SRPRIM_inc0_20130328_1ko5lkdg_1_1.bak
    -rw-r----- 1 oracle oinstall  25M Mar 28 13:31 SRPRIM_inc0_20130328_1lo5lkdn_1_1.bak
    -rw-r----- 1 oracle oinstall 1.1G Mar 28 13:33 SRPRIM_inc0_20130328_1mo5lke0_1_1.bak
    -rw-r----- 1 oracle oinstall 144K Mar 28 13:33 SRPRIM_inc0_20130328_1no5lkho_1_1.bak
    -rw-r----- 1 oracle oinstall  40M Mar 28 13:33 SRPRIM_inc0_20130328_1oo5lkhv_1_1.bak
    -rw-r----- 1 oracle oinstall  25M Mar 28 13:34 SRPRIM_inc0_20130328_1po5lki9_1_1.bak
    -rw-r----- 1 oracle oinstall  11M Mar 28 13:34 SRPRIM_inc0_20130328_1qo5lkiv_1_1.bak
    -rw-r----- 1 oracle oinstall  96K Mar 28 13:34 SRPRIM_inc0_20130328_1ro5lkj3_1_1.bakYou can see above that there are multiple backuppieces created. So, you cannot put all the backups into a single backuppiece.
    Regards,
    Shivananda

  • Date of execution of rMAN BACKUP

    Hi,
    can you explaine me please :
    I launched a RMAN backup job from OEM (9.2.0). When I verify the output I see date of 2005 :
    RMAN>
    connected to target database: OEADP (DBID=24391298)
    RMAN>
    connected to recovery catalog database
    RMAN>
    RMAN> run { 
    2> allocate channel Channel1 type disk format 'e:\oracle\rman\oeadb\bck_OEADB_LV0_%u_%p_%c';
    3> backup incremental level 0
    4> ( database include current controlfile );
    5>
    6> backup ( archivelog all delete input );
    7>
    8> }
    allocated channel: Channel1
    channel Channel1: sid=14 devtype=DISK
    Starting backup at DEC 18 2005 00:00:02
    channel Channel1: starting incremental level 0 datafile backupset
    channel Channel1: specifying datafile(s) in backupset
    I'm astonnished. On OMS server and target machine system date is 12/14/2006.
    Any way the backup is not done and the job is failed but in output every thing is OK unless date :
    input datafile fno=00005 name=E:\ORADATA\OEADB\TOOLS01.DBF
    channel Channel1: starting piece 1 at DEC 18 2005 00:00:03
    channel Channel1: finished piece 1 at DEC 18 2005 00:08:08
    piece handle=E:\ORACLE\RMAN\OEADB\BCK_OEADB_LV0_1FH6IHO3_1_1 comment=NONE
    channel Channel1: backup set complete, elapsed time: 00:08:05
    Finished backup at DEC 18 2005 00:08:08
    Starting backup at DEC 18 2005 00:08:09
    current log archived
    Many thanks.

    thank you. I have already checked. It is OK. I rediscovered the noad again. Now when I submit a job there is no output.
    Regards.

  • New at rman backup

    Dear experts!
    We always did our db backups with scripts (offline and online). Now we want to use RMAN. I have read a few tutorials over the web.
    RUN
    configure default device type to disk;
    configure channel device type disk format = "M:\rmanbackup\%d_%s_%T";
    configure controlfile autobackup on;
    configure controlfile autobackup format for device type disk to 'M:\rmanbackup\%F.ctl';
    configure maxsetsize to 1900M;
    backup database plus archivelog;
    backup archivelog all delete input;
    DELETE BACKUP COMPLETED BEFORE 'SYSDATE-14' DEVICE TYPE DISK;
    After two weeks the backup is obsolet. What do you think about my rman script? Are there any weak points or is it ok for first. I'll call the script once a week and do a full database export every day.
    Thanks
    Markus

    I would recommend running the configure commands once and then removing them from you weekly script.
    Might also help to configure a retention period instead of doing a delete based on a set time.
    configure retention policy to recovery window of 14 days;Then add:
    delete noprompt force obsolete;Depending on how many archive log locations you have, you may also want to change the archive log backup command to:
    backup database plus archivelog delete all input;and remove the "backup archivelog all delete input" command.
    May also help to get a text file backup of your spfile and control file (not mandatory, but you never know when it will come in handy).
    Therefore, you could run all the configure commands below once:
    configure default device type to disk;
    configure channel device type disk format = "M:\rmanbackup\%d_%s_%T";
    configure controlfile autobackup on;
    configure controlfile autobackup format for device type disk to 'M:\rmanbackup\%F.ctl';
    configure maxsetsize to 1900M;
    configure retention policy to recovery window of 14 days;Then change your RUN command to:
    RUN
    backup database plus archivelog delete all input;
    sql "alter database backup controlfile to trace as ''M:\rmanbackup\controlORCL9.txt''";
    sql "create pfile=''M:\rmanbackup\initORCL9.ora'' from spfile";
    delete noprompt force obsolete;
    }You could run this and see if this works for you.

Maybe you are looking for

  • Hp laserjet M1530dnf MPF slow printing

    The  technical specification for this printer is a print speed of 26 ppm.  Last night I attempted to print a 31 page PDF file. It printed nine pages in 22 minutes before I cancelled the print job.  I have an HP Deskjet 6600 for color printing.  I sen

  • MP# ZEN NANO P

    Mam problem ze swoim odtwarzaczem.Ostatnio po wyczerpaniu calej bateri w odtwarzaczu, odtwarzacz mp3 wylaczyl sie.Sprobowalem go wlaczyc ponownie jednak tylko mignelo logo CREATIVE.Zmienilem baterie na nowa i probujac go wlaczyc ponownie rownierz mig

  • Data at Client Level

    What are the master data maintained at the client level? What is the system to avoid the duplication of data records? How to see the client specific master data? Regards, Komal

  • Price condition - all items

    Hi gurus, I have a little problem from a client. For example : i have 3 items   item A     gross weight 2kgrs   item B     gross weight 1,5kgrs   item C     gross weight 3kgrs there is SD order with above items as follows:   item A  2 pcs  (gross wei

  • Free up to date programme

    Hi, I submitted my claim for the OSX 10.8 as part of the up to date progaremme on Wednesday night (25 July) as I purchased my Macbook Pro on 1st of July. Till today (29 July) I didnt received any news from Apple. I bought my Mac from Saudi Arabia.