Adding a database to the Oracle Restart Configuration

Hi,
I have:
- 2 nodes - Linux RHEL 5
- Grid Infrastructure 11.2.0.1
- Database Standard Edition 11.2.0.1 + RAC
- All database files on ASM (integrated with GI), software on local storage
I manually created a clustered database and I am currently trying to add it the Oracle Restart Configuration. The first step is to create a cluster resource for the database using the 'srvctl add database' command. In the documentation I found [http://docs.oracle.com/cd/E11882_01/server.112/e10595/restart005.htm]
Important:When you manually add a database to the Oracle Restart configuration, you must also add the Oracle grid infrastructure software owner as a member of the OSDBA group of that database. This is because the grid infrastructure components must be able to connect to the database as SYSDBA to start and stop the database.
For example, if the host user who installed the grid infrastructure home is named grid and the OSDBA group of the new database is named dba, then user grid must be a member of the dba group.>
In my test system I created the resource without adding the grid user to the OSDBA group of the database and all work fine (at least I don't see any problem). The database is correctly started every time the system starts.
My question is why it is necessary to add the grid user to the osdba group?
Regards,
Tim

Thanks for the reply.
It's not so obvious for me. If it was written "...you should...", than it could be treated as recommended. I see "...you MUST also add..." and that for me means it's obligatory.
When you create a database with DBCA, the grid user is not added to the OSDBA group of the database. I am trying to figure out why.
Regards,
Tim

Similar Messages

  • Import an 11g database in the oracle 8i server

    Is posible to import and sql file exported from 11g to 8???? HOW CAN I DO IT, THERE EXIST OTHER WAY TO PERFORM THIS??
    thank you very much

    What is the technical or business need for this requirement ?
    Pl identify exact versions of "11g" and "8" - typically export from a higher release to a lower release is done by connecting with the client of the lower version ("8") to the database of the higher version ("11g").
    Compatibility Matrix for Export And Import Between Different Oracle Versions [Video] [ID 132904.1]     
    How To Import To Lower Version Database Or Run Network Export With EXP/IMP Utilities [ID 1065604.1]     
    Do you have a client for your "8" version ? Even if you do, it is highly unlikely you will be able to connect to a "11g" database using this client.
    Client / Server / Interoperability Support Matrix For Different Oracle Versions [ID 207303.1]     
    If you somehow succeed to connect, you may or may not be able to succeed.
    HTH
    Srini

  • Is anyone using the Oracle Software Configuration Manager (SCM) feature?

    I would like to provide version control over my forms development process (check in, check out, etc). I see that there is a built in Oracle Software Configuration Management tool. Has anyone used it?
    Any pros?
    Any cons?

    Hi Daniel, it looks like Bruce has succinctly and accurately described configuration of the ImportManager step above (8/13).
    One thing I could add is that the Key Field for Manager ID field should be set to the LDAP attribute that contains the 'pointer' to a given person's manager.
    For example, given John Smith's sample LDAP record with the following attributes and values:
    givenName = John
    sn = Smith
    uid = jsmith01
    mgrUid = mmartin51
    In this exam

  • How to shrink database for the Oracle

    Hi,
    As you know, in the Sql server database there is a "shrink database" for the shrink the database space, but how to do that for the Oracle9i?
    Any comments would be appreciated.
    Thanks a lot

    You will have to resize ur datafiles to shrink ur db. Here are the steps
    1) select file_name,file_id,bytes from dba_data_files;
    This will give u the current size of datafiles.
    2) select file_id,sum(bytes) from dba_free_space group by file_id;
    This will give u the free space in the datafiles. If the file_id is not listed in this query that means the file is fully occupied/used.
    (used space = bytes col from query 1 - sum(bytes) col from query 2)
    3) alter database datafile file_id resize ### ;
    Enter the value you wanna resize based upon ur req. You cannot shrink the datafiles below the used space.
    Regards,
    http://askyogesh.com

  • How to Create A new Database in the oracle 10g XE

    i have oracle 10g XE i tried to create a new database but its giveing me error when i execute the sql command that is create database testDatabase how to create a new database in oracle 10g XE

    Hi there 785434,
    (This is a generic SQL question relating to Database Triggers, please post future questions of this type into the relevant forum area.)
    Moderator, please move this if able
    I use Before Update and Before Delete Triggers to record a 'snapshot' of the row being changed in my applications.
    Example:
    CREATE TABLE TEST
    DATA VARCHAR2(64 CHAR),
    CREATING_USERID VARCHAR2(20 CHAR) DEFAULT user NOT NULL,
    CREATED_DATE DATE NOT NULL,
    CHANGED_BY_USERID VARCHAR2(20 CHAR),
    CHANGED_DATE DATE
    LOGGING
    STORAGE
    (MAXEXTENTS UNLIMITED);
    CREATE TABLE TEST_HISTORY
    DATA VARCHAR2(64 CHAR),
    CREATING_USERID VARCHAR2(20 CHAR) DEFAULT user NOT NULL,
    CREATED_DATE DATE NOT NULL,
    CHANGED_BY_USERID VARCHAR2(20 CHAR),
    CHANGED_DATE DATE,
    CHANGE_DESCRIPTION
    NOLOGGING
    STORAGE
    (MAXEXTENTS UNLIMITED);
    CREATE OR REPLACE TRIGGER TRG_BU_TEST
    BEFORE UPDATE ON TEST FOR EACH ROW
    BEGIN
    INSERT /*+ append */ INTO TEST_HISTORY
    (DATA, CREATING_USERID, CREATED_DATE, CHANGED_BY_USERID, CHANGED_DATE, CHANGE_DESCRIPTION)
    VALUES
    (:old.DATA, :old.CREATING_USERID, :old.CREATED_DATE, USER, SYSDATE, 'UPDATE');
    END;
    CREATE OR REPLACE TRIGGER TRG_BD_TEST
    BEFORE DELETE ON TEST FOR EACH ROW
    BEGIN
    INSERT /*+ append */ INTO TEST_HISTORY
    (DATA, CREATING_USERID, CREATED_DATE, CHANGED_BY_USERID, CHANGED_DATE, CHANGE_DESCRIPTION)
    VALUES
    (:old.DATA, :old.CREATING_USERID, :old.CREATED_DATE, USER, SYSDATE, 'DELETE');
    END;
    Using triggers like this will record who made an update or delete to the database and record the row before it was changed.
    Note that this method might not be suitable for very high transaction rates.
    You will need to 'clear' these history tables as part of routine maintenance.
    Hope that this Helps.
    Ronald.

  • How can I connect to the database using the Oracle Remote Diagnostic Agent?

    Now I try to study RDA on Windows XP platform,when I run 'rda.cmd',there is a question 'Enter password for 'SYSTEM@'',what is the answer?
    Because I didn't know how to connect to database,there are many error messages - RDA-00510: SQL execution disabled,What can I do?

    Metalink Note:314422.1 to start
    It is asking you to tell how to connect to 'the database that you are investigating' over a network. The answer .... the password for the userid called 'system' in the database specified after the @
    I am confused ... you do not know how to connect to your database?

  • OATS:Error When Adding Data Sources to the Oracle Load Technology suite

    Hi,
    I am trying to add the data source to the OLT to work on the demo files generated during installation.
    When i tried to add the
    In the Add monitor : step 1 window i selected the Perfmon (Windows Performance Monitor) and click Next.
    In Add monitor : step2 window the default settings for Monitored System and Data Collector is not changed and clicked on the Next button. When I click the next button i am getting an error as
    Error while calling discovery.
    Data collector setup failed on oats-am://localhost:9001: code=Windows reason=4
    (message id=ds.dcStartupFailed)
    This may be because the data collector didn't respond in time.Try again.
    I am new to the OATS so i dono y i am getting this error. Plz tell what settings to b done to resolve this.
    Error in Log File is shown below
    16:05:41,297 WARN [DCController] oracle.oats.datasources.DCController.onAgentStartupFailed(DCController.java:93) DataCollector failed to start: id=3f7e5492-4eb7-452c-9322-e009813f2d23 code=4 reason=Request error : agent image not found on disk: service.exe
    16:05:41,297 WARN [EmpStartClient] oracle.oats.core.EmpStartClient.onAgentStartupFailed(EmpStartClient.java:222) Received startup failure process id=3f7e5492-4eb7-452c-9322-e009813f2d23 failCode=4: Request error : agent image not found on disk: service.exe
    16:05:41,297 ERROR [SelfServiceListener] oracle.oats.request.datasources.RequestDiscovery.invoke(RequestDiscovery.java:55) Failed in starting discovery
    16:05:41,297 ERROR [SelfServiceListener] oracle.oats.request.datasources.RequestDiscovery.invoke(RequestDiscovery.java:56) oracle.oats.datasources.exception.DataSourceException: Data collector startup failed on oats-am://localhost:9001: code=Windows reason=4\n\n(message id=ds.dcStartupFailed)
    16:05:41,297 ERROR [MonitorAction] oracle.oats.olt.OracleActionBase.error(OracleActionBase.java:318) Error while calling discovery.\n\n
    oracle.oats.core.ApplicationMDBException: Server returned error in response to request 87: Discovery for request null failed: code=dis2\n\n(message id=console.discoveryError)\n\n(message id=responseServerError)
         at oracle.oats.app.session.SessionSyncedClient.getResponse(SessionSyncedClient.java:480)
         at oracle.oats.app.console.ConsoleSyncedClient.genericDiscovery(ConsoleSyncedClient.java:623)
         at oracle.oats.app.console.ConsoleSyncedClient.genericDiscovery(ConsoleSyncedClient.java:597)
         at oracle.oats.app.console.ConsoleSyncedClient.perfmonDiscoverAll(ConsoleSyncedClient.java:872)
         at oracle.oats.olt.datasource.action.PerfmonAction.getPerfmonObjects(PerfmonAction.java:153)
         at oracle.oats.olt.datasource.action.PerfmonAction.discover(PerfmonAction.java:41)
         at oracle.oats.olt.datasource.action.AgentAction.discoverSpecific(AgentAction.java:98)
         at oracle.oats.olt.datasource.action.MonitorAction.step3(MonitorAction.java:182)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.oats.olt.OracleActionBase.execute(OracleActionBase.java:160)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
         at oracle.oats.olt.ActionServlet.process(ActionServlet.java:180)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.oats.olt.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:171)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3588)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2200)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2106)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1428)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: oracle.oats.client.console.ConsoleException: Discovery for request null failed: code=dis2\n\n(message id=console.discoveryError)
         at oracle.oats.console.ConsoleEngine.startOneConsoleDiscoverRequest(ConsoleEngine.java:1588)
         at oracle.oats.request.console.RequestConsoleDiscovery.invoke(RequestConsoleDiscovery.java:51)
         at oracle.oats.ejb.SelfServiceListener.onMessage(SelfServiceListener.java:122)
         at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4585)
         at weblogic.jms.client.JMSSession.execute(JMSSession.java:4271)
         at weblogic.jms.client.JMSSession.executeMessage(JMSSession.java:3747)
         at weblogic.jms.client.JMSSession.access$000(JMSSession.java:114)
         at weblogic.jms.client.JMSSession$UseForRunnable.run(JMSSession.java:5096)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         ... 2 more
    Caused by: oracle.oats.datasources.exception.DataSourceException: Server threw an exception in response to request 88\n\n(message id=responseServerException)
         at oracle.oats.app.datasources.DataSourceSyncedClient.getResponse(DataSourceSyncedClient.java:91)
         at oracle.oats.app.datasources.DataSourceSyncedClient.startOneDiscoverRequest(DataSourceSyncedClient.java:167)
         at oracle.oats.console.ConsoleEngine.startOneConsoleDiscoverRequest(ConsoleEngine.java:1584)
         ... 10 more
    Caused by: oracle.oats.datasources.exception.DataSourceException: Data collector startup failed on oats-am://localhost:9001: code=Windows reason=4\n\n(message id=ds.dcStartupFailed)
         at oracle.oats.datasources.FrameworkManager.startDataCollector(FrameworkManager.java:929)
         at oracle.oats.datasources.FrameworkManager.findFrameworkID(FrameworkManager.java:275)
         at oracle.oats.datasources.FrameworkManager.startOneDiscoverRequest(FrameworkManager.java:1021)
         at oracle.oats.request.datasources.RequestDiscovery.invoke(RequestDiscovery.java:49)
         at oracle.oats.ejb.SelfServiceListener.onMessage(SelfServiceListener.java:122)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
         at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy135.onMessage(Unknown Source)
         at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:466)
         at weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDListener.java:371)
         at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:327)
    Thanx in advance
    Edited by: user10300810 on Oct 25, 2009 2:20 AM
    Edited by: user10300810 on Oct 27, 2009 3:40 AM

    Hi
    It looks like there is no agent running on your machine.
    Can you check that the following service is running: Oracle Application Testing Suite Agent Service
    Regards
    Alex

  • Error when trying to build the database for the Oracle Fusion Store Front D

    I have jdeveloper Build JDEVADF_MAIN.BOXER_GENERIC_081002.2127.5156
    I downloaded the FOD_11.zip from http://www.oracle.com/technology/products/jdev/samples/fod/index.html
    When running the Ant script to create the FOD user and schema, I get the following errors:
    Oracle JDeveloper (11g) (Build 5156)
    Buildfile: D:\oracle\Infrastructure\Ant\build.xml
    init:
    [javac] Compiling 1 source file to D:\oracle\Infrastructure\Ant\classes
    setProperties:
    createDatabase:
    refreshSchema:
    BUILD FAILED
    D:\oracle\Infrastructure\Ant\build.xml:52: The following error occurred while executing this line:
    D:\oracle\Infrastructure\DBSchema\build.xml:91: The following error occurred while executing this line:
    D:\oracle\Infrastructure\DBSchema\build.xml:56: The following error occurred while executing this line:
    D:\oracle\Infrastructure\DBSchema\build.xml:28: D:\oracle\Infrastructure\Ant\wlserver_10.3\server\lib not found.
    Total time: 5 seconds
    Does anyone know what the problem is?
    Thanks for your help.

    I had the same problem until I changed the Windows-style back slashes in the directory path to UNIX-style forward slashes, viz:
    C:\Oracle\Middleware\jdeveloper
    is wrong, while:
    C:/Oracle/Middleware/jdeveloper
    works correctly.
    This might be stating the obvious, but it's one of the ongoing write-once-and-fail-to-run-everywhere issues that keep biting newbie Java developers, like myself, in the backside.
    :-(

  • How to Install Oracle Restart

    Hello All,
    I have a standby database with ASM. I would like it to be start on the server reboot.
    I have read chapter 4 of Oracle Database Administration Guide 11g R2 where it mentions
    If you install Oracle Restart by installing the Oracle Grid Infrastructure for a
    standalone server and then create your database, the database is automatically added
    to the Oracle Restart configuration, and is then automatically restarted when required.
    However, if you install Oracle Restart on a host computer on which a database already
    exists, you must manually add the database, the listener, the Oracle Automatic Storage
    Management (Oracle ASM) instance, and possibly other components to the Oracle
    Restart configuration.
    Please can someone help me with the steps to setup Orace restart in 11gr2.
    Thanks

    [oracle@rs1pre92dvdbsa01 bin]$ srvctl add database -d MDM2 -o /u01/app/oracle/product/11.2.0/dbhome_1 -s ope
    [oracle@rs1pre92dvdbsa01 bin]$ srvctl stop database -d MDM2
    PRCC-1016 : MDM2 was already stopped
    [oracle@rs1pre92dvdbsa01 bin]$ srvctl start database -d MDM2
    [oracle@rs1pre92dvdbsa01 bin]$ srvctl status database -d MDM2
    Database is running.
    [oracle@rs1pre92dvdbsa01 bin]$ su -
    Password:
    [root@rs1pre92dvdbsa01 ~]# reboot
    ***After reboot
    [oracle@rs1pre92dvdbsa01 ~]$ cat /etc/oratab
    #Backup file is /u01/app/oracle/product/11.2.0/dbhome_1/srvm/admin/oratab.bak.r
    s1pre92dvdbsa01 line added by Agent
    # This file is used by ORACLE utilities. It is created by root.sh
    # and updated by the Database Configuration Assistant when creating
    # a database.
    # A colon, ':', is used as the field terminator. A new line terminates
    # the entry. Lines beginning with a pound sign, '#', are comments.
    # Entries are of the form:
    # $ORACLE_SID:$ORACLE_HOME:<N|Y>:
    # The first and second fields are the system identifier and home
    # directory of the database respectively. The third filed indicates
    # to the dbstart utility that the database should , "Y", or should not,
    # "N", be brought up at system boot time.
    # Multiple entries with the same $ORACLE_SID are not allowed.
    +ASM:/u01/app/11.2.0/grid:N             # line added by Agent
    MDM2:/u01/app/oracle/product/11.2.0/dbhome_1:N # line added by Agent
    [oracle@rs1pre92dvdbsa01 ~]$ uptime
    14:02:28 up 3 min, 1 user, load average: 0.41, 0.75, 0.35
    [oracle@rs1pre92dvdbsa01 ~]$ ps -ef | grep pmon
    oracle 4314 1 0 14:01 ? 00:00:00 asm_pmon_+ASM
    oracle 4378 3878 0 14:02 pts/0 00:00:00 grep pmon
    [oracle@rs1pre92dvdbsa01 ~]$
    After rebooting the server MDM2 is not started
    Is is because oratab flag is N

  • Oracle restart: change network interface name

    Hi all,
    Env: Oracle Restart 11.2.0.3 w/ASM.
    I've been trying to look up info about this without any luck so I hope some experts here can shed some light..
    To improve redundancy we're planning to change the network configuration in our Oracle Restart environment from using 1 LAN interface to a bonded interface consisting of 2 interfaces.
    So the change will be from using "eth0" to using "bond0" consisting of "eth0" and "eth1". Are there any changes that must be done in the Oracle Restart configuration to reflect these changes?
    Thank you for your time.

    How to Modify Public Network Information including VIP in Oracle Clusterware (Doc ID 276434.1)
    How to Modify Private Network Information in Oracle Clusterware (Doc ID 283684.1)

  • HELP! Oracle FailSafe - Listener fails when adding standalone database

    Well, I have a cluster of two nodes with the following specs:
    (1) an Oracle 10g database each
    (2) Microsoft Cluster Service (MSCS)
    (3) Windows Server 2003 64-bit edition
    (4) Intel Itanium Processor
    (5) Oracle Failsafe 3.3.3 for Windows 2003 64-bit
    The 64-bit Oracle Failsafe doesn't come with Oracle Failsafe Manager, so I used a Failsafe Manager remotely from another clustered servers. The version is also 3.3.3, but it's running on a Windows 2000 Advanced Server.
    Well, after connecting to the 64-bit cluster, I added the standalone database to a Cluster Group. There are two cluster groups on the Server:
    (1)"Cluster Group" (the default cluster group created by MSCS); containing an IP address, a network name, Oracle Cluster Services, and the Quorum hard drive.
    (1)"ORACLE DB" A cluster gropu I created for the database; containing another IP address, a network name for the IP address, and every hard drive volumes of the database files.
    The database currently resides on the Node 2 (because I created it there). I have successfully verified the database (using "Verify Standalone Database" option). BUT when I added the database into the cluster group ORACLE DB, it failed with the following message:
    23 20:48:48 ** ERROR : FS-10066: Failed to start Windows service OracleOraDb10g_home1TNSListener for the Oracle Net listener
    When I opened the Windows Event Viewer, apparently the Listener Service had started, but it soon "terminated unexpectedly":
    At first, the Listener Service appeared to be started:
    But this is what happened next; it seemed the Listener Service terminated abruptly after entering the running state for a very short time:
    What happened? What should I do? What is the problem? Many thanks!
    PS: the following are the messages from both Verifying Standalone Database and Adding Standalone Database. The verification was successfull, but I just failed to add the database:
    >
    Versions: client = 3.3.3 server = 3.3.3 OS =
    Operation: Verifying standalone database "PAYMENT"
    Starting Time: May 11, 2005 19:50:11
    Elapsed Time: 0 minutes, 4 seconds
    1 19:50:11 Starting clusterwide operation
    2 19:50:11 FS-10915: POSDB2 : Starting the verification of standalone resource PAYMENT
    3 19:50:11 FS-10371: POSDB2 : Performing initialization processing
    4 19:50:11 FS-10371: POSDB1 : Performing initialization processing
    5 19:50:12 FS-10372: POSDB2 : Gathering resource owner information
    6 19:50:12 FS-10372: POSDB1 : Gathering resource owner information
    7 19:50:12 FS-10373: POSDB2 : Determining owner node of resource PAYMENT
    8 19:50:12 FS-10374: POSDB2 : Gathering cluster information needed to perform the specified operation
    9 19:50:12 FS-10374: POSDB1 : Gathering cluster information needed to perform the specified operation
    10 19:50:12 FS-10375: POSDB2 : Analyzing cluster information needed to perform the specified operation
    11 19:50:12 FS-10378: POSDB2 : Preparing for configuration of resource PAYMENT
    12 19:50:12 ** WARNING : FS-10247: The database parameter file H:\PAYMENT\admin\pfile\pfilePAYMENT.ora specified for this operation will override the parameter file value in the registry
    13 19:50:12 ** WARNING : FS-10248: At registry key SOFTWARE\ORACLE\KEY_OraDb10g_home1, value of ORA_PAYMENT_PFILE is H:\PAYMENT\admin\pfile
    14 19:50:12 FS-10916: POSDB2 : Verification of the standalone resource
    15 19:50:12 > FS-10341: Starting verification of database PAYMENT
    16 19:50:13 > FS-10342: Starting verification of Oracle Net configuration information for database PAYMENT
    17 19:50:13 > FS-10496: Generating the Oracle Net migration plan for PAYMENT
    18 19:50:13 > FS-10491: Configuring the Oracle Net service name for PAYMENT
    19 19:50:13 > FS-10343: Starting verification of database instance information for database PAYMENT
    20 19:50:13 >> FS-10347: Checking the state of database PAYMENT
    21 19:50:13 >> FS-10425: Querying the disks used by the database PAYMENT
    22 19:50:15 > FS-10344: Starting verification of Oracle Intelligent Agent for database PAYMENT
    23 19:50:15 > FS-10345: Verification of standalone database PAYMENT completed successfully
    24 19:50:15 FS-10917: POSDB2 : Standalone resource PAYMENT was verified successfully
    25 19:50:15 FS-10378: POSDB1 : Preparing for configuration of resource PAYMENT
    26 19:50:15 FS-10916: POSDB1 : Verification of the standalone resource
    27 19:50:15 > FS-10341: Starting verification of database PAYMENT
    28 19:50:15 > FS-10342: Starting verification of Oracle Net configuration information for database PAYMENT
    29 19:50:15 > FS-10496: Generating the Oracle Net migration plan for PAYMENT
    30 19:50:15 > FS-10491: Configuring the Oracle Net service name for PAYMENT
    31 19:50:15 > FS-10343: Starting verification of database instance information for database PAYMENT
    32 19:50:15 > FS-10344: Starting verification of Oracle Intelligent Agent for database PAYMENT
    33 19:50:15 > FS-10345: Verification of standalone database PAYMENT completed successfully
    34 19:50:15 FS-10917: POSDB1 : Standalone resource PAYMENT was verified successfully
    35 19:50:15 The clusterwide operation completed successfully, however, the server reported some warnings.
    >
    Versions: client = 3.3.3 server = 3.3.3 OS =
    Operation: Adding resource "PAYMENT" to group "ORACLE DATABASE"
    Starting Time: May 11, 2005 20:48:43
    Elapsed Time: 0 minutes, 7 seconds
    1 20:48:43 Starting clusterwide operation
    2 20:48:44 FS-10370: Adding the resource PAYMENT to group ORACLE DATABASE
    3 20:48:44 FS-10371: POSDB2 : Performing initialization processing
    4 20:48:44 FS-10371: POSDB1 : Performing initialization processing
    5 20:48:45 FS-10372: POSDB2 : Gathering resource owner information
    6 20:48:45 FS-10372: POSDB1 : Gathering resource owner information
    7 20:48:45 FS-10373: POSDB2 : Determining owner node of resource PAYMENT
    8 20:48:45 FS-10374: POSDB2 : Gathering cluster information needed to perform the specified operation
    9 20:48:45 FS-10374: POSDB1 : Gathering cluster information needed to perform the specified operation
    10 20:48:45 FS-10375: POSDB2 : Analyzing cluster information needed to perform the specified operation
    11 20:48:45 >>> FS-10652: POSDB2 has Oracle Database version 10.1.0 installed in ORADB10G_HOME1
    12 20:48:45 >>> FS-10652: POSDB1 has Oracle Database version 10.1.0 installed in ORADB10G_HOME1
    13 20:48:45 FS-10376: POSDB2 : Starting configuration of resource PAYMENT
    14 20:48:45 FS-10378: POSDB2 : Preparing for configuration of resource PAYMENT
    15 20:48:46 FS-10380: POSDB2 : Configuring virtual server information for resource PAYMENT
    16 20:48:46 ** WARNING : FS-10247: The database parameter file H:\PAYMENT\admin\pfile\pfilePAYMENT.ora specified for this operation will override the parameter file value in the registry
    17 20:48:46 ** WARNING : FS-10248: At registry key SOFTWARE\ORACLE\KEY_OraDb10g_home1, value of ORA_PAYMENT_PFILE is H:\PAYMENT\admin\pfile
    18 20:48:46 > FS-10496: Generating the Oracle Net migration plan for PAYMENT
    19 20:48:46 > FS-10490: Configuring the Oracle Net listener for PAYMENT
    20 20:48:46 >> FS-10600: Oracle Net configuration file updated: F:\ORACLE\PRODUCT\10.1.0\DB_1\NETWORK\ADMIN\LISTENER.ORA
    21 20:48:46 >> FS-10606: Listener configuration updated in database parameter file: H:\PAYMENT\admin\pfile\pfilePAYMENT.ora
    22 20:48:47 >> FS-10605: Oracle Net listener Fslpos created
    23 20:48:48 ** ERROR : FS-10066: Failed to start Windows service OracleOraDb10g_home1TNSListener for the Oracle Net listener
    24 20:48:48 ** ERROR : FS-10065: Error trying to configure the Oracle Net listener
    25 20:48:48 > FS-10090: Rolling back Oracle Net changes on node POSDB2
    26 20:48:50 ** ERROR : FS-10784: The Oracle Database resource provider failed to configure the virtual server for resource PAYMENT
    27 20:48:50 ** ERROR : FS-10890: Oracle Services for MSCS failed during the add operation
    28 20:48:50 ** ERROR : FS-10497: Starting clusterwide rollback of the operation
    29 20:48:50 FS-10488: POSDB2 : Starting rollback of operation
    30 20:48:50 FS-10489: POSDB2 : Completed rollback of operation
    31 20:48:50 ** ERROR : FS-10495: Clusterwide rollback of the operation has been completed
    32 20:48:50 Please check your Windows Application log using the Event Viewer for any additional errors
    33 20:48:50 The clusterwide operation failed !

    umm... help? Anyone?

  • Oracle net configuration assistent failed during database installation

    Hi,
    I am installing oracle database 10g in oel5 during installation the oracle net configuration has failed
    Pls provide me solution to overcome this problem while i am in the middle of the installation

    Hi user;
    Please check CONFIGURATION ASSISTANT ''OMS CONFIGURATION'' FAILED OUI-25031 and see its helfpul for your issue
    Regard
    Helios

  • How to backup all the oracle database?

    We build serveral database on the Oracle 8.0.5 for Linux. The
    Linux machine will be re-install in the near future. It is
    necessary to backup the databases.
    After the new Linux machine is set up, we plan for installing the
    latest oracle version, and rebuild the database and their data.
    How to backup and restore the database?
    null

    Chris Rimmer (guest) wrote:
    : You could just use Export to dump everything to a file.
    : Alternatively, take a look at:
    : http://technet.oracle.com/doc/server.804/a58396/toc.htm
    : Wan-rong Jih (guest) wrote:
    : : We build serveral database on the Oracle 8.0.5 for Linux.
    The
    : : Linux machine will be re-install in the near future. It is
    : : necessary to backup the databases.
    : : After the new Linux machine is set up, we plan for installing
    : the
    : : latest oracle version, and rebuild the database and their
    data.
    : : How to backup and restore the database?
    To take a cold backup, shutdown the database. Then use the "tar"
    command to backup all of the files that make up the database.
    You should also backup the config.ora, and the initxxxx.ora
    files.
    null

  • Creating Database Link from Oracle to SQL Server

    I am trying to create a database link from Oracle to SQL Server, and the documentation is about as clear as mud to me. Can anyone send me clear instructions on exactly what I need to do? What needs to be in tnsnames.ora and listener.ora files? Is there anything other than those two files that needs to be set up? Do I set up an ODBC connection? Anything else? I want to execute queries against a SQL Server database and load data into Oracle database.
    Thanks so much,
    Susan

    These are the instructions from an old document I created. The steps are same for SQL Server and Sybase. Hope it helps.
    The 9i Transparent Gateway Software is in Oracle Software CD -> oracle9i database -> Custom -> Oracle Transparent Gateways
    The gateway can be installed on the same machine as the Oracle database or
    on the Sybase server or on a third machine as a stand-alone.
    We have installed the gateway software in one of oracle database
    servers in a separate oracle home.
    These are the steps involved in configuring a gateway to a Sybase database
    1.     Install Sybase client and Gateway software on the Gateway Server
    2.     Configure <initsidfile> in the Gateway Server's <gatewayhome>
         /u00/app/oracle/product/9.2.0/tg4sybs/admin/init<gatewaysid>.ora
    Sybase server and database information is required for this step.
    eg: HS_FDS_CONNECT_INFO=USTRUD01.uwd
    3.     Add an entry in listener.ora in <listnenerhome>
         (/u00/app/oracle/product/9.0.1/network/admin/listener.ora) for the <gatewaysid>
    4.     Edit the tnsnames file (/u00/app/oracle/product/9.0.1/network/admin/tnsnames.ora)
    to add an entry <tnsalias> for the <gatewaysid>
    5.     Create a database link to the Sybase database in the oracle database.
    The steps for creating the database link are
    a. create a login oracle_tgw in the sybase server
    b. add the user to the sybase database with the necessary privilege on the tables
    c. create the database link in the required oracle database using the command
         "create public database link <dblinkname> connect to oracle_tgw identified by password using 'tnsalias'; "
    6.     Restart the gateway listener.

  • Oracle 10g Configuration for Student Edition

    To Whom It May Concern,
    I am currently enrolled in an Oracle 10g course at a local community college, and am using the "Guide to Oracle 10g" textbook by Morrison, Morrison & Conrad (ISBN: 0-619-21629-8). This book came with two CD's that contain a scaled-down student version of two Oracle 10g databases (Northwoods University & Clearwarter Traders).
    I have attempted to install and configure the database software so that I can log on to the databases using SQL*Plus, but I am unable to do so. When attempting to log on, I get a "TNS:no listener" error (ORA-12541) or similar error. I have tried adding and configuring a listener, net service, etc. using the Oracle Net Configuration Assistant, but nothing works. The configuration tests always fail. I am sure that I am using the correct host name (I checked the TNSNames.ora file).
    Can you please assist? Do you have documentation (or advice) on how to successfully configure this software?
    Thank you,
    Greg

    Thanks again for your reply, Phiri. I tried your suggestion, but still get the same errors. I tried searching the Oracle Home directory for a batch or executable file with the name "lsnrctl", but the search only returns two htm files. It looks like it can't execute the program simply because it does not exist.
    NOTE: According to the .htm files, you are supposed to include the listener name after the command.
    Ex: lsnrctl start My_Listener_01
    I tried this, but it did not work either
    DOS commands and error messages are as follows:
    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    C:\Documents and Settings\Eddie>cd ../..
    C:\>cd C:\Oracle_Home_01\BIN
    C:\Oracle_Home_01\BIN>lsnrctl status
    'lsnrctl' is not recognized as an internal or external command,
    operable program or batch file.
    C:\Oracle_Home_01\BIN>lsnrctl start
    'lsnrctl' is not recognized as an internal or external command,
    operable program or batch file.
    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    C:\Oracle_Home_01\BIN>lsnrctl status MY_LISTENER_01
    'lsnrctl' is not recognized as an internal or external command,
    operable program or batch file.
    C:\Oracle_Home_01\BIN>lsnrctl start MY_LISTENER_01
    'lsnrctl' is not recognized as an internal or external command,
    operable program or batch file.
    C:\Oracle_Home_01\BIN>lsnrctl start SID_LIST_MY_LISTENER_0
    'lsnrctl' is not recognized as an internal or external command,
    operable program or batch file.
    C:\Oracle_Home_01\BIN>

Maybe you are looking for