Cannot connect to db using toad

hi ,
I get the following error while I try to connect my db using toad and windows sql
=========================================================
Fatal OSN connect error 12203, connecting to:
(DESCRIPTION=(CONNECT_DATA=(SID=INS)(CID=(PROGRAM=TOAD.exe)(HOST=Windows NT PC)(USER=altaf)))(ADDRESS_LIST=(ADDRESS=(PROTOCOL=ipc)(KEY=INS.WORLD))(ADDRESS=(COMMUNITY=tcp.world)(PROTOCOL=TCP)(Host=10.15.44.11)(Port=1521))(ADDRESS=(COMMUNITY=tcp.world)(PROTOCOL=TCP)(Host=10.15.44.11)(Port=1526))))
VERSION INFORMATION:
TNS for 32-bit Windows: Version 2.3.2.1.0 - Production
Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 2.3.2.1.3 - Production
Time: 03-JUL-08 12:36:22
Tracing not turned on.
Tns error struct:
nr err code: 12203
TNS-12203: TNS:unable to connect to destination
ns main err code: 12535
TNS-12535: TNS:operation timed out
ns secondary err code: 12560
nt main err code: 505
TNS-00505: Operation timed out
nt secondary err code: 60
nt OS err code: 0
============================================
but the same db is connecting using froms 4.5
may be some settings in the tnsnames or sqlnet.ora files got changed
please advise urgently
also can u guide me to some document detailing the significance of these two files
Altaf

Hi
When trying to connect to Oracle the following error is generated:
ORA-12203: unable to connect to destination
Possible Causes and Remedies:
Invalid TNS address supplied.
Verify that the service name is correct.
Verify that the name of the ‘host’ computer (defined as part of the TNS address) is valid and correct.
Destination not listening.
Ensure that the listener is running at the remove node. This can be verified on the server by using the command ‘lsnrctl80 status’ and also by looking at the services and checking that the service ‘OracleService<Sid>’ is running.
If the listener service is not running, does not exist and the database has just been created anew on the machine by restoring it from a backup, then the listener service will need to be created:
Oradim80 –new –sid <SID> -intpwd Oracle –startmode AUTO –pfile <full-path-of-init-file>
This should only be done in the circumstances outlined above.
Possibly because of underlying network transport problems.
Check that the remote node is visible on the network.
To gain more information in diagnosing the problem, enable tracking on the client, try making the connection again and then look at the trace file SQLNET.LOG.
There are multiple databases on the server and the database alias was not supplied as part of the connection string. This will only arise if connecting to the database on the same machine, since normally in this instance the database alias is optional if there is only one instance. Try:
Setting the environment variable ‘ORACLE_SID’ to the SID of the desired instance. (Consider setting ORACLE_SID in the registry.)
Explicitly specifying a database alias when connecting to the database.
Setting the environment variable ‘LOCAL’ or ‘REMOTE’ to the SID of the desired database. The service name does not then need to be specified.
Note: Using the utility ‘TNSPING’ may help in identifying any problems. As well as identifying whether a successful connection can be made, it also indicates whether the TNS name supplied is valid and if so then the host computer that it is trying to connect to. Syntax:
TNSPING <tns-name>

Similar Messages

  • PI 7.11: Cannot connect to server using message server:...

    Hello Guys,
    we make the Application Management for a Customer PI System.
    Scenario:
    - the SAP Gui Connection to the ABAP Stack is routed via SAPRouter and Works fine.
      SAP Gui -> our SAP Router -> VPN Box from Customer -> Firewall Customer -> ABAP Stack PI System
    - WebAccess its working fine, the Customer use Webdispatcher on every PI Server...
      Browser -> VPN Box from Customer -> Firewall Customer -> Java Stack (Port: 5xx00 btw. 81xx (Webdispatcher))
    Problem:
    Our Problem ist, we can not proceed the Integration Builder or the ESB, the Java Web Start works fine and open the Logon Screen Correctly -> but i fill the Logon Screen with my User name and Password and press Logon come the follwing Error:
    "Cannot connect to server using message server: ms://<hostname>.<domain>:8134/P4"
    In the Details from the Error Message:
    "<hostname>.<domain>:53404 Reason: com.sap.engine.services.rmi_p4.P4IOException:
    Cannot open connection to host: <IP-Adress of Central Instance> and Port: 53404"
    The Customer says, the Firewall is open with the IP Adresses and P4 Port but i dont think so...
    Can everybody help me, or have tips for me! I have checked a lot of OSS Messages (PI High Availabilty etc... its all correct on the System)
    Sorry for my bad English
    Best Regards,
    Markus

    Hi Markus,
    did you check if the browser is using a proxy? (In this case your scenario unfortunately won't work).
    P4-port should generally be routed via a proxy (described in the help.sap.com), but within the PI-Tools(JNLP) the proxy-usage is not implemented.  There is even a SAP-note that describes how to check the JavaWebStart-Proxyconfiguration, but this won't help either.
    If there is a proxy defined in the browser everything is working fine till you pass the logon-screen but even with the correct "javaws"-settings you won't be able to go on.
    (This problem is pretty bad if you do have developers and the SAP-servers seperated because of security issues. I'm hoping that this malfunction will be solved with upcoming patches.)
    Solution: Establish a connection without any proxy in between.
      E.g.: a terminal server in the same network
    It would be helpful to find more people with the same problem to force a fix from SAP for that.
    If anyone else is having problems with this, please add a comment to this thread.
    Best regards
    Christian

  • Not able to connect to database using toad

    we have a 11.1.0.7 database on solaris machine.
    when the development team tries to connect to it using toad, it gives them ORA-01017: invalid username/password error.
    We are using TNS entries to connect. From the same client machine, we are able to connect using SQLPLUS and SQL Developer using the same TNS entry. However, its not working on TOAD.
    Toad Version is 9.0.1. Any help is much appreciated.
    Thanks.

    Hi Muneer,
    My answer is arriving to this forum late, but I'll tell you what is happening to benefit others who have this issue. Older versions of Toad convert the case of the password to upper case when they attempt to authenticate to Oracle. Versions of Oracle prior to 11G had case insensitive passwords so it did not matter. But when 11G came out with it's case sensitive passwords, Toad could no longer authenticate. You can test this yourself by modifying the password for your Oracle account (usnig sqlplus) so that the password is completely upper case.....Toad will suddenly be able to authenticate.
    You will find that sqlplus and SQL Developer don't have a problem. That is because they don't convert the password to upper case, they just leave it as it is. I don't know why older versions of Toad convert the password to upper case, but that is what they do. Newer versions of Toad fix the issue. I believe that Toad versions 9.5 and later should work. I've also read, however, that 9.5 had issues with Oracle 11G client libraries so you might just want to upgrade to the latest/greatest version of Toad.

  • Cannot connect to server using message server: ms://xiidhasoft:50004/P4

    Hi SAP Guru's
    When PISUPER or any any of the enduser is trying to login in the Integration Builder , they are getting error
    Cannot connect to server using message server: ms://xiidhasoft:50004/P4
    I have tryed to search in SDN and got below solution but no success
    1. Exchange Profile of PI - http://host:port/exchangeProfile
    2. Check with the rmi port number.
    3. if rmi port number is empty or any number is present ( check with Tr code: SMICM - services - check for p4 port number - it will be ex: 5<nr>04)
    4. fill the rmi port number as present in the P4.
    OR
    implement note 864268
    I have Netweaver PI 7.1 .
    Please suggest some alternative solution.
    Thanks & Regards
    Vinay Patel

    You may check your local PC Java Network Setting.
    Troubleshooting:
    Probably Javau2122 WebStart does not detect the correct Proxy Settings. In this case please proceed as follows:
    To change the Proxy Settings for Javau2122 Web Start:
    1. Click Start --> Run  and enter javaws. Press button OK.
    2. Control Panel -> Programs ->Java -> Network Settings...
    3. Select Direct Connection to switch off the proxy settings and press button OK.
    If this still does not work, select Use proxy server to set manually the HTTP Proxy and Port.
    Contact your network administrator for the correct settings.

  • Since a I have intalled OS X Lion I cannot connect internet mobile using my ZTE mobile pen

    Since a I have intalled OS X Lion I cannot connect internet mobile using my ZTE mobile pen.

    It sounds like you need updated drivers. They are hard to find for that thing. This is what I found on a cursory search:
    http://studiofourfour.zendesk.com/entries/20305042-mac-os-x-lion-3-zte-usb-broad band-drivers
    You should consider contacting the manufacturer or cell provider that sold you the modem for support.

  • How to connect Oracle database using TOAD Database toll

    Hello ALL,
    I have installed oracle 9i and TOAD in my machine.
    I want to connect oracle9i using TOAD database toll.
    How can i able to connect Oracle9i using TOAD database toll?What is the code i will change in tnsnames.ora so that i am able to connect scott/tiger database using TOAD?
    tnsnames.ora*
    SUMANTA.IN002.SIEMENS.NET =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = BLRD025AL1)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = sumanta)
    Please suggest.
    Thanks for your time.
    Regards,
    Sumanta

    user2367151 wrote:
    Hello ALL,
    I have installed oracle 9i and TOAD in my machine.
    I want to connect oracle9i using TOAD database toll.
    How can i able to connect Oracle9i using TOAD database toll?What is the code i will change in tnsnames.ora so that i am able to connect scott/tiger database using TOAD?
    tnsnames.ora*
    SUMANTA.IN002.SIEMENS.NET =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = BLRD025AL1)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = sumanta)
    Please suggest.
    Thanks for your time.
    Regards,
    SumantaIf you have a listener on host BLRD025AL1, and that listener knows about a service named 'sumanta', then you don't need to do anything to your tnsnames.ora to use it with Toad -- or any other client tool. You just have to provide the correct connect string.
    What have you actually tried?
    What result did you get?
    Any oracle errors (ora-nnnnn or tns-nnnnn)?

  • Connecting over VPN using Toad

    Hello,
    We have started experience problems connecting to our 9i and 10g databases when using Toad over a VPN connection. Although a connection is actually made nothing is returned to the Toad client and it justs hangs. This problem only occurs over a VPN. When connected to the LAN there is no problem. Also it is possible to connect over the VPN using SQL Developer. This has only recently started happening. In the past we have been able to connect over the VPN without a problem. Sounds like a Toad problem? Yes! I was wondering if anyone else had experienced this and new of a resolution.
    Thanks James

    Hi ,
    The OP is able to connect through SQL Developer using VPN so no issues with VPN,The OP is facing problem when connecting using TOAD so:
    1)Try to disconnect the TOAD and than try if that doesn't work can you please type the error message you are getting while connecting to the TOAD using VPN.
    Best regards,
    Rafi.
    http://rafioracledba.blogspot.com/

  • Connect to Server using TOAD

    I am a newb to the DBA side of Oracle and have never setup an instance of it or installed it for that matter. I have TOAD and I would like to connect to the server using it. I have installed TOAD 7.6 on my workstation and that is all. I have not installed anthing else. The oracle database is on a server on our network.
    Do I need to install some client tools on my workstation to connect to the database server? When I try using ToAD to connect using the correct login, I get an iniitialization error - Could not locate OCI.DLL. I looked on the TOAD website and it mentioned briefly about an 'Oracle Client'.?
    Please assist me in getting connected to the server just by what I need locally on my workstation. Is it the same as SQL Server and just installing the Client Tools? If so, where can I find these tools for version 9.2.x.x (I think).
    Thanks,
    Greg

    Hi,
    I would stick to old full client install not instant as this will include all the extra you may need for visual studio i.e. odbc and ole....
    I've never used instant client and am not sure if its supported against visual studio, toad... , plus it is very cut down in what it offers

  • Cannot connect to database using the Upgrade Simulation Tool

    I have installed the Upgrade Simulation Tool on my system and when I try to run the tool my system works in the for awhile in the background and creates the _Simulation mdf and ldf files and a .bck file.  After 3 or 4 minutes it gives me an error "Cannot connect to the database".  
    It looks to me like it is connecting to the database because it is creating the files in the SQL Data folder.  I have tried to run it on several databases and get the same results.
    Thank you, Jeff

    Hi,
    You may not have the ability to upgrade it directly.
    He does have the ability.
    When downloading Pl 42, it is cleary marked as "Upgrader", which means it can be used for upgrade (in this case simulation) from a lower version than 2007A
    Patchlevel which are marked as "patch" are suitable only for updating the PL within the very same version of SAP Business One.
    This tool should run under 2007 system I believe.
    The Upgrade Simulation tool was designed in orderto test an upgrade, therefore it can run at a machine where 2005 version is installed. Technically speaking it creates a second SBO-common, which can be used only with the special designed (read only) client of the tool.
    Jeff, you should check access rights of your SQL Data folder.Maybe grant user "Everyone" modifying rights to that folder. In addition you could try to detach a DB and move the related *.mdf and *.ldf to another folder where no access denied rights were applied.
    If using MSSQL 2005 create via ODBC a Native Client connection to the Server, although you might just working locally only.
    Regards
    Mario

  • Cannot connect to database using SQL*Plus

    Hi, I have Oracle 10g XE installed in my labtop and I cannot connect using SQL*Plus.
    I can connect using the broser User Interface though, which I was able to do after doing the following procedure to change the password of the sys account:
    -     open a command prompt
    -     - type sqlplus
    -     On the “Enter user-name” line, type /as sysdba
    -     On the SQL> prompt, type alter user sys identified by NewPassword;
    But the thing is that even though I am able to connect using sys/NewPassword from my browser UI, I dont get the same result when doing it using the SQL prompt.
    What I am trying to do is this:
    SQL> connect sys/NewPassword
    Then I get first a warming saying that I need to use either sysdba or sysoper to connect to the system account, but neither of those work.
    Can anyone advice me on this matter?
    Thanks in advance

    Thanks for that.
    I run the command to list the usernames on the database and I got SYS and SYSTEM in the list. But again, when I try to use SYS with a password that I know is working because I can access it through the browser UI, it doesnt work. It seems like this sys is different to the sys I used in the UI.
    I dont know if I am explaining myself correclty... In the Browser UI I use sys, and a password and I get connected to the sys account. However, if I try to use the same sys.password combination from my sqlplus prompt, I get error messages
    Does this make sense at all?

  • Cannot connect to internet using apple applications

    Hi,
    I cannot connect to the internet using these apple applications: Safari, Software Update, iTunes.
    I can connect to the internet using Firefox and iChat.
    I have just reinserted my OSX 10.4 discs and reinstalled the software (making an archive and using my old settings choice). But it still doesn't work.
    Why won't apple applications connect to the internet?

    Lisa W wrote:
    I just updated to 10.4.11 and tried to run my brand new Safari 3. NO GO.
    I'm having a much smaller problem (just accessing certain sites) which I think may have begun with 10.4.11. I'd agree that you might want to try launching the disk utility and repairing permissions. Then you may want to run Software Update again and see if it finds other updates that may be required. Sometimes after a revision patch application, especially if you don't apply patches soon after their release, there are other applications and stuff which need to be updated after you've run the initial update. It's not a typical thing, but it does happen on occasion.
    The only time I've really had a problem with an update was, I believe, 10.4.9... I think I let Software Update do it's job, but wasn't ready to save and quit an open document or two, so just did something I'd done before, without issue... I "force-quit" Software Update. This was not an advisable move, as it turned out. Indeed, I think that time, after staying up all night trying to suss out the problem, was when I found a couple other people who'd had similar issues with the update because it required a second re-start after patch application. In my sleep-deprivation-induced state of temporary insanity I selected a user name which I now find rather embarrassing... I don't remember picking "MacCrackHead", actually... LOL ... but that's another story.
    If you have an external drive that you've backed up your system install to, you may be able to boot off of it and see if things work normally (as I did when I moved from 10.4.8 to 10.4.9 and had the issues)... Ultimately I ended up making a second back-up of my external back-up and running the 10.4.9 update offline. It went well, so I cloned my back-up back to my normal start-up. I can't remember now what the issue was then, but it was pretty problematic for me.
    My routine, when I see an important update available is now:
    1) Don't update when Software Update finds something;
    2) Save my work and close all applications.
    3) (Recommended): Bring my back-up clone of my start-up drive up-to-date.
    4) Run software update.
    5) Restart when it tells me to (required for many updates, and all system version updates)
    6) Run software update again on re-boot to see if there's anything else that follows... (usually none)
    7) Run disk utility and repair permissions.
    Good luck resolving your issue, Lisa.
    Lowell

  • Cannot connect to Internet (using Safari)

    Hi all.
    I got my Macbook (unibody) for about 7 months ago. I have never had any problems with it, but now suddently Internet has stopped working. I am using only Safari. It just says "cannot connect to Internet" when i try get online. The weird thing is that Internet works to all other computers here at home, but not on mine. I have checked that all the cords are plugged in and all lights are on. I have tried using the internet cords for the other computers on my Mac, but they dont work. The cord i am using is working on other computers too, so there is nothing wrong with it. It is like my Mac doesn´t "recognize" that i have the cord plugged in. When i am on the systems settigns it says that everything is offline, and when i am on the Ethernet settings it does not have any IP adress written or anything, and i have chosen "Use DHCP".
    What should i do? I was watching a movie yesterday and had the laptop in my lap, maybe it got overheated or something? Or is it something wrong with the network card? Please help, this is so frustrating!

    Hi all.
    I got my Macbook (unibody) for about 7 months ago. I have never had any problems with it, but now suddently Internet has stopped working. I am using only Safari. It just says "cannot connect to Internet" when i try get online. The weird thing is that Internet works to all other computers here at home, but not on mine. I have checked that all the cords are plugged in and all lights are on. I have tried using the internet cords for the other computers on my Mac, but they dont work. The cord i am using is working on other computers too, so there is nothing wrong with it. It is like my Mac doesn´t "recognize" that i have the cord plugged in. When i am on the systems settigns it says that everything is offline, and when i am on the Ethernet settings it does not have any IP adress written or anything, and i have chosen "Use DHCP".
    What should i do? I was watching a movie yesterday and had the laptop in my lap, maybe it got overheated or something? Or is it something wrong with the network card? Please help, this is so frustrating!

  • ORA-12154: TNS:could not resolve the connect identifier specified using TOAD client

    I try to using connect with remote database using TOAD client. My oracle version is 10.2g. I follow these instructions that specified on this link, instead of step 13, because i cant understand what they explain http://http://avangari.wordpress.com/remote-oracle-database-access-using-instant-client-and-toad/ . My Oracle TNS_ADMIN path is C:\oracle\product\10.2.0\db_1\network\ADMIN and ORACLE_HOME is C:\oracle\product\10.2.0\db_1. I found many question regarding this query, but i am not found my answer.

    948021 wrote:
    I try to using connect with remote database using TOAD client. My oracle version is 10.2g. I follow these instructions that specified on this link, instead of step 13, because i cant understand what they explain http://http://avangari.wordpress.com/remote-oracle-database-access-using-instant-client-and-toad/ . My Oracle TNS_ADMIN path is C:\oracle\product\10.2.0\db_1\network\ADMIN and ORACLE_HOME is C:\oracle\product\10.2.0\db_1. I found many question regarding this query, but i am not found my answer.
    see: http://edstevensdba.wordpress.com/2011/02/26/ora-12154tns-03505/ (ora-12154 TNS:could not resolve the connect identifier specified)
    And for background info
    see: http://edstevensdba.wordpress.com/2011/02/09/sqlnet_overview/  (Help! I can’t connect to my database  )
    see: http://edstevensdba.wordpress.com/2011/02/16/sqlnet_client_cfg/  ( Help! I can’t connect to my database (part duex) )

  • Cannot connect to receiver using AirPort Extreme due to password protection

    I have a new AirPort Extreme and Harman Kardon receiver. I am trying to connect the HK receiver to my home network, after entering in all the necessary info (IP, subnet mask etc) I still cannot connect to internet radio, Pandora etc. I called HK and they say it is because my home network is password protected. They recommend I disable to the password and keep it without a password. Is this the only option I have?

    There is no reason to do this if your HK receiver cannot connect using wireless, as appears to be the case here.  You must have misunderstood the HK support person, or they misunderstood you when you spoke with them.
    The information in the manual only talks about a wired Ethernet connection.  There is no information that I can find that would indicate that the HK Receiver will be able to connect to the wireless network using wireless.
    Unless you can provide another link that would indicate otherwise, you will need to plan to connect the HK receiver using a wired Ethernet cable, or use a pair of EOP adapters to send the signal over the AC wiring in your home.
    It would also be possible to use an AirPort Express to connect to the AirPort Extreme over wireless by locating the AirPort Express near the HK receiver and then in turn connecting a short Ethernet cable from the AirPort Express to the HK receiver.

  • Cannot connect to itunes using 3g

    I can connect to itunes or apps using wifi but i cannot connect using 3g....is this usual ....I'm using vodaphone in the uk

    Can you connect to anything with 3G via the internet? Do you see an cellular icon and bars on the upper right? Is cellular turned on? In setting what odes it say under your cellular account under cellular data?

Maybe you are looking for

  • N97 Copy & Past missing?

    How can I copy urls from the browser, or past passwords into my wlan configuration? On my N95, there was a dedicated key for copy&past but this key has been stripped by Nokia on the N97. I could live with that, if there would be a key combination equ

  • Exporting from Live type as uncompressed

    Does anyone know if it is possible to export from live type with no compression or in different codecs? I have this option in FCP and AE and my graphics and type look great when export using "none" compression or 10 bit uncompressed.

  • UTIL_FILE.FOPEN

    Hi I am trying to open one file using UTIL_FILE.FOPEN and log the error msgs into the file But the file is not getting created in the path specified DECLARE CURSOR CUR_ERR_HEADER IS SELECT PRODUCT_CODE || '|' || PRODUCT_CODE_TYPE || '|' || PRODUCT_CO

  • Delete master file & versions fromhard drive ... completely!!!

    I just bought a new iMac yesterday and imported 12,000 pictures on the hard drive. Strarted my clean up using delete master image and all version ... files gets transfered into the aperture trash! ... i empty the trash ... files STILL REMAIN ON MY HA

  • Can I downgrade from iOS7? My phone won't charge at all since updating.

    I have tried several chargers but none work. It has worked fine before installing iOS7.  Any ideas how todowngrade or fix? Thanks