Connection AlwaysOn AG Listener Problem

I'm a newbie for microsoft technologies and I'm having problems in connectivity part for SQL Server 2014. This is probably an easy issue but I'm stuck.
I've 4 servers. One of them is the Active Directory Domain Controller, one is the application server and the others are being used for SQL Servers. Since it's a connectivity issue, IP's for servers are; -AD
DC : 10.6.0.100 ( Also the DNS Server ) -APP : 10.6.0.110 -SQL 1 : 10.6.0.120 -SQL 2 : 10.6.0.121
I've successfully created a failover cluster (DBCLUSTER) and set the IP address of the FC as 10.6.0.130( which is not an
actual server IP, I really don't get this part.. ).
Later, I've created an AlwaysOn Availability Group for sql servers. I've successfully created the AG without listener. I could connect to servers from each other, database syncs without problem. Then, I've created a listener (AG-LISTENER)
and set it's ip as 10.6.0.131 ( which is not an actual server IP, again?
) and set it's port to 5525. It gave no problems.
So I wanted to test connectivity. When I wanted to make connections from APP server to directly SQL
1or SQL 2, I can connect without problem. But when I try to
connect to AG-LISTENER, it cannot find it on network. When I check the DNS records. I can see it as it's being hosted on 10.6.0.131.
When I tried to ping to AG-LISTENER from AD-DC, APP, SQL 2 servers,
it responds that the destination host is unreachable (it's pinging 10.6.0.131 but the response comes from the IP's of AD-DC, APP and SQL 2 servers). It can connect from SQL 1 server,
which is the primary for AG.
I've checked the firewalls, there's no problem. But I think this is an network issue which I have no clue.
PS: Servers are operating on Windows Server 2012 and are not being hosted on Azure.

Lets start with concepts.
The Cluster IP and the AG Listener IP are virtual IP addresses.  Windows Server Failover Clustering (WSFC) will bind and unbind those addresses to specific cluster nodes to enable connectivity.  WSFC arbitrates the use of the virtual addresses
so that client applications are abstracted away from the underlying physical resources.  This is by design.
Ping will always respond from whatever physical NIC currently owns the virtual IP.  This has been driving firewall admins nuts for over ten years. 
Just for grins, you can see the Virtual objects in both Active Directory and in DNS.  I would check and see that these are as expected.
Troubleshooting.  You have most of the issues solved.  I would check SQL Server Management Studio as well as Failover Cluster manager and make sure all the AG resources are online.  The AG listener should connect to the primary replica from
anywhere in the network.  Since you can connect to the underlying SQL instances, there is no connectivity or security issue.  You can use SQL Configuration Manager to inspect (DO NOT CHANGE ANYTHING!!) SQL server network bindings.
Geoff N. Hiten Architect Microsoft SQL Server MVP

Similar Messages

  • Ora-12514 connect to SCAN listener in dataguard RAC environment

    I have two rac nodes datase on linux and two rac standby database also.
    Here are what I got when I try to connect to scan listener from client. It connects to vip/or scan ip addresses without any problem.
    sqlplus system/password@wxcy
    SQL*Plus: Release 10.2.0.3.0 - Production on Wed Mar 14 18:42:42 2012
    Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
    ERROR:
    ORA-12154: TNS:could not resolve the connect identifier specified
    But when I log in to the ip address of the scan listener, it worked:
    sqlplus system/[email protected]:1521/wxcy
    SQL*Plus: Release 10.2.0.3.0 - Production on Wed Mar 14 18:43:12 2012
    Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
    Data Mining and Real Application Testing options
    SQL>
    Here is the tnsnames.ora on the client:
    wxcy =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)
    (HOST = scan.com)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = wxcy)
    Here are listener.ora and tnsnames.ora on the server:
    LISTENER=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER)))) # line added by Agent
    LISTENER_SCAN3=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN3)))) # line added by Agent
    LISTENER_SCAN2=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN2)))) # line added by Agent
    LISTENER_SCAN1=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN1)))) # line added by Agent
    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_SCAN1=ON # line added by Agent
    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_SCAN2=ON # line added by Agent
    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_SCAN3=ON # line added by Agent
    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER=ON # line added by Agent
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = wxcy_DGMGRL)
    (ORACLE_HOME = /u01/app/oracle/product/11.2.0/dbhome_1)
    (SID_NAME = wxcy1)
    SID_LIST_LISTENER_SCAN1 =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = wxcy)
    (ORACLE_HOME = /u01/app/oracle/product/11.2.0/dbhome_1)
    (SID_NAME = wxcy1)
    SID_LIST_LISTENER_SCAN3 =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = wxcy)
    (ORACLE_HOME = /u01/app/oracle/product/11.2.0/dbhome_1)
    (SID_NAME = wxcy1)
    INBOUND_CONNECT_TIMEOUT_LISTENER = 120
    ~
    tnsnames.ora:
    wxcy =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = scan.com)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = wxcy)
    wxcy_DGMGRL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = scan.com)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = wxcy_DGMGRL)
    wxcy1 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = scan.com)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)(SERVICE_NAME = wxcy)
    (INSTANCE_NAME = wxcy1)
    wxcy2 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = scan.com)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)(SERVICE_NAME = wxcy)
    (INSTANCE_NAME = wxcy2)
    From node 2:
    LISTENER_SCAN2=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN2)))) # line added by Agent
    LISTENER_SCAN3=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN3)))) # line added by Agent
    LISTENER=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER)))) # line added by Agent
    LISTENER_SCAN1=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN1)))) # line added by Agent
    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_SCAN1=ON # line added by Agent
    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER=ON # line added by Agent
    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_SCAN3=ON # line added by Agent
    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_SCAN2=ON # line added by Agent
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = wxcy_DGMGRL)
    (ORACLE_HOME = /u01/app/oracle/product/11.2.0/dbhome_1)
    (SID_NAME = wxcy1)
    SID_LIST_LISTENER_SCAN2 =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = wxcy)
    (ORACLE_HOME = /u01/app/oracle/product/11.2.0/dbhome_1)
    (SID_NAME = wxcy2)
    SID_LIST_LISTENER_SCAN3 =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = wxcy)
    (ORACLE_HOME = /u01/app/oracle/product/11.2.0/dbhome_1)
    (SID_NAME = wxcy2)
    I wonder why I can connect to the ip addresses of those scan listener but not the scan name.
    Thanks.

    Hello;
    This note may help :
    How to Troubleshoot Connectivity Issue with 11gR2 SCAN Name [ID 975457.1]
    Also I would check my DNS ( OK double check ) and each listener service as follows :
    lsnrctl service LISTENER_SCAN1
    ( and so on )
    Also
    Make sure a password file exists on on that node. ( A copy - Create new with Oracle 11 DG does not work )
    Best Regards
    mseberg
    Edited by: mseberg on Mar 14, 2012 5:10 PM

  • Sneding Connections to a Listener to a ReadOnly node by default

    Hi All,
    I'm using SQL Server 2012 with Always On.
    I've sucessfully set up Read Only routing and applications that are using the ApplicationIntent=ReadOnly falg in the connection string are being directed to the ReadOnly node just fine.
    The question did come up however, can the Availability Group be configured to send connections to a listener be direfted to a secondary readIntent only replica by default (even if ApplicationIntenet=ReadOnly is not specified in the connection string)?
    TIA
    Mike

    No, there is no way to read from the secondary AlwaysoN AG databases through listener without specifying ApplicationIntenet
    to Read_Only.
    Keerthi Deep | Blog SQLServerF1 |
    Facebook

  • Remote Desktop Connection has encountered a problem and needs to close. We are sorry for the inconvenience.

    Remote Desktop Connection has encountered a problem and needs to close. We are sorry for the inconvenience.

    Hiya,
    What O/S versions(RDP) are you connecting to and from? Try and open the target machines event log and see what it throws when you try to connect.

  • Adobe Connect UAC Pop Up Problems - Blocks Clicking

    We use Adobe Connect to trouble shoot problems with our end users.
    The biggest problem I have is with pop ups from Windows UAC wanting to allow an action. We can't click on those through Adobe Connect like you can with normal remote control software. Also, the popup doesn't even show up. On the controller's end is just a black blank screen. The only reason we know that the Allow/Deny screen is coming up is because we've had users on the phone tell us when it prompts them.
    If it was just getting past that screen, that'd be fine. We could warn the user to just click allow on those popups and be done with it. But it doesn't stop there. You can't interact with any window that involve the aforementioned UAC popup protection.
    Perfect example: We need to delete something out of the registry. When opening regedit a UAC popup comes up asking if we want to allow. They click yes and you lose control over the mouse while that program is up. If they user minimized regedit, then you regain control. If you restore the window you lose control again.
    We don't want to walk users through the registry. It just takes them deleting one wrong key to mess up a bunch of stuff. It's actually already happened once and the end user ended up having to reformat his computer because of it.
    Is Connect intentionally designed to work this way?
    If not, is this a known issue?
    Is there a way around it?
    I did a fair share of searching/googling and was unable to find any answers. If this has been answered already, please point me to the right post and I apologize for creating an unnecessary extra thread.

    Jorma Jennings wrote:
    OK, to be fair, Connect is not an RDP application, and simply gives remote access to someones computer through the Flash Player. So, that said, UAC is doing exactly what it is supposed to, stopping someone from changing something on your computer. This is a Windows setting issue, not Connect. The UAC controls have prevented more interaction with the shared control function since Windows 7.
    I wouldn't call it a known issue, but more of a known limitation of Windows. You can have the users click past the dialog (as you have mentioned) or reduce the setting of the UAC on their computer.
    I appreciate you taking time to reply, however you completely ignored the main problem of this post and only focused on one subcategory that honestly isn't that big of an issue.
    We have no problem getting by the popups. Asking people to click a button is easy. It's the fact that any screen that receives a UAC popup is completely inaccessible post message. If it has focus, the cursor stops working. After that window loses focus, we have control again. That's an issue.
    Also, I'm aware there's a difference between remote desktop applications and using adobe connect as a remote app. But after allowing UAC access, no application should be inaccessible. That completely defeats the point of *allowing* access.
    My question still stands and I'm hoping someone has some type of helpful solution or workaround to this problem.
    Thanks

  • Dispatcher Running; Server Not connected - J2ee Pos installation problems

    Hi,
    Got problem with starting J2EE Engine.
    The message in the browser:
    Dispatcher Running; Server Not connected - J2ee Pos installation problems
    Chked up in the log files:
    RFCEngine Server startup stopped.
    com.sap.mw.jco.JCo$Exception(129)-JCO_Error_Server_startup
    version of rfc driver is invalid.
    Any help
    Thnx
    Meesum

    Hi Rohin,
    Is it true that jdk must be > 1.4.
    Because I came across many places where it is explicitly stated that WAS 620 supports only jdk 1.3. pls let me know
    Thnx anyway
    meesum

  • Iphone 5 connection reset by peer problem

    Hi all,
    I encounter "Connection reset by peer problem" when i try to login facebook using Iphone 5. I've even reset network setting but it doesn't help.
    Any solution? Please advise.
    Thanks.

    That sounds like a problem with the Facebook servers.

  • WIFI stopped working after I woke the computer up, now says connected to the network but not the internet, all other coputers and devices connected still with no problems, have pinged IP address from router and got the message "4 packets sent none receive

    Hi,
    WIFI stopped working after I woke the computer up, now says connected to the network but not the internet, all other coputers and devices connected still with no problems, have pinged IP address from router and got the message "4 packets sent none received"... Help
    I have tried network diagnostics which doesnt help... The only other ting is, when I woke the computer up it said tat another device was using my IP... My wife had plugged her phone into the computer to charge etc but even when i turn wifi off on the phone there is no change... also in settings on the phone the IP address is different...

    The answer to your question is - neither!
    Your PC should to configured to obtain an IP address automatically, and to obtain DNS server IP addresses automatically, from the Airport Express. This is the way Windows (and Macs for that matter) are configued by default, and that is the way most people have their computers set up. If you manually configured your PC's IP address to be the same as your wife's Mac, it certainly explains why your PC is not able to access the internet.

  • "cannot retrieve download information please connect to itunes" ? problem,

    what does "cannot retrieve download information please connect to itunes" mean?
    lately, my ipod has been acting weird, about 3 days ago, it wasn't able to access the 'Updates" section of the mobile store. Now it can, so I downloaded the Tap Tap update, it tells me to go hook it up to my computer and now this message pops up on my ipod every 5 min.

    I had this same problem with the message cannot retrieve download information please connect to itunes. Everything else on the ipod works fine, but you might notice that the ipod is displaying the wrong time, or the time keeps changing. the time thing sometimes occures with this problem just something esle I noticed wrong. The good news is that the problem is not with the ipod or your connection, It is a problem with Itunes, if your computer hibernates while itunes is open and you wake it up and plug your ipod in it screws up stuff with the itunes store and also messes with your time, to solve this problem all you need to do is to is to close itunes, reopen it plug your ipod in and hit sync. pluging your ipod into your computer after it has hibernated and itunes was open causes this problem, so just always restart Itunes before you plug in your ipod after hibernating. hope this helps

  • ACNS Connections dropped by listen queue

    Hi
    In my WAE-674 running ACNS 5.5.15 in Content Engine mode, when doing a show statistics tcp I see that "Connections dropped by listen queue" is incrementing.
    The documentation says: "Number of TCP connections dropped due to a resource shortage".Given the load on this machine I find it unlikely that there should be any resouce shortage.
    Anyone knows what this counter means in more detail and how to track what resource is short.
    Thanks

    try this configuration link:
    http://www.cisco.com/en/US/docs/app_ntwk_services/waas/acns/v53/configuration/local/guide/53ldg.html

  • "Please connect to the internet-"problem solved by the latest Muse-update

    Hi staff,
    I'm happy to tell you that the former problem with the error message "Please connect to the internet…" when trying to start Muse is solved now by the latest update. At that time I talked to James Boag, he assumed Muse might not recognize my USB-modem (and I should try a different access point, which I didn't) but this is not an issue any more. When I launched Muse recently, it updated automatically and then started with no problems.
    Thanks for the great work you've done in that matter.
    Regards
    Norbert

    Hi arrakis13,
    I’m afraid I cannot really help you.
    I did not make any changes on my running system except that I’m on 10.8 Mountain Lion (upgraded from 10.6.8., no Lion in between), but this did not change the behavior of Muse at first. Only the update, which started automatically when I launched the app on August, 21, (still the trial version) caused the difference.
    My firewall is on and in the firewall-options Muse has allowance for incoming connections, see the attached screenshot (sorry, in german, but you will understand the meaning). Airport is not active and I did not change my way to connect to the internet (as James Boag from Adobe suggested earlier, see also attached mailing). It just worked.
    Meanwhile I upgraded to the official version (2.0.945) and still it works.
    Hope you find a solution.
    Regards
    Norbert
    Am 03.09.2012 um 04:18 schrieb arrakis13 <[email protected]>:
    Re: "Please connect to the internet…"problem solved by the latest Muse-update
    created by arrakis13 in Adobe Muse Bugs - View the full discussion
    This is still happening for me.  I downloaded the beta yesterday and am on 10.7.  I run software update but Muse is not showing up as having an update.  My firewall is not running.  Any suggestions on how I can get this running would be much appreciated.
    Please let me know.
    Thanks!!
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4668480#4668480
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4668480#4668480. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Adobe Muse Bugs by email or at Adobe Forums
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Connecting to Motorola Router Problem

    Installed new Motorolla Router and the connection is limited via wireless.  Can not get a propoer connection on an X1 Carbon.  Mac's and other devices connect no problem.  X1 also connects over Cat5 no problem.  Wireless driver is up to date on X1.
    Suggesstions

    If your Internet Service Providor is Cable follow this link
    If your Internet Service Providor is DSL follow this link

  • Connection string in listener log file for loading balance/failover

    Hi Experts,
    I have 4 node RAC for oracle 10g2 in rad hate 5.0
    We creaed service dbsale ( sale1,2 as pr imary and sale3/4 as available) with loading balance/failover.
    The remote user created a local TNS as
    localmarket =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 155.206.xxx.xx)(PORT = 1521))
    (LOAD_BALANCE = OFF)
    (CONNECT_DATA = (SERVICE_NAME = dbsale))
    From server side, I saw that user send two request connection string. one fail and another is OK.
    It seems that fail connecting come from failover/loading balance from dbsale3?
    Why do we get two connection string in listener log file?
    Which difference is between two connection string?
    Where does system change these connection string?
    Thanks for your explaining.
    Jim
    ==============listener.log message
    [oracle@sale log]$ cat listener_sale.log|grep pmason
    15-SEP-2009 13:52:24 * (CONNECT_DATA=(SERVICE_NAME=dbsale)(CID=(PROGRAM=oracle)(HOST=rock)(USER=test ))) * (ADDRESS=(PROTOCOL=tcp)(HOST=161.55.xxx.xx)(PORT=54326)) * establish * dbsale * 0
    15-SEP-2009 13:52:25 * (CONNECT_DATA=(SERVICE_NAME=dbsale)(CID=(PROGRAM=oracle)(HOST=rock)(USER=test ))(SERVER=dedicated)(INSTANCE_NAME=sale3)) * (ADDRESS=(PROTOCOL=tcp)(HOST=161.55.xxx.xx)(PORT=54327)) * establish * dbsale * 12520
    15-SEP-2009 13:52:30 * (CONNECT_DATA=(SERVICE_NAME=dbsale)(CID=(PROGRAM=oracle)(HOST=rock)(USER=test ))) * (ADDRESS=(PROTOCOL=tcp)(HOST=161.55.xxx.xx)(PORT=54329)) * establish * dbsale* 0
    15-SEP-2009 13:52:47 * (CONNECT_DATA=(SERVICE_NAME=dbsale)(CID=(PROGRAM=oracle)(HOST=rock)(USER=test ))) * (ADDRESS=(PROTOCOL=tcp)(HOST=161.55.xxx.xx)(PORT=54332)) * establish * dbsale * 0
    15-SEP-2009 13:52:47 * (CONNECT_DATA=(SERVICE_NAME=dbsale)(CID=(PROGRAM=oracle)(HOST=rock)(USER=test ))(SERVER=dedicated)(INSTANCE_NAME=sale3)) * (ADDRESS=(PROTOCOL=tcp)(HOST=161.55.xxx.xx)(PORT=54333)) * establish dbsale 12520
    15-SEP-2009 13:52:49 * (CONNECT_DATA=(SERVICE_NAME=dbsale)(CID=(PROGRAM=oracle)(HOST=rock)(USER=test ))) * (ADDRESS=(PROTOCOL=tcp)(HOST=161.55.xxx.xx)(PORT=54334)) * establish * dbsale * 0
    Edited by: user589812 on Sep 16, 2009 7:21 AM

    Hi Jim,
    I think the best way on this case is create one service with one instance as primary and another 3 as available.
    Or use the connect string with two vip addresses, cause the service has two instances and the tnsnames.ora entry has only one.
    Cheers,
    Rodrigo Mufalani
    http://mufalani.blogspot.com

  • New Update didn't fix the "You're Not Connected to the Internet" problem.

    So I downloaded the new Front Row update yesterday, hoping the "Your Computer is not connected to the internet" problem for the iMac would be resolved, but no dice. Still says that when I try and view trailers. The only fix I've found is to create a new internet login manually that exactly mimics the "automatic" setting. However, when I do that I lose my video iChat capabilities. There's gotta be a way to have my cake and eat it too. Anyone else having this issue? Anyone find a fix? Anyone have any suggestions?

    Sorry, I have an iMac and it is a mid 2011 model. I have 231 gb free. 2.5 GHz Intel Core i5, 4 GB 1333 MHz DDR3, Mac OS X Lion 10.7.5 (11G63)
    Yes my data is backed up. I installed the latest iTunes and now the program opens and immediately becomes unresponsive. The reason I tried to install the latest version was because it stopped connecting to the radio and to the store. I thought maybe the software update option was somehow related since they were both telling me I was not connected to the internet. Disabling the firewall doesn't make any difference, either, for the record.
    Thanks again.

  • Can't connect to my database problem with listener or tnsname help urgent

    Hi here are the problems i get
    sqlplus scott/tiger@CHUCKY
    SQL*Plus: Release 10.2.0.1.0 - Production on Wed Mar 29 13:51:24 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    Here is my config :
    ID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /home/oracle/u01/app/oracle/oracle/product/10.2.0/db_1)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = CHUCKY)
    (ORACLE_HOME = /home/oracle/u01/app/oracle/oracle/product/10.2.0/db_1)
    (SID_NAME = CHUCKY)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.1)(PORT = 1521))
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    # tnsnames.ora Network Configuration File: /home/oracle/u01/app/oracle/oracle/product/10.2.0/db_1//network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    CHUCKY =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.1)(PORT = 1521))
    (ADDRESS = (PROTOCOL = IPC)(Key = EXTPROC))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = CHUCKY)
    (INSTANCE_NAME = CHUCKY)
    (GLOBAL_NAME = CHUCKY)
    (HS = OK)
    I can't figure out what's wrong I have created database with dbca script giving
    sid=chucky
    globaldb name = chucky.rss-global.com
    I don't know what to do
    lsnrctl services listener
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 29-MAR-2006 13:54:41
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.0.1)(PORT=1521)))
    Services Summary...
    Service "CHUCKY" has 1 instance(s).
    Instance "CHUCKY", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:3 refused:0
    LOCAL SERVER
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    The command completed successfully
    Oracle is started and the listener too.What can i do?

    Ok I have changed environment rules
    oracle@debian:~$ env|grep ORACLE
    ORACLE_SID=CHUCKY
    ORACLE_BASE=/home/oracle
    ORACLE_HOME=/home/oracle/u01/app/oracle/oracle/product/10.2.0/db_1/
    But now even if i connect
    oracle@debian:~$ sqlplus SCOTT/tiger@CHUCKY
    SQL*Plus: Release 10.2.0.1.0 - Production on Wed Mar 29 15:30:37 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    or
    oracle@debian:~$ sqlplus SYS/tiger@CHUCKY as SYSDBA
    SQL*Plus: Release 10.2.0.1.0 - Production on Wed Mar 29 15:31:15 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-01031: insufficient privileges
    I am not sure but I think scott user is maybe locked by default.
    The problem to verify that is that I can't connect no more to oem, I only could the first time after creating CHUCKY database with emca .
    Connection refused, my computer doesn't make a listen on theses addresses, it only made a listen on it the first time I had created database.
    I don't know to reactivate it .
    http://localhost:5500/em
    http://localhost:1158/em
    iSQL*Plus HTTP port number =5560
    Enterprise Manager Console HTTP Port (test) = 1158
    Enterprise Manager Agent Port (test) = 3938
    Enterprise Manager Console HTTP Port (chucky) = 5500
    Enterprise Manager Agent Port (chucky) = 1830
    So I don't know exactly what the problem is oem is no more accessible so I can't change permission or reactivate scott user and it is said permissions denied when doing sqlplus as sysdba.

Maybe you are looking for

  • Changing sales order for a Credit blocked customer

    Hi Gurus One of the requirement of my client is that they create sales order for a customer and deliver the goods. During sales order creation billing block is automatically applied. This block is removed by a batch job after the goods are delivered.

  • Sound Effects DURING Slide Transitions?

    Essentially, is there a way to add a sound clip to play between slides, during the transition? I'm creating a Keynote presentation that will be exported into Quicktime with hyperlink-activated transitions, and would like a specific sound to play duri

  • Best laptop for illustrator?

    I have started a bridal design business and need to run Illustrator and possibly other software from the Creative Suite.  I have a Dell laptop that is about 3 years old, and an iPad model a couple of years old that will not support ink and slide.  I

  • LDAP sdk license question

    I am writing a commercial application using using an LDAP server to store and read data. I plan to use the SUN LDAP sdk to implement the LDAP functions of my software. Can I use it freely or do I have to buy a license in order to redistribute the SUN

  • My sidebar window "bleads" on to the main window?

    While in my email (zimbra) and other applications, the left side window items "bleads" into the center, main window. I am using the latest version of Firefox. Anyone know why this is happening? Is there a fix?