Is possible Oracle Database on Windows Cluster without FailSafe ???

Hi Guys,
I have one doubt that can we have Active/Passive Oracle Database on Windows (2k3/2k8) Cluster without installing FailSafe Software ???
Can we have the .bat Scripts for resource moving from Active Node to Passive Node in case of failure, like the way we have in Unix environments...
yours feedback would be appreciated...
Regards,
Manish

user12273645 wrote:
Hi Anand,
Can we create a oracle service for already running database? If so can you please guide me how to perform.
Thanks,
DasarathIf your service does not exists or not running its mean your database actually is not running.Create new service using oradim for example
C:\Documents and Settings\chinar>set ORACLE_SID=SB
C:\Documents and Settings\chinar>oradim  -new -sid SB -intpwd sm -pfile D:\oracl
e\product\10.2.0\admin\SB\pfile\init.ora.51200910857
Instance created.
C:\Documents and Settings\chinar>sqlplus "sys/sm as sysdba"
SQL*Plus: Release 10.2.0.2.0 - Production on Fri Aug 27 10:57:55 2010
Copyright (c) 1982, 2005, Oracle.  All Rights Reserved.
Connected to an idle instance.
SQL> startup pfile=D:\oracle\product\10.2.0\admin\SB\pfile\init.ora.51200910857
ORACLE instance started.
Total System Global Area  159383552 bytes
Fixed Size                  1288292 bytes
Variable Size              62916508 bytes
Database Buffers           88080384 bytes
Redo Buffers                7098368 bytes
Database mounted.
Database opened.
SQL>

Similar Messages

  • Does Oracle database supports Windows server 2012?

    Does Oracle database supports Windows server 2012? If not, when it will be supported?

    Hi;
    Oracle not certified wiht win8 or win2012. Please check below note:
    Oracle - Compatibility Matrices and Release Information [ID 139580.1]
    11.2.0.x Oracle Database and Networking Patches for Microsoft Platforms [ID 1114533.1]
    Statement of Direction: Oracle Database 11g Release 2 - Microsoft Windows 7 and Windows Server 2008 R2 [ID 867040.1]
    Certification Information for Oracle Database on Microsoft Windows (64-bit) [ID 1307195.1]
    Certification Information for Oracle Database on Microsoft Windows x86 (32-bit) [ID 1307189.1]
    PS:Please dont forget to change thread status to answered if it possible when u belive your thread has been answered, it pretend to lose time of other forums user while they are searching open question which is not answered,thanks for understanding
    Regard
    Helios

  • Is there any oracle database for windows 7 64 bit

    hi,
    can any one tell me that is there any oracle database for windows 7 Home Basic 64 bit ( version 6.1).
    I have downloaded several versions oracle databases but none have worked.
    Thanks

    Hi;
    The answer is No as mention before. Please use certified platform which is mention in installation guide:
    Operating System Oracle Database for 32-bit Windows is supported on the following operating systems:
    Windows Server 2003 - all editions
    Windows Server 2003 R2 - all editions
    Windows XP Professional
    Windows Vista - Business, Enterprise, and Ultimate editions
    Windows Server 2008 - Standard, Enterprise, Datacenter, Web, and Foundation editions. The Server Core option is not supported.
    Note: Check My Oracle Support (formerly OracleMetaLink) for more information about Hyper-V support.
    Windows 7 - Professional, Enterprise, and Ultimate editions
    Windows Multilingual User Interface Pack is supported.
    Check:
    http://download.oracle.com/docs/cd/E11882_01/install.112/e16773/reqs.htm#CHDHGGFE
    Regard
    Helios

  • Oracle 10g on windows cluster...

    Hi,
    Did anyone know the steps to install oracle 10g on windows 2003 server cluster environment.Plz help me. with any weblink.Thanks...

    No i dont understand.Is there any problem with my question.Do NOT post same question in more than 1 thread!
    click on previously provided URL below
    Oracle 10g on windows cluster...

  • Multiple Oracle databases in Sun cluster 3.2 (without RAC setup)

    There are 2 Sun SPARC (Sun Fire T2000) servers with Solaris 10 (05/09) OS and Sun Cluster 3.2 software. We need two different Oracle databases & instances (Oracle 10g R2 without RAC) for an application. The first database is for Production and need to be configured in the first node & Shared storage disk and need high availability. This database should run from the second node if the first node fails. The second database is for Quality/Test and it is prefered to be running in the Second node for better load distribution. This DB doesnt require any failover.
    The shared storage is Sun SE 3510 FC and multiple LUNs can be created for different databases..
    Is it possible to configure two different resource groups (one for Quality and other for Production) and make the first node primary for Production RG, and the second node primary for Quality RG and thus distributing the load on 2 servers ? If possible, what special configuration required in Sun OS and Cluster side ?
    Appreciate if you can give some configuration procedures/documents for this multi-master cluster setup..

    You can configure two resource groups, such as:
    # clrg create -n node-a,node-b prod-rg
    # clrg create -n node-b qa-rgand you configure the required resources (disk groups / file systems, logical host, oracle listener, oracle server) as described within
    [http://docs.sun.com/app/docs/doc/819-2980?l=en&a=expand|http://docs.sun.com/app/docs/doc/819-2980?l=en&a=expand]
    Note that this is not really called a "multi-master" configuration - that has a specific meaning for a resource group (see [http://docs.sun.com/app/docs/doc/820-4682/babefcja?l=en&a=view|http://docs.sun.com/app/docs/doc/820-4682/babefcja?l=en&a=view] ) for details.
    With Solaris Cluster all nodes part of a cluster are considered active and can host resource groups. You can have any number of resource groups running, where a subset runs one one node, another subset on other nodes. The nodelist property of the resource group defines where it can run, the first node in the list is the preferred primary.
    You can even define resource group dependencies or affinities between the resource groups. Like you could define a negative affinity between qa-rg and prod-rg, such as if prod-rg needs to failover to node-b (since e.g. node-a died), it would offline qa-rg. Details for that kind of possibilities are described at [http://docs.sun.com/app/docs/doc/820-4682/ch14_resources_admin-35?l=en&a=view|http://docs.sun.com/app/docs/doc/820-4682/ch14_resources_admin-35?l=en&a=view].
    Regards
    Thorsten

  • Oracle database on windows without oracle service

    Hi Gurus,
    I noticed that one oracle database exist on Windows server without oracle service.
    Is this possible to create a database without service on windows server?
    What would be the next step to create a service for the existing databse.
    Please help me out on this.
    Thanks,
    Dasarath

    user12273645 wrote:
    Hi Anand,
    Can we create a oracle service for already running database? If so can you please guide me how to perform.
    Thanks,
    DasarathIf your service does not exists or not running its mean your database actually is not running.Create new service using oradim for example
    C:\Documents and Settings\chinar>set ORACLE_SID=SB
    C:\Documents and Settings\chinar>oradim  -new -sid SB -intpwd sm -pfile D:\oracl
    e\product\10.2.0\admin\SB\pfile\init.ora.51200910857
    Instance created.
    C:\Documents and Settings\chinar>sqlplus "sys/sm as sysdba"
    SQL*Plus: Release 10.2.0.2.0 - Production on Fri Aug 27 10:57:55 2010
    Copyright (c) 1982, 2005, Oracle.  All Rights Reserved.
    Connected to an idle instance.
    SQL> startup pfile=D:\oracle\product\10.2.0\admin\SB\pfile\init.ora.51200910857
    ORACLE instance started.
    Total System Global Area  159383552 bytes
    Fixed Size                  1288292 bytes
    Variable Size              62916508 bytes
    Database Buffers           88080384 bytes
    Redo Buffers                7098368 bytes
    Database mounted.
    Database opened.
    SQL>

  • Oracle on windows cluster, with failsafe installed. Can it be switched live

    Hi all
    We have a oracle database, 10.2.0.4, installed on a 2 node Windows cluster (2003 R2 64 bit). Only one node is the active node. On top of this Failsafe is installed.
    Oracle is used for SAP.
    Normally when I need to switch the Oracle database from node1 to node2 I follow this procedure:
    1 bring down SAP
    2 set the database offline
    3 switch the Oracle database using failsafe
    4 set the database online
    5 start sap
    Being a hospital we just want to have SAP up all the time, this procedure only takes 20 min but I wondered if the switch could be done live
    So just go into the failsafe manager and switch, (won't do it in prime time of course)
    Can this live switch result in a corrupt database?
    Thanks for replying

    Hi,
    to do it really life you need another technology than a "failover cluster". You can use RAC for this.
    A failover cluster itself needs to be sure that the stack is down, before bringing it up on the other side. If not this can leed to corruptions... (though Oracle will try to prevent them in most cases)...
    Regards
    Sebastian

  • Oracle database and Windows Active directory authentication

    Hello,
    Our developers have created a couple of web apps which look at our oracle database. Presently they use the APPS user and the user/password is hard coded into the config files.
    Is it possible to authenticate these using Windows Active Directory instead? Is it possible to use AD authentication for all developer access to the database?
    I'm trying to research this on the web but getting very confused. Would a lot of work be involved to get this up and running?
    Is anyone able to offer and advise?
    Thank you very much
    Sarah

    I don't have experience in joining a Linux system with Windows AD, and it generally does not sound like the best idea to me, but since Oracle Enterprise Linux is a clone of Red Hat Enterprise Linux, the solution you are looking for could be called Winbind.
    Perhaps the following links are useful:
    http://spiralbound.net/blog/2007/04/11/rhel-winbind-authentication-against-active-directory
    http://www.linuxmail.info/active-directory-integration-samba-centos-5/
    http://magazine.redhat.com/2007/11/12/tips-and-tricks-how-can-i-configure-winbind-to-synchronize-user-and-group-ids-across-multiple-red-hat-enterprise-linux-hosts-on-active-directory-accounts/

  • Symantec antivirus Best practice for oracle database on windows server 2003

    Hi all,
    I have an oracle database server on windows server 2003 platform of version 10.2.0.4. what would be best practice of running symantec antivirus on that server as well as database file exclusions from scanning them.
    My server had rebooted unexpectedly for many times. in event log i have id as 6008. what may be cause of it..?

    Normally, you don't run a virus scanner on a database server because your database server isn't vulnerable to viruses. It's behind firewalls, people aren't reading mail on it, people aren't plugging thumb drives into it, etc. If you do decide that you need to run a virus scanner on a database server, at least exclude the Oracle data files from the scan. Oracle gets very unhappy if someone else tries to open its data files (or, worse, if someone opens a data file before it gets the chance to acquire exclusive access).
    Justin

  • Copying Oracle database on Windows.

    Hi Group,
    I would appreciate your suggestions on the best procedure and alternatives to
    copy an Oracle database 10g r2 (windows 2003 server) from local server to remote server.
    Thanks in advance.

    Here are two Oracle support documents on just this subject:
    Migration of Oracle Database Instances Across OS Platforms 733205.1
    How to Create a Duplicate Database on Windows NT using RMAN #186127.1
    HTH -- Mark D Powell --

  • Host Credentials Validation Error - Oracle database on Windows Server 2008

    I am trying to log into an oracle database residing on a windows 2008 server through enterprise manager. I keep getting the error Validation error - �. I have added my username to the "log on as bacth job" properties. but I still keep getting this error.

    Try also adding:
    Logon as a Service and Act as Part of the Operating System.
    I assume you are using a domain account and not one that is local to the box being monitored, correct?
    Also, in OEM, go to Preferences...Preferred Credentials and enter the user name and password that you are using for the Normal Username and Normal Password and then click test. If this works, you should be good to go.
    -Joe

  • Connect to Oracle Database from Windows Mobile

    Is there any Oracle Client product that will allow Windows mobile powered devices to connect to an oracle database? I'm using .net and the compact framework 2.0.
    Anyone have a clue?
    Regards,
    Andras Eliassen

    I think I would call it a client tool. Maybe I wasn't so precise in my previous post, sorry. What I need is basically this:
    I have a 9i database that is running on a unix box on my network. I have created a Visual Basic .Net application that is using ODT to select, insert, update and delete records in this database - and also executes some stored procedures.
    Now I'm trying to move to the next step, and I want my windows mobile powered device/phone to do the same thing - Select, insert, update, delete and execute stored proc/pckgs on the database.
    The only way I have found to do this, is by implementing some webservice or something in between my windows mobile device, and the database, because I cannot find dataaccess drivers/components (ODT or the like) that will work on a windows mobile powered device.
    Any suggestions?
    Regards,
    Andras Eliassen

  • Oracle database on virtual machine without a license

    Hi,
    Someone told me earlier that you can install Oracle on a virtual machine without buying a license. Do you know an internet link that could confirm this.
    Thanks.

    What about preconfigured virtual machines Oracle distributes? Do you have to have a license for them as well? I'm pretty sure you do, it would say in big letters if you didn't need a license...
    I not can you alter the installations by building additional instances?Yes, you can add instances (except to an XE database) for testing but you asked about licensing a server...
    ~Jer

  • Opening Oracle Database in window

    when I follow this instruction to open the program:
    On Windows, from the Start menu, select Programs (or All Programs), then Oracle Database 10g Express Edition, and then Go To Database Home Page.
    The result displayed 'the Internet Explorer cannot display the webpage' and address bar has: http://127.0.0.1:8080/apex
    How to open this program correctly?

    Hi,
    When you installed the Oracle XE what was the password that you informed for SYS and SYSTEM users ?
    eg:
    C:\>sqlplus system/manager where manager is the password for the SYSTEM user.
    Cheers

  • Oracle Database on Windows Upgrade

    Hi
    Could you please help me on this....
    We are having nearly ten Oracle 10.2.0.4.0 databases on Windows 2003 Standard Edition 32 bit server...We got a request from client that OS to be upgraded to Windows 2003 enterprise Edition 32 bit ......
    Windows 2003 standard to Enterprise upgrade....so, is there any thing to be done from DB side?????? we can go ahead by keeping db related services down or any thing to be followed? Please help me on this....
    Thank you....

    user7239280 wrote:
    Hi
    Could you please help me on this......
    Thank you...Patience, Grasshopper.
    You posted this plea a mere 37 minutes after your original. This is a global forum of volunteers. No one is paid to monitor and respond, and the person with the information you seek may very will live 20 time zones away from you and went to bed just as you were posting. Your posting went up in the middle of the night for half the world. No one is deliberately withholding information until such time as you sound sufficiently desperate. Give it at least 24 hours, and if you have no response by then, assume that no one knows the answer.

Maybe you are looking for

  • My Number Does Not Show Up On Phone Or In iTunes

    This actually occurs on what is now my wife's iphone. It had been mine until I got the 3g one. We got a new sim from AT&T and activated it through itunes for my wife. Everything works, there are no special issues other than what everyone else has see

  • Deleted coremidi.framework & CAN'T OPEN MUSIC PROGRAM.  please help!

    I use Ableton LIVE to make music. I don't know what "coremidi".framework is, but the coremidi.framework folder always bounces in my dock.  I recently downloaded and installed my first plugin (Waves Tune) which wasn't working, so I suspected this Core

  • App-v 5.0 Sequence AutoCAD 2013

    Hi, I am currently trying to sequence autoCAD 2013 according to tips from http://www.naevette.com.au/sequencing-autodesk-autocad-2012-x64. However, during the sequence, when I started AutoCAD installation, program will notify me that Dotnet4 section

  • Inputting an excel file to the java servlet program

    Hi, How can I input an excel file into the java servlet program? I am using POI HSSF programming to read the content of that excel file.I have created a form that will accept the path from the user and in the servlet program, I have called a post met

  • PS CS3 crashes at "Save as" after editing Hasselblad DNG file

    Hi, Soliciting some net wisdom on this one. Went mad an got myself a H2D-39. Am now experiencing intermittent crashes when saving files from Photoshop. I import the H2D files as DNG using the latest version of FlexColor 4.8.6, then select image in Br