Unable to connect using TOAD

Hi All,
I'm not able to connect to DB using TOAD. While connecting I'm getting the below error:
ora 01304 oracle not available
     ora 27101 shared memory realm does not exist
     linux-x86_64 error 2 no such file or directory
To resolve the above issue, I reloaded the listener. After reloading the listener I was able to connect to DB.
But after some I got the same error and wasn't able to connect.
Means when listerner is reloaded I'm able to connect but after some time getting the same issue. I'm not getting the reason why its happening.
Please advise.
Thanks.
Ashwani N.

Hi All,
I'm using the below TNS entry to connect through TOAD.
In this host1 is my primary server (up and running) and host2 is my physical standby server(mounted). With the below TNS entry its directing me to the standy by and I'm getting the error:
Oracle Initialization or Shutdown in progress.
DG_TEST =
(DESCRIPTION_LIST =
(DESCRIPTION =
(FAILOVER=ON)
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = <host1>)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = XYZ)
(FAILOVER_MODE =
(TYPE = SELECT)
(METHOD = PRECONNECT)
(RETRIES = 20)
(DELAY = 30)
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST =host2)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = XYZ)
Please Advice.
Thanks.
Ashwani N.

Similar Messages

  • "Unable to Connect" using Firefox and Windows 7. Have tried all the suggestions on this website to no avail. I need firefox for my work! Please help!

    "Unable to Connect" using Firefox and Windows 7. Have tried all the suggestions on this website to no avail. I need firefox for my work! Please help!
    == This happened ==
    Every time Firefox opened
    == Since I downloaded Firefox

    same here my AV is ESET, i already unblock it but no use can't connect to the internet..

  • Fire fox will not open, page says unable to connect. using 7.0.1

    Fire fox will not open, page says unable to connect. using 7.0.1

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Unable to connect to TOAD : ora:-12546 TNS Permission error

    Hi friends
    Kindly help me
    Am Unable to connect to TOAD : ora:-12546 TNS Permission error
    till 2 days before it was connecting.
    Dont know what happened now
    SQL*Plus and Forms 6i are getting connected.
    What can be the issue ?
    Regards
    Dora

    Hi
    ORA-12546: TNS: permission denied
    Cause: User has insufficient privileges to perform the requested operation.
    Action: Acquire necessary privileges and try again.
    Pls check the sites suggest by google
    http://dbmotive.com/oracle_error_codes.php?errcode=12546&type=ORA
    http://www.ironspeed.com/Designer/6.2.1/WebHelp/Part_V/ORA_12546_TNS_permission_denied.htm
    Thanks & Regards
    Srikkanth.M

  • Unable to Connect Using New AirPort Express 802.11n

    My mom purchased an AirPort Express 802.11n wireless router (AX) and I, as the designated "technology guru", was tasked with setting it up. Unfortunately, I am having problems out of the box.
    When I connect it to the wall, it is found by AirPort Utility, but when I try to set it up, it is unable to connect to the wireless network. ("An error occurred joining the selected wireless network." "An error occurred, close the configuration window and try again.") This is annoying because I have an older AX and it was true to the "it just works" Apple mantra. It is also annoying because the error message has a comma splice.
    Feeling pretty proud of my "technology guru" title, I come here to see what I could be doing wrong. I try connecting the computer directly to the router via ethernet cable. With this, I am able to setup my wireless network. I am still not able to connect to it. Additionally, once the AX has been configured, the AirPort Utility can't find it.
    I tried updating firmware to 7.5.2. I've tried downgrading to 7.3.2. I've tried hard resets, soft resets. Every tip I could find I have tried. Please help. My self-confidence is wearing out.
    Is it time for a call to Apple or a visit to the Apple Store?

    Are you trying to configure the Express to "join" the wireless network?
    If yes, the message you are receiving is likely an indication that you do not have the correct security settings selected for the Express. Unless the security settings between the wireless router and Express match up exactly, the Express will display the error that "an error occurred, etc".
    The easiest way to confirm if you have this problem is temporarily set the main wireless router to "no security" and try to connect the Express that way. If you can connect, then you know that it is a security issue.
    Please tell us the exact setting for security that the wireless router there is using and we'll try to give you some more ideas.
    The Express will connect. It's just a matter of finding the right settings.
    Message was edited by: Bob Timmons

  • Unable to connect using sqlplus using Oracle 11.2.0.1 32bit(x86) client

    I have database running on Oracle 11.2.0.3 on Linux 5.5 64bit. Another server where I have installed Oracle Client 11.2.0.1 32-bit (x86). (http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-linuxsoft-085393.html).
    But I can not do tnsping, I get segementation fault. Additionally, I can not to database using sqlplus <user>@SID. I get prompted for the password, then I am back the unix prompt again without any error.
    For debugging, I installed 64bit version of the client, which can connect to database. I am using same version/copy of tnsnames.ora. No special character (^M) in the tnsnames.ora.
    Any suggestions how do I get this fixed?
    Thanks,
    KP

    I figure I should update my findings on the resolution.
    during Oracle 11.2.0.1 client installation, there was an error/warning message about oracle net configuration assistant unable to run. So, I had ignore it thinking its benign and created the tnsnames.ora file manually. On a hunch after 9 days of debugging, i decided to look into this warning message, and found some info in the ora32Inventory/logs/installAction-<date>.log. It had following error about java when running oracle net config.
    INFO: # Java VM: Java HotSpot(TM) Server VM (1.5.0_17-b02 mixed mode)
    INFO: # Problematic frame:
    INFO: # C [libnnz11.so+0x3c35e]
    So, I google the error, and after some research and reading, found an oracle patch to address this error:
    ORA-24550: SQL*Plus 32-Bit Client May Crash On Linux X86-64 OS With AMD Processor [ID 1120724.1]
    Patch info: 8670579 - DBBETA :NETCA/DBCA FAILED WITH HOTSPOT VIRTUAL MACHINE
    Typically, this patch (8670579) is installed on Oracle RAC. however I tried on my app server (oracle client). It resolved my sqlplus issue and more importantly it resolve my application (Business Objects/BSAE) installation issue where it was unable to connect to oracle database using 11.2.0.1 client.
    Cheers,
    KP

  • ORA-12154 trying to connect using TOAD

    Hi all,
    I have Oracle 10G up and running on W2K, and working fine with sqlplus.
    I have setup the registration KEYS (HKEY_LOCAL_MACHINE/...) so TOAD can look at the proper Database, but when I try to connect, I get the famous (and frustrating!) "ORA-12154: TNS:listener does not currently know of service requested in connect descriptor".
    the TNSPING works fine as well as requested in the TOAD help file.
    I don't really know what I have to do at this stage. Any idea is welcome.
    Thanks,
    Philippe Le Mounier

    Try this:
    set ORACLE_HOME and ORACLE_SID environment variables to the correct values by right clicking on "My Computer" on desktop and clicking:
    Properties -> Environment Variables -> New
    And then try connecting to TOAD.
    I would suggest restoring the registry entries to their original values (since the connecting should work without changing any registry entries).

  • IChat is unable to connect using a .Mac account

    Hello,
    I have tried to connect using iChat and a .Mac account (no, I do not have an AIM membership and am only a .Mac member).
    When I tried to add a friend to the buddy list (there are only Bonjour and AIM lists available, but I'm a member of neither), the AIM list simply says "connecting..." but the connection never completes. I've sometimes waited for hours for the connection.
    At this moment, the settings in the iChat program are:
    server: slogin.oscar.aol.com
    port: 5190
    Use SSL is checked.
    I also tried login.oscar.aol.com, port 5190, and left the SSL option unchecked. Neither method works at all. Is there a reason it won't connect to the server? Also, why does it use an AOL server? Do they host .Mac accounts?
    Ryan

    Same problem here... I haven't been able to get iChat to work in days. I have tried changing to port 443 and my password is perfectly acceptable etc but it hangs on "connecting" and then just disconnects or gives me the message "connection could not be completed because it timed out"
    nothing on my end has been changed in years but Apple was working on system maintenance a few days ago and that is when I lost iChat. The .Mac system status message area says"Due to scheduled maintenance, 100% of members could not access .Mac services. Normal service has been restored." but that is obviously bunk. I am not the only one... a friend of mine locally has the same issue. I think someone at apple has screwed something up!

  • Unable to connect using Enterprise Manager

    I have Oracle 9.2 installed on w2000 server and it was working fine when I use isqlplus and sqlplus. However, after I type in the userID:SYS and password to expand the tree of the database when I use Enterprise Manager , it gives me the error ORA-12520. I got the same error when trying to create DSN in ODBC driver configuration.

    Solution:
    I ran into the same problem. You have to first create a password file. Run
    orapwd file=<fname> password=<password> entries=<users>
    The file will usually be in the dbs by default. You may have to play with the file name. I had to make it orapwd in dbs to make it recognize correctly.
    Next you need to modify your startup parameter for your instance to use the remote_login_passwordfile='shared' or 'exclusive'
    Set it to exclusive if you have only one instance or shared if you have multiple instances. I had to use the pfile and start the instance with that. Just rename your spfile and type 'sql>create pfile from spfile' and then edit it. Set your parameter and restart your instance. The do 'sql>create spfile from pfile' to make your spfile again. Now you should be able to connect as sys remotely from sql or OEM!!!
    Doc:
    Setting REMOTE_LOGIN_ PASSWORDFILE
    In addition to creating the password file, you must also set the initialization parameter REMOTE_LOGIN_PASSWORDFILE to the appropriate value. The values recognized are described as follows:
    Value Description
    NONE
    Setting this parameter to NONE causes Oracle to behave as if the password file does not exist. That is, no privileged connections are allowed over non-secure connections. NONE is the default value for this parameter.
    EXCLUSIVE
    An EXCLUSIVE password file can be used with only one database. Only an EXCLUSIVE file can contain the names of users other than SYS. Using an EXCLUSIVE password file allows you to grant SYSDBA and SYSOPER system privileges to individual users and have them connect as themselves.
    SHARED
    A SHARED password file can be used by multiple databases. However, the only user recognized by a SHARED password file is SYS. You cannot add users to a SHARED password file. All users needing SYSDBA or SYSOPER system privileges must connect using the same name, SYS, and password. This option is useful if you have a single DBA administering multiple databases.

  • Unable to connect to Toad

    Database- oracle 10g
    Operating System : Win XP Prof
    Trying to connect to Toad and getting below error...
    **ORA-12170: TNS Connection timeout**
    Please help...

    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 07-APR-2010 00:21
    :25
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 2: No such file or directory
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=000.000.0.000)(PORT=1521
    TNS-12535: TNS:operation timed out
    TNS-12560: TNS:protocol adapter error
    TNS-00505: Operation timed out
    32-bit Windows Error: 60: Unknown error
    Now, when I tried to start listener then i received below output
    Starting tnslsnr: please wait...
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production
    System parameter file is C:\oracle\product\10.2.0\db_1\network\admin\listener.or
    a
    Log messages written to C:\oracle\product\10.2.0\db_1\network\log\listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521
    ipc)))
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=000.000.0.000)(POR
    T=1521)))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    32-bit Windows Error: 49: Unknown error
    Listener failed to start. See the error message(s) above...
    Edited by: user5616229 on Apr 6, 2010 9:26 PM

  • Unable to connect using SMB in finder to iPhone

    i am running 10.6.2, i can connect in finder using afp://xxx.xxx.x.x to my iphone logging in using root and password
    however, when i try smb://xxx.xxx.x.x, i get this error
    connection failed: there was an error connectiong to the server "xxx.xxx.x.x". check the server name and IP address.
    i thought i should be able to connect using afp or smb.

    Yup, thats the format that i've been using.
    I tried what you said and this time it said that it couldn't find the server. I tried using both the ip address and the URL, neither worked

  • ORA805.dll unable to access using TOAD

    Has anyone encountered this issue?
    Access violation in module ora805.dll using the TOAD software
    What was the solution to correct?
    Thanks

    First recommendation is to upgrade your Oracle client as advised. If that's not possible - Toad is still tested and certified for Oracle releases all the way back to 7.3. But there are complications of course - as certain Oracle client versions cannot connect to some older databases. But your case here looks to be Toad specific. I think you should double check that Toad is pointing to the correct Oracle home for that client. The Toad connection screen offers the ability to look into that.

  • Unable to connect using Net service name

    I'm running 10.2.0.3 on a RHEL 4 box. I am able to connect to Oracle locally using :
    sqlplus username
    however, if i try to login using:
    sqlplus username@SID, i get this error message:
    ================================
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    ==================================
    My sqlnet.ora file looks like this:
    =======================
    SQLNET.AUTHENTICATION_SERVICES=(NONE)
    NAMES.DEFAULT_DOMAIN = world
    NAMES.DIRECTORY_PATH=(TNSNAMES)
    =============================
    and my tnsnames.ora file looks like this:
    ===========================
    testsid.world =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 1.2.3.4)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = testsid)
    ==================================
    i ran TNSPING on the box, and that returns a success code, so I'm not really sure what I'm missing here. Any help would be greatly appreciated.

    Peculiar.
    When you show yourself logging on to an instance, wouldn't it be a good idea to then demonstrate that you've actually connected to the right instance? Instead, you do a mere count from a table. Why not, instead, do a select instance_name, status from v$instance? Then we would indeed know that an instance called TESTSID is running and that its status is OPEN. Without that, your statement that "this is how I know the database is up" is really just a faith-based proposition. The statement you show simply tells us AN instance is up: it doesn't tell us WHICH one, though (and your lsnrctl status feedback makes it clear more than one is running).
    Your output from tnsping is largely irrelevant, too. TNSPING tells you whether your client can talk to a listener, and that's it. It says nothing at all about whether the instance you're trying to reach is up, down or otherwise engaged.
    A better command to diagnose these sorts of things, incidentally, is lsnrctl services, because it's a service you are ultimately trying to connect to, so seeing what services your listener is aware of is more useful than knowing the status of the listener.
    Anyway: your listener has been configured statically to listen for two instances (PBDPASSM and TESTSID). "Configuring statically" means simply that your listener.ora will have a SID_LIST section in which both those services are listed as things the listener should be listening for. Because they're in the SID_LIST, that's why those services are listed in your lsnrctl status report -and that's also why they're listed as status UNKNOWN.
    If the instances were actually running, and unless you've set the LOCAL_LISTENER parameter in the init.ora for each instance to something weird, you would **also** see each service listed as 'Ready', because each instance's PMON background process would be registering the existence of its instance dynamically and actively with the listener. It's not saying, "Please listen for this but I don't know if it's running or not" but "here I am and I want you to listen on my behalf". So the listener does know its status at that point, and hence records it as 'ready'.
    The fact that you don't have any statuses of 'ready' means the instances aren't running or they are running but unable to register with the listener (perhaps because LOCAL_LISTENER is directing them to some other listener running on another port). But if dynamic registration was not working for that reason, static registration would still be fine for the purposes of making connections if the instance was actually up. Which again raises the question of which one you managed to connect to when you did the sqlplus / as sysdba in your test.
    I don't believe the case of anything is the issue here, by the way: your listener reports "testsid" and your SERVICE_NAME is asking for a connection to "testsid", so I see no problem there. It would be different if one said 'TESTSID' and the other 'testsid', but that's not what's happening.
    I'd like to see the output of a ps -ef | grep PMON for this host. I'd also like to see the results of a select instance_name, status from v$instance when you do your test connection. And I'd finally like to see the output of show parameter local_listener.

  • Unable to connect using SQL Developer.

    Hi,
    I am having a hard time connecting to the database instance using "Cloud Connections," in SQL Developer.
    I am using the information found in here: http://docs.oracle.com/cloud/CSDBU/develop.htm#BABDBHJA to connect to my cloud-service, but all I get is an error:
    "Authentication Failed Invalid resource owner credentials."
    I am positive that I am using the same username and password as when logging in to could.oracle.com.
    Can anybody help me?

    Apologies for any difficulty you have been having.
    I would start by reviewing the white paper on data movement. My guess is that you have not defined an APEX user with SQL Developer privileges (yes, I know the process could be more clear - it's getting there.)
    You can find the white paper here - http://www.oracle.com/technetwork/database/database-cloud/public/data-movement-wp-1844121.pdf. Please make sure you follow all the steps properly, for both initialization and the actual connection.
    Hope this helps.
    - Rick Greenwald, Product Management, Database Cloud Service

  • Unable to connect using connect string in linus using sys user in Linux

    Hi,
    I am facing problem in using connect string while connecting as sys user in Linux OS
    For example:
    When I am connecting as
    sys/sysoracle as sysdba its getting connected.
    But when I am providing the connect string such as sys/sysoracle@TEST as sysdba its showing with error as:
    ORA-12505: TNS :listener does not currently know of SID in connect descriptor
    Any help will be benefitial for me
    Thanks and Regards

    >
    ORA-12505:
    TNS:listener does not currently know of SID given in connect descriptor
    Cause:     The listener received a request to establish a connection to a database or other service. The connect descriptor received by the listener specified a SID for an instance (usually a database instance) that either has not yet dynamically registered with the listener or has not been statically configured for the listener. This may be a temporary condition such as after the listener has started, but before the database instance has registered with the listener.
    Action:     
    - Wait a moment and try to connect a second time.
    - Check which instances are currently known by the listener by executing: lsnrctl services <listener name>
    - Check that the SID parameter in the connect descriptor specifies an instance known by the listener.
    - Check for an event in the listener.log file.>
    So are you sure that TEST is a right connection string that you are using and is rightly configured?
    HTH
    Aman....

Maybe you are looking for

  • Can i print from iPad wireless to my printer w/o getting an Air printer?

    I have a router that can print from my PC or from my Lenovo laptop wirelessly to a Canon printer that is wired to the router via an ethernet cable. is there some way to get the iPad to see the printer without having to buy on of those Air Printers? i

  • Iphone 5 backup problem

    Bought new macbook pro on os x 10.8.4 trying to backup my iphone 5 with itunes. Everytime i click on backup on this computer is starts but never finishes it gets to the end but still carrys on spining and saying backing up,iv left it for 2hours but s

  • Unable to start mirroring due to 1418 Errror!

     Hi all,  while starting  mirroring getting error " TCp/ip does not exist " The server network address "TCP://C0046739.itcs.hp.com:5022" can not be reached or does not exist. Check the network address name and that the ports for the local and remote

  • Help with OCI array interface

    I have not been able to find any good examples showing the use of the OCI array interface. Could someone supply or point me to an example? I would appreciate an example that uses straight SQL as well as an example that makes a PL/SQL stored procedure

  • Problems performing an outer join

    I added some criteria to the following sql statement to get the relationship. ie ('Husband', 'Wife','Father','Mother','Step Mother','Step Father','Father in-law','Mother in-law') The problem is that I also want to beable to display those that are not