Oracle 10g physical standby error

Hi all,
We been frequently getting this error on our standby DB and not sure if it's network related or a possible configuration tuning.
RFS[425]: Assigned to RFS process 3640
RFS[425]: Identified database type as 'physical standby'
Primary database is in MAXIMUM PERFORMANCE mode
Primary database is in MAXIMUM PERFORMANCE mode
RFS[425]: No standby redo logfiles created
Mon Nov 23 09:47:28 2009
Fetching gap sequence in thread 1, gap sequence 35418-35418
Mon Nov 23 09:48:02 2009
FAL[client]: Failed to request gap sequence
GAP - thread 1 sequence 35418-35418
DBID 3292763437 branch 615642223
FAL[client]: All defined FAL servers have been attempted.
Check that the CONTROL_FILE_RECORD_KEEP_TIME initialization
parameter is defined to a value that is sufficiently large
enough to maintain adequate log switch information to resolve
archivelog gaps.
Mon Nov 23 09:48:17 2009
RFS[384]: No standby redo logfiles created
Mon Nov 23 09:48:21 2009
RFS[425]: Possible network disconnect with primary database
Closing latent archivelog for thread 1 sequence 35419
EOF located at block 1201 low SCN 0:-1055223653 next SCN 0:-1055223015
Latent archivelog 'E:\ORACLE\ARCH\xxxxx\LOG_615642223_1_35419.ARC'
If you wish to failover to this standby database, you should use the
following command to manually register the archivelog for recovery:
ALTER DATABASE REGISTER LOGFILE 'E:\ORACLE\ARCH\xxxxx\LOG_xxx615642223_1_35419.ARC';
Redo Shipping Client Connected as PUBLIC
-- Connected User is Valid
RFS[426]: Assigned to RFS process 3200
RFS[426]: Identified database type as 'physical standby'
Primary database is in MAXIMUM PERFORMANCE mode
Primary database is in MAXIMUM PERFORMANCE mode
RFS[426]: No standby redo logfiles created
Any ideas?
thx

I've inherited this DB and never really looked at the settings.
The error I see in the primary DB is
FAL[server]: Fail to queue the whole FAL gap
Protection level on primary is
SQL> SELECT PROTECTION_MODE, PROTECTION_LEVEL FROM V$DATABASE;
PROTECTION_MODE PROTECTION_LEVEL
MAXIMUM PERFORMANCE MAXIMUM PERFORMANCE
Edited by: jrmtl on Nov 23, 2009 7:32 AM

Similar Messages

  • Oracle 10g Physical standby test

    Dear Team,
    We have to perform the following tests on the DR server.
    1. change the Physical standby database to read only from managed recovery
    2. query the tables and records count
    3. record all the count
    4. Put physical standby back to managed recovery.
    5. confirm that the changes are updated.
    could you please guide us to perform the above activities.
    THanks in advance
    Aj

    On standby:
    login using sys/****
    1. SQL> alter database recover managed standby database cancel;
    2. SQL> alter database open read only;
    Perform your steps 2 & 3.
    3. SQL> shu immediate
    4. SQL> startup nomount
    5. SQL> alter database mount standby database;
    6. SQL> alter database recover managed standby database (using current logfile) disconnect;
    Regards,
    S.K.

  • ORACLE 10g : Datapump-Import : Error: unknown parameter name 'REMAP_TABLE'

    Hi,
    I am working on Oracle 10g. When executed import datapump script in the UNIX box with option “RMAP_TABLE” I received the error “unknown parameter name 'REMAP_TABLE' “Can you please give me solution for it?
    Scripts :-
    impdp eimsexp/xyz TABLES=EIMDBO.DIVISION DIRECTORY=DATAMART_DATA_PUMP_DIR DUMPFILE=expdp_DATAMART_tables_%u_$BATCH_ID.dmp LOGFILE=impdp_DATAMART_tables.log REMAP_TABLE=EIMDBO.DIVISION:EIM2DBO:YR2009_DIM_DIVISION
    Note :- The YR2009_DIM_DIVISION table is available in the target database. It is without partition table. The EIMDBO.DIVISION is partition table.
    Thanks,

    See your post here
    ORACLE 10g : Datapump-Import : Error: unknown parameter name 'REMAP_TABLE'
    Srini

  • Oracle 10g Logical Standby

    The question is on Oracle 10g Logical Standby Data Guard. Below is the short description of what we wanted to do.
    We currently run our Remedy application on Oracle10g. We wanted to setup Data Guard (logical standby) so we can perform our application upgrade on the logical standby. While we upgrade our application, our customers perform the dml on the primary instance.
    During the upgrade, we will change the ddl on our application in the logical standby instance. After the application upgrade, we do a role switch between the two instances (primary became a new logical standby and logical standby became new primary). Now, we wanted the data or the dml that our customers perform on the old primary replicate over to the new primary.
    It is possible for the logical standby to perform the ddl at the same time user perform the ddl and dml on the primary instance?
    After role switch between the two instances, is the data changed on the primary replicate over to the new primary?
    Thank you for your helps.
    Loc Nguyen
    [email protected]

    Hi Shital,
    Guard_status protects the data from being changed.
    ALL- By default it is not possible for a non-privileged user to modify data on a data guard SQL apply database. This is because the database guard is automatically set to ALL.
    With this level of security, only SYS user can modify the data.
    STANDBY- When you set this level of security, users are able to modify data that is not maintained by the Logical apply engine.
    NONE permits any users to access the standby database as long as they have correct privileges. This is the normal security for all data in the database.
    You can change the guard status value from ALL to NONE in order to allow non-privileged users to modify data and Yes you can create user and extra tablespace in logical standby database..this is what the one of advantage of using Logical standby database.
    SQL> ALTER DATABASE GUARD NONE;
    Thanks

  • Oracle 10g Lite-Sync Error

    Hi,
    I am Using Oracle 10g"Lite" Database, I am doing manual SYNC Process.
    Today I started the manual Sync Process i Got this Error Message in the Screen "POL-3201 Invalid Slot Number"
    I referred a document Shows this information
    POL-3201 Invalid slot number
    Cause: Internal error caused by referencing an object that has been deleted. Each
    object in the database, such as a row has a unique object identifier (OID) that
    identifies the location of the object in secondary storage. Each database file is
    divided into fixed size chunks called disk pages. An OID can become invalid
    when the:
    ■ disk page being referred by the OID does not exist in the database file.
    ■ physical read or write of the disk page fails due to an operating system related
    error.
    ■ address of the object (as indicated by the internal encoding in the OID) in the
    disk page is outside the page.
    ■ object is not found in the page.
    But i did not delete any thing in the Lite database.
    Yesterday the Manual SYNC was Successful ...After i did not touch the Lite Database.Today I started the SYNC and i Got the Error.
    Did any one face this error?
    Please advice on this Error
    Thank U for the Useful Information
    SHAN

    See if following OTN forum thread helps...
    Re: POL-3011/3012 when database is on SD Card.

  • ORACLE 10G RAC+STANDBY server

    We have a ORACLE RAC 10G based on 2 nodes with 1 disk array for test purposes.
    Now, we want to connect a standby server to RAC with its own disk array. Standby server with array will be located in another city.
    How can we realize it?

    Hi friend,
    We have tested with the following : we have 1og RAC (10.2.0.3.0) with Single Physical Standby database :
    RAC Database :
    bash-3.00$ export ORACLE_SID=racdb
    bash-3.00$ rman target sys/sysracdb@racdb
    RMAN> connect catalog rman/rman@racdb
    RMAN> backup device type disk format '/backup/rman/%U' database plus archivelog;
    RMAN> backup device type disk format '/backup/rman/%U' current controlfile for standby;
    Note : Transfer the backup to the standby database location.
    Single Instance Database
    SQL> create spfile from pfile='/oracle/admin/stdby/pfile/initstdby.ora';
    SQL> shutdown immediate;
    SQL> startup nomount;
    [oracle@linux7 pfile]$ rman target sys/sysracdb@racdb auxiliary=sys/sysracdb
    RMAN> duplicate target database for standby;
    Note : It will restore....
    bash-3.00$ export ORACLE_SID=stdby
    bash-3.00$ export ORACLE_HOME=/oracle/product/10.2.0/db_1
    SQL> alter system set control_files='+DATA_GRP1/stdby/CONTROLFILE/current.256.665416399' scope=spfile;
    SQL> shutdown immediate;
    SQL> startup nomount;
    SQL> alter database mount standby database;
    SQL> alter database recover managed standby database disconnect from session;
    Thanks
    LaserSoft

  • Oracle 10g Enterprise Manager Error

    Hi,
    I am getting below error when I open the Oracle-10G EM on GUI(Here my OS is Linux ES)
    "java.lang.Exception: No Such Target", Any idea wt will be the cause?

    Hi Leo,
    I have the same issue.
    1. I am using stand alone version.
    2. "emctl start dbconsole" ran successfully and it said Database Control started.
    3. I tried "localhost:5500/em", "MyComputerName:5500/em" and "IP Address:5500/em", all have the same result that after login and refresh, it shows "java.lang.Exception: No Such Target".
    Connection to the database was fine. No other problem so far except for this error message.
    Thanks for looking into it!
    Ron

  • Oracle 10g Client ODBC Error

    Dear all,
    My DB is Oracle 10g (10.2.0.4) on Windows 2003 64 Bit and Our Clients are Oracle 10g (10.2.0.4) on Windows XP 32.
    I created net8 connection ‘PROD’ and sqlplus is connecting with the user/password@PROD
    When I create an ODBC named PROD32 using the TNS Name PROD and I tested the connection with the same username and password which I used in SQLPLUS it is not conning and giving the error message.
    Unable to Connect
    SQLState=28000
    [ORACLE][ODBC][ORA]ORA-01017: Invalid username/password; logon denied
    Can anyone give solution for this issue
    Regards
    Blessan

    Hello,
    are you trying to install the client by some other user which is not owner of oracle:dba group?
    this will genrally happen when you have different owner or manually changed the permissions.
    Please check your /tmp directory for any files releated to ora:DBA may have a soft link check permissions thier.
    Regards,
    Ajay

  • Physical standby error

    Hi friends,
    I configured a physical standby database for my primary database. I am able to switchover successfully to physical standby database. So the roles are now changed. Primary is physucal standby, and physical standby is primary.
    Now when Iam switching back (now primary to physical standby), there is error at the physical standby which states media recovery needed. I have checked the archives are present at this location. I tried to recover....but thats not working.
    Both the databases are 10.2.0.1.0 on windows platform.
    Any comments??

    Iam sorry for the delay.... here's the alert log
    ORA-16139 signalled during: alter database commit to switchover to primary...
    Sat Jun 23 14:55:29 2007
    alter database commit to switchover to primary
    Sat Jun 23 14:55:32 2007
    If media recovery active, switchover will wait for completion
    Database not available for switchover
    End-Of-REDO archived log file has been received
    Archived log files detected beyond End-Of-REDO
    Incomplete recovery SCN:0:824807 archive SCN:0:830335
    Database not available for switchover
    End-Of-REDO archived log file has been received
    Archived log files detected beyond End-Of-REDO
    Incomplete recovery SCN:0:824807 archive SCN:0:830335
    Switchover: Media recovery required - standby not in limbo
    ORA-16139 signalled during: alter database commit to switchover to primary...
    Sat Jun 23 14:59:26 2007
    alter database commit to switchover to primary with session shutdown
    Sat Jun 23 14:59:39 2007
    If media recovery active, switchover will wait for completion
    Database not available for switchover
    End-Of-REDO archived log file has been received
    Archived log files detected beyond End-Of-REDO
    Incomplete recovery SCN:0:824807 archive SCN:0:830335
    Database not available for switchover
    End-Of-REDO archived log file has been received
    Archived log files detected beyond End-Of-REDO
    Incomplete recovery SCN:0:824807 archive SCN:0:830335
    Switchover: Media recovery required - standby not in limbo
    -Nand

  • [ ORACLE 10g ] : HELP ! - Error while exporting a schéma

    Hi,
    I want to export all my schemas from my Oracle 10.2.0.30 database using :
    exp userid=%myschema%/%password%@%sid% file=%filename%.dmp log=%filename%.logThis command line was working fine until a few weeks.
    Indeed, I now got errors in my log:
    Connecté à : Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Export fait dans le jeu de car WE8MSWIN1252 et jeu de car NCHAR AL16UTF16
    . export des actions et objets procéduraux de pré-schéma
    EXP-00008: Erreur ORACLE 4063 rencontrée
    ORA-04063: package body "SYS.DBMS_REPCAT_UTL" comporte des erreurs
    ORA-06508: PL/SQL : unité de programme nommée : "SYS.DBMS_REPCAT_UTL" introuvable
    ORA-06512: à "SYS.DBMS_REPCAT_EXP", ligne 87
    ORA-06512: à ligne 1
    EXP-00083: Le problème précédent s'est produit lors de l'appel à SYS.DBMS_REPCAT_EXP.schema_info_exp
    . export des noms de bibliothèque de fonctions étrangères pour l'utilisateur XXXXXXXXXXXXXXX       
    . export des synonymes de type PUBLIC
    . export des synonymes de type PRIVATE
    . export des définitions de type d'objet pour l'utilisateur XXXXXXXXXXXXXXX       
    Prêt à exporter les objets XXXXXXXXXXXXXXX       ...
    . export des liens de base de données (DATABASE LINKS)
    . export des numéros de séquence
    . export des définitions de cluster
    . Prêt à exporter les tables XXXXXXXXXXXXXXX        ... via le chemin classique...
    . . export de la table            XXXXXXXXXXXXXXX       149 lignes exportées         <
    . export des synonymes
    . export des vues
    . export des procédures stockées
    . export des opérateurs
    . export des contraintes d'intégrité référentielle
    . export des déclencheurs
    . export des types d'index
    . export des index bitmap, fonctionnels et extensibles
    . export des actions post-tables
    . export des vues matérialisées
    . export des journaux de clichés
    . export  des files d'attente de travaux
    . export des groupes de régénération et fils
    . export des dimensions
    . export des actions et objets procéduraux de post-schéma
    EXP-00008: Erreur ORACLE 4063 rencontrée
    ORA-04063: package body "SYS.DBMS_REPCAT_UTL" comporte des erreurs
    ORA-06508: PL/SQL : unité de programme nommée : "SYS.DBMS_REPCAT_UTL" introuvable
    ORA-06512: à "SYS.DBMS_REPCAT_EXP", ligne 87
    ORA-06512: à ligne 1
    EXP-00083: Le problème précédent s'est produit lors de l'appel à SYS.DBMS_REPCAT_EXP.schema_info_exp
    . export des statistiques
    Export terminé correctement avec des avertissements.Therefore, I'm not really confident to drop the schema...
    *==> Is it bad?*
    *==> Can I trust what's been exported despite the errors?*
    Thanks gurus for you answers.
    JM

    Well, it worked but know I get :
    . export des numÚros de sÚquence
    . export des dÚfinitions de cluster
    EXP-00056: Erreur ORACLE 932 rencontrÚe
    ORA-00932: types de donnÚes incohÚrents ; attendu : BLOB, CLOB ; obtenu : CHAR
    EXP-00000: ProcÚdure d'export terminÚe avec erreurSorry for the french log but I don't know how to get it in english.
    JM

  • 10g Physical Standby to be used for Backup through RMAN

    Dear All,
    I have 10g Database Primary and Standby Server which is operating in Maximum Performance Mode. I want to use Standby Database for performing Weekly Full and Daily Incremental Backups through RMAN. Kindly inform me is it possible, if yes how should I configure it. I will also be using Compression and Encryption while performing backups.
    Best Regards,
    Asif

    Yes, that is possible.
    Because the standby databases are in mount mode, they can be accessed through the SYS account .
    I use the following RMAN script for the same purpose. Please note that we have configure the flashback area, so we are not letting RMAN delete the archive files:
    run {
    sql 'alter system archive log current';
    sql 'alter system archive log current';
    allocate channel ch1 type 'sbt_tape' parms 'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/bin64/tdpo.opt)';
    backup
    incremental level 0
    tag full_bk_db_webshop
    format 'df_%d_t%t_s%s_p%p'
    (database include current controlfile);
    backup archivelog all;
    This script is for a FULL backup ( level 0 ). You could also use the "backup full" command
    You can easily change the level of the Backup for incremental purposes.
    Starting RMAN - if configured correctly - is the same as with an open database
    export ORACLE_SID=<STDBYSID>
    rman target / rcvcat <rman/rman>@<catalogsid>
    the user for, and the catalogsid are merely examples
    Edited by: fjfranken on Mar 24, 2009 4:07 AM

  • Oracle 10g expdp fatal error (ORA-39125 & ORA-01801)

    Key phrases: ORA-39125 ... DBMS_METADATA.FETCH_XML_CLOB [TABLE_STATISTICS] ... date format is too long
    Hello,
    While performing a routine export (expdp) of schemas in an Oracle 10.2 instance on Linux, a fatal error (ORA-39125) was genereted. A screen capture, including the error messages follows.
    Export: Release 10.2.0.1.0 - 64bit Production on Wednesday, 20 May, 2009 15:34:44
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    Processing object type SCHEMA_EXPORT/TABLE/TRIGGER
    Processing object type SCHEMA_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
    ORA-39125: Worker unexpected fatal error in KUPW$WORKER.UNLOAD_METADATA while calling DBMS_METADATA.FETCH_XML_CLOB [TABLE_STATISTICS]
    ORA-01801: date format is too long for internal buffer
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 105
    ORA-06512: at "SYS.KUPW$WORKER", line 6241
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    0x807d2378 14916 package body SYS.KUPW$WORKER
    0x807d2378 6300 package body SYS.KUPW$WORKER
    0x807d2378 2340 package body SYS.KUPW$WORKER
    0x807d2378 6861 package body SYS.KUPW$WORKER
    0x807d2378 1262 package body SYS.KUPW$WORKER
    0x801d2490 2 anonymous block
    Job "SYSTEM"."SYS_EXPORT_SCHEMA_13" stopped due to fatal error at 15:34:54
    Has anyone run into this problem?
    Is it related to an Oracle bug?
    Are there fixes/workarounds?
    Thanks in advance,
    Alan

    Hi,
    There have been fixes to this area. I don't know if this exact error has been fixed, but getting the latest patchset would be a good place to start.
    Thanks
    Dean

  • Oracle 10g XE installation error on Windows 2003 Server

    Hi,
    I am getting the following error while trying to install Oracle 10gXE
    on Windows 2003 server.
    My System is Compaq AMD Athlon 64 Bit with 512MB RAM
    Unhandled Exception
    Error Number: 0x80040707
    Description : DLL function call crashed: GetHostnameDLL.GetHostname
    Setup will now terminate.
    Thank you
    Sudheer Palaparambil

    If this is not related to a corrupt download, then it should be reported to the XE forum.
    Please register for the XE forum at http://www.oracle.com/technology/xe/registration ....
    Then, next time you sign in to the discussion forum (with the userid you registered) you will see the XE forum link at the bottom of the discussion forum page.

  • Oracle 10g Database installation error

    I have come up with the message below when I click on setup.exe to launch OUI.
    Using paramFile: C:\Oracle_Setup\stage\Components\oracle.swd.oui\2.3.0.10.0\1\DataFiles\Expanded\bin\win32\oraparam.ini
    Checking requirements...
    Checking operating system version: must be 4.0, 5.0, 5.1 or 5.2.
    Actual 5.1 Passed
    Checking monitor: must be configured to display at least 256 colors.
    Actual 65536 Passed
    Checking if CPU speed is above 300 MHz.
    Actual 3006MHz Passed
    All requirements met.
    However, when the checking requirements process is done,
    there's pop up window titled "Java Virtual Machine Launcher" saying "Could not find the main class. Program will exit".
    I have tried to change the location of JRE in oraparam.ini file for searching the main class. But it does not work. Please help. Is this because my oraparam.ini does not indicate the location of the main class required for the JVM launcher?
    Thank you very much

    Thanks for the help. However, I am not sure what you meant in your answer.
    Let me show my oraparam.ini file below. Please let me know if there's anything to be changed in the file. Thanks a lot.
    [Oracle]
    DISTRIBUTION=FALSE
    SOURCE=C:\Oracle_Setup\stage\products.jar
    LICENSE_LOCATION=
    JRE_LOCATION=C:\Oracle_Setup\stage\Components\oracle.swd.jre\1.4.2.0.0\1\DataFiles\Expanded
    OUI_LOCATION=C:\Oracle_Setup\stage\Components\oracle.swd.oui\2.3.0.10.0\1\DataFiles\Expanded\ouica\win32
    OUI_CORE_LOCATION=C:\Oracle_Setup\stage\Components\oracle.swd.oui\2.3.0.10.0\1\DataFiles\Expanded
    DEFAULT_HOME_LOCATION=
    DEFAULT_HOME_NAME=
    "OUIHome"
    NLS_ENABLED=TRUE
    JRE_MEMORY_OPTIONS=" -mx96m"
    NO_BROWSE=/net
    BOOTSTRAP=FALSE
    THIN_JDBC_FILENAME=classes12.jar
    #THIN_JDBC_FILENAME is optional and defaults to classes12.jar
    #The value specified for this should be packaged with OUI, and should
    #be relative to <OUI expanded stagedir>/jlib/
    THIN_JDBC_FILENAME=classes12.jar
    #JRE_OSDPARAM is to set OS dependent param for JRE ( mainly for native VM in 1.3.1)
    #JRE_OSDPARAM is optional and should be set to -native for the JRE's
    #that support native VM ( mainly for Unix platforms ), in JRE 1.3.1
    #For JRE 1.4.1 this should be set to empty or the type of VM that is
    #supported client/server. The default value is -native in UNIX platforms
    #that supports native VM
    #Unix supporting native -
    JRE_OSDPARAM=""
    CLUSTERWARE={"oracle.crs","10.1.0.2.0"}
    #Unix NOT supporting native and 1.4.1 - JRE_OSDPARAM=""
    #Windows : DO NOT SET or JRE_OSDPARAM=""
    OUI_VERSION=<2.3.0.10.0>
    #RUN_OUICA specifies the batch script name that needs to be run
    #The script is ouica.bat for win32, and ouica.sh for solaris.
    #If the value is not specified, then the OUICA script is not run
    RUN_OUICA=ouica.bat
    #SHOW_HOSTNAME=ALWAYS_SHOW
    #shows the hostname panel always
    SHOW_HOSTNAME=NEVER_SHOW
    #does not the hostname panel
    #SHOW_HOSTNAME=CONDITION_SHOW
    #shows the hostname panel on condition
    #SHOW_HOSTNAME=NEVER_SHOW
    [Certified Versions]
    #You can customise error message shown for failure through CERTIFIED_VERSION_FAILURE_MESSAGE
    Solaris=5.6,5.7,5.8,5.9
    Windows=4.0,5.0,5.1,5.2
    Linux=redhat-2.1AS
    HPUX=B.11.11
    Decunix=V5.1A,V5.1
    AIX=5.1.0.0
    [Solaris-5.6-required]
    #Minimum temp space required by OUI, Increase it if your product installation so requires
    #Temp space is required for bootstrap and during installation
    #The TEMP_SPACE should be the first pre-req to be checked
    TEMP_SPACE=150
    #PACKAGES required by JRE and Product, /usr/bin/pkginfo gets list of packages on system
    PACKAGES=
    #Use PACKAGES_FAILURE_MESSAGE for custom error message for PACKAGES check failure
    #CPU speed required, use /usr/sbin/psrinfo -v to get the speed
    CPU=300
    #Use CPU_FAILURE_MESSAGE to display custom error message for CPU check failure
    #MIN_DISPLAY_COLORS required by OUI, use /usr/openwin/bin/xdpyinfo to get the colors
    MIN_DISPLAY_COLORS=256

  • Oracle 10G Linux runInstaller Error in writing to directory

    RDBMS Version: 10.1.0.3.0
    Operating System and Version: Enterprise Red Hat Linux 4.0
    Linux runInstaller Error in writing to directory
    Steps :-
    1. Downloaded the Install 10.1.0.3 for Linux X86
    2. Followed the Instructions as per B15521-01
    3. When running runInstaller got below Error
    $ ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-2.1, redhat-3, SuSE-9, SuSE-8or UnitedLinux-1.0
    Failed <<<<
    Exiting Oracle Universal Installer, log for this session can be found at /tmp/OraInstall2005-06-28_01-40-22PM/installActions2005-06-28_01-40-22PM.log
    4. Found Patch 4153257 after unzipping the file and running as below got another error
    $ ./runInstaller -paramFile /home/oracle/p4153257
    Starting Oracle Universal Installer...
    No pre-requisite checks found in oraparam.ini, no system pre-requisite checks will be executed.
    The Java RunTime Environment was not found at 0/bin/java. Hence, the Oracle Universal Installer cannot be run.
    Please visit http://www.javasoft.com and install JRE version 1.3.1 or higher and try again.
    : No such file or directory
    5. Then Copied the oraparam.ini to the folder where the original oraparam.ini file was present ie /tmp/orcl/Disk1/install
    6. After running the installer again got below error
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-2.1, redhat-3, SuSE-9, SuSE-8, UnitedLinux-1.0 or redhat-4
    Passed
    All installer requirements met.
    Checking Temp space: must be greater than 80 MB. Actual 3409 MB Passed
    Checking swap space: must be greater than 150 MB. Actual 2055MB Passed
    Checking monitor: must be configured to display at least 256 colors. Actual 65536 Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2005-06-28_01-53-49PM. Please wait ...sh: /tmp/orcl/Disk1/install/unzip: No such file or directory
    Error in writing to directory /tmp/OraInstall2005-06-28_01-53-49PM. Please ensure that this directory is writable and has atleast 60 MB of disk space. Installation cannot continue.
    : Success
    7. Saw the Error that it was looking for unzip in /tmp/orcl/Disk1/install so Created a Soft link
    8. Still the other Error exists ie as below. Well the DIR is created and oracle user has written files. So not sure why it says check disk space or directory is writable.
    $ ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-2.1, redhat-3, SuSE-9, SuSE-8, UnitedLinux-1.0 or redhat-4
    Passed
    All installer requirements met.
    Checking Temp space: must be greater than 80 MB. Actual 3409 MB Passed
    Checking swap space: must be greater than 150 MB. Actual 2055MB Passed
    Checking monitor: must be configured to display at least 256 colors. Actual 65536 Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2005-06-28_02-23-50PM. Please wait ...
    Error in writing to directory /tmp/OraInstall2005-06-28_02-23-50PM. Please ensure that this directory is writable and has atleast 60 MB of disk space. Installation cannot continue.
    : Success
    $ ls -al /tmp/OraInstall2005-06-28_02-23-50PM
    total 40
    drwxr-xr-x 3 oracle oinstall 4096 Jun 28 14:23 .
    drwxrwxrwt 44 root root 4096 Jun 29 04:03 ..
    -rwxr-xr-x 1 oracle oinstall 4036 Jun 28 14:23 command_output_27899
    drwxr-xr-x 2 oracle oinstall 4096 Jun 28 14:23 images
    -rwxr-xr-x 1 oracle oinstall 528 Jun 28 14:23 installActions2005-06-28_02-23-50PM.log

    I am not sure what was wrong in the Initial download of the Install.
    I did it again and this time it came properly and all the files in the install directory ie unzip was present and the Installer came up properly.

Maybe you are looking for

  • Automated csv Export from a specific Tab in a Excel Workbook

    Hi, i would like to export a specific tab from an excel workbook on a application server in csv format - how can i do this? Query Extractor doesn´t - about OpenHub i am not shure. thx in advance! cu Dominik

  • FCP 7 export is acting weird

    Hi All, I'm trying to export using quicktime conversion and as I enter the information the window just goes away and I can start again. I'm using an external drive where I keep the files and scratch disk, no idea why this happening. Worked fine for y

  • How to close a running vi?

    I am trying to close the vi from within itself, the "exit labview" subvi doesn't seem to help, any ideas why?

  • Custom Wizard in Oracle RPAS

    Hi, I am newb here. I did some research but i could not find answer for my question: How to build custom wizard in configuration tool in RPAS. The only information I found are placed in configuration guide, but it is limited just to list of icons in

  • Cannot Install HP C4680 Printer to New iMac with OSX v10.6.2

    I've followed the HP install directions to a tee (for Macs, connect USB before inserting install CD). I've also tried workarounds online ((a) connect USB after install but before set up and (b) turn off computer and printer and reboot and (c) attempt