I cant get a shared server connection

Hello, I configured the shared server option on my computer, but every time I connect, I get 'DEDICATED' for the server column in v$session. Can anyone tell me how to establish shared server connex from your own machine please?
I am connecting like sqlplus scott/[email protected]
and it connects back to my machine (I think) with no error msg, but still I am getting DEDICATED for server in v$session, it is driving me nuts.
Thanks.
Collin.

So when you're in an area with public and open wifi networks, you cannot go to settings/wifi/choose a network?

Similar Messages

  • Problems establishing a Shared Server connection

    I am trying to establish a connection to a shared server on a test database. The database is 10.2.0.4 and runs on Solaris 10. Here are some setting for my init file, and I think the last two do not need to be set.
    # Shared Server
    dispatchers="(PROTOCOL=TCP) (SERVICE=DBA10XDB)"
    shared_servers=5
    shared_server_sessions=20
    I connect from my client which uses a tnsnames.ora file and does NOT specify a dedicated server. Here is the result of LSNRCTL SERVICES:
    LSNRCTL for Solaris: Version 10.2.0.4.0 - Production on 22-MAR-2011 10:07:04
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    Services Summary...
    Service "BUILDTST" has 1 instance(s).
    Instance "BUILDTST", status READY, has 1 handler(s) for this service...
    Handler(s):
    "*DEDICATED*" established:1 refused:0 state:ready
    LOCAL SERVER
    Service "BUILDTST_XPT" has 1 instance(s).
    Instance "BUILDTST", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:1 refused:0 state:ready
    LOCAL SERVER
    Service "DBA10XDB" has 1 instance(s).
    Instance "BUILDTST", status READY, has 1 handler(s) for this service...
    Handler(s):
    "*D000*" established:0 refused:0 current:0 max:992 state:ready
    DISPATCHER <machine: dbtest, pid: 20864>
    (ADDRESS=(PROTOCOL=tcp)(HOST=dbtest)(PORT=50059))
    The command completed successfully
    V$SESSION shows the connections to be DEDICATED. Any suggestions as to what I may be doing incorrectly? Reading all I can find on this seems to indicate all I need to do is have DISPATCHERS and SHARED_SERVERS set and then connections will automatically be shared server connections.

    Thanks. Your post helped me get things straightened out. After changing my tnsnames file I was getting an ORA-12520. Hmmm. I then noticed the (SERVICE=DBA10XDB) on my DISPATCHERS parameter, which was there by default when Oracle configured the init file initially. I removed that and it worked.
    Then I was able to get connections to the shared server with and without the SERVER=SHARED setting. I knew I had read that Oracle will default to shared server if not specified, but your post indicated that a client connection can be forced to use the shared server, even when no dispatchers are registered. I think mine was not registered to my instance due to the (SERVICE=DBA10XDB) setting. If there are no registered dispatchers the connection request is rejected.

  • HT1369 i cant get my ipod to connect to itunes or my laptop

    i cant get my ipod to connect to my laptop or itunes i have unistalled and reistalled itunes but this doesnt help at all

    Hello, waynemclno1.
    Thank you for the question.  Try the steps in the article below to troubleshoot your iPod touch not being recognized in iTunes.  I would recommend seeing the section labeled Verify that the Apple Mobile Device USB Driver is installed > For Windows Vista, Windows 7, and Windows 8. 
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/TS1538
    Cheers,
    Jason H. 

  • TS2972 cant get home sharing to work  any ideas?

    cant get home sharing to work.  any ideas?

    HOME SHARING
    Setting up Home Sharing on your Computer
    http://support.apple.com/kb/HT4620?viewlocale=en_US&locale=en_US
    Understanding  >  http://support.apple.com/kb/HT3819
    How to  >  http://support.apple.com/kb/HT2688
    Troubleshooting  >  http://support.apple.com/kb/TS2972

  • Dedicated Server Connection Vs Shared Server Connection

    Hi Gurus,
    I have few doubts regarding Dedicated Server Connection Vs Shared Server Connection -
    1) How do I know which connection mechanism is configured in my system.
    2) Which connection faster and reliable.
    3) Is there any risk to using shared server connection?
    4) Which concept is new comparatively?
    5) It is possible to restrict specific user for Dedicated Server Connection and other for Shared Server Connection in a same database.
    Regards,
    Atanu

    AChatterjee wrote:
    Thanks for your post.... but still i have doubt on below points -
    1) How do I know which connection mechanism is configured in my system.Search for dispatcher parameter (both words in the search box) in the docs.
    2) It is possible to restrict specific user for Dedicated Server Connection and other for Shared Server Connection in a same database.You might be able to do something like this by using the RULE parameter with cman, limiting specific users (via local security setups) to specific client IP's and forcing them to particular service names. This is a net services issue, so does not conflict with what Billy said. It assumes you control whether your users will query the db appropriately, too. Many apps don't do that right.

  • Wrt54g cant get on internet after connecting dsl to router

    i have been trying to get this this thing working all day. ive tried everything. dsl works fine when hooked directly to the tower but as soon as i connect to the wireless router i cant get the connection? i ve tried everything including turning firewalls off and everything. please help me thanks

    when you hard wire the tower to the router does the tower have a conection then?

  • Shared server connections.

    we are running a third party application with an 11g database shared server configuration and OAS 10gR2. Dispatchers set to 10 and shared servers set to 100. When the database instance is started, the 100 shared server and 10 dispatcher sessions start up and I can see these processes with ps -ef. They show as ora_s0* processes and ora_d0* respectively.
    At some point after the startup of the application, it establishes a connection pool of 100 sessions (10 per dispacher). The process Id of these sessions correspond to the pids of the dispatcher processes not the shared server processes.
    The 100 sessions in the connection pool remain idle until a user logs on to the system. When a successful login is made, I see that about 8 of the idle sessions become active and remain so until the user finishes with the application and logs out.
    Questions :
    1. Is there a query I can do to show me the shared sherver sessions i.e. ora_s0* being used?
    3. Are the 100 sessions (in the connection pool) really the shared server sessions even though they show up with the pid of the parent dispatcher?
    2. I need to record the number of connections being made to the system over a period and how long each user is connected for, could you suggest the best method (including queries) of going about this task?
    Thank you.

    user8869798 wrote:
    we are running a third party application with an 11g database shared server configuration and OAS 10gR2. Dispatchers set to 10 and shared servers set to 100. When the database instance is started, the 100 shared server and 10 dispatcher sessions start up and I can see these processes with ps -ef. They show as ora_s0* processes and ora_d0* respectively.
    At some point after the startup of the application, it establishes a connection pool of 100 sessions (10 per dispacher). The process Id of these sessions correspond to the pids of the dispatcher processes not the shared server processes.
    The 100 sessions in the connection pool remain idle until a user logs on to the system. When a successful login is made, I see that about 8 of the idle sessions become active and remain so until the user finishes with the application and logs out.
    Questions :
    1. Is there a query I can do to show me the shared sherver sessions i.e. ora_s0* being used?You can use v$shared_server s, v$circuit c, v$session n
    with this as joining condition- s.circuit = c.circuit and c.saddr = n.saddr
    3. Are the 100 sessions (in the connection pool) really the shared server sessions even though they show up with the pid of the parent dispatcher? you can query server column of v$session to check if they are shared or dedicated.
    2. I need to record the number of connections being made to the system over a period and how long each user is connected for, could you suggest the best method (including queries) of going about this task?
    I see only ash the option for you, else you need to have your own scheduled script/procedure that would gather that information.
    Thank you.

  • HT1535 I cant get my iphone to connect to itunes.

    I have had my iphone for a week, it synced once and now I cant get it to connect to itunes.  My 3 sons ipods also wont connect. 

    See  Devices  Here >  http://www.apple.com/support/itunes/

  • I cant get my ipod to connect to my home internet.. what all should i do??

    i cant get my iopd touch to connect to my home internet.. what should i be doing to fix that?

    - Reset the iPod. Nothing will be lost
    Reset iPod touch:  Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears
    - Power off and then back on the router
    - Reset network settings: Settings>General>Reset>Reset Network Setings.
    -iOS: Troubleshooting Wi-Fi networks and connections

  • Data Guard Primary having shared server connections

    Hi fellows,
    I am configuring dataguard from RAC primary to RAC standby. The RAC primary is using shared server mode. The primary server tnsnames.ora looks like this:
    HWPR =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = hwpr-vip1)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = hwpr-vip2)(PORT = 1521))
    (LOAD_BALANCE = yes)
    (CONNECT_DATA =
    (SERVER = SHARED) <<<<< this is my concern
    (SERVICE_NAME = hwpr)
    while documentation says that for dataguard dedicated server is required. so what changes do i need to do. Is it only required to changed the tnsnames.ora from shared to dedicated or any other init parameter is also required to be changed.

    user11983096 wrote:
    Hi fellows,
    I am configuring dataguard from RAC primary to RAC standby. The RAC primary is using shared server mode. The primary server tnsnames.ora looks like this:
    HWPR =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = hwpr-vip1)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = hwpr-vip2)(PORT = 1521))
    (LOAD_BALANCE = yes)
    (CONNECT_DATA =
    (SERVER = SHARED) <<<<< this is my concern
    (SERVICE_NAME = hwpr)
    while documentation says that for dataguard dedicated server is required. so what changes do i need to do. Is it only required to changed the tnsnames.ora from shared to dedicated or any other init parameter is also required to be changed.Yes you must change in tnsnames.ora file for primary and standby side, together.

  • ITunes reconizes my phone but i cant get my husbands phone connected

    iTunes reconizes my phone but i cant get my husbands phone connected

    Hi there gfezz1,
    I would recommend taking a look at the troubleshooting steps found in the article below if your device isn't beign recognized.. 
    iPhone, iPad, or iPod touch not recognized in iTunes for Windows
    -Griff W. 

  • Cant get CrystalDecisions.Shared 11.5.3300.0 installed on server, can only

    Hi
    I've got a problem on my server that does not repro on my dev box.
    it's trying to load CrystalDecisons.shared v 11.5.3300.0
    My dev box has 11.5.3300.0 and 11.5.3700.0 for that dll.
    my server only has 11.5.3700.0.
    Seems like a straight forward problem.
    so I goto the wiki,
    https://wiki.sdn.sap.com/wiki/display/BOBJ/Crystal%20Reports%20for%20Visual%20Studio%20.NET%20Runtime%20Distribution%20%20-%20%20Versions%209.1%20to%2012.0
    get the XI 2005 r4 MSI, run it on my server... No 11.5.3300.0.
    How do i get this installed on myserver.
    I tried removing allthe references to 3300 and replaceing them wtih 3700 in my code, but something i have no
    source for is still loading the 3300 version.
    How can i get my server like my dev box , having both versions there?
    Thanks,
    Eric-

    If you want the 3300 dlls you need to install this CrystalReports11_5_NET.msi (.NET 2003) MSI.
    11.5.3300 are 1.1 runtimes, 11.5.3700 are 2.0 runtimes.
    If you are installing the one that ends in 2005 you will get the 11.5.3700 ones.
    Someplace in your application you are refering to the 11.5.3300 runtimes for something.  You should be able to find it if you look enough.  Check the html of any pages where you have a crystal reports viewer especially since it may be hard coded there.

  • I cant get screen sharing to work on my home network

    I am trying to connect my macbook pro to screen sharing so i can access it at my school computers, which are all iMacs running 10.6.6. When i was at school, and connected to the wireless network at my school i could screen sharing through the finder>go>connect to server. Once screen sharing was enabled i just entered the vnc address and it connected flawlessly. When i got home, and i set my netgear router( wireless-n 150 model: wnr100v2) for port forwarding start port: 5900 end port:5900 server name vnc, and set the ip address to my computer, and when i tried to screen share from another macbook within my network through the finder>go>connect to server, i could not connect. Oddly when i connected my mobile me, i cold screen share over the network. I want to do a WAN screen sharing and i cannot figure out how do do it. I would appreciate any help because it is very important that i enable this feature.

    I'm a little confused by your explanation (it's late), so I am going to say what I think I read:
    You want to set up your home computer so you can access it via screen sharing from school.
    The home computer needs sys prefs sharing screen sharing enabled, and sys prefs security firewall must allow it, too. You port forward port 5900 through your home router to that home computer, which may or may not require that you use a static "192.168.x.x" (or "10.x.x.x" -- whatever the router's LAN subnet is) LAN IP address on that computer -- some routers require that computers acting as servers have static IPAs -- some routers don't.
    You need to find out what is the public (internet-facing) WAN IP address that your ISP has assigned to your router; it is not the 192.168.x.x (or 10.x.x.x) address given to your home computer by your home router. You can find that by going to http://checkip.dyndns.com on your home computer. Unless you pay extra for a static public IP address from your ISP, ISPs may (and do) change it periodically on you without warning. So vnc://123.45.67.89 may work one day but not the next.
    Some routers have a built-in feature to work around this by allowing the router to advise dynamic DNS servers of any changes in the public-facing IP address of the router. Of course, you need to have established an account with a dynamic DNS provider so you have a host name (like lomberg.noip.com or lomberg.dyndns.com). These are generally free accounts unless you want a special name that doesn't have the dynamic DNS provider as part of your host name.
    If your router does not have this capability, these dynamic DNS providers have a piece of software that you will need to install on your home computer (the "VNC server") that reports changes in your public-facing IP address to their DNS servers.
    Once this is done, then from afar, you can ⌘k to vnc://lomberg.dyndns.com (or whatever you set up your host name to be with dyndns or equivalent outfit) and you don't need to worry about what your ISP has done to you with regards to your public-facing WAN IP address du jour.
    Note that with some (most?) routers, when you are on your home network, you will not be able to vnc to the host name or numeric WAN IPA in this manner. I don't know why it doesn't work, it just doesn't. I've had modems both ways -- my current ISP rental modem doesn't while the previous one (which broke so I had to replace it with my current POS modem) did. So in such case, you have to vnc://192.168.x.x of the "vnc server" computer when you are on the same LAN.
    You are aware that on the client (school) machine, screen sharing preferences can be set to encrypt all data on the connection, not just the username/password negotiation piece, right? I don't know whether that setting persists across sessions or only persists for the duration of the current session. I wouldn't want my client mouse/keyboard and "server" screen video to be transmitted in the clear; that's why I bring this up.
    Does that answer your question? Or did I totally misunderstand what you were asking?

  • Cant get windows laptop to connect with imac

    it says that the laptop is connected to my imac already but i cant seem to surf the internet with my laptop at all. some help please. or is there any information thats required so that help can be provided ?

    Welcome to the Apple Discussions.
    Have you set the iMac to Share Internet?
    Make sure all of the sharing you will need is turned on in the iMac, file sharing if you want that, etc.

  • Cant get my iPad to connect to iTunes, please help

    I connected my iPad2 to the computer (MacMini version 10.5.8) , opened iTunes and got the message that for an unknown reason my iPad does not connect.
    Anyone know how to fix this please?

    I finally got a number for IT services. When I phoned up they didnt have a clue why it wasnt working, they're honestly useless! I was monkeying about with it last night using my lapto at the same time to find server addresses etc.
    Then it looked like it was going to work, when I went into safari it redirected me to the login page like it does on my laptop. But then decided it didnt want to work saying "the page cant be displayed because there is no secure connection to the server".
    I searched this on the support community and I went with the advice to delete all cookies, set them to accept from visited, and restart my iPad.
    Now when I restart my iPad it trys to connect to the wireless network it comes up with a page saying "Login" at the top of the browser, so im assuming that is the login redirect page. However it displays nothing on the page!
    Going with you guys advice I assumed that the page must use java. But when I looked at the source of the page on my laptop it didnt have anything java in it, just javascript, which Im lead to believe is totally different.
    Sorry for being a pain but IT services here are shocking.

Maybe you are looking for

  • Outlook contact disppear

    I am using Outlook 2013 Anywhere connected with Office 365.  Each time that I add a new contact locally it get deleted after a few seconds and it shows the following error message in Sync Issues Folder: 15:21:40 Synchronizer Version 15.0.4631 15:21:4

  • Becoming a member of the Privilege Group

    People, I am using the PL/SQL packages wwsec_api and wwsec_oid to create and maintain users and groups. The problem is that I need some users to members of the "Privilege Group". This is described on the OID html interface as "Grant members full DAS

  • New laptops and FCP

    I know this has probably been discussed but here goes anyway. i'm planning on buying a new laptop but realize that FCP as it is now is not compatible with the new intel chip. is it wise to dive into a new OS w/ Final Cut or would I be better off buyi

  • HT1578 My Macbook Pro has been trying to create this for 4 hours now, and is only 25% done.. ideas?

    I'm trying to create a small password-protected image, and followed the instructions in this article; however, it has been stuck at "creating image" for about 4 hours now and is only 25% done. Ideas?

  • How do I put ablum art on my Z

    I just bought a ZEN 2gb recently, but I can't for the life of me figure out how to put album art on it. I know it's possible though, because one (just one) of my songs had album art for a bit, until I resynched and then it was gone. I've tried using