Unable to connect other client once Oracle10g EEdition Database Installed

Hi,
I have Oracle Client in my desktop and I am able to connect Oracle servers which connected through LAN.
I have installed Oracle10g Express Edition Database in my desktop for the Backup purpose.
I am struggle to connect other Oracle Database which connected in my Local Area Network once I have installed the Oracle Database in my Desktop.
I can able to connect installed Oracle10g Express Edition DB, but not other Oracle DB Server.
Kindly guide / help me to use both Oracle DB Server which Installed in my PC and Others.
Thanks in advance.
Orahar.

Please post full Oracle error message including error number such as ORA-XXXX or TNS-XXXX.
It coud be an Oracle Net configuration issue: find all files named tnsnames.ora and try to merge them into the default <ORACLE_HOME>/network/admin/tnsnames.ora which is for XE ORACLE_HOME in your case.

Similar Messages

  • Unable to connect other client once Oracle10g DB installed in my desktop

    Hi,
    I have Oracle Client in my desktop and I am able to connect Oracle servers which connected through LAN.
    I have installed Oracle10g Express Edition Database in my desktop for the Backup purpose.
    I am struggle to connect other Oracle Database which connected in my Local Area Network once I have installed the Oracle Database in my Desktop.
    I can able to connect installed Oracle10g Express Edition DB, but not other Oracle DB Server.
    Kindly guide / help me to use both Oracle DB Server which Installed in my PC and Others.
    Thanks in advance.
    Orahar.

    This is because most recent installed software becomes sets to default ORACLE_HOME,PATH and ORACLE_SID settings .
    Whenever you want to connect through client software set oracle_home,path and oracle_sid .
    If you want to bypass setting these things
    go to MY COMPUTER>PROPERTIES >ADVANCED > ENVIRONMENT PROPERTIES>ADD
    tehn add value for ORACLE_HOME,PATH and ORACLE_SID with old settings.
    you should be able to make connections.
    OR
    you can add TNSNAMES.ora entries of XE database with old tnsnames.ora details. you should be able to connect.
    Regards,
    Anil Malkai

  • UNABLE TO CONNECT/ OTHER PERSON DECLINED YOUR INVITATION

    PLEASE HELP!!
    Im working in Tangiers and desperate to see my partner. I have tried in several hotel broadband wireless networks and I keep getting the unable to connect or the other person has declined your invitation. This is happening with other colleagues also. What can we do??
    Both our computers firewalls are off. Is this right?
    Any suggestions would be greatly appreciated.

    I, too, have experienced the same problem. I have a master account, as do all of my iChat contacts, and when any of them try to contact me, or vice versa, we are unable to connect via video or sound (only via text chat). They are all able to connect with one other but not with my machine at home. I'm able to successfully connect via video or sound at my office, so it must be how it's set up; I have checked the firewall etc. but am unable to find the correct combination of settings.
    Here's a strange one: I am able to connect iChat successfully using video & sound with two machines I have at home which are sharing a broadband connection via an ethernet hub, but none of them can connect with someone outside of the building.
    Any ideas?
    Many thanks.
    various macs   Mac OS X (10.4.8)   too much to mention, i probably have it all..!

  • Unable to connect thru client machine

    I am unable to connect to server machine running in shared server mode. Database is in oracle 9i rel 2. While connecting I am facing error
    ORA-01031 Insufficient privileges. Awaiting your valuable suggestions.
    Regards
    Vijay Kumar

    Even though I dont want to continue with the filthy arguements which is not of interest to this thread, my ego forces me to clarify in this regard.
    Generally speaking I find inability in people from your locale:Please limit your statements to the individual and not the whole community or country.
    secondly,
    >>The poor attitude is on your side:
    1 no version
    2 no platform
    3 Dismissing links provided
    Thanx but link provided doesn't deal with the subject of interest.
    Read the start of the thread carefully. Oracle 9i rel 2. which is enough to answer the question what I raised. Platform on which I am working is irrelevant in this context. Be context specific. Regarding the dismissing links provided is centpercent correct. For your information, there also I did not dismiss the link given by you arrogantly.
    I hope we shall stop answering to this thread.
    Thanks for valuable technical suggestions.
    Regards
    Vijay Kumar

  • Unable to connect: incorrect log on parameters. Database Vendor Code: 18456

    I have imported a report into Info View (that has no parameters), I am able to run the report on Demand in InfoView, and I am also able to run the report within the CMC Preview.   I have tried scheduling using the admin account in CMC, through the publishing wizard and also with a authorized users in InfoView.  But anytime I try to schedule the report I get this error.
    Status: Failed 
    Printer: The instance is not printed. 
    External Destination: Mail the instance to " XXX@XXX .com " with a subject of " test ". 
    Data Refresh Settings:  Use the server defaults. 
    Start Time: 11/18/08 3:02:19 PM 
    End Time: 11/18/08 3:02:23 PM 
    Server Used: clr-combr.reportjobserver 
    Error Message: Error in File C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\Data\procSched\clr-combr.reportjobserver\~tmp1304574d76168ca.rpt: Unable to connect: incorrect log on parameters. Details: [Database Vendor Code: 18456 ] 
    I have made sure that the Reportjobobject is enabled and the server for SMTP email is enabled, and I am pretty sure I have the properties set up correctly within there, we created a email account specifically for crystal.  And that email account is also set up as a user.  I don't know where else to look.
    Please help.
    Thanks

    Hi Ashley
    I would like to suggest you following things with the Report:
    1) Please log in into CMC, go to Report which you want to schedule.
    2) Click on the report and go to Process
    3) Click on the tab Database.
    4) There will be two option to make the entries for database logon required for the Report.
    Please select the appropriate option. Are you able to Preview the report?
    What is the database in use? Please also check the odbc driver settings for that database.

  • Receive the message "unable to connect to itunes store" when trying to install updates for my apps

    trying to install updates available for a number of app on my phon and keep getting the same message "unable to connect to itunes store"............

    A possible cause is security software (firewall) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    * https://support.mozilla.com/kb/Server+not+found
    * https://support.mozilla.com/kb/Firewalls

  • [b]Unable to connect a Jdbc Program to Oracle database.[/b]

    Hi all,
    i am able to access Oracle database from server to my machine(client) without any connectivity of java.now,I am trying to connect my java program to Oracle database. i have no idea about any other driver.when i am trying to execute this code then it is showing fatal error: java.sql.SQLException: No suitable driver
         at java.sql.DriverManager.getConnection(Unknown Source)
    my code is here.if anyone is having idea then plz sort out it.
    Thanks n Regards,
    Abhi
    class Jdbc{   public static void main (String args [])throws SQLException, IOException{
    System.out.println ("Loading Oracle driver...");
         try {
         Class.forName ("sun.jdbc.odbc.JdbcOdbc");
           System.out.println("Driver Loaded!");}
         catch (ClassNotFoundException e) {
         System.out.println ("Could not load the driver");
         e.printStackTrace (); }
    System.out.println ("Connecting to the Oracle database...");
    String url = "Jdbc:Odbc:[email protected]:1521:rf","scott","tiger"
    //10.10.0.78 is oracle server IP address and rf is oracle instance.
    Connection conn = DriverManager.getConnection(url);

    Hi all,
    i am able to access Oracle database from server to my
    machine(client) without any connectivity of
    java.now,I am trying to connect my java program to
    Oracle database. i have no idea about any other
    driver.when i am trying to execute this code then it
    is showing fatal error: java.sql.SQLException: No
    suitable driver
    at java.sql.DriverManager.getConnection(Unknown
    n Source)
    my code is here.if anyone is having idea then plz
    sort out it.
    Thanks n Regards,
    Abhi
    class Jdbc{   public static void main (String args
    [])throws SQLException, IOException{
    System.out.println ("Loading Oracle driver...");
         try {
         Class.forName ("sun.jdbc.odbc.JdbcOdbc");
           System.out.println("Driver Loaded!");}
         catch (ClassNotFoundException e) {
         System.out.println ("Could not load the driver");
         e.printStackTrace (); }
    System.out.println ("Connecting to the Oracle
    database...");
    String url =
    "Jdbc:Odbc:[email protected]:1521:rf","scott","tiger"
    //10.10.0.78 is oracle server IP address and rf is
    oracle instance.
    Connection conn = DriverManager.getConnection(url);
    Hi , I dont know if u got the answer but couple of things i wanted to let u know.
    1. the driver u r using make it a thin driver as u r specifying that in the url .
    http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/htdocs/winsoft.html
    loading class 'oracle.jdbc.driver.OracleDriver'
    and url u have to change a little, this depends on the driver u use.
    "jdbc:oracle:thin:@balrog:1521:testJdbc"
    Regards,
    Lakshmi Narayana
    /********************* the code which i have tested **************************/
    public class Jdbc {
         * @param args
         public static void main(String[] args)     throws SQLException, IOException{
                   System.out.println ("Loading Oracle driver...");
                        try {
                        Class.forName ("oracle.jdbc.driver.OracleDriver");
                        System.out.println("Driver Loaded!");}
                        catch (ClassNotFoundException e) {
                        System.out.println ("Could not load the driver");
                        e.printStackTrace (); }
                   System.out.println ("Connecting to the Oracle database...");
                   String url = "\"Jdbc:Odbc:[email protected]:1521:rf\",\"scott\",\"tiger\"";
    //               10.10.0.78 is oracle server IP address and rf is oracle instance.
                   Connection conn = DriverManager.getConnection("jdbc:oracle:thin:@balrog:1521:testJdbc","ispsapp","ispsappbalrog");
                   Statement st = conn.createStatement();
                   ResultSet rs = st.executeQuery("select * from BC_PMT_APPLN");
                   if (rs.next()){
                        System.out.println("Column Count ="+rs.getMetaData().getColumnCount());
    }

  • Unable to connect jms client to stcms in JCAPS62 using admin\adminadmin

    I'm trying a simple java jms client to STCMS in jcaps62 but getting exception
    javax.jms.JMSSecurityException: Access denied by server. Check userid and password.
    at com.stc.jms.sockets.ProxyStcms.newSession(ProxyStcms.java:271)
    The following is my code snippet:
    Properties p = new Properties();
                   p.put(InitialContext.INITIAL_CONTEXT_FACTORY,
                             "com.stc.jms.jndispi.InitialContextFactory");
                   p.put(InitialContext.PROVIDER_URL, "stcms://localhost:18007");
                   p.put(InitialContext.SECURITY_PRINCIPAL, "admin");
                   p.put(InitialContext.SECURITY_CREDENTIALS, "adminadmin");               
                   p.put("com.stc.jms.jndispi.disconnected", "true");
                   InitialContext ctx = new InitialContext(p);
                   QueueConnectionFactory fact = (STCQueueConnectionFactory) ctx.lookup("connectionfactories/queueconnectionfactory");
                   Connection conn = fact.createConnection();
                   Session session = (Session) conn.createSession(false, Session.AUTO_ACKNOWLEDGE);
    Could any one throw some light on this
    Note: I have tried encrypting "adminadmin" and pass it, but no luck.

    yes it is working with in collaboration etc., with in GF and working when removed security for stcms. But here is it, I could able to connect to it through JMSJCA rar.

  • Unable to connect to the 10g Express edition database in oracle forms

    hi,
    i have installed Oracle Database 10g Express Edition and oracle 10g developer suite. i need to work on oracle forms by connecting to the database of the 10g express edition but unable to do so as i am not aware of the database name or SID.
    can any one tell me how to connect to the above database in oracle forms by specifying username, password and database name ?
    Thanks,
    Viddu

    specifying username, passwordSet up your database user, easy way is to grant them the resource role (*strongly* suggest not using sys nor system for user data) here's one command line sqlplus method:
    $ sqlplus /nolog
    SQL> connect system -- or connect /as sysdba; if system credential is lost/forgotten
    SQL> create user username identified by userpasswd default tablespace <tablespace> temporary tablespace <temp tablespace>;
    SQL> grant connect, resource to username;
    SQL> exit;
    > the database name or SID
    Its XE "out of the box", with a servicename is XE as well, using the default port 1521 on the host. The install should also set up a tns alias named, oddly enough, XE, with those connection details from the install. It comes with a USERS data tablespace, and TEMP temporary tablespace.
    So after the user is created, i.e. with sqlplus:
    SQL> connect username/passwd
    or if your session is not on the host where the database is running, with a tns alias pointing to the XE install host in place:
    SQL> connect username/passwd@xe
    From a different client machine you will need a tnsnames.ora entry defining an alias, it could be any name you would prefer to use as long as the entry points the the database host and port with the correct ORACLE_SID or the database service name.
    And don't forget to glance over the documentation, it is thorough and helpful as well http://www.oracle.com/pls/xe102/homepage

  • Unable to connect to internet using Wireless WPA after installing XP SP3

    Hi guys,
    Just installled XP SP3 on my X40 and now I cannot connect to a WPA wireless network.  I have updated the drivers etc but still no luck.
    Has anyone else got this problem and been able to fix it.
    I'm sure that if I uninstalled SP3 then it would work but I'd rather get a fix.
    Message Edited by mundo on 08-13-2008 12:57 PM

    I, too, am unable to get a good "connected" session with WPA.
    I have tried Windows Wireless:  stays in the mode: "Authenticating."
    I have tried Intel Proset Wireless: stays in the mode: "Connecting."
    I have tried Access Connections: stops after saying "Waiting for association."
    These different programs allow me to set up WPA profiles, and they see wireless networks and can communicate with them.
    I am on a Thinkpad T-42 (2373-Y3U).  Intel adapter 2200bg.  Windows XP Pro, SP3.
    I have tried WEP, and it works fine.  Other computers connect to (multiple, different) routers with WPA that I have tried, to no avail.
    I loaded latest Intel driver (file name: 7vwc15ww.exe, dated July 29, 2008).  But does not work... 
    I have tried going back to old drivers, but does not work. I have tried the steps: unload driver, load HotKey, Load PowerManagement, Load Access Connections, as described elsewhere, but does not work. 
    Why is this so hard.  Should be a no - brainer, it seems to me.  I've spent hours...
     Thanks, Todd

  • Windows 8.1: Unable to connect to IBSS network with a profile installed manually

    I created an IBSS network, Imported the IBSS profile and trying to connect from my Windows 8.1 machine. It was not connecting to the network for some reason. Is it supported in Windows 8.1?
    I was able to connect to the network from Windows 7 machine using same IBSS profile, But not with Windows 8.1. Is there any known issue related to this?

    Hi,
    Please take a look at the following articles regarding IBSS network:
    Connection Operation Guidelines for Independent BSS Networks
    Please note: IBSS (Ad hoc) and SoftAP are deprecated. Starting with Windows 8.1 and Windows Server 2012 R2, use Wi-Fi Direct.
    Wi-Fi Direct Miniport Initialization and Configuration
    Best regards
    Michael Shao
    TechNet Community Support

  • Unable to connect: incorrect log on parameters [Database Vendor Code: 1005]

    We have a report that has been in production for some time and ran successfully with no trouble.  However, it now keeps failing with this error and the log on parameters are correct.  The whole error is:
    Error in
    File / usr/local/bobje/data/procSched/mrspas051.reportjobserver/~ tmp2f0ea56e4c88a08d6.rpt: Unable to connect: incorrect log on parameters, Details: [Database Vendor Code: 1005]. 
    Can you tell us why a report suddenly fails with this error?  Thank you.

    We've been having the same issue with scheduled Crystal reports (in BO 3.1).  After much testing, we found that even though reports are set to use the custom database logon credentials, if the name of the original data source changes, it causes the error (Error in File ~tmp1d06ed702daa30.rpt: Unable to connect: incorrect log on parameters. Details: [Database Vendor Code: 1005 ] ).  For example, I publish a report to a production environment.  It has an original data source called "test".  I set it to use the custom database logon.  A user then creates a recurring schedule and it runs successfully.  A developer opens the report in Crystal 2008 and changes the connection to something else, for ex "dev" (in Crystal, this is on the Database menu, select "Set Datasource Location" and pick a different option under My Connections or create a new one), then saves the report to BO.  We promote the report to prod and it overwrites the existing file.  We make sure it's still set to use the custom database connection to prod but the recurring schedules that were set up when the original data source was called "test" immediately begin to fail.  I tried working with support but they didn't really help much.  They had me install the Oracle 11G client on our servers since we were connecting to our 11G repository with the 10G client but that did nothing.  They finally claimed that since our repository database was Oracle 11G R2 (not just 11G), it wasn't supported and they wouldn't go any further.  If anyone's found a solution, I would really appreciate hearing how it was fixed.

  • Unable to connect to data mining server via data miner

    Hello!
    After installing Critical Patch October 2005 we receive the following error message while trying to connect to the data mining server: "Unable to connect to data mining server".
    Before installing the patch we had no problems connecting via data miner (Windows 2000 Client).
    We are running Oracle DB 10.1.0.3 on SUSE 9 Linux.
    Any help would be appreciated.
    Regards
    Alexander

    Hello Xiafang!
    Thanks for your reply.
    The query results are:
    SQL> conn sys@oraentw as sysdba
    Enter password:
    Connected.
    SQL> select comp_id, version, status from dba_registry;
    COMP_ID VERSION STATUS
    WK 10.1.0.3.0 VALID
    EM 10.1.0.3.0 VALID
    XDB 10.1.0.3.0 VALID
    AMD 10.1.0.3.0 VALID
    CONTEXT 10.1.0.3.0 VALID
    SDO 10.1.0.3.0 VALID
    ORDIM 10.1.0.3.0 VALID
    EXF 10.1.0.3.0 VALID
    OWM 10.1.0.2.0 VALID
    ODM 10.1.0.3.0 VALID
    CATALOG 10.1.0.3.0 VALID
    COMP_ID VERSION STATUS
    CATPROC 10.1.0.3.0 VALID
    JAVAVM 10.1.0.3.0 VALID
    XML 10.1.0.3.0 VALID
    CATJAVA 10.1.0.3.0 VALID
    APS 10.1.0.3.0 VALID
    XOQ 10.1.0.3.0 VALID
    17 rows selected.
    SQL> select parameter, value from v$option where parameter like '%Data Minin%';
    PARAMETER
    VALUE
    Data Mining
    TRUE
    Data Mining Scoring Engine
    FALSE
    What do you suggest to do next?
    Thanks in advance
    Alexander

  • Accepting connection from client

    Hello,
    I want to create java server which accepts connection from client once and then continuously waits for request sent by client. Something same as select() call in C
    Something of kind
    Server.java:
    Socket socket = server.accept();
    while(true)
    // listen for request ,
    // if request received , create new thread for processing
    // return response
    I don't want to accept connection again and again
    Edited by: tryit on Aug 29, 2008 11:41 PM

    Thanks for the reply.
    But even in this library, an new thread is created which keeps on doing accept() in while(true) and after accepting connection , another thread is created to do the processing.
    But i want that once the connection is established between server and client i.e once accept() is done then just using that socket rest of processing i.e read()/write() is done , no need for accept() in while(true)
    I have something like this
    SenderReciever.java
    public class SenderAndReciever
        private ServerSocket server;
        private int port = 6000;
        public SenderAndReciever()
            try
                server = new ServerSocket(port);
         catch (IOException e)
                e.printStackTrace();
        public void handleConnection()
            try
         Socket socket = server.accept();
             /* PROBLEM AREA */
             /* This while loop results in infinite loop .
              * if i move Socket socket = server.accept() inside while then it  accepts one connection
              * returns a response but then waits for another connection to be accepted
              * But i want connection once accepted , use the same socket for rest all communications
         while (true)
              new ConnectionHandler(socket);
         catch (IOException e)
              e.printStackTrace();
        public static void main(String[] args)
            SenderAndReciever senderAndReciever = new SenderAndReciever();
            senderAndReciever.handleConnection();
    }ConnectionHandler.java:
    class ConnectionHandler implements Runnable
          private Socket socket;
          public ConnectionHandler(Socket socket)
             this.socket = socket;
            Thread t = new Thread(this);
            t.start();
          public void run()
             try
                readData();
                processData();
                sendData();
             catch (Exception e)
                e.printStackTrace();
    }

  • Unable to connect to the informatica repository on oracle database 11g

    hi all,
    i have installed OBI Apps 7.9.6.0 with informatica 8.6.0 and no hotfix.
    Now the problem is , when i create a repository service i get the error
    " The service did not start due to the following error: *Unable to connect to the repository Oracle_BI_DW_Base on database* . " here Oracle_BI_DW_Base is also the name of my .rep repository that came with OBI APPS installation.
    i have oracle database 11g installed and also created respective user for repository of informatica.
    what should i do in this case??
    plz help

    Good Morning.
    I had the same problem and I had the same IE 6, the problem was the translation between the IE6 from http and https, to solve it you just need to open your url typing
    https:url:port, do no forget to put the s after the http, with this my problem was solved.
    best regards.
    Digudi - São Paulo - Brazil
    Edited by: user12267194 on 24/11/2009 05:37
    Edited by: user12267194 on 24/11/2009 05:38
    Edited by: user12267194 on 24/11/2009 05:38

Maybe you are looking for

  • Reader X freezes in Windows Enterprise

    I've researched everything so far but can't fix this issue...When you load up a PDF document in Acrobat and click on comment, it freezes up...any idea why? we've loaded Symantec, Java 1.6.24, Office 2010, Multi-language pack and shockwave, all the mo

  • Printing SWF files as part of HTML page

    Hi, Can anyone help? I have created a bar graph application in Flash (Flash player 7 or later), that is part of a XHTML page. When I press print, within the web browser the XHTML page, the Flash bar graph part of the page doesn't print. Does anyone k

  • Segmentation fault while updateing [SOLVED]

    Hello all, I got this probem a few days ago, trying to run 'pacman -syu' ends in a segmentation fault. I have no clue what to do abou it.. I first tryed to update zlib manual as it was last in the list, worked fine. So i tryed wine and trying to upda

  • ITunes 11 playlist view options

    How can I view songs in a play list by different criteria? i.e. by date added, name, size etc Could easily do this in previous versions but can't figure it out in the latest version. thanks Pete

  • Disk Utility Keeps Crashing

    I'm running Leopard 10.5.2, and whenever I open disk utility, it crashes on startup. I can't even open .dmg's any longer. It's weird...I've repaired disk, permissions, everything. Here's the error text: Process: Disk Utility [300] Path: /Applications