Cluster Database Connect Works Only in stand-alone OEM

When I connect to OEM standalone, I can connect to the cluster database with no problem. When I try to connect with the management server, it gives me the ORA-12514 error. The service name works both in SQLplus and in stand-alone mode.
My console is running on a windows XP machine, the management server and OEM catalog are on a machine running 9.2, the cluster resides on two other machines running 9.2.
What do I need to change to get OEM to let me open the cluster database using the management server?

Try to create a service like this one and try:
joel.us.acme.com=
(description=
(load_balance=on)
(failover=on)
(address=(protocol=tcp)(host=host1)(port=1521))
(address=(protocol=tcp)(host=host2)(port=1521))
(address=(protocol=tcp)(host=host3)(port=1521))
(connect_data=
(service_name=joel.us.acme.com)))
for more information about it you can check these
documents:
Real Application Clusters Administration Contents / Search / Index / PDF
Real Application Clusters Concepts Contents / Search / Index / PDF
Real Application Clusters Deployment and Performance Contents / Search / Index / PDF
Real Application Clusters Documentation Online Roadmap Contents / Search / /
Real Application Clusters Real Application Clusters Guard I - Concepts and Administration Contents / Search / Index / PDF
Real Application Clusters Real Applications Clusters Guard I Configuration Guide Release 2 (9.2.0.1.0) for UNIX Systems: AIX-Based Systems, Compaq Tru64 UNIX, HP 9000 Series HP-UX, and Sun Solaris Contents / Search / Index / PDF
Real Application Clusters Setup and Configuration Contents / Search / Index / PDF
http://otn.oracle.com/pls/db92/db92.docindex?remark=homepage
Joel Pérez

Similar Messages

  • Is there a way to get the calculator from the dashboard to appear along with other programs?  Can anyone recommend a calculator which will work as a stand alone app?

    AS it stands now, in order to use the calculator that comes with the Dashboard, you cannot read from a list of numbers in, lets say, word or excel. The dashboard is full screen and nothing can stand along side it. Is there a way to get the calculator from the dashboard to appear along with other programs?  Can anyone recommend a calculator which will work as a stand alone app?

    there is one, just search with spotlight "Calculator".
    It works great!
    Hope this helps.

  • General: can the OAF work as a stand alone application

    hi...
    can the OAF work as a stand-alone application??
    please help

    Thanks.
    OAF provides Developers with templates that utilise Oracle EBusiness technologies, for security, session handling, etc so cannot
    be used outside the eBusiness environment.
    The JDev version for eBiz is a specific eBiz version, but if you have non-eBiz programming requirement, you can still use this JDeveloper environment to create non-eBiz integrated applications. Alternativel
    you can use a seperate install of JDeveloper/ADF

  • Workflow Builder connect to Applications or Stand-Alone

    Hi,
    I will configure a lab in order to see how workflow builder works and then connect this to Oracle Applications.
    As I will install Oracle Workflow Stand-Alone on my machine to see how it works, what should I consider when I will be connected to Oracle Applications?
    Rgds and Thanks in advance.

    Yes you can. Standalone servers can only run on a single server, so you can't scale it out to work for thousands of users at once, but you should be able to access the server from other machines.
    If you've installed standalone it's quite probable that you've created your web application with the servername and random ports. In which case you may be able to simply type in http://<servername>:<port> from a client computer to connect.
    If you've used a name such as http://webapplication.domain.com then you will need to have that entered as an A Host (or CName but that's less ideal) in your DNS. To test this try pinging webapplication.domain.com from your client PC to see if it finds the
    right IP address for your server.

  • Ive uploaded firefox 4 and now I cant access messenger from the browser, it say unavailable, but it works as a stand alone prog.. cant find a setting to reactivate.. Please advise TY!

    Im on Win 7 Ultimate and had Firefox working fine with messenger in the browser & could use the pop up chat box. Since the upload I get the message that messenger is currently not available, but it works fine when I activate it as a stand alone prog. but I want it back in my browser.. cant find any setting or pref. to activate it... have cleared cache and history, restarted, even reloaded a messenger from Windows essencials.. no difference.. it been like this for 5 days since the update.. anyone got a solution? thanks alot for your help.

    DFU mode:
    http://www.iclarified.com/entry/index.php?enid=1034

  • XMLSignatureFactory fails in servlet, but works in a stand-alone program.

    Hi all,
    I am trying to write a servlet which will do XML signature et al. For the same, I am using JWSDP 2.0 (Java WebServices Developers Pack) on JRE 1.4.2_5. The servlet is hosted on SAP Netweaver 7 platform on Windows.
    I am getting an exception:
    javax.xml.crypto.NoSuchMechanismException: Cannot find DOM mechanism type
    in the "XMLSignatureFactory.getInstance" line. I looked up in the documentation of XMLSignatureFactory and it says that the DOM mechanism should be provided by the provider argument -  org.jcp.xml.dsig.internal.dom.XMLDSigRI in this case.
    import javax.xml.crypto.dsig.XMLSignatureFactory;
    XMLSignatureFactory sigFactory =
    XMLSignatureFactory.getInstance("DOM", new org.jcp.xml.dsig.internal.dom.XMLDSigRI());
    I tried the above 2 lines in a stand-alone Java client and they work without any issues.
    I also used JWSDP 1.5 and the result was same.
    This means that the servlet API or container for SAP is creating some issues to make this fail.
    I tried to add the "org.jcp.xml.dsig.internal.dom.XMLDSigRI" in the jre/lib/security/java.security, but then the server0 does not start-up.
    Any hints/pointers to resolve this issue?
    Thanks in advance.

    This problem is solved. I am putting the reply here so that others who stumble upon this error can benefit.
    Add the following line to explicitly include the provider before the getInstance
    Security.addProvider(new org.jcp.xml.dsig.internal.dom.XMLDSigRI());
    XMLSignatureFactory sigFactory =
    XMLSignatureFactory.getInstance("DOM", new org.jcp.xml.dsig.internal.dom.XMLDSigRI());

  • Postgres Database connection Insert only.

    I want to be able to have a user fill out a registration form and upon submission by email have the data inserted into a postgres database. Can anyone give me an example as to when the connection is made do I do a "Select *" statement and then upon the click event of the submit button a "insert statement"? Just a simple example will help. I have looked at formbuilder but still can't get it to work with an insert only.
    Thanks,
    Bill

    I did that and got this response:
    724 Sun Apr 10 05:46:14 CDT 2005 org/postgresql/Driver$1.class
    12077 Sun Apr 10 05:46:14 CDT 2005 org/postgresql/Driver.class
    1610 Sun Apr 10 05:46:16 CDT 2005 org/postgresql/util/PSQLDriverVersion.class
    Here's my entire code:
    import java.sql.*;
    import java.util.HashMap;
    import java.util.Map;
    import net.sf.jasperreports.engine.JRException;
    import net.sf.jasperreports.engine.JRExporterParameter;
    import net.sf.jasperreports.engine.JasperExportManager;
    import net.sf.jasperreports.engine.JasperFillManager;
    import net.sf.jasperreports.engine.JasperPrint;
    import net.sf.jasperreports.engine.JasperPrintManager;
    import net.sf.jasperreports.engine.JasperRunManager;
    import net.sf.jasperreports.engine.export.JRCsvExporter;
    import net.sf.jasperreports.engine.export.JRXlsExporter;
    import net.sf.jasperreports.engine.export.JRXlsExporterParameter;
    import net.sf.jasperreports.engine.util.JRLoader;
    class run{
    public static void main(String[] args){
    Map parameters = new HashMap();
    parameters.put("ReportTitle", "testing");
    parameters.put("MaxOrderID", new Integer(10500));
    String fileName = "myfile";
    Connection my_con = getConnection(); }
    private static Connection getConnection() throws ClassNotFoundException, SQLException
    String driver = "org.postgresql.Driver";
    String connectString = "jdbc:postgresql://test.vltool.com:5432/vlis";
    String user = "username";
    String password = "password";
    Class.forName(driver);
    Connection conn = DriverManager.getConnection(connectString, user, password);
    return conn;
    I commented out all the unneccesary stuff once, and it still didn't work!

  • Problems sharing internet connection - works only one way...

    hey all,
    i'm having a problem sharing my internet connection between our "new" iBook G4 and "old" iMac G5. (both machines are running 10.4.10.) i've seen several posts here that seem related, but no answers that have worked in my case.
    here's the gist:
    ideally, i'd like share the internet connection from the iMac (from our cable modem) to the iBook over the airport. so, i've set up the iMac to do this under "sharing" in system preferences. i then set up the iBook to connect to this new wireless network. under "network status", it says the iBook is connected to the iMac's network, but that the iBook doesn't have its own IP address, so it can't connect to the internet.
    oddly, when i reverse the process - i.e. plug the modem into the iBook and share the connection over the airport to the iMac - it works fine. the iMac gets its own IP address and can see the internet.
    a friend suggests that somehow the iBook is set up to distribute IP addresses as a router, but the iMac isn't. fine. but, i don't know how to make changes to that function.
    any thoughts?

    well, it's taken all day - many, many attempts. but i've finally found something that worked. the answer was burried in the middle of this guy's blog page:
    http://www.tuaw.com/2007/03/26/how-to-using-your-mac-as-a-nat-router/
    he says:
    "I've turned off DHCP and set the address to: 192.168.0.1 and the subnet to 255.255.255.192 In making these choices I was following a hint that appeared at macOSXhints back in 2002. Once this is done I went back to the Internet tab of Sharing Preference Pane, select en4 and start it.
    "Now on my other device (in this case a Xbox 360) I set it up as follows:
    "IP address: 192.168.0.2 subnet: 255.255.255.192 (this is the same subnet of the en4 USB interface, above) gateway/router: 192.168.0.1 (this is the address of the en4 interface) DNS: 192.168.2.1
    "(here's where the voodoo comes in, I have no idea why this DNS setting works. You would think it should be 192.168.0.1, or even the DNS server of my ISP, but those simply do not work. I suspect that it has something to do with sharing over Airport as well).
    "I've also found that this will only work properly if Internet Sharing is active for my Airport interface. If I turn off the Airport interface (en1), the wired interface (en4) also dies. With these settings in place, everything seems to work properly. Keep in mind you may also need to enable certain services (which will vary with your application) in the Services tab of the Sharing Pane:"
    i wasn't trying to solve quite the same problem he was, but by manually inputting the IP addresses, etc, that he did, as well as randomly enabling other "sharing" options (FTP access, etc) which seemed unrelated to internet sharing, it finally worked.
    can anyone explain what this is about? it all seems pretty cryptic to me. i'm not sure what i even did...
    no complaints, but it would be interesting to know.
    thanks!

  • Ipod to Airport connection works only once

    I have some kind of airport card in my mac pro. I think it's airport express. the machine was configured 4/2007. I was thrilled when an apple store employee told me I could communicate with my new ipod touch and the airport on my mac pro. I did system preferences, and checked Internet Sharing and it worked beautifully, my ipod touch got to the internet through airport express. The problem is it only works one time. If I toggle internet sharing off, reboot the machine, and toggle Internet Sharing back on my ipod touch sees the airport network to join. If set Internet Sharing on and just leave it on, the next time I try to connect to airport with my ipod it doesn't work (it can't find the network, if i create a network it says Airport is not connected to the internet). I can replicate what I am describing. Any more permanent way to set up airport? ... Flash

    (Tiger and Leopard will probably both work. I'm using Leopard.)
    in System Preferences/Sharing, check Airport in "to computers using", and then click Airport Options to configure the airport network.
    when you've finished the configuration, turn on Internet Sharing.
    that's it. Apple TV should be able to see and join the new Airport network.

  • Wireless connection works only on Windows

    I am lucky if while running my Mac OS I get wireless internet connection for 3 seconds all day. In Windows XP, though, I connect and stay connected. Why is that? I have all things updated for both opperating systems.

    I am having the same problem. Often, when I boot it up, it does not connect to my router although my Macbook and WinXP laptops do. Sometimes, if I leave it for about 2-3 minutes, it will spontaneously connect, at other times I have to re-enter the SSID and wep key for it to work. Hopefully it is only driver related and they come out with updated drivers soon.
    Does it work any better with an Airport extreme? I am thinking of getting one only because I can plug an external hd into it (for shared backup purposes). I currently use a Linksys WRT54G router which works fine for everything else.

  • Wi-Fi Connection Works only first time

    I successfully setup my home wi-fi connection without any problems but as soon as I shut down my iPod touch and turn it back on, it will not re-connect. I have to manually set it up each time. My wireless router is set to not broadcast the network name. Does that have something to do with it?

    I think that you have probably answered your own question. People who seem to have WiFi issues either do not broadcast their network name and/or do not broadcast their SSID.
    I broadcast both, use WPA2 encoding and have not lost a Wifi connection to my home network for several weeks.

  • Response.addCookie() not working on OC4j stand alone server

    Hi,
    I have problem with response.addCookie(). see the code below:
    if ((isCookie == null)||(!(isCookie.equals("yes")))) {
    String cookiestr="I am OK";
    Cookie m_cookie = new Cookie("msign",cookieStr);
    m_cookie.setMaxAge(300);
    response.addCookie(m_cookie);
    This part of the code is in Struts Action class. The read Cookie part is in JSP.
    Cookie[] cookies= request.getCookies();
    if(cookies != null)
    for (int i = 0; i < cookies.length; i++)
    if (cookies.getName().equals("msign"))
    String infor = cookies[i].getValue();
    response.sendRedirect("hellow.jsp");
    break;
    Add cookie and read cookie work fine on my computer If I runs application on JDeveloper 10g embeded OC4j server. I can see the cookie in the Temporary Internet files
    However, I deployed the application on OC4j standalone server, it does not work. response.addCookie() does not work at all. The cookie is not sent to the browser at all. There is no this cookie in Temporary internet file. The page is not directed to hellow.jsp.
    Does anybody here know why? Any idea?
    Thank you very much!
    jfu
    Edited by: jfu on Dec 15, 2009 1:26 PM

    Hi,
    I have problem with response.addCookie(). see the code below:
    if ((isCookie == null)||(!(isCookie.equals("yes")))) {
    String cookiestr="I am OK";
    Cookie m_cookie = new Cookie("msign",cookieStr);
    m_cookie.setMaxAge(300);
    response.addCookie(m_cookie);
    This part of the code is in Struts Action class. The read Cookie part is in JSP.
    Cookie[] cookies= request.getCookies();
    if(cookies != null)
    for (int i = 0; i < cookies.length; i++)
    if (cookies.getName().equals("msign"))
    String infor = cookies[i].getValue();
    response.sendRedirect("hellow.jsp");
    break;
    Add cookie and read cookie work fine on my computer If I runs application on JDeveloper 10g embeded OC4j server. I can see the cookie in the Temporary Internet files
    However, I deployed the application on OC4j standalone server, it does not work. response.addCookie() does not work at all. The cookie is not sent to the browser at all. There is no this cookie in Temporary internet file. The page is not directed to hellow.jsp.
    Does anybody here know why? Any idea?
    Thank you very much!
    jfu
    Edited by: jfu on Dec 15, 2009 1:26 PM

  • IOS iPhoto - Does it work as a stand-alone App?

    Hi
    I'm really digging the new iPhoto App on my iPhone 4 (bit annoyed Apple haven't ported it to 1st Gen iPad but hey!).
    Basic question though:  I've edited numerous photos on my iPhone.  How do I sync my work back to my iMac iPhoto library?  Can I even do this?  If I can, does it update the original pictures on my iMac with the amendments processed on my iPhone?
    This hasn't been explained by Apple at all (to my knowledge).  I'd hope it would have some integration.  Please tell me it does!

    Hello,
    As of now, the iPhoto for iOS app works independently of iPhoto for OS X and does not have the ability to sync libraries or sync photo edits.
    You can import your edited photos back to your Mac by saving to the camera roll from iPhoto for iOS and importing them via iPhoto.
    Hope this helps

  • Will CS4 Photoshop work as a stand alone app. with CS3 Design Premium?

    I am financially stuck with my Power PC G5 and Leopard 10.5.8 but want to be able to process raw files from newer cameras that are not supported
    by Leopard. I realize I could either use Canon software to process or turn photos into DNG files but neither option works for me.
    I just don't want to throw away money on C4 Photoshop if that version is full of bugs and won't interface with CS3 Bridge.
    Any thoughts would be greatly appreciated.

    there is one, just search with spotlight "Calculator".
    It works great!
    Hope this helps.

  • Database connection pool to stand alone java class

    Hi all,
    I would like to know the best way to use a database connection pool with a stand alone java class.
    In my web applications I usually use JDBC Data Source version 5 to connect to my database. In this case, I connect to an Oracle database. But in this scene, I've a WebSphere Application Server to provide this connection pool. But for stand alone applications, I don't know how to do because I don't have a Application server to run on.
    Can enyone help me with this beginner question?
    Best regards.

    I tried to find the pool class I created but it must be on another CD. Anyway, you can easily create a number of connections and place them on a stack (your own or java's). When you need one, pop it off. When you are finished, push it back.
    Good luck.

Maybe you are looking for

  • Help with JQuery Mobile App- Passwords

    Hello, I just downloaded the Dreamweaver CS5.5 trial today onto my MacBook Pro (OS 10.6.6) and am trying to make a JQuery Mobile web app.  Once users get to the webpages on their iphone/android, I need them to be able to login so that they can get da

  • Save data to mysql using AS3 + Flash Builder(flex) OR AS3+AMFPHP? or AS3

    Hi, i just want to confirm with you guys about saving data to mysql using Action script 3. I am now developing RPG game that user can save data again and again to the MySQL. I searched on the net and found few solutions: AS3 alone using URL Loader AS

  • Problems with drive mapping

    We have changed the server of linux that supports tarantella. We have installed tarantella on redhat 8 and worked perfectly. I have installed the tarantella enhancement module for windows and activated in the array manager the option " let users acce

  • Force Black and White default on printer queue?

    Am I missing something easy or is it really this hard to force B&W to be the default when printing? I'm able to do this on the Windows 2003 server using the same Konica printer, but when I go to my SL Server I look all over in the queue and driver an

  • Smart Guides Do Not Work

    My smart guides do not work. From the time I loaded CS5 they have not worked. If you go to View > Grids & Guides > the Smart Guides are grayed out. Then if you go to the Control Panel > View Options, the smart Guides are not grayed out they are check