Oracle 8 backup on windows NT 4.0

If you stop the oracle services without shutting down the instance and do your OS backup (running in NOARCHIVELOG mode), does this backup is good to use or you have to shutdown instance using shutdown immediate or GUI tools and then do your backup.

Shutting the down the database and taking a cold backup is always advisable. However you use the backup taken by stopping the service.

Similar Messages

  • Oracle-Backup from Windows to Unix-Samba over FTP

    Hello!
    I would like to set up backup for Oracle DB from Tcode DB13.
    <b>My SAP systems are installed on Windows (64 Bit).
    The backup data should be saved on the Unix-Samba share via FTP.</b>
    If I execute DB-Backup the backup is successful, BUT:
    The file names are very strange e.g. S3FV1~6
    The second problem is that the files will be written to the wrong directory
    (I have set the path to "sap/backup" and the files will be written to "sap").
    My question is:
    <b>Which FTP-server-parameters or settings in the init<DBSID>.sap are responsible for this issue?</b>
    The second problem I have:
    I have two SAP Systems installed on the same host.
    If I execute redo logs archive from DB13 I get the error "no files processing", because of I already executed redo logs for the other SAP system on the same host.
    How can I set up this issue?
    Thank you very much
    regards

    Hi Peter!
    Excuse me, but my problem is still open and it is very important.
    I have posted the similar post to the Forum "Data transfers", because it makes sence to ask not only Oracle-experts, but also experts in area data transfers.
    I think my problem is more FTP-server settings than oracle.
    BUT I am not sure.
    Please excuse me once again, if I have made mistake.
    Can you please recommend how to proceed with my question?
    Thank you very much!
    regards

  • Oracle 10g on Windows Server off-line database backup - a few questions

    I'd like to do an Oracle off-line backup every night. Please tell me what you think about my plan.
    First, run this batch file.
    set oracle_sid=PLDG
    C:\oracle\product\10.2.0\bin\sqlplusw.exe /nolog @c:\oracle\product\oradata\pldg\shutdb.sql
    C:\oracle\product\10.2.0\bin\oradim -shutdown -sid PLDG -shuttype srvc
    net stop OracleORADB10GTNSListenerPLDG
    This is the shutdb.sql script that the above batch file calls.
    set echo on
    spool C:\oracle\product\oradata\pldg\shutdb.log
    connect /@pledgemaker as sysdba
    shutdown immediate
    spool off
    exit
    ....that should shut down the database.
    Now I will copy the files that the following three queries pulls up to another server.
    SQL> select name from sys.v_$datafile;
    NAME
    C:\ORACLE\PRODUCT\ORADATA\PLDG\SYSTEM01.DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\UNDOTBS01.DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\SYSAUX01.DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\DRSYS01.DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\ODM01.DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\PLEDGEMAKER_DATA01.DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\PLEDGEMAKER_INDX01.DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\TOOLS01.DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\USERS01.DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\XDB01.DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\MAILING01.DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\BO516_REP01.DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\PLEDGEMAKER_DATA02.DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\PLEDGEMAKER_DATA03.DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\PLEDGEMAKER_INDX02.DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\PLEDGEMAKER_INDX03.DBF
    SQL> select member from sys.v_$logfile;
    MEMBER
    C:\ORACLE\PRODUCT\ORADATA\PLDG\REDO01A.LOG
    C:\ORACLE\PRODUCT\ORADATA\PLDG\REDO01B.LOG
    C:\ORACLE\PRODUCT\ORADATA\PLDG\REDO02A.LOG
    C:\ORACLE\PRODUCT\ORADATA\PLDG\REDO02B.LOG
    C:\ORACLE\PRODUCT\ORADATA\PLDG\REDO03A.LOG
    C:\ORACLE\PRODUCT\ORADATA\PLDG\REDO03B.LOG
    SQL> select name from sys.v_$controlfile;
    NAME
    C:\ORACLE\PRODUCT\ORADATA\PLDG\CONTROL01.CTL
    C:\ORACLE\PRODUCT\ORADATA\PLDG\CONTROL02.CTL
    C:\ORACLE\PRODUCT\ORADATA\PLDG\CONTROL03.CTL
    After copying the above files, I want to start the database back up.  First I run this batch file
    set oracle_sid=PLDG
    net start OracleORADB10GTNSListenerPLDG
    C:\oracle\product\10.2.0\bin\oradim -startup -sid PLDG -starttype srvc,inst
    Then run this script.
    set echo on
    spool C:\oracle\product\oradata\pldg\startdb.log
    connect /@pledgemaker as sysdba
    startup
    spool off
    exit
    - Is this plan complete?
    - Will the filenames that the above three queries retrieve ever change in the future? Or do they remain the same?
    - There are other files in the C:\ORACLE\PRODUCT\ORADATA\PLDG\ directory, such as TEMP01.DBF. I am assuming that I do not need to back these files up. Is this correct?
    Thanks so much for your help!
    Edited by: DataHandle on Jun 13, 2012 3:49 PM

    DataHandle wrote:
    Sorry, I should explain my situation better. Currently there is no backup in place right now so I just want to get SOMETHING running and backing up our data. I am an Oracle newbie compared to a lot of the experts on here - I just want to go with the simplest solution so that I can implement it ASAP. Then I can at least sleep at night.
    I agree that I should eventually get to learning RMAN and should understand it thoroughly. I've read a lot of the documentation on it but it can be really confusing. I mean there are 666 page books on Oracle backups - it is intimidating.
    Anyway, thanks for your help.
    Edited by: DataHandle on Jun 14, 2012 9:48 AM
    Edited by: DataHandle on Jun 14, 2012 9:49 AMYes, the official documentation can be pretty overwhelming. I suggest you go to amazon and look up "RMAN Backup and Recovery" by Hart and Freeman. It is very well written and cuts through a lot of the clutter of the actual reference manual.
    For the immediate, here's what you need to do
    log on the the sever as 'oracle' - or whoever owns the oracle installation
    then
    rman target /
    rman> CONFIGURE RETENTION POLICY TO REDUNDANCY 1;     << set this how you want -- it's a quick reference in the official docs
    rman> CONFIGURE BACKUP OPTIMIZATION ON;
    rman> CONFIGURE CONTROLFILE AUTOBACKUP ON;
    rman> CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO COMPRESSED BACKUPSET;
    rman> CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT   '/oradata/fs91upg/upgbkup/%U';     << set the path to wherever you want to store your backup
    rman>the above commnads are one-time setup.
    rman> shutdown immediate
    rman> startup mount
    rman> backup database
    rman> alter database open
    rman> exitis your database in archivelog mode?
    Edited by: EdStevens on Jun 14, 2012 10:47 AM

  • Oracle backup to ftp

    Hello all
    I have problems with oracle backup through db13 to ftp.
    Job log
    Job started
    Step 001 started (program RSDBAJOB, variant &0000000000028, user ID USER)
    Execute logical command BRBACKUP On host sap1-ast
    Parameters:-u / -jid ALLOG20061117094801 -c force -t online -m all -p initTHD.sap -a -c force -p initTHD.sap -c
    ds
    BR0051I BRBACKUP 7.00 (16)
    BR0282E Directory '/sapbackup' not found
    BR0182E Checking parameter/option 'compress_dir' failed
    BR0056I End of database backup: bdtyppxk.log 2006-11-17 09.48.04
    BR0280I BRBACKUP time stamp: 2006-11-17 09.48.04
    BR0054I BRBACKUP terminated with errors
    External program terminated with exit code 3
    BRBACKUP returned error status E
    Job finished
    this is my initTHD.sap file
    @(#) $Id: //bas/700_REL/src/ccm/rsbr/initNT.sap#5 $ SAP
    SAP backup sample profile. #
    The parameter syntax is the same as for init.ora parameters. #
    Enclose parameter values which consist of more than one symbol in #
    double quotes. #
    After any symbol, parameter definition can be continued on the next #
    line. #
    A parameter value list should be enclosed in parentheses, the list #
    items should be delimited by commas. #
    There can be any number of white spaces (blanks, tabs and new lines) #
    between symbols in parameter definition. #
    backup mode [all | all_data | full | incr | sap_dir | ora_dir
    | all_dir | <tablespace_name> | <file_id> | <file_id1>-<file_id2>
    | <generic_path> | (<object_list>)]
    default: all
    backup_mode = all
    restore mode [all | all_data | full | incr | incr_only | incr_full
    | incr_all | <tablespace_name> | <file_id> | <file_id1>-<file_id2>
    | <generic_path> | (<object_list>) | partial | non_db
    redirection with '=' is not supported here - use option '-m' instead
    default: all
    restore_mode = all
    backup type [offline | offline_force | offline_standby | offline_split
    | offline_mirror | offline_stop | online | online_cons | online_split
    | online_mirror
    default: offline
    backup_type = online_cons
    backup device type
    [tape | tape_auto | tape_box | pipe | pipe_auto | pipe_box | disk
    | disk_copy | disk_standby | stage | stage_copy | stage_standby
    | util_file | util_file_online | rman_util | rman_disk | rman_stage
    | rman_prep]
    default: tape
    backup_dev_type = stage
    backup root directory [<path_name> | (<path_name_list>)]
    default: %SAPDATA_HOME%\sapbackup
    backup_root_dir = /sapbackup
    stage root directory [<path_name> | (<path_name_list>)]
    default: value of the backup_root_dir parameter
    stage_root_dir = /sapbackup
    compression flag [no | yes | hardware | only]
    default: no
    compress = no
    compress command
    first $-character is replaced by the source file name
    second $-character is replaced by the target file name
    <target_file_name> = <source_file_name>.Z
    for compress command the -c option must be set
    recommended setting for brbackup -k only run:
    "%SAPEXE%\mkszip -l 0 -c $ > $"
    no default
    compress_cmd = "C:\usr\sap\THD\SYS\exe\uc\NTI386\mkszip -c $ > $"
    uncompress command
    first $-character is replaced by the source file name
    second $-character is replaced by the target file name
    <source_file_name> = <target_file_name>.Z
    for uncompress command the -c option must be set
    no default
    uncompress_cmd = "C:\usr\sap\THD\SYS\exe\uc\NTI386\uncompress -c $ > $"
    directory for compression [<path_name> | (<path_name_list>)]
    default: value of the backup_root_dir parameter
    compress_dir = /sapbackup
    brarchive function [save | second_copy | double_save | save_delete
    | second_copy_delete | double_save_delete | copy_save
    | copy_delete_save | delete_saved | delete_copied]
    default: save
    archive_function = save
    directory for archive log copies to disk
    default: first value of the backup_root_dir parameter
    archive_copy_dir = /sapbackup
    directory for archive log copies to stage
    default: first value of the stage_root_dir parameter
    archive_stage_dir = /sapbackup
    delete archive logs from duplex destination [only | no | yes | check]
    default: only
    archive_dupl_del = only
    new sapdata home directory for disk_copy | disk_standby
    no default
    new_db_home = X:\oracle\C11
    stage sapdata home directory for stage_copy | stage_standby
    default: value of the new_db_home parameter
    #stage_db_home = /sapbackup
    original sapdata home directory for split mirror disk backup
    no default
    #orig_db_home = C:\oracle\THD
    remote host name
    no default
    remote_host = srv1
    remote user name
    default: current operating system user
    remote_user = "thdadm password"
    tape copy command [cpio | cpio_gnu | dd | dd_gnu | rman | rman_gnu
    rman_dd | rman_dd_gnu]
    default: cpio
    tape_copy_cmd = cpio
    disk copy command [copy | copy_gnu | dd | dd_gnu | rman | rman_gnu]
    default: copy
    disk_copy_cmd = copy
    stage copy command [rcp | scp | ftp]
    default: rcp
    stage_copy_cmd = ftp
    pipe copy command [rsh | ssh]
    default: rsh
    pipe_copy_cmd = rsh
    flags for cpio output command
    default: -ovB
    cpio_flags = -ovB
    flags for cpio input command
    default: -iuvB
    cpio_in_flags = -iuvB
    flags for cpio command for copy of directories to disk
    default: -pdcu
    use flags -pdu for gnu tools
    cpio_disk_flags = -pdcu
    flags for dd output command
    default: "obs=16k"
    caution: option "obs=" not supported for Windows
    recommended setting:
    Unix: "obs=nk bs=nk", example: "obs=64k bs=64k"
    Windows: "bs=nk", example: "bs=64k"
    dd_flags = "bs=64k"
    flags for dd input command
    default: "ibs=16k"
    caution: option "ibs=" not supported for Windows
    recommended setting:
    Unix: "ibs=nk bs=nk", example: "ibs=64k bs=64k"
    Windows: "bs=nk", example: "bs=64k"
    dd_in_flags = "bs=64k"
    number of members in RMAN save sets [ 1 | 2 | 3 | 4 | tsp | all ]
    default: 1
    saveset_members = 1
    additional parameters for RMAN
    rman_channels and rman_filesperset are only used when rman_util,
    rman_disk or rman_stage
    rman_channels defines the number of parallel sbt channel allocations
    rman_filesperset = 0 means:
    one file per save set - for non-incremental backups
    all files in one save set - for incremental backups
    the others have the same meaning as for native RMAN
    rman_channels = 1
    rman_filesperset = 0
    rman_maxpiecesize = 0 # in KB - former name rman_kbytes
    rman_rate = 0 # in KB - former name rman_readrate
    rman_maxopenfiles = 0
    rman_maxsetsize = 0 # in KB - former name rman_setsize
    additional parameters for RMAN version 8.1
    the parameters have the same meaning as for native RMAN
    rman_diskratio = 0 # deprecated in Oracle 10g
    rman_pool = 0
    rman_copies = 0 | 1 | 2 | 3 | 4 # former name rman_duplex
    rman_proxy = no | yes | only
    special parameters for an external backup library, example:
    rman_parms = "BLKSIZE=65536 ENV=(BACKUP_SERVER=HOSTNAME)"
    rman_send = "'<command>'"
    rman_send = ("channel sbt_1 '<command1>' parms='<parameters1>'",
    "channel sbt_2 '<command2>' parms='<parameters2>'")
    remote copy-out command (backup_dev_type = pipe)
    $-character is replaced by current device address
    no default
    copy_out_cmd = "dd ibs=8k obs=64k of=$"
    remote copy-in command (backup_dev_type = pipe)
    $-character is replaced by current device address
    no default
    copy_in_cmd = "dd ibs=64k obs=8k if=$"
    rewind command
    $-character is replaced by current device address
    no default
    operating system dependent, examples:
    HP-UX: "mt -f $ rew"
    TRU64: "mt -f $ rewind"
    AIX: "tctl -f $ rewind"
    Solaris: "mt -f $ rewind"
    Windows: "mt -f $ rewind"
    Linux: "mt -f $ rewind"
    rewind = "mt -f $ rewind"
    rewind and set offline command
    $-character is replaced by current device address
    default: value of the rewind parameter
    operating system dependent, examples:
    HP-UX: "mt -f $ offl"
    TRU64: "mt -f $ offline"
    AIX: "tctl -f $ offline"
    Solaris: "mt -f $ offline"
    Windows: "mt -f $ offline"
    Linux: "mt -f $ offline"
    rewind_offline = "mt -f $ offline"
    tape positioning command
    first $-character is replaced by current device address
    second $-character is replaced by number of files to be skipped
    no default
    operating system dependent, examples:
    HP-UX: "mt -f $ fsf $"
    TRU64: "mt -f $ fsf $"
    AIX: "tctl -f $ fsf $"
    Solaris: "mt -f $ fsf $"
    Windows: "mt -f $ fsf $"
    Linux: "mt -f $ fsf $"
    tape_pos_cmd = "mt -f $ fsf $"
    mount backup volume command in auto loader / juke box
    used if backup_dev_type = tape_box | pipe_box
    no default
    mount_cmd = "<mount_cmd> $ $ $ [$]"
    dismount backup volume command in auto loader / juke box
    used if backup_dev_type = tape_box | pipe_box
    no default
    dismount_cmd = "<dismount_cmd> $ $ [$]"
    split mirror disks command
    used if backup_type = offline_split | online_split | offline_mirror
    | online_mirror
    no default
    split_cmd = "<split_cmd> [$]"
    resynchronize mirror disks command
    used if backup_type = offline_split | online_split | offline_mirror
    | online_mirror
    no default
    resync_cmd = "<resync_cmd> [$]"
    additional options for SPLITINT interface program
    no default
    split_options = "<split_options>"
    resynchronize after backup flag [no | yes]
    default: no
    split_resync = no
    volume size in KB = K, MB = M or GB = G (backup device dependent)
    default: 1200M
    recommended values for tape devices without hardware compression:
    60 m 4 mm DAT DDS-1 tape: 1200M
    90 m 4 mm DAT DDS-1 tape: 1800M
    120 m 4 mm DAT DDS-2 tape: 3800M
    125 m 4 mm DAT DDS-3 tape: 11000M
    112 m 8 mm Video tape: 2000M
    112 m 8 mm high density: 4500M
    DLT 2000 10/20 GB: 10000M
    DLT 2000XT 15/30 GB: 15000M
    DLT 4000 20/40 GB: 20000M
    DLT 7000 35/70 GB: 35000M
    recommended values for tape devices with hardware compression:
    60 m 4 mm DAT DDS-1 tape: 1000M
    90 m 4 mm DAT DDS-1 tape: 1600M
    120 m 4 mm DAT DDS-2 tape: 3600M
    125 m 4 mm DAT DDS-3 tape: 10000M
    112 m 8 mm Video tape: 1800M
    112 m 8 mm high density: 4300M
    DLT 2000 10/20 GB: 9000M
    DLT 2000XT 15/30 GB: 14000M
    DLT 4000 20/40 GB: 18000M
    DLT 7000 35/70 GB: 30000M
    tape_size = 100G
    volume size in KB = K, MB = M or GB = G used by brarchive
    default: value of the tape_size parameter
    tape_size_arch = 100G
    level of parallel execution
    default: 0 - set to number of backup devices
    exec_parallel = 0
    address of backup device without rewind
    [<dev_address> | (<dev_address_list>)]
    no default
    operating system dependent, examples:
    HP-UX: /dev/rmt/0mn
    TRU64: /dev/nrmt0h
    AIX: /dev/rmt0.1
    Solaris: /dev/rmt/0mn
    Windows: /dev/nmt0 | /dev/nst0
    Linux: /dev/nst0
    tape_address = /dev/nmt0
    address of backup device without rewind used by brarchive
    default: value of the tape_address parameter
    operating system dependent
    tape_address_arch = /dev/nmt0
    address of backup device with rewind
    [<dev_address> | (<dev_address_list>)]
    no default
    operating system dependent, examples:
    HP-UX: /dev/rmt/0m
    TRU64: /dev/rmt0h
    AIX: /dev/rmt0
    Solaris: /dev/rmt/0m
    Windows: /dev/mt0 | /dev/st0
    Linux: /dev/st0
    tape_address_rew = /dev/mt0
    address of backup device with rewind used by brarchive
    default: value of the tape_address_rew parameter
    operating system dependent
    tape_address_rew_arch = /dev/mt0
    address of backup device with control for mount/dismount command
    [<dev_address> | (<dev_address_list>)]
    default: value of the tape_address_rew parameter
    operating system dependent
    tape_address_ctl = /dev/...
    address of backup device with control for mount/dismount command
    used by brarchive
    default: value of the tape_address_rew_arch parameter
    operating system dependent
    tape_address_ctl_arch = /dev/...
    volumes for brarchive
    [<volume_name> | (<volume_name_list>) | SCRATCH]
    no default
    volume_archive = (THDA01, THDA02, THDA03, THDA04, THDA05,
    THDA06, THDA07)
    volumes for brbackup
    [<volume_name> | (<volume_name_list>) | SCRATCH]
    no default
    volume_backup = (THDB01, THDB02, THDB03, THDB04, THDB05,
    THDB06, THDB07)
    expiration period for backup volumes in days
    default: 30
    expir_period = 30
    recommended usages of backup volumes
    default: 100
    tape_use_count = 100
    backup utility parameter file
    default: no parameter file
    util_par_file = initTHD.utl
    mount/dismount command parameter file
    default: no parameter file
    mount_par_file = initTHD.mnt
    Oracle instance string to the primary database
    [primary_db = <conn_name> | LOCAL]
    no default
    primary_db = <conn_name>
    description of parallel instances for Oracle RAC
    parallel_instances = <instance_desc> | (<instance_desc_list>)
    <instance_desc_list> -> <instance_desc>[,<instance_desc>...]
    <instance_desc> -> <Oracle_sid>:<Oracle_home>@<conn_name>
    <Oracle_sid> -> Oracle system id for parallel instance
    <Oracle_home> -> Oracle home for parallel instance
    <conn_name> -> Oracle instance string to parallel instance
    Please include the local instance in the parameter definition!
    default: no parallel instances
    example for initRAC001.sap:
    parallel_instances = (RAC001:/oracle/RAC/920_64@RAC001,
    RAC002:/oracle/RAC/920_64@RAC002, RAC003:/oracle/RAC/920_64@RAC003)
    database owner of objects to be checked
    <owner> | (<owner_list>)
    default: all SAP owners
    check_owner = sapr3
    database objects to be excluded from checks
    all_part | non_sap | [<owner>.]<table> | [<owner>.]<index>
    | [<owner>.]<prefix>* | <tablespace> | (<object_list>)
    default: no exclusion, example:
    check_exclude = (SDBAH, SAPR3.SDBAD)
    database owner of SDBAH, SDBAD and XDB tables for cleanup
    <owner> | (<owner_list>)
    default: all SAP owners
    cleanup_owner = sapr3
    retention period in days for brarchive log files
    default: 30
    cleanup_brarchive_log = 30
    retention period in days for brbackup log files
    default: 30
    cleanup_brbackup_log = 30
    retention period in days for brconnect log files
    default: 30
    cleanup_brconnect_log = 30
    retention period in days for brrestore log files
    default: 30
    cleanup_brrestore_log = 30
    retention period in days for brrecover log files
    default: 30
    cleanup_brrecover_log = 30
    retention period in days for brspace log files
    default: 30
    cleanup_brspace_log = 30
    retention period in days for archive log files saved on disk
    default: 30
    cleanup_disk_archive = 30
    retention period in days for database files backed up on disk
    default: 30
    cleanup_disk_backup = 30
    retention period in days for brspace export dumps and scripts
    default: 30
    cleanup_exp_dump = 30
    retention period in days for Oracle trace and audit files
    default: 30
    cleanup_ora_trace = 30
    retention period in days for records in SDBAH and SDBAD tables
    default: 100
    cleanup_db_log = 100
    retention period in days for records in XDB tables
    default: 100
    cleanup_xdb_log = 100
    retention period in days for database check messages
    default: 100
    cleanup_check_msg = 100
    database owner of objects to adapt next extents
    <owner> | (<owner_list>)
    default: all SAP owners
    next_owner = sapr3
    database objects to adapt next extents
    all | all_ind | special | [<owner>.]<table> | [<owner>.]<index>
    | [<owner>.]<prefix>* | <tablespace> | (<object_list>)
    default: all abjects of selected owners, example:
    next_table = (SDBAH, SAPR3.SDBAD)
    database objects to be excluded from adapting next extents
    all_part | [<owner>.]<table> | [<owner>.]<index> | [<owner>.]<prefix>*
    | <tablespace> | (<object_list>)
    default: no exclusion, example:
    next_exclude = (SDBAH, SAPR3.SDBAD)
    database objects to get special next extent size
    all_sel:<size>[/<limit>] | [<owner>.]<table>:<size>[/<limit>]
    | [<owner>.]<index>:<size>[/<limit>]
    | [<owner>.]<prefix>*:<size>[/<limit>] | (<object_size_list>)
    default: according to table category, example:
    next_special = (SDBAH:100K, SAPR3.SDBAD:1M/200)
    maximum next extent size
    default: 2 GB - 5 * <database_block_size>
    next_max_size = 1G
    maximum number of next extents
    default: 0 - unlimited
    next_limit_count = 300
    database owner of objects to update statistics
    <owner> | (<owner_list>)
    default: all SAP owners
    stats_owner = sapr3
    database objects to update statistics
    all | all_ind | all_part | missing | info_cubes | dbstatc_tab
    | dbstatc_mon | dbstatc_mona | [<owner>.]<table> | [<owner>.]<index>
    | [<owner>.]<prefix>* | <tablespace> | (<object_list>) | harmful
    | locked | system_stats | oradict_stats
    default: all abjects of selected owners, example:
    stats_table = (SDBAH, SAPR3.SDBAD)
    database objects to be excluded from updating statistics
    all_part | info_cubes | [<owner>.]<table> | [<owner>.]<index>
    | [<owner>.]<prefix>* | <tablespace> | (<object_list>)
    default: no exclusion, example:
    stats_exclude = (SDBAH, SAPR3.SDBAD)
    method for updating statistics for tables not in DBSTATC
    E | EH | EI | EX | C | CH | CI | CX | A | AH | AI | AX | E= | C= | =H
    | =I | =X | +H | +I
    default: according to internal rules
    stats_method = E
    sample size for updating statistics for tables not in DBSTATC
    P<percentage_of_rows> | R<thousands_of_rows>
    default: according to internal rules
    stats_sample_size = P10
    number of buckets for updating statistics with histograms
    default: 75
    stats_bucket_count = 75
    threshold for collecting statistics after checking
    default: 50%
    stats_change_threshold = 50
    number of parallel threads for updating statistics
    default: 1
    stats_parallel_degree = 1
    processing time limit in minutes for updating statistics
    default: 0 - no limit
    stats_limit_time = 0
    parameters for calling DBMS_STATS supplied package
    all:R|B:<degree> | all_part:R|B:<degree> | info_cubes:R|B:<degree>
    | [<owner>.]<table>:R|B:<degree> | [<owner>.]<prefix>*:R|B:<degree>
    | (<object_list>) | NO
    default: NULL - use ANALYZE statement
    stats_dbms_stats = ([ALL:R:1,][<owner>.]<table>:R|B:<degree>,...)
    definition of info cube tables
    default | rsnspace_tab | [<owner>.]<table> | [<owner>.]<prefix>*
    | (<object_list>) | null
    default: from RSNSPACE control table
    stats_info_cubes = (/BIC/D, /BI0/D, ...)
    recovery type [complete | dbpit | tspit | reset | restore | apply
    | disaster]
    default: complete
    recov_type = complete
    directory for brrecover file copies
    default: $SAPDATA_HOME/sapbackup
    recov_copy_dir = C:\oracle\THD\sapbackup
    time period for searching for backups
    0 - all available backups, >0 - backups from n last days
    default: 30
    recov_interval = 30
    degree of paralelism for applying archive log files
    0 - use Oracle default parallelism, 1 - serial, >1 - parallel
    default: Oracle default
    recov_degree = 0
    number of lines for scrolling in list menus
    0 - no scrolling, >0 - scroll n lines
    default: 20
    scroll_lines = 20
    time period for displaying profiles and logs
    0 - all available logs, >0 - logs from n last days
    default: 30
    show_period = 30
    directory for brspace file copies
    default: $SAPDATA_HOME/sapreorg
    space_copy_dir = C:\oracle\THD\sapreorg
    directory for table export dump files
    default: $SAPDATA_HOME/sapreorg
    exp_dump_dir = C:\oracle\THD\sapreorg
    database tables for reorganization
    [<owner>.]<table> | [<owner>.]<prefix>* | [<owner>.]<prefix>%
    | (<table_list>)
    no default
    reorg_table = (SDBAH, SAPR3.SDBAD)
    database indexes for rebuild
    [<owner>.]<index> | [<owner>.]<prefix>* | [<owner>.]<prefix>%
    | (<index_list>)
    no default
    rebuild_index = (SDBAH0, SAPR3.SDBAD0)
    database tables for export
    [<owner>.]<table> | [<owner>.]<prefix>* | [<owner>.]<prefix>%
    | (<table_list>)
    no default
    exp_table = (SDBAH, SAPR3.SDBAD)
    database tables for import
    [<owner>.]<table> | (<table_list>)
    no default
    imp_table = (SDBAH, SAPR3.SDBAD)
    I can log in to ftp from server
    C:\Documents and Settings\thdadm>ftp srv1
    Connected to srv1.
    220 Microsoft FTP Service
    User (srv1:(none)): thdadm
    331 Password required for thdadm.
    Password:
    230 User thdadm logged in.
    ftp> ls
    200 PORT command successful.
    150 Opening ASCII mode data connection for file list.
    sapbackup
    226 Transfer complete.
    ftp: 11 bytes received in 0,00Seconds 11000,00Kbytes/sec.
    ftp> mkdir sap
    257 "sap" directory created.
    please help
    best regards
    Olzhas Suleimenov

    del

  • Needed steps for installing oracle 10R2 on windows server 2003

    Hi to All,
    Can anybody give me steps for how to install oracle 10R2 on windows 2003 server in production environment and what is the preinstallation task and postinstallation task.
    Thanks and Regards
    Mohd Khaja

    There is one pre-requisite that is missing from the documentation - ensuring that the administration team is adequately trained.
    Since you are asking this question, I wonder whether your team is properly prepared for, and aware of, the possible nuances or changes from default that might be relevant to your environment.
    For example, is your team familiar with the concept of Flashback Recovery Area and how it may fit, or conflict with, your production needs? Use of RMAN? Location of Oracle software Inventory and implications in your OS-level backup? How to configure both the software and the database to meet your Service Level Agreement requirements.
    The referenced document is an excellent first step, as it asks some of the questions. If you are serious about production stability, you want to go through that as well as get appropriate level of expertise in your shop.

  • System Copy/ Oracle Backup/Restore as part of migrating from 32 to 64-bit

    Source system (I386): R3E47 Ext Set 2.00 SAP_BASIS 620 Kernel 640 Windows 2000, Oracle 10.2.0.4, non-unicode
    Target system (x86-64/AMD64): R3E47 Ext Set 2.00 SAP_BASIS 620 Kernel 640 Windows 2000 Oracle 10.2.0.4, non-unicode
    Am using method System Copy/ Oracle Backup/Restore to migrate from 32 to 64 bit (HOM System Copy).
    Actions on source system:
    a) Upgrade from 9.2.0.7 to Oracle 10.2.0.4
    b) Used ora_br_copy.bat to generate CONTROL.SQL and init<sid>.ora
    c) Switched logfiles
    d) Performed offline backup
    Actions on target system:
    a) Installed Oracle 10.2.0.1 and patched it to 10.2.0.4
    b) Used CD 51033746 "6.20/6.40 based products Installation Master (Edition May 2008)" to install the CI
    c) Started installation of the DB instance selecting System Copy/ Oracle Backup/Restore (same <SID> for source and target systems)
    Relevant input parameters used:
    Database schema: SAPR3
    Database character set: US7ASCII
    d) When SAPINST stopped to allow for restoring of datafiles, logs and init<sid.ora>:
    - copied datafiles and logs to the usual place
    - copied CONTROL.SQL (edited to include utilrp.sql and utlrp.sql for the migration from 32 to 64) to the DB-instance intallation . directory.
    - copied generated init<SID>.ora to the <ORACLE_HOME>\database
    e) Resumed SAPINST.
    David Byrne in a previous post suggested: "check your oracle alert file in case there are errors there you may need to update the word size for the 64bit install. Errors like this in the oracle alert file would suggest that.,
    ORA-12012
    ORA-06544: PL/SQL: internal error, arguments: [ORA-06544: PL/SQL: internal error, arguments: 56319], [, ], [, ], [, ], [
    ORA-06553"
    Well, I am getting ORA-06553: PLS-801: internal error [56319] but then my edited CONTROL.SQL (which is mainly a CREATE CONTROLFILE as it would be obtained with a ...BACKUP CONTROLFILE TO TRACE) includes at the end this:
    shutdown immediate
    startup upgrade
    spool utlirp.log
    @?/rdbms/admin/utlirp.sql
    spool off
    Shutdown immediate
    Startup
    Spool utlrp.log
    @?/rdbms/admin/utlrp.sql
    Spool off
    exit
    which is supposed to do just that... (I think)
    Help, anyone?

    > Trying to cheer me up, are you?
    No
    > It is NOT free that reorganization! Quite expensive, actually, paid for in time! But you're right... the database needed a reorg anyway :-\
    True, not "free" - it takes time but the data will be nicely aligned then
    > And why would I have to reconfigure all those 10.2 features? Everything's either in the database or init<sid>.ora, ain't it? And my database is a pretty 10.2.0.4 with all those nice features already activated...
    No - not really auotmatically if you upgraded from 9.2 And "init<SID>.ora" is past, you nowadays use "spfile" If, of course, e. g. Automatic Undo was activated in 9.2 then it's there of course in 10.2 too.
    > One sticky point... I haven't really read the r3load procedure yet and I will before I import, but... I would say I don't have to do anything about the 32->64 bit, right? I mean, it should behave properly while reloading on 64-bit...
    The exported content is about 10 % of the size of the system, it's database and OS independent so yes, you can import it nicely on 32bit. Another tip: make sure you don't just use the default configurations for R3load, it will take a HUGE amount of time. Use the package splitter (builtin-in in sapinst) so you get a much higher parallelism when importing.
    Markus

  • Oracle Backup to the external medium from DB13 via FTP

    Hi oracle experts! 
    I have difficulty by setting up the the backup to the remote directory (on Unix Server) via FTP from DB13 on Windows (Enterprise Server 64 bit).
    The parameters I have set up are in initDBSID.sap:
    backup_dev_type = stage
    stage_root_dir = folder/subfolder/DEV (important with “\” it does not work)
    archive_stage_dir = folder/subfolder/DEV (important with “\” it does not work)
    stage_copy_cmd = ftp
    remote_host = myremotehost
    remote_user = "user password"
    My problem is that all the files creating by backup or redo logs are stored under folder/subfolder and NOT as desired on folder/subfolder/DEV.
    Can some one describe how the desired path to the directory myremotehost\ \folder\subfolder\DEV can be created for backup?
    Which parameters in init<DBSID>.sap are responsible for this issue?
    Thank you very much indeed
    Regards
    Axel

    Hi!
    Of course I have set these parameters.
    My problem is that I execute backup from Windows to remote Unix-share via FTP.
    The file names are very strange e.g. S3FV1~6
    The second problem is that the files will bw written to the wrong directory
    (I have set the path to "sap/backup" and hte files wil be written to "sap").
    The third problem I have: I habe two SAP Systems installed on the same host.
    If I execute redo logs archive from DB13 I get the error "no files processing".
    How can I set up this issue?
    Thank you very much
    regards

  • Unix Cold Backup To Windows Machine

    Is it possible to restore a cold backup of 9.2 oracle to a windows operating system.
    My problem is, i have a cold backup and i want to restore just one datafile ..

    It's NOT possible to restore Unix cold bacup of Oracle database to Windows machine. You HAVE to restore it on the same OS
    Kamran Agayev A. (10g OCP)
    http://kamranagayev.wordpress.com
    [Step by Step install Oracle on Linux and Automate the installation using Shell Script |http://kamranagayev.wordpress.com/2009/05/01/step-by-step-installing-oracle-database-10g-release-2-on-linux-centos-and-automate-the-installation-using-linux-shell-script/]

  • Sap Oracle Backup

    Hi all it's very urgent
    We are running 4 oracle 9.2 database in a single machine with sap r/3 4.7 on windows 2003 and even in a single drive now i am responsible for backup
    which method is prefered one whether BRBACKUP or Manual OR scripting
    what about scheduling cold and hot backup
    here we have hardware resource constraint

    Hi
    For Oracle Backups the preferred backup method is RMAN. I suggest you read docs for more information. Try focusing on incremental backups as you suggested space constraints.
    Rgds
    Adnan

  • RMAN Backup from windows to Linux

    Hi,
    I am having Windows 2003 server Oracle 10.2
    and I have RHEL5 and Oracle 10.2
    I have taken a RMAN Oracle Database Backup from windows..
    I have installed oracle software on RHEL5 and now i need to restore this backup to the Linux
    it is possible to restore it? if possible can any one let me know the process?
    Regards,
    Vijayaraghavan K

    I have another doubt
    I took RMAN full DB Backup - it comes around 2.5 G (performed on time 9.00 A.M morning)
    When i perform differential incremental backup it comes around 2.6 G (performed on time 9.45 A.M )
    Why it is coming like this.. The backup should happen only for the changed blocks alone?? i.e it should come around 10 Mb or 20 Mb?? Why is like this? or my understanding of differential backup is wrong?
    I issued the below commands for Full DB Backup and Incremental Backup...
    FULL DB backup at 9.00 A.M
    RMAN> BACKUP INCREMENTAL LEVEL 0 DATABASE;
    Differentail Backup a 9.45 A.M
    RMAN> BACKUP INCREMENTAL LEVEL 1 DATABASE;
    Regards,
    Vijayaraghavan K

  • Deleting an image backup in Windows 8.1

    How to safely delete an image backup under Windows 8.1 to free up disk space?

    if your concern regarding disk space, rather than deleting image backup, you still can do this
    http://windows.microsoft.com/en-us/windows-8/free-up-disk-space
    but you can delete Windows Image Backup folder manually, only UAC prompt will be pop up
    you can read the whole document regarding your concern here
    http://www.eightforums.com/tutorials/8956-system-image-create-windows-8-a.html

  • [Forum FAQ] Schedule multiple versions of System Image Backup in Windows 8.1

    As we known that there is no UI for user to configure Image backup in Windows 8.1, this is a guide for your to schedule multiple versions of System Image Backup.
    Step 1: Create a task to schedule an image backup with following command:
    SCHTASKS /Create /SC WEEKLY /D MON /TN WeeklyFullBackup /RL HIGHEST /ST 13:00 /TR “wbAdmin Start Backup -backupTarget:F: -include:C: -allCritical -quiet”
    Step 2: Schedule a robocopy to backup the saved image with BAT file:
    Please create a new folder (in this example, the new folder is e:\test2) to save your multiple copies of image backup:
    Write following batch file to copy backup and rename with backup date:
    *****************BAT********************
    @echo off
    robocopy e:\test1\ e:\test2\ test.wim
    ren e:\test2\test.wim  test_%date:~10,4%%date:~7,2%%date:~4,2%_%time:~0,2%%time:~3,2%.wim
    NOTE: e:\test2 is my location to save multiple copies of image backup; e:\test1 is the location I create the system image backup.
    This BAT can also help to rename the copy of image backup with date and time like below:
      3.  Set up a basic task in Task schedule:
    Note: please make sure the time you configured follows the time you set for image backup in Step 1.
    Action -> Create basic task (Name you task) -> Trigger (Set how often this task should be run) -> Action (Start a program) -> Under Program/script, point to your bat file you create in Step 2.b -> Finish
    At the end, you can know more about SCHTASKS and Robocopy via following links:
    Robocopy
    http://technet.microsoft.com/en-us/library/cc733145.aspx
    Schtasks
    http://technet.microsoft.com/en-us/library/cc725744.aspx
    Welcome to your feedbacks.
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Hi,
    Thanks for posting in Microsoft TechNet forums.
    I will try to involve someone familiar with this topic to further look at this issue. There might be some time delay. Appreciate your patience.
    Regards,
    Kelvin Xu
    TechNet Community Support

  • System Image Backup in windows 8.1 not working

    Hi,
    I am trying to take system image backup on windows 8.1 with USB drive attached and I am getting the following error which is given at the end of the post. It always says the backup location is invalid.When I tried with -allCritical it fails with
    I tried to wbadmin enable backup, that also fails with "Warning:  The ENABLE BACKUP command is not supported in this version of Windows. The operation ended before completion."
    Can someone help with the wbadmin backup, please. It seems to be a red-herring.
    PS C:\WINDOWS\system32> wbadmin start backup -backupTarget:E: -include:c:
    wbadmin 1.0 - Backup command-line tool
    (C) Copyright 2013 Microsoft Corporation. All rights reserved.
    Retrieving volume information...
    This will back up OS(C:) to E:.
    Do you want to start the backup operation?
    [Y] Yes [N] No Y
    ERROR - The specified backup location could not be found or is not a
    supported backup storage location.
    PS C:\WINDOWS\system32> wbadmin start backup -backupTarget:E: -include:c: -allCritical -quiet
    wbadmin 1.0 - Backup command-line tool
    (C) Copyright 2013 Microsoft Corporation. All rights reserved.
    Retrieving volume information...
    This will back up ESP(EFI System Partition) (500.00 MB),OS(C:),(\\?\Volume{26a2e53d-6299-4ef1-a7e7-860f1e839ed6}\) to E:.
    ERROR - The specified backup location could not be found or is not a
    supported backup storage location.

    Hi,
    Thanks for posting in Microsoft TechNet forums.
    I will try to involve someone familiar with this topic to further look at this issue. There might be some time delay. Appreciate your patience.
    Regards,
    Kelvin Xu
    TechNet Community Support

  • Creating a database on Personal Oracle 9i on Windows 2000

    Hi,
    Well, I cannot create database on Personal Oracle 9i on Windows 2000 via Database Configuration Assistant. Same problem occurs during installation. Here is the message:
    CreateProcess: null -new -sid DES -startmode m error=2
    Does anyone know anything about it?
    Please reply...
    Thank you...

    Apply the lastest patch to the OS and try.
    Joel Perez

  • How to create Auto weakly backup in Windows Server 2012

    Hello
           1. I want to set auto backup in windows server 2012 Weakly.
    2. can i Set auto backup like a normal data copy.

    By configuring automatic backup, you can schedule this task according to your choice(weekly/monthly). You can use backup schedule wizard accessed from the Windows Server Backup user interface (Wbadmin.msc).
    To schedule backup task by using powershell, please checkout this link :
    http://technet.microsoft.com/en-us/library/dd759156.aspx
    Also, have a look at here :
    http://technet.microsoft.com/en-us/library/cc770757.aspx

  • How I can to Install Oracle 10g in Windows 7?

    Hello everyone
    When I try to install the Oracle Database 10g, installation I have errors and does not let me continue. How can I fix this problem?
    Thank you for your help.

    Hi!
    In a case that you have tried all as local administrator and failed ....
    From my MS frend...note:
    Windows Vista is "modest version" of Windows 2008 server
    Windows 7 is "modest version" of Windows 2008 server R2
    So just as proposal..try to download Oracle 10GR2 for Windows server 2008 (x64) (not for Windows XP!)...http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10204_winx64_vista_win2k8.html
    This version try to install it on Windows 7....(even run as compatible mode if normal failes)
    PLS let us know if was any progress
    Regards,
    Damir Vadas
    http://damir-vadas.blogspot.com
    P.S.
    Whatever your desktop size of RAM is big place 512 MB swap file before starting orainstaller.

Maybe you are looking for

  • Stock value and qty on particular date.

    Hi All. Could you  you guide me in which transcation I will get the report of existing stock value and qty for a particular valution class  on particular date like 15 Apr 2009.There is a transaction MB5B similar to my requirement  but there is no Val

  • Option keys no longer working!

    Can any experienced user provide a solution for this seemingly simple problem? Since I upgraded to 10.6.8, my keyboard (first slim version, extended) option keys are dead. All other keys seem to be working normally. Here are just a few problems assoc

  • How do I separate files from a one that has 23 pages?

    I really need to know the answer to my question. can some one please help me

  • Travel Expense (Portal) - Adobe Form

    Hi: We recently implemented Adobe Forms for travel expense booking via portal. For that the necessary ADS configuration and other development changes were made. It is working fine except one issue. When we display/print an existing expense report on

  • Listener Failed -Session increases..

    Hai All, My Current Setup Server - IBM XSERIES_235 Intel® Xeon™ CPU 3.06 GHz,2 processors x86 OS = Windows 2000 server service pack 4 RAM - 2 GB RAID -RAID 5 Database - Oracle 9i Enterprise Edition Number of databases in the server = 1 Application Se