Oracle9i+windowxp rman problem

i used rman backup database ;
and check backup;
list backup
RMAN> list backup
2> ;
备份集列表
===================
BS 关键字 类型 LV 大小 设备类型 经过时间 完成时间
16 Full 166M DISK 00:00:26 27-4月 -08
BP 关键字: 16 状态: AVAILABLE 标记:FULLDB_20072704
段名:D:\DBBACKUP\FULLBACKUP_14JESM22361
备份集 16 中的数据文件列表
文件 LV 类型 Ckp SCN Ckp 时间 名称
2 Full 4825920 27-4月 -08 D:\ORACLE\ORADATA\MYDB\UNDOTBS01.DBF
3 Full 4825920 27-4月 -08 D:\ORACLE\ORADATA\MYDB\CWMLITE01.DBF
5 Full 4825920 27-4月 -08 D:\ORACLE\ORADATA\MYDB\EXAMPLE01.DBF
6 Full 4825920 27-4月 -08 D:\ORACLE\ORADATA\MYDB\INDX01.DBF
7 Full 4825920 27-4月 -08 D:\ORACLE\ORADATA\MYDB\ODM01.DBF
10 Full 4825920 27-4月 -08 D:\ORACLE\ORADATA\MYDB\XDB01.DBF
BS 关键字 类型 LV 大小 设备类型 经过时间 完成时间
17 Full 338M DISK 00:00:40 27-4月 -08
BP 关键字: 17 状态: AVAILABLE 标记:FULLDB_20072704
段名:D:\DBBACKUP\FULLBACKUP_15JESM23371
控制文件包括: Ckp SCN: 4825920 Ckp 时间:27-4月 -08
备份集 17 中的数据文件列表
文件 LV 类型 Ckp SCN Ckp 时间 名称
1 Full 4825922 27-4月 -08 D:\ORACLE\ORADATA\MYDB\SYSTEM01.DBF
4 Full 4825922 27-4月 -08 D:\ORACLE\ORADATA\MYDB\DRSYS01.DBF
8 Full 4825922 27-4月 -08 D:\ORACLE\ORADATA\MYDB\TOOLS01.DBF
9 Full 4825922 27-4月 -08 D:\ORACLE\ORADATA\MYDB\USERS01.DBF
BS 关键字 大小 设备类型占用时间 完成时间
18 13M DISK 00:00:03 27-4月 -08
BP 关键字: 18 状态: AVAILABLE 标记:ARCH_20072704
段名:D:\DBBACKUP\FULLARCH_17JESM3G391
备份集 18 中的已存档日志列表
Thrd Seq 低 SCN 短时间 下一个 SCN 下一次
1 88 4748443 27-4月 -08 4777206 27-4月 -08
1 89 4777206 27-4月 -08 4810775 27-4月 -08
1 90 4810775 27-4月 -08 4826007 27-4月 -08
BS 关键字 大小 设备类型占用时间 完成时间
19 36M DISK 00:00:03 27-4月 -08
BP 关键字: 19 状态: AVAILABLE 标记:ARCH_20072704
段名:D:\DBBACKUP\FULLARCH_16JESM3G381
备份集 19 中的已存档日志列表
Thrd Seq 低 SCN 短时间 下一个 SCN 下一次
1 86 4608258 26-4月 -08 4633019 26-4月 -08
1 87 4633019 26-4月 -08 4748443 27-4月 -08
BS 关键字 类型 LV 大小 设备类型 经过时间 完成时间
20 Full 1M DISK 00:00:01 27-4月 -08
BP 关键字: 20 状态: AVAILABLE 标记:
段名:D:\DBBACKUP\MYDB_C-2558233826-20080427-01
控制文件包括: Ckp SCN: 4826008 Ckp 时间:27-4月 -08
BS 关键字 类型 LV 大小 设备类型 经过时间 完成时间
25 Full 1M DISK 00:00:00 01-5月 -08
BP 关键字: 25 状态: AVAILABLE 标记:
段名:D:\DBBACKUP\MYDB_C-2558233826-20080501-00
包含的 SPFILE: 修改时间: 24-4月 -08
i delete some datafile;
D:\oracle\oradata\MYDB\*.dbf
i want to restore database now
rman>startup mount;
rman>restore database;
启动 restore 于 01-5月 -08
分配的通道: ORA_DISK_1
通道 ORA_DISK_1: sid=13 devtype=DISK
分配的通道: ORA_DISK_2
通道 ORA_DISK_2: sid=12 devtype=DISK
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of restore command at 05/01/2008 19:53:05
RMAN-06026: some targets not found - aborting restore
RMAN-06023: no backup or copy of datafile 10 found to restore
RMAN-06023: no backup or copy of datafile 9 found to restore
RMAN-06023: no backup or copy of datafile 8 found to restore
RMAN-06023: no backup or copy of datafile 7 found to restore
RMAN-06023: no backup or copy of datafile 6 found to restore
RMAN-06023: no backup or copy of datafile 5 found to restore
RMAN-06023: no backup or copy of datafile 4 found to restore
RMAN-06023: no backup or copy of datafile 3 found to restore
RMAN-06023: no backup or copy of datafile 2 found to restore
RMAN-06023: no backup or copy of datafile 1 found to restore
So i want to resolve it!
i need help .thank you!

SQL> archive log list;
数据库日志模式 存档模式
自动存档 启用
存档终点 d:\oracle\oradata\mydb\archive
最早的概要日志序列 99
下一个存档日志序列 101
当前日志序列 100
i think i not used "resetlogs";
if i used "resetlogs";
it must be
SQL> archive log list;
数据库日志模式 存档模式
自动存档 启用
存档终点 d:\oracle\oradata\mydb\archive
最早的概要日志序列 1
下一个存档日志序列 3
当前日志序列 3
but if i used "resetlogs", what can i do?
thank you so much ,

Similar Messages

  • RMAN Problem -- Crosscheck backup & list backup showing different results

    Pls Help !!!
    I'm using RMAN for backup policy is to recovery window of 7 days
    but even on thired day after incremental 0 backup ... if run 'crosscheck backup'
    it shows the previous as expired but when i issue 'list backup' it says available
    what may be the problem.......
    Backup volume is on RAID10 (ZFS on SOLARIS 10)
    Thanks in advance !!
    Regds
    Gyanendra Singh

    if run 'crosscheck backup'
    it shows the previous as expired but when i issueHave u deleted the previous backup...........because according to my knowledge crosscheck command is used to validate any inconsistency between the logical and physical backup files.
    'list backup' it says available
    what may be the problem.......
    List backup will show the previous backup because of the recovery window
    Try this
    crosscheck database
    delete expired
    list backup
    and then see the result
    Regards
    Amit Raghuvanshi

  • RMAN problem

    Hi,
     I have a problem with RMAN.
     Platform: Window 2000 server
     Oracle: 9ir2 EE
     SPFILE:
      1. LOG_ARCHIVE_DEST_1='LOCATION=E:\oracle\oradata\O9iR2\archive MANDATORY REOPEN=60' SCOPE=BOTH;
      2. LOG_ARCHIVE_DEST_2='LOCATION=E:\oracle\oradata\O9iR2\archive2 OPTIONAL REOPEN=60' SCOPE=BOTH;
     RMAN script:
      run
       ALLOCATE CHANNEL bck2disk1 DEVICE TYPE DISK MaxPieceSize 2G;
       BACKUP DATABASE;
       Backup archivelog all delete input;
       Release Channel bck2disk1;
     When I ran the rman script and I got error below:
     RMAN-00571: ===========================================================
     RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
     RMAN-00571: ===========================================================
     RMAN-03002: failure of backup command at 08/07/2006 15:25:58
     RMAN-06059: expected archived log not found, lost of archived log compromises recoverability
     ORA-19625: error identifying file E:\ORACLE\ORADATA\O9IR2\ARCHIVE2\LOG1_288.ARC
     ORA-27041: unable to open file
     OSD-04002: unable to open file
     O/S-Error: (OS 2) file not found。
     There is a archive log,LOG1_288.ARC, which archived 2 days ago and I have backup and removed already.
     If I don't remove archive log, RMAN would backup archive log twice(this time and next time).
     I know I can use "crosscheck archivelog all;" to solve this problem.
     But I don't understand why it happen.
     Someone who can tell me why?
    Thanks and Regarads,
    PS. Sorry about my poor English.

    Hi ebrian,
     Thanks for you reply.
     Yes, I removed archive logs manually after backup.
     Because RMAN only delete one of multiplexing archive log destinations.
     When RMAN backup archive log, it only backup logs from one of log_archive_dest_n and just delete logs where it backup from.
     I need to delete other archive logs after RMAN backup.
     Because it was not delete all archive logs,
     Next time, RMAN still looked for archive log that have backuped last time and error occured.
     My confusion is why "delete input" in RMAN only delete logs from one of log_archive_dest_n not all of log_archive_dest_n.
     And why RMAN backup archive logs which have backuped last time?
    Thanks and Regards,

  • 8.1.6.1.0 (Linux) Rman Problem

    Hi,
    after running a single full backup (which completes without a glitch) i tried to show the available backup sets for the target database. But the rman-list command is nonfunctional:
    oracle@sdb1:/$ rman target rman_trg/xxx@db1 catalog rman/xxx@db2
    Recovery Manager: Version 8.1.6.1.0 - Production
    RMAN-06005: Mit Ziel-Datenbank verbunden: SDB1 (DBID=1158085898)
    RMAN-06008: Verbindung mit Datenbank des Wiederherstellungskatalogs
    RMAN> list backupset of database;
    RMAN-03022: Befehl wird kompiliert: list
    RMAN-03026: Fehlerbehebung bei Freigabe von Kanalressourcen
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure during compilation of command
    RMAN-03013: command type: list
    RMAN-06004: ORACLE error from recovery catalog database: ORA-06502: PL/SQL: numerisch oder Wertefehler : Gesamtstellenzahl zu gro_
    ORA-06512: in "RMAN.DBMS_RCVMAN", Zeile 7052
    ORA-06512: in "RMAN.DBMS_RCVMAN", Zeile 4729
    ORA-06512: in Zeile 1
    The same error is thrown when other report functions are called.
    Any hints?
    Regards,
    Dirk

    Do you have more than one value for
    sort_area_size.
    Run Query :- select name,value from v$parameter where name like
    'sort_area_size';
    Result :- sort_area_size
    65536, 65536 <-- two values then it is a bug.
    Resolution :- Remove duplicate entry from sort_area_size, if this is the
    problem. This is not a problem in 9i.

  • RMAN problem with block corruption

    Hi
    I have problem with the block corruption in one of the database .
    here is the error message .
    ora-01578:oracle data block corrupted (file# 10,block # 55309) ora-01110: data file 10:
    '/db/gist1/data/gist1_gis_nologging_01.dbf' ora-26040: data block was loaded using the NOLOGGING option .
    gisq SQL> select * from v$database_block_corruption;
    FILE# BLOCK# BLOCKS CORRUPTION_CHANGE# CORRUPTIO
    10 11 126 3754364971 LOGICAL
    RMAN> blockrecover datafile 10 block 11;
    Starting blockrecover at 14/DEC/2012 16:25:48
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of blockrecover command at 12/14/2012 16:25:48
    RMAN-05009: Block Media Recovery requires Enterprise Edition
    Could some one help me in providing solution for this . we we have standard addition only .
    Thanks in advance ...

    It appears that there was a NOLOGGING operation on an object that resides in '/db/gist1/data/gist1_gis_nologging_01.dbf' .
    NOLOGGING operations, as the name suggests, do generate limited redo log, which makes the objects affected by them non-recoverable.
    RMAN Blockrecover, as far as I understand, uses full and archivelog backup to perform the block recovery. Since the archivelog backup does not store any changes related to the NOLOGGING operation, then Blockrecover would not be able to help you even if you were licensed.
    You can try to restore the object as of the most recent full backup…
    Iordan Iotzov
    http://iiotzov.wordpress.com/

  • RMAN problem while backing up SunMC-3.6.1 online

    Hi Geeks,
    I am having trouble while online backing up SunMC(3.6.1) running on Solaris10 (11/06).
    The exact error message in log file is
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Started /opt/SUNWsymon/sbin/es-backup at Thu Jul 19 14:03:41 EST 2007.
    Running on SunOS f15k1-cons 5.10 Generic_125100-08 sun4u sparc SUNW,Sun-Blade-2500.
    Starting database...
    Successfully enabled service sunmcdatabase
    Connected.
    ARCHIVELOG
    Replacing old backup.
    SQL*Plus: Release 8.1.7.0.0 - Production on Thu Jul 19 14:03:52 2007
    (c) Copyright 2000 Oracle Corporation. All rights reserved.
    SQL> Connected.
    SQL> SQL> SQL> SQL> SQL> SQL> SQL> 2 3 906240 470800
    SQL> Disconnected from Oracle8i Enterprise Edition Release 8.1.7.4.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.4.0 - Production
    Database data size: 470800 KB
    Estimated backup size: KB
    Available disk space on /export/SUNWsymon/backup-Thu: 13726553 KB
    Found previous reference schema
    Performing on-line backup. Please wait...
    Recovery Manager: Release 8.1.7.4.0 - Production
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00554: initialization of internal recovery manager package failed
    RMAN-04005: error from target database: ORA-12154: TNS:could not resolve service name
    Failed to perform online backup.
    Sun Management Center data backup failed. Exiting ...
    Check /var/opt/SUNWsymon/install/backup_f15k1-cons.070719140341.8433 for details.
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    And following is sqlnet.ora
    f15k1-cons:admin# more sqlnet.ora
    # SQLNET.ORA Network Configuration File: /opt/SUNWsymon/SunMCDB01/app/oracle/product/8.1.7/network/admin/sqlnet.ora
    # Generated by Oracle configuration tools.
    NAMES.DEFAULT_DOMAIN= abc.example.com.au
    #SQLNET.AUTHENTICATION_SERVICES= (TNS)
    NAMES.DIRECTORY_PATH= (TNSNAMES,HOSTNAME)
    Can someone please suggest where the problem is.?The online backup was working fine on Solaris9, the problem only occured when we upgrade this server (Blade2500 w/s) to Solaris10.
    Regards,
    Zia-ul-Hassan

    Hi Zia-ul-Hassan,
    You mentioned you performed an OS upgrade - did you follow the migration guide (http://www.sun.com/software/whitepapers/solaris9/sunmc_datamigration.pdf) when you changed over your Server?
    If not, SunMC does have paths under /opt/SUNWsymon with the OS version baked in (i.e. /opt/SUNWsymon/base/lib/sparc-sun-solaris2.9) and if you just copied your Server files to a new OS you likely broke many things :)
    Regards,
    [email protected]
    http://www.HalcyonInc.com

  • RMAN ( PROBLEM while resync catalog)

    We are facing this problem. when we are firing any command using RMAN/
    Following are two samples.
    Recovery Manager: Release 8.0.4.0.0 - Production
    RMAN-06005: connected to target database: ORC1
    RMAN-06008: connected to recovery catalog database
    1)
    RMAN> LIST BACKUPSET OF TABLESPACE SYSTEM2> ;
    RMAN-03022: compiling command: list
    RMAN-03026: error recovery releasing channel resources
    RMAN-00569: ================error message stack follows================
    RMAN-03002: failure during compilation of command
    RMAN-03013: command type: list
    RMAN-03014: implicit resync of recovery catalog failed
    RMAN-06038: recovery catalog package detected an error
    RMAN-20035: invalid high recid
    2)
    RMAN> RUN {2> ALLOCATE CHANNEL C1 TYPE DISK;3> BACKUP DATABASE FORMAT 'E:\ORANTV8\TESTD
    ATA\BACKUP\DB_s%s_p%p' ;4> RELEASE CHANNEL C1;5> }
    RMAN-03022: compiling command: allocate
    RMAN-03023: executing command: allocate
    RMAN-08030: allocated channel: c1
    RMAN-08500: channel c1: sid=16 devtype=DISK
    RMAN-03022: compiling command: backup
    RMAN-03026: error recovery releasing channel resources
    RMAN-08031: released channel: c1
    RMAN-00569: ================error message stack follows================
    RMAN-03002: failure during compilation of command
    RMAN-03013: command type: backup
    RMAN-03014: implicit resync of recovery catalog failed
    RMAN-06038: recovery catalog package detected an error
    RMAN-20035: invalid high recid
    RMAN> exit
    Recovery Manager complete.
    null

    take a look at the RMAN troubleshooting section in the documentation on OTN @ http://technet.oracle.com/docs/products/oracle8i/doc_library/817_doc/server.817/a76990/troubler.htm#447659.
    This will step you through 2 different solutions to fix the problem.

  • Rman problems

    We are currently implementing the Oracle Module for Legato Networker. Our configuration is as follows:
    OS: AIX 4.3.3
    Oracle: Oracle 8i 64 bit
    Networker Server: 6.1.1 Build 238
    Oracle Module Version: 3.5.0.0
    We have installed the module and activated it.
    Yesterday we have performed the needed configuration and testing, and we performed a number of backups and restores (using the tape library), which all were successful.
    However today, we are encountering some problems as follows:
    RMAN-08504: input archivelog thread=1 sequence=20 recid=221 stamp=518276341
    RMAN-03026: error recovery releasing channel resources
    RMAN-08031: released channel: ch1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03015: error occurred in stored script backup_redo_logs
    RMAN-03006: non-retryable error occurred during execution of command: backup
    RMAN-07004: unhandled exception during command execution on channel ch1
    RMAN-10035: exception raised in RPC: ORA-27191: sbtinfo2 returned error
    Additional information: 2
    ORA-19511: Unable to connect to media index server ecus1-LT
    RMAN-10031: ORA-19583 occurred during call to DBMS_BACKUP_RESTORE.BACKUPPIECECREATE
    This error is displayed, after a few minutes the backup has started writing to tape.
    Rman script
    RMAN>
    RMAN> run {
    allocate channel ch1 type 'SBT_TAPE'
    parms 'ENV=(NSR_SERVER=netf1-LT,NSR_DATA_VOLUME_POOL=Default)';
    backup
    filesperset 10
    format '/redo_%d_%t_%s_%p/'
    archivelog all
    delete input;
    release channel ch1;
    Thanks,Any help is appreciated
    Kenneth

    We are currently implementing the Oracle Module for Legato Networker. Our configuration is as follows:
    OS: AIX 4.3.3
    Oracle: Oracle 8i 64 bit
    Networker Server: 6.1.1 Build 238
    Oracle Module Version: 3.5.0.0
    We have installed the module and activated it.
    Yesterday we have performed the needed configuration and testing, and we performed a number of backups and restores (using the tape library), which all were successful.
    However today, we are encountering some problems as follows:
    RMAN-08504: input archivelog thread=1 sequence=20 recid=221 stamp=518276341
    RMAN-03026: error recovery releasing channel resources
    RMAN-08031: released channel: ch1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03015: error occurred in stored script backup_redo_logs
    RMAN-03006: non-retryable error occurred during execution of command: backup
    RMAN-07004: unhandled exception during command execution on channel ch1
    RMAN-10035: exception raised in RPC: ORA-27191: sbtinfo2 returned error
    Additional information: 2
    ORA-19511: Unable to connect to media index server ecus1-LT
    RMAN-10031: ORA-19583 occurred during call to DBMS_BACKUP_RESTORE.BACKUPPIECECREATE
    This error is displayed, after a few minutes the backup has started writing to tape.
    Rman script
    RMAN>
    RMAN> run {
    allocate channel ch1 type 'SBT_TAPE'
    parms 'ENV=(NSR_SERVER=netf1-LT,NSR_DATA_VOLUME_POOL=Default)';
    backup
    filesperset 10
    format '/redo_%d_%t_%s_%p/'
    archivelog all
    delete input;
    release channel ch1;
    Thanks,Any help is appreciated
    Kenneth

  • START RMAN PROBLEM ;;; PLZ HELP ME

    Hi all,
    I plan to use RMAN in my backup / recover strategy but getting started with RMAN on Linux Redhat server for Oracle Database 10g Enterprise Edition Release 10.2.0.1.0, I have this error when I enter the following command in os prompt : rman target / catalog
    rman: can't open target
    from ORACLE_SID/bin when I excute this command line :
    ./rman catalog rman/YZhXEv386473
    I can connect to RMAN but this not solve my problem since I have to do a CRON JOB to automate my Backup programs?
    Someone can help me please?
    Thanks a lot
    Regards,
    W

    Hi all,
    I plan to use RMAN in my backup / recover strategy but getting started with RMAN on Linux >> Redhat server for Oracle Database 10g Enterprise Edition Release 10.2.0.1.0, I have this error >> when I enter the following command in os prompt : rman target / catalog
    rman: can't open target
    from ORACLE_SID/bin when I excute this command line :
    ./rman catalog rman/YZhXEv386473
    I can connect to RMAN but this not solve my problem since I have to do a CRON JOB to
    automate my Backup programs?
    Someone can help me please?
    Thanks a lot
    Regards,
    W What you actually executing is RosettaMan (/usr/X11R6/bin/rman - you don't want that), NOT $ORACLE_HOME/bin/rman. Check your path:
    1) $ echo $PATH;
    2) Make sure that $ORACLE_HOME/bin/rman comes BEFORE /usr/X11R6/bin/rman:
    $PATH=$PATH:$ORACLE_HOME/bin:$HOME/bin:..etc...etc...
    OR
    $PATH=$ORACLE_HOME/bin:$PATH:$HOME/bin:..etc...etc...
    .....whatever you have to do to make sure oracle's rman comes before the other rman
    3) Log out and login again....then repeat step 1 to confirm $ORACLE_HOME/bin comes in the path before /usr/X11R6/bin. You should be set then!

  • Oracle9i Personal download problem

    I am having problems downloading Oracle9i to my home computer. I have tried to download twice now, and both times it seemed that the download had completed, but on both occasions, there was nothing in the save to folder afterward.
    I am using IE 5.50, Windows 98Plus, and was saving using the default filename: A91514-01.zip.
    I am registered at New Horizons computer learning centers in an online Oracle Certification track and am trying to find a way to get some hands on coding practice.
    Am I missing a step somewhere, or is there something else I have to have on my computer to use the software?

    I have been trying for 15 days to download the 9i Personal database software for windows. Because of the size, I have concluded its impossible to download it. Over the 15 days I have experienced some mix of the following:
    1. The download reaches about 75% complete and either Norton's or McAfee's virsus scan detects something in the incoming stream that makes it look like a virsus and then either or both try to isolate the download, which aborts the process and wastes 2 days of download time at 56K speed. I subsequentially turn off virsus protection and restarted the downloads.
    2. The download process reaches about 52% complete (and the process should take about another 12 hours to complete) but suddenly it shows 100% complete. When I try to open the zipped file, winzip does not recognize it as a valid zip format and refuses to unzip it. I thereupon delete the partially downloaded file and start the process over again.
    3. I tried (several times) and successfully completed the download of the 8i database software. After several attempts, I got a complete zipped file. I unzipped the file and attempted the install only to be told that the setup (setup.exe) program is not a valid win32 program. I tried to install it on one of three computers: one is running win95, one is running win98 and one is running windows ME. I also tried to install it under just DOS 6.2 and the results are the same on all systems -- invalid setup file.
    There are other problems that are experienced but I am tired of typing the symptoms.
    I am a Senior Software Engineer with over 30 years experience on multiple platforms -- the last 12 on desktops and I work as a contractor. Given the above results, I have concluded that the Oracle software is mostly junk and I have given up on downloading it. From what I have read here on other operating system versions, even if you DO get a successful download to complete, installing a runnable product is still a horror story. So, I am steering my clients away from Oracle. I figure if they can't do any better than this to support software developers, then they will only create nightmares at a customers site and I don't need that in an environment that is now as competitive as its ever been and getting worse. Other companies are doing better jobs of supporting software developers!!
    Ray Snellings
    [email protected]

  • [RMAN] problem with registering database

    Hello, we have RAC environment on two nodes. We created rman catalog database and then registered our database with REGISTER DATABASE command. After that we issued command SHOW ALL and encountered an error:
    RMAN> show all;
    RMAN configuration parameters are:
    CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 21 DAYS;
    CONFIGURE BACKUP OPTIMIZATION OFF; # default
    CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default
    CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO BACKUPSET; # default
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE MAXSETSIZE TO UNLIMITED; # default
    CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
    CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default
    could not read file header for datafile 74 error reason 4
    could not read file header for datafile 74 error reason 4
    could not read file header for datafile 74 error reason 4
    CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/u01/app/oracle/product/10.2.0/db_1/dbs/snapcf_easy1.f'; # default
    this is new catalog database, which is to replace the old one
    how to deal with this problem ?

    So you are following up on datafile 74 in this other thread :
    problem with datafile recovery
    Hemant K Chitale

  • Rman problem with NLS_LANG mismatch b/w catalog and target DB

    Hi,
    I have target database NLS_LANG set to 'AMERICAN_AMERICA.JA16SJIS' and recovery catalog NLS_LANG set to 'JAPANESE_JAPAN.JA16EUC'. When backup is started the rman fails with the following error.
    <----
    RMAN-00571:
    ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS
    ===============
    RMAN-00571:
    ===========================================================
    RMAN-03002: failure of allocate command at 11/26/2007 11:22:41
    RMAN-03014: implicit resync of recovery catalog failed
    RMAN-03009: failure of partial resync command on default channel
    at
    11/26/2007 11:22:41
    ORA-06502: PL/SQL: numeric or value error
    ------>
    It works fine if I change the recovery catalog NLS_LANG to 'AMERICAN_AMERICA.JA16SJIS'
    Any help could be appreciated.
    Thanks,
    Prince

    Hello Faust,
    have already tried that in SQLPlus, SQLWorksheet, MS Access (OffXP). All apps used on the same computer. OS Win XP Prof.
    Result in Plus and Worksheet
    40 ! â a a î l c ç i Ä . < ( + ! 50 ! & e e e i n k g Ü $ * ) ; ^ 60 ! - /  A A Î L C Ç I ö , % > ? 70 ! E E E I N K G ` : § ' = " 80 ! a b c d e f g h i [ ] g @ 90 ! ° j k l m n o p q r º ¿ A0 ! µ ß s t u v w x y z G ¿ B0 ! 0 1 2 3 4 5 6 7 8 9 a ß ¿ d e ¿ C0 ! ä A B C D E F G H I š &#65533; t õ D0 ! ü J K L M N O P Q R · u i s u E0 ! Ö S T U V W X Y Z ² Š &#65533; T Õ F0 ! 0 1 2 3 4 5 6 7 8 9 ³ U I S U
    result in Access (via ODBC Con)
    40 ! â &#261; &#257; î &#316; &#269; ç &#299; Ä . < ( + ! 50 ! & &#275; &#281; &#279; &#303; &#326; &#311; &#291; Ü $ * ) ; ^ 60 ! - /  &#260; &#256; Î &#315; &#268; Ç &#298; ö , % > ? 70 ! &#274; &#280; &#278; &#302; &#325; &#310; &#290; ` : § ' = " 80 ! a b c d e f g h i [ ] &#287; @ 90 ! ° j k l m n o p q r º &#8793; A0 ! µ ß s t u v w x y z &#286; &#916; B0 ! &#8320; &#8321; &#8322; &#8323; &#8324; &#8325; &#8326; &#8327; &#8328; &#8329; &#945; &#946; &#947; &#948; &#949; &#969; C0 ! ä A B C D E F G H I š ž &#355; õ D0 ! ü J K L M N O P Q R · &#371; &#305; &#351; &#363; E0 ! Ö S T U V W X Y Z ² Š Ž &#354; Õ F0 ! 0 1 2 3 4 5 6 7 8 9 ³ &#370; &#304; &#350; &#362;

  • Oracle9.2 Listener problem

    Hi!
    I'm new to this forum and this is my first Q ..
    I installed Oracle9.2 on WinXP.
    I started Listener and DB services in Windows Services.
    Their status is STARTED.
    But when i start Listener manually, i get the following errors.
    LSNRCTL> start listener
    Starting tnslsnr: please wait...
    Service OracleOraHome92TNSListener already running.
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    32-bit Windows Error: 1056: Unknown error
    I get TNS - 12560 error when i try to login using scott/tiger in SQLPlus.
    I searched the forums and internet and couldn't find any solution..
    Can anyone help me with this error or anyone guide me to a clean installation on XP for Oracle9.2..
    I've Java1.5, Eclipse 3.3, Tomcat 6.0 also installed.
    Thanks in advance.

    Hi!
    I'm new to this forum and this is my first Q ..
    I installed Oracle9.2 on WinXP.
    I started Listener and DB services in Windows
    Services.
    Their status is STARTED.
    But when i start Listener manually, i get the
    following errors.
    LSNRCTL> start listener
    Starting tnslsnr: please wait...
    Service OracleOraHome92TNSListener already running.
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    32-bit Windows Error: 1056: Unknown error
    I get TNS - 12560 error when i try to login using
    scott/tiger in SQLPlus.
    I searched the forums and internet and couldn't find
    any solution..
    Can anyone help me with this error or anyone guide me
    to a clean installation on XP for Oracle9.2..
    I've Java1.5, Eclipse 3.3, Tomcat 6.0 also
    installed.
    Thanks in advance.Hey,
    I'm forwarding my CONFIGURATION files, for your perusal.
    OS: WIN XP SP2
    Oracle 9.2.0.1
    # TNSNAMES.ORA Network Configuration File: J:\oracle\ora92\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    INST1_HTTP =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.100.2)(PORT = 1534))
    (CONNECT_DATA =
    (SERVER = SHARED)
    (SERVICE_NAME = MODOSE)
    (PRESENTATION = http://HRService)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    COMPANY =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.100.2)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = COMPANY)
    # LISTENER.ORA Network Configuration File: J:\Oracle\ora92\NETWORK\ADMIN\listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCPS)(HOST = 192.168.100.2)(PORT = 1521))
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = J:\Oracle\ora92)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = COMPANY)
    (ORACLE_HOME = J:\Oracle\ora92)
    (SID_NAME = COMPANY)
    # SQLNET.ORA Network Configuration File: J:\oracle\ora92\network\admin\sqlnet.ora
    # Generated by Oracle configuration tools.
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES, ONAMES, HOSTNAME)
    --------------------------

  • Oracle9i HTTP server no longer works now AS 9i v1.0.2.2.2a is installed

    Hi there,
    I am trying to set up an Oracle system without much success.
    I managed to install the Enterprise Oracle9i database no
    problems and the HTTP apache server was working fine using
    ports 8080 and 4444.
    I then tried to install the Oracle9i Application server v1.0.2.2.2a
    (core). The HTTP apache server for this is set for ports 80 and 443.
    This second Apache server works great but the first one no longer
    works.
    Having looked at the services running it appears that OracleOraHome90Agent
    and OracleOraHome90HTTPServer are no longer running even though they
    are set to automatic. When I try and run them I get the following errors:
    OracleOraHome90Agent : Service could not be started. Error 2140: An internal
    window NT error occurred.
    OracleOraHome90HTTPServer : Could not start the service. Error 1067 - the
    process terminated unexpectedly.
    I then went to c:\oracle\ora90\Apache\Apache in MSDOS and typed apache. I
    received the following:
    [Thu May 02 16:11:16 2002] [warn] pid file c:/oracle/ora90/apache/apache/logs\httpd.pid
    overwritten - - Unclean shutdown of previous Apache run? Apache.pm version 1.26
    required! c:/oracle/isuites/apache/perl/site/5.0053/lib/apache.pm is version 1.27.
    Perhaps you forgot to 'make install' or need to unistall an old version?
    Found c:/oracle/isuites/apache/perl/site/5.0053/lib/apache.pm
    Not quite sure what is happening as there is an apache.pm located at
    c:/oracle/ora90/apache/perl/site/5.0053/lib/apache.pm which is version 1.26 so I can't
    see why the database should be pointing to the version in the application server.
    Cheers,
    Maggie

    A Golden rule , at all times you must ONLY ONE web server on the machine , when installing Oracle Engine deselect the Apache and install it with the App. Server ( better ) ,, if you are using Windows platform you must first uninstall IIS and if Linux use the pre-installed with linux , HTTP users port 80 and ports are not sharable.
    Good Luck

  • Some problems about database connection

    I am working on oracle9i. The problem is that I have to specify the "host string" in the login window of SQL*PLUS to connect to database (I can't use the command-line GUI). But I don't know how to specify "Host String" in JDBC connection string and SQL*Loader.
    Can anybody help me?

    Chen, please state specifically where you are trying to run each of these application from and where the database is.
    Since you mentioned a SQLPlus window then it sounds like you are running from a client PC to a remote Oracle installation. If this is true you normally use the connect string alias set up in the local tnsnames.ora file to connect to the remote db. You set this up as part of the client install or using the Net Configuration Assistent or some shops provide one common file on the network referenced by the TNS_ADMIN OS environment variable.
    For batch or command line usage
    sqlldr userid@service_name
    sqlplus userid@servie_name
    HTH -- Mark D Powell --

Maybe you are looking for