Oracle 9i & 10g replicated to MSSQL 2005 Enterprise: Problem !

Hi,
I have been doing some oracle 9i and 10g Replication to MSSQL 2005 Enterprise Database using the SQL 2005 Server Enterprise replication tool. This is working great, however, we recentrly had some problems on the Oracle side getting errors on new connection for both 9i and 10g servers. Only restarting the server has solved the problem so far....
The complete procedure to to this setup is available on Microsoft Technet:
http://www.microsoft.com/technet/prodtechnol/sql/2005/technologies/repl_quickstart_for_oracle.mspx
If anyone could help me regarding the problem on new connections problem I would appreciate
Here are the errors we are getting:
10g Agent connection Error on the Database 10g:
Timestamp=Jul 4, 2008 2:29:03 PM EDT
Severity=Critical
Message=Failed to connect to database instance: ORA-12518: TNS:listener could not hand off client connection (DBD ERROR: OCIServerAttach).
10g Agent connection Error on the Database 9i:
Timestamp=Jul 10, 2008 10:51:16 AM EDT
Severity=Critical
Message=Failed to connect to database instance: ORA-04031: unable to allocate %s bytes of shared memory ("%s","%s","%s","%s") (DBD ERROR: OCISessionBegin).
Notification Rule Name=Send Email For Database Event
Notification Rule Owner=SYSMAN
Notification Count=1
The clients applications are having similar errors when trying to connect. This seems to be happening after replication has been running for a while (1 -2 weeks) on the SQL server 2005 side...
We are using Snapshot Replication for the 10g database (every 20 minutes)
and transactional replication on the 9i database...
We are replicating 28 tables from the 10g database (500Mb Via Snapshot Replication)
And 171 Tables for the 9i databases (Near 3Gb Via Transactional Replication)
Thanks for the help !

Here is an error from the 9i database Client: (this seems to be correct %s values)
ORA-04031: Unable to allocate 20236 bytes of shared memory("shared pool", "unknown object", "sga heap(1,0)", "session param values");
Here is the 9i database Init.ora:
# Copyright (c) 1991, 2001, 2002 by Oracle Corporation
# Cache and I/O
db_block_size=8192
db_cache_size=25165824
db_file_multiblock_read_count=16
# Cursors and Library Cache
open_cursors=300
# Database Identification
db_domain=Something.com
db_name=Something
# Diagnostics and Statistics
background_dump_dest=C:\oracle\admin\Something\bdump
core_dump_dest=C:\oracle\admin\Something\cdump
timed_statistics=TRUE
user_dump_dest=C:\oracle\admin\Something\udump
# File Configuration
control_files=("D:\oracle\oradata\Something\CONTROL01.CTL", "D:\oracle\oradata\Something\CONTROL02.CTL", "D:\oracle\oradata\Something\CONTROL03.CTL")
# Instance Identification
instance_name=Something
# Job Queues
job_queue_processes=10
# MTS
dispatchers="(PROTOCOL=TCP) (SERVICE=SomethingXDB)"
# Miscellaneous
aq_tm_processes=1
compatible=9.2.0.0.0
# Optimizer
hash_join_enabled=TRUE
query_rewrite_enabled=FALSE
star_transformation_enabled=FALSE
# Pools
java_pool_size=33554432
large_pool_size=8388608
shared_pool_size=50331648
# Processes and Sessions
processes=150
# Redo Log and Recovery
fast_start_mttr_target=300
# Security and Auditing
remote_login_passwordfile=EXCLUSIVE
# Sort, Hash Joins, Bitmap Indexes
pga_aggregate_target=25165824
sort_area_size=524288
# System Managed Undo and Rollback Segments
undo_management=AUTO
undo_retention=10800
undo_tablespace=UNDOTBS1
Here is the Database 10g init.ora:
SomeDB.__db_cache_size=1216348160
SomeDB.__java_pool_size=8388608
SomeDB.__large_pool_size=8388608
SomeDB.__shared_pool_size=343932928
SomeDB.__streams_pool_size=0
*.audit_file_dest='D:\oracle\product\10.2.0\admin\SomeDB\adump'
*.background_dump_dest='D:\oracle\product\10.2.0\admin\SomeDB\bdump'
*.compatible='10.2.0.3.0'
*.control_files='D:\oracle\product\10.2.0\oradata\SomeDB\control01.ctl','D:\oracle\product\10.2.0\oradata\SomeDB\control02.ctl','D:\oracle\product\10.2.0\oradata\SomeDB\control03.ctl'
*.core_dump_dest='D:\oracle\product\10.2.0\admin\SomeDB\cdump'
*.db_block_size=8192
*.db_domain=''
*.db_file_multiblock_read_count=16
*.db_name='SomeDB
*.job_queue_processes=10
*.log_archive_dest='D:\Backup\SomeDB\Archives'
*.log_archive_start='true'
*.open_cursors=300
*.pga_aggregate_target=525336576
*.processes=150
*.remote_login_passwordfile='EXCLUSIVE'
*.sga_target=1578106880
*.undo_management='AUTO'
*.undo_tablespace='RBS'
*.user_dump_dest='D:\oracle\product\10.2.0\admin\SomeDB\udump'
On the 10g database we get the error: ORA-12518: TNS:listener could not hand off client connection (DBD ERROR: OCIServerAttach).
The application for the Database 10g Is web based and uses Tomcat, I seems to get similar errors in the tomcat log:
java.sql.SQLException: ORA-04030: out of process memory when trying to allocate 1046552 bytes

Similar Messages

  • I have Installed Oracle Database 10g Express Edition so i have Problem.....

    Hello Friends
    I have Installed Oracle Database 10g Express Edition in "Ubuntu Linux" but i have Following Problems:
    1.) After i installed Oracle Database 10g Express Edition i gone to
    "Application" -> "Oracle Database 10g Express Edition" -> "Run SQL Command Line"
    SQL Window has been opened there i have typed "SELECT * FROM tab;" here i got Warning Messg of
    "SP2-0640: Not connected"
    2.) From There i have Again gone to
    "Application" -> "Oracle Database 10g Express Edition" -> "Start Database"
    i got Warning Messg of "Operation Failed. venu is not a Member of DBA Group"
    3.) Finally i want Solution For "How to get Connected in "Oracle Database 10g Express Edition"
    Please Post the Answer As Soon As Possible ...
    From Venu(INDIA)

    Was the oracle-xe configure completed successfully?
    Are the pmon and listener processes running ... set your environment and connect via sqlplus if so. If no processes, the instance needs a startup.
    $ ps -ef |egrep pmon
    oracle ... ora_pmon_XE
    $ ps -ef |egrep lsnr   # can also check the listener status, see below
    oracle ... /usr/.../tnslsnr ...
    $ lsnrctl status
    Endpoints Summary ...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=<your hostname>)(PORT=1521)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=http) ... (PORT=8080)))
    ...In the ORACLE_HOME/bin directory there is a shell script you can source to set up your environment variables for connecting to the database. The full path to the .sh should be revealed by the tnslsnr process, /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/oracle_env.sh
    $ /usr/.../oracle_env.sh
    $ sqlplus /nolog
    SQL> connect system
    Password: ...
    Connected.
    SQL> select status from v$instance;
    STATUS
    OPENThe oracle user created by the configure won't have a known password set. Set it and switch user to the oracle login. If you don't want to muck about with the oracle user, at least add your user to the dba group so that you can connect with the sysdba privilege when needed.
    Edited by: clcarter on Feb 22, 2011 7:06 AM

  • Oracle database 10g express edition-database home page problem.

    I've installed Oracle database 10g express edition.
    When I try to launch to the database home page,a login pops up saying "connecting to 127.0.0.1" expecting an user and password.
    I tried my system and sys login,but both were unsuccessful.
    Could someone help me please.?
    Thanks,
    Bhagat

    Feel free to join us in the XE forum at Oracle Database Express Edition (XE)
    If you're not registered there, do so using http://www.oracle.com/technology/xe/registration
    Also feel free to use the documentation at http://www.oracle.com/pls/xe102/homepage, specifically the "Getting Started Guide"
    You need to log in using SYSTEM and the password you supplied during install.

  • Oracle Database 10g Express Edition versus Standard/Enterprise Edition

    Hi
    I couldn't find in the documentation of the Oracle 10g express edition what are the technical limitation of the DB.
    Is the express edition has maximum capasity? other limitation?
    Thanks

    yes, there are limitations. see the below link
    http://www.oracle.com/technology/pub/articles/cunningham-database-xe.html
    cheers
    /MR

  • "Personal Edition" & "Oracle Database 10g for Linux"

    Is there a personal edition for "Oracle Database 10g for Linux" ?

    The enterprise edition download CD will give you the option of installing the personal edition as one of the install options.

  • Oracle DataBase 10g y ODAC 11 + iSqlPlus

    Hi Experts ...
    I Installed on a computer, and Oracle DataBase 10g R2 ODAC 11.
    AL Sqlplus Trying to run either by CMD, Windows or IsqlPlus, get the error that must specify the Oracle Home,
    As I.

    Oracle Database 10g R2, worked isqlplus correctly,
    enterprise to manager, until I installed the DNS and
    DHCP, that I must do.
    It appears to initiate dbconsoleThat means your original IP Address have changed.
    One error is that you will not be able to start DB Console because it is looking for the old IP.
    One thing to do to resolve this, is that you need to install a Loopback Adaptar. Another is that is it references something like locahost on the $ORACLE_HOME/<servername_SID folder, you can make a copy of it to the new DNS or domain name, but you may need to do some changed in the cofig files which will be a long one if you do not know what to do.
    Another option it to drop the doconsole (not the database) and recreate it. But not that with this option, if you disconnect from your DHCP/DNS within the domain, it will starting for another IP.
    So that key here is that the original IP that the DB console knows has changed.

  • 10g Client Works - VS 2005 Data Connections Fail - SQLPLUS Fails

    I am developing on WINDOWS XP SP2 with Oracle Client 10g installed; Visual Studio 2005 SP2 with ODAC110510beta. I have several apps that use the Oracle Client and they work fine; so I know my TNSNAMES.ORA & SQLNET.ORA are good. The same two files are loaded in 10.2.0 & 11.1.0 directories. However, since loading ODAC110510beta, in Visual Studio 2005, I cannot get an Oracle Connection to work for Oracle Data Provider for .Net [ Oracle DataBase Server (Oracle ODP.Net) ] or .Net Framework Data Provider for Oracle [ Oracle DataBase Server (Oracle Client) ].
    Visual Studio Error: ORA-12451 TNS:no listener
    SQLPLUS error: Error 6 initializing SQL*Plus
    The real odd behavior is that some of my old apps have the error and some don't; all runing on my development box.
    I have read many blogs and tried everything suggested; but still no luck.
    Any suggestions Greatly Appreciated!

    How many oracle homes do you have on your development box?
    How many tnsnames.ora files do you have?
    Are you using TNS_ADMIN parameter for pointing different oracle homes to a single SQL*net configuration?
    It sounds that ODAC11xx has created a new oracle home. This home is the last installed and might be first in path. Some tools using "plain" oci libraries using this oracle home. Do you have configured sql*net for this ODAC home?
    Some apps are using older or more specialized libraries. These use the old working oracle homes.
    Lot's of questions. But some to check and correct.
    Christian

  • Hibernate and Oracle Lite 10g

    Has anyone been able to get Oracle Lite 10g working with Hibernate?

    What problems are you having? You are using Webtogo OC4J right?
    It has been a while since I worked with Hibernate and in theory, it should work with any relational database. Since Oracle Lite closely resembles Oracle, I can't see an issue with the database, just the container that it is running in.
    <property name="connection.driver_class">oracle.lite.web.WTGJdbcDriver</property>
    <property name="connection.url">jdbc:oracle:webtogo</property>
    <property name="connection.username"></property>
    <property name="connection.password"></property>

  • SQL slow after upgrading to Oracle Database 10g Enterprise Edition Release

    Hi all:
    We have recently upgraded our database from Oracle9i Enterprise Edition Release 9.2.0.6.0 to Oracle Database 10g Enterprise Edition Release 10.2.0.1.0
    After that we found that our some sql getting very slow
    for example query with 9i showing result in 4 seconds while in 10g showing result in 28 seconds.
    Following is the execution plan of my query in Oracle9i
    Operation     Object     PARTITION_START     PARTITION_STOP     COST
    SELECT STATEMENT ()                    9458
    NESTED LOOPS ()                    9458
      SORT (UNIQUE)                    
       INDEX (RANGE SCAN)     BL_EQ_PK_N               2
      VIEW ()     CONTAINER_INFO               2
       UNION-ALL (PARTITION)                    
        TABLE ACCESS (BY INDEX ROW     SERVICE_EVENTS               1
         NESTED LOOPS ()                    11
          NESTED LOOPS ()                    10
           NESTED LOOPS (OUTER)                    9
            NESTED LOOPS ()                    8
             NESTED LOOPS ()                    7
              NESTED LOOPS ()                    6
               NESTED LOOPS ()                    5
                NESTED LOOPS ()                    4
                 NESTED LOOPS (OUT                    3
                  TABLE ACCESS (BY     EQUIPMENT_USES               2
                   INDEX (UNIQUE S     EQUSE_PK               1
                  TABLE ACCESS (BY     SHIPPING_LINES               1
                   INDEX (UNIQUE S     LINE_PK               
                 INDEX (UNIQUE SCA     EQHT_PK               
                TABLE ACCESS (BY I     EQUIPMENT_TYPES               1
                 INDEX (UNIQUE SCA     EQTP_PK               
               TABLE ACCESS (BY IN     EQUIPMENT_SIZES               1
                INDEX (UNIQUE SCAN     EQSZ_PK               
              TABLE ACCESS (BY IND     SHIP_VISITS               2
               INDEX (RANGE SCAN)     SVISIT_UK               1
             TABLE ACCESS (BY INDE     SHIPS               1
              INDEX (UNIQUE SCAN)     SHIP_PK               
            TABLE ACCESS (BY INDEX     CARE_VIR_MAP               1
             INDEX (UNIQUE SCAN)     VIR_VESVOY               
           TABLE ACCESS (BY INDEX      EQUIPMENT               1
            INDEX (RANGE SCAN)     EQ_EQUSE_FK               
          INDEX (RANGE SCAN)     SEVENTS_EQUSE_FK_N               
        NESTED LOOPS ()                    7
         NESTED LOOPS ()                    6
          NESTED LOOPS ()                    5
           NESTED LOOPS ()                    4
            NESTED LOOPS (OUTER)                    3
             TABLE ACCESS (BY INDE     EQUIPMENT_USES               2
              INDEX (UNIQUE SCAN)     EQUSE_PK               1
             TABLE ACCESS (BY INDE     SHIPPING_LINES               1
              INDEX (UNIQUE SCAN)     LINE_PK               
            INDEX (UNIQUE SCAN)     EQHT_PK               
           TABLE ACCESS (BY INDEX      EQUIPMENT_TYPES               1
            INDEX (UNIQUE SCAN)     EQTP_PK               
          TABLE ACCESS (BY INDEX R     EQUIPMENT_SIZES               1
           INDEX (UNIQUE SCAN)     EQSZ_PK               
         TABLE ACCESS (BY INDEX RO     EQUIPMENT               1
          INDEX (RANGE SCAN)     EQ_EQUSE_FK               and following is my query plan in Oracle 10g
    Operation     Object     PARTITION_START     PARTITION_STOP     COST
    SELECT STATEMENT ()                    2881202
    NESTED LOOPS ()                    2881202
      SORT (UNIQUE)                    2
       INDEX (RANGE SCAN)     BL_EQ_PK_N               2
      VIEW ()     CONTAINER_INFO               2881199
       UNION-ALL ()                    
        NESTED LOOPS (OUTER)                    2763680
         NESTED LOOPS ()                    2718271
          NESTED LOOPS ()                    2694552
           NESTED LOOPS ()                    2623398
            NESTED LOOPS (OUTER)                    2623380
             NESTED LOOPS ()                    2393965
              NESTED LOOPS ()                    2393949
               NESTED LOOPS ()                    2164536
                NESTED LOOPS ()                    1706647
                 NESTED LOOPS ()                    854120
                  TABLE ACCESS (FU     BL_EQUIPMENT               1515
                  TABLE ACCESS (BY     EQUIPMENT_USES               1
                   INDEX (UNIQUE S     EQUSE_PK               1
                 TABLE ACCESS (BY      EQUIPMENT               1
                  INDEX (RANGE SCA     EQ_EQUSE_FK               1
                TABLE ACCESS (BY I     EQUIPMENT_TYPES               1
                 INDEX (UNIQUE SCA     EQTP_PK               1
               TABLE ACCESS (BY IN     EQUIPMENT_SIZES               1
                INDEX (UNIQUE SCAN     EQSZ_PK               1
              INDEX (UNIQUE SCAN)     EQHT_PK               1
             TABLE ACCESS (BY INDE     SHIPPING_LINES               1
              INDEX (UNIQUE SCAN)     LINE_PK               1
            INDEX (RANGE SCAN)     SEVENTS_TSERV_FK_N               1
           TABLE ACCESS (BY INDEX      SHIP_VISITS               2
            INDEX (RANGE SCAN)     SVISIT_UK               2
          TABLE ACCESS (BY INDEX R     SHIPS               1
           INDEX (UNIQUE SCAN)     SHIP_PK               1
         TABLE ACCESS (BY INDEX RO     CARE_VIR_MAP               2
          INDEX (UNIQUE SCAN)     VIR_VESVOY               1
        NESTED LOOPS (OUTER)                    117519
         NESTED LOOPS ()                    98158
          NESTED LOOPS ()                    78798
           NESTED LOOPS ()                    78795
            NESTED LOOPS ()                    59432
             TABLE ACCESS (FULL)     EQUIPMENT_USES               20788
             TABLE ACCESS (BY INDE     EQUIPMENT_TYPES               1
              INDEX (UNIQUE SCAN)     EQTP_PK               1
            TABLE ACCESS (BY INDEX     EQUIPMENT               1
             INDEX (RANGE SCAN)     EQ_EQUSE_FK               1
           INDEX (UNIQUE SCAN)     EQHT_PK               1
          TABLE ACCESS (BY INDEX R     EQUIPMENT_SIZES               1
           INDEX (UNIQUE SCAN)     EQSZ_PK               1
         TABLE ACCESS (BY INDEX RO     SHIPPING_LINES               1
          INDEX (UNIQUE SCAN)     LINE_PK               1can somebody help me regarding this?
    Thanks
    Hassan

    I would say ..gather stats on 9i/10gfor the required table and indexes , then post the expalin plan.
    --Girish                                                                                                                                                                                                                               

  • How To Execute an Oracle 10g SProc using VS 2005, for Reporting Services

    Good day! :-)
    Anybody who knows the syntax for executing an Oracle Stored Proc thru ODBC connection using VS 2005 for Reporting Services? I am having a problem about this.
    I am using the ODBC connection because VS 2005 does not support Oracle Database 10g in its Oracle Database Connection feature (only 7.3, 8i, and 9i), that's y.
    While using MS SQL Server 2000, I never encountered any problem. But using Oracle Database 10g, I find it hard to call the stored procedures, an error is generated everytime.
    Please click the link below for the screenshots:
    http://www.geocities.com/vrcode2/oraError.JPG
    http://www.geocities.com/vrcode2/storedProc.JPG
    Please help...thank you so much.
    Francis

    I'll give you updates about the use of the MS SQL Server Reporting Services with VS 2005 and Oracle, this might be helpful for those who will encounter this same ctuation in the future.
    I have discovered that if you're going to connect thru ODBC, even if the connection is successful, the user is still prompted to input a password, which should not be the case when using the Reporting Services. Another thing to take note is the issue about REF CURSOR, we're going to have problems with this. And also the syntax on how you're going to call the stored procedures (with or without input parameters).
    With modifications made through Oracle Net Manager, and I tried AGAIN connecting through "Oracle (client)" feature of VS 2005 (even if the list only include Oracle 7.3, 8i, and 9i that are supported) with some changes also, you'd still be able to generate correct data with that solution. If the configuration is correct, you just need to call the stored procedure (with or without input parameter), you won't have any problems about the correct syntax.
    I suppose VS 2005 was released earlier than Oracle 10g, that's why 10g wasn't included If ever u'd encounter the same ctuation like mine, and u need the details on how to connect, do not hesitate to ask me.

  • Solaris x86 with Oracle RAC 10g Enterprise Edition Release 10.2.0.3.0

    Hello,
    Maybe you can help me (new on RMAN backup) in doing this.
    I have configured a single Oracle 10g database to have backup with RMAN with following steps:
    1. $ mkdir $ORACLE_BASE/rman_scripts
    2. $ mkdir $ORACLE_BASE/logs
    3. $ mkdir $ORACLE_BASE/tracking
    4. $ mkdir $ORACLE_BASE/c_backup
    5. $ sqlplus sys/<password> as sysdba
    6. SQL> alter system set db_recovery_file_dest_size = 50G scope=both;
    7. SQL> alter system set db_recovery_file_dest='${ ORACLE_BASE}/flash_recovery_ area' scope=both;
    8. SQL> alter system set log_archive_dest_10='location= use_db_recovery_file_dest';
    9. SQL> shutdown immediate
    10. SQL> startup nomount
    11. SQL> alter database archivelog;
    12. SQL> alter database open;
    13. SQL> alter database enable block change tracking using file '${ORACLE_BASE}/tracking/rman_ change_track.f';
    14. $ rman target /
    15. RMAN> CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK
    TO '/var/opt/oracle/flash_ recovery_area/ORCL/c_backup/% F';
    16. RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON;
    17. RMAN> CONFIGURE BACKUP OPTIMIZATION ON;
    18. RMAN> CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 7 DAYS;
    19. RMAN> exit
    I need to configure incremental backup with RMAN on a two node Solaris x86 with Oracle RAC 10g Enterprise Edition Release 10.2.0.3.0 installation.
    We also use ASM to store database files, and have Oracle software installed on separate file systems (two Oracle roots for Node1 and Node2).
    I have following questions:
    1) where to put Flash Recovery Area (FRA)?
    I saw recommendations to put FRA on the ASM, is this the best way to do it?
    2) Can I put FRA on another file system (not on the ASM) which is available only from Node1? This way I can save space on the ASM.
    3) Is it possible/recommended to run RMAN from Node1 only?
    Below is the script used to run RMAN on the normal Oracle database (without RAC) which I need to change :
    =============================================================================================
    2.0 Oracle backup script: /opt/app/oracle/rman_scripts/backup.sh
    Use this for daily backups, possiblly as a cron job.
    Once a week run this: /opt/app/oracle/rman_scripts/backup.sh FULL
    All other days of the week: /opt/app/oracle/rman_scripts/backup.sh INCREMENTAL
    Note: You may have to change ORACLE_SID, ORACLE_BASE below to match your database.
    =============================================================================================
    #!/usr/bin/ksh
    ORACLE_SID=orcl
    ORACLE_BASE=/opt/app/oracle
    ORACLE_HOME=${ORACLE_BASE}/product/10.2.0/db_1
    PATH=${ORACLE_HOME}/bin:/usr/bin
    LOGDIR=${ORACLE_BASE}/logs
    LOGFILE=${LOGDIR}/rman.log
    if [[ $# < 1 ]]
    then
    echo "usage: backup.sh FULL|INCREMENTAL"
    exit;
    fi
    BACKUPTYPE=${1}
    full='FULL'
    incremental='INCREMENTAL'
    if [[ $BACKUPTYPE == $full ]]
    then
    $ORACLE_HOME/bin/rman target / nocatalog log ${LOGFILE} append << eof
    run {
    backup database;
    SQL 'alter system archive log current';
    backup archivelog all;
    delete noprompt obsolete;
    exit;
    eof
    echo ''
    fi
    if [[ $BACKUPTYPE == $incremental ]]
    then
    $ORACLE_HOME/bin/rman target / nocatalog log ${LOGFILE} append << eof
    run {
    backup database;
    backup incremental level 1 database;
    SQL 'alter system archive log current';
    backup archivelog all;
    delete noprompt obsolete;
    exit;
    eof
    echo ''
    fi

    Hi [email protected],
    Q1) where to put Flash Recovery Area (FRA)?
    A1) With RAC: on the shared storage
    I saw recommendations to put FRA on the ASM, is this the best way to do it?
    If you want your backups to be available for both nodes you have to use shared storage or tape using an mml library.
    So if you want to use the FRA for rman backups and the database is on ASM just make ASM the standard for the FRA as well.
    Q2) Can I put FRA on another file system (not on the ASM) which is available only from Node1? This way I can save space on the ASM.
    A2) Than you cannot recover in case Node1 is down. Best would be to send your storage admin to a training course so he can manage the clustered raw devices needed for ASM.
    Q3) Is it possible/recommended to run RMAN from Node1 only?
    A3) No see A2.
    Regards,
    Tycho

  • I installed Oracle database 10g on SuSE Linux Enterprise Server 8 edition.

    I installed Oracle database 10g on SuSE Linux Enterprise Server 8 edition.
    But this massage pop up when I used my browser first time before start database.
    Actually when I clicks on yes to start database.
    The web browser you are using is not optimized for this release of Oracle enterprise manager. It is recommended that you use one of the following:
    * Microsoft Internet Explorer version 5.5, 6.0 or higher
    * Netscape Navigator version 7 and higher
    *Mozilla version 1.3.1 and higher
    Dose any one know hoe to upgrade mozilla or install internet explorer 5.5, 6.0 or higher or SLES 8.
    Regards,
    D

    You can download package for your distribution (for example) from http://www.mozilla.org or directly from SuSE ftp server ftp://ftp.suse.com/pub/suse/i386/9.1/suse/i586
    IE for linux does not exist.

  • Oracle Database 10g Enterprise version supported on Win 2003/Win 2008?

    Hi,
    The Current version of SAP we are using is SAP R/3 Enterprise 4.7 version (operating system- WINDOW NT )and the database is Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 u2013 Prod
    Please help to advice me:
    Can currently running version of oracle database be supported on Win 2003/Win 2008?
    Can SAP application support the existing oracle database server upgrade to Windows 2003/Win 2008?
    Is it possible to have Oracle database separated to other server on SAP DEV and SAP QA?
    Many thanks in advance.

    Hi,
    You can get more clarity in the [Product Availability Matrix|http://service.sap.com/pam].
    The following notes can help u better.
    [Note 1383873 - Windows Server 2008 R2 Support|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1383873]
    [Note 1303262 - Oracle on Windows Server 2008|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1303262]
    Hope this helps.
    Regards,
    Varadharajan M

  • Terminology differences between MSSQL 2005/2008 and Oracle 11g

    I'm looking for some articles/books/webinars/blogs which discuss the terminology differences between MSSQL 2005/2008 and Oracle 11g in terms of database concepts. I have found this article http://www.sqlservercentral.com/articles/SQL+Server/67007 so far.
    Thanks.

    Thanks sb92075. Those returned results are almost all related to compare the features/functionalities between MSSQL and Oracle not to distinguish the terminology differences between them.

  • Oracle 10g 10.2.0.4 enterprise edition windows xp 32

    HI
    I am looking for oracle 10g 10.2.0.4 enterprise edition for windows xp 32.I didnt find it in oracle Site.
    Please refer to the following screen shot from oracle.com.Is it not available for windows xp 32.
         Oracle Database 10g Release 2 (10.2.0.4) for MAC OS X on Intel x86-64
         Oracle Database 10g Release 2 (10.2.0.4) for Microsoft Windows Vista x64 and Microsoft Windows Server 2008 x64
         Oracle Database 10g Release 2 (10.2.0.3/10.2.0.4) for Microsoft Windows Vista and Windows 2008
         Oracle Database 10g Release 2 (10.2.0.1.0) for Microsoft Windows
         Oracle Database 10g Release 2 (10.2.0.1.0) for Microsoft Windows (x64)
         Oracle Database 10g Release 2 (10.2.0.1.0) for Microsoft Windows (64-bit Itanium)
    Also i am looking for companion cd for this version . please give me the links if anyone has it.
    Thanks
    Pramod Garre

    Since it was released under 10.2..0.1, you are expected to install that and download the patch to upgrade to 10.2.0.4
    Of course, the patch is available only on the Oracle Support site, and access is by paid support subscription.

Maybe you are looking for

  • CS4 - New layer won't show added color overlay, gradient, patterns?

    I'm using CS4 Extended for a few years... its been working fine but all of a sudden my layers are blank? I've tried Google but can't find a solution. Started a new graphic for a label using a 300dpi resolution, 23.250" inches wide and 2.500" high. Fi

  • Regarding Main Window Height

    hi all,     I am facing probelm that   I am developing proforma invoice smartform . how can we adjust dynamically the height of smartform. Suppose i displayed 4 line items but height of main window is more.   it need to adjust to 4 line items. suppos

  • File Adapter - Large file

    Hi there,   I am using a 6.5 MB file and the file adapter is not picking up the file. The status is still green in the adapter monitoring and says process started. Any insights into this issue. [email protected]

  • DATA GATHERER on Linux does not work

    I have spent 2 days and it does not change, I can find 4 other posts in here where people asked for help and nothing ever happened. It seems pretty clear that this is a waste of time so I am going to move on. If I am mistaken, please tell what you kn

  • A better Project Expiry function

    Has anyone created a better Project Expiry function? That is, one not dependent on setting a fixed future date during authoring to time-out a demo project. Something like a certain number of days since the project is first run on a user's machine, or