How to know Dedicated or Shared ...

Hi there,
I want to know what is the default architecture (dedicated or shared) when a database is created thru Installtion or Creation Wizard and how we can verify from the database? And also I wanna know how we can manually configure a database to dedicated or shared architecture? Can anybody help me in this regard?
Thanks in advance.
Regards,
Aqueel.

I want to know what is the default architecture (dedicated or shared) when a database is created thru Installtion or Creation Wizard ?
r.- The installer is going to request from you the option but the default is dedicated
we can verify from the database?
lsnrctl services
It is one of the method to realize if the database is in shared or dedicated way.
another can be checking the parameters.
Depending if you are working in 8i or 9i the parameters
are different for a Shared Server(9i) or Multi-Thread Server(8i)
parameters in 8i for a dedicated Server:
mts_dispatchers = "(protocol=TCP)(disp=15)(con=25)"
mts_max_dispatchers = 20
mts_servers = 12
mts_max_servers = 18
I wanna know how we can manually configure a database to dedicated or shared architecture ?
The parameters to set the kind of mode is going to depend of what release you are using.
What release you are using, 8i or 9i ?
Joel P�rez

Similar Messages

  • I want to be able to monitor my teen daughter's computer from home using screen sharing.  Anyone know how to set up screen sharing when my daughter's school has her computer set up for Apple Remote Desktop?

    I want to be able to monitor my teen daughter's computer from home using screen sharing.  Anyone know how to set up screen sharing when my daughter's school has her computer set up for Apple Remote Desktop? 

    ARD won't be as smooth as you think  over the Internet and be a security risk for your daughter.
    Your best bet would be to install nannyware, then when she's asleep you can review the logs.
    This is the best and Mac friendly
    http://www.internetsafety.com/

  • How Can i retain the Shared Variable Values after PC rebooting

    Hi all,
    I am facing a paculiar problem with Shared Variables. I have an application in which shared variables are used for data communication.
    One of the application requirement is to retain the variable values eventhough PC is rebooted or started after crashing. 
    As per the my understanding, the variable values will retain eventhough the PC is rebooted. But here i can observe a paculiar problem like some library variables are retaing the values while some others not. I enabled logging for all the variables.
    I tried many ways. like logging enabled, logging disabled, changing variable names, changing process names etc... But i am not getting a consistent behaviour.
    I hope some you can help me in solving this issue.. "How Can i retain the Shared Variable Values after PC rebooting"
    Thanks and Regards,
    Mir

    Hi Blackperl,
    Thanks for the post and I hope your well. 
    What do you mean by not getting consistent behaviour.. this will all depend on excatly when the crash happens i.e. before the write or after. 
    Surely a better method would be to log the data to a file during the reboot...
    I beleived the value read back
    will be the default value for the shared variable's data type.
    The LabVIEW DSC 8.0 module adds more functionality to the shared variable, including initial values and alarms.
    If you enable an initial value on a shared variable, when the variable
    engine comes back on-line it will default to this value. Setting a bad
    status alarm for the shared variable is also a good way of handling
    this type of event. Additionally, if you are using a LabVIEW Real-Time
    target such as Compact RIO or Compact FieldPoint, it is appropriate to
    consider hosting the shared variable engine on the real-time target.
    These devices have watch-dog capabilities and are typically the
    hardware controlling the critical pieces of an application. Most
    Windows or PC-based targets do not have these fail-safes.
    I guess, if you could explain to me again that would be great. From my point of view, if I have a cRIO and a Windows PC. If the windows PC crashes, the cRIO will still update its shared variables. Then once the PC has started up its own shared variable engine, and the bindings are loaded, it will once again continue to update its copies of the variables.
    Please let me know what you think,
    Kind Regards,
    James.
    Kind Regards
    James Hillman
    Applications Engineer 2008 to 2009 National Instruments UK & Ireland
    Loughborough University UK - 2006 to 2011
    Remember Kudos those who help!

  • How i know my mac is 2012

    Hi I recently buyed my first mac!! Im really lost in this system but every day learning new things!
    I wanted to confirm if my Mac is really 2012? How i know if im runnig the new Lion system?
    Sometimes I open my finder and under shared is a computer name...what does this mean and if there is any way to block it?!
    Thanks for the help

    To determine the version of OS X select About This Mac from the Apple menu,
    Which will result in this dialog:
    To determine what model you actually have open System Information in the Utilities folder. You will see displayed a Model Identifier:
    If your Model Identifier is greater than MacBook Pro 8,3 then you have the newest model. For example, it may show 9,1 or better.
    <Image Edited By Host>

  • How to know whether the current database is using a password file or not?

    How to know whether the current database is using a password file or not?

    The remote_password_file is the parameter that determines if you can use or not a password file. The values this parameter can have are NONE, SHARED, EXCLUSIVE. It is pretty obvious, if it is set to either SHARED or EXCLUSIVE the oracle instance has enabled the access through a password file for the SYSDBA and SYSOPER roles.
    ~ Madrid

  • How this retirement will affect Shared review users?

    How this retirement will affect Shared review users?
    For example, when Acrobat servers have problem and shared review users cannot download files from email invitation, Workspaces is where the users can log in and download the files.
    If without Workspaces, is there another way for shared review users to download the files?

    Hi there,
    Thanks for your question. Workspaces will no longer be available as a distribution option for PDF files in a Shared Review (although you can still initiate Shared Reviews using an internal server, such as a SharePoint workspace, a network folder, or a web server folder).
    While Workspaces will no longer be available for posting those PDF files, Acrobat.com (http://files.acrobat.com) is an excellent alternative for uploading your files. You can make your uploaded files public, and share the file's unique URL with reviewers. For more information about uploading and sharing files with Acrobat.com, please see: http://helpx.adobe.com/acrobat-com/help/files.html
    Please let us know if you need any clarification or further assistance.
    Best regards,
    Rebecca

  • SAP Database is in dedicated or shared

    Hi Gurus
    I have a doubt. Our SAP Database is working on dedicated or shared mode. when i was passing thro some oracle documents i have read as per tnsnames.ora file we could come to know whether the dedicated or shared mode. I have checked our SAP systems in one of the SAP system which has seperate database server and two other separate application servers which does not show the connect_data as dedicated but as (SID=%sid%) but in another SAP suystem where it is stanalone system which shows dedicated mode in connect_data parameter in tnsnames.ora file.
    i want to know the basic mode our SAP works in dedicated mode or shared mode. if it is dedicated mode in what all circumstances it will be decided or if it shared mode then what are all the conditions are set for shared
    Pls help
    regards
    bala

    Hello Bala,
    > i want to know the basic mode our SAP works in dedicated mode or shared mode.
    Just query the view V$SESSION (http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/dynviews_2088.htm#i1414383)
    > SQL> SELECT SID, SERVER FROM V$SESSION;
    Here is a really nice explanation about dedicated and shared connections:
    /message/2114775#2114775 [original link is broken]
    Please read this, because i think you don't understand the concept about dedicated/shared .. it is just a "connect option" not really a mode in that the oracle server is running.
    Regards
    Stefan

  • How to know the full path which is being used in the dataconnection .

    How to know the full path which is being used in the dataconnection without going and looking into coding.
    I am new to crystal reports.
    Plz advice.Thanks in advance
    Jay

    This forum is dedicated to topics related to custom application development or deployment with Crystal Reports in .Net. This includes full versions of Crystal Reports as well as those versions of Crystal Reports bundled with Microsoft Visual Studio .Net.
    As you do not want to do any coding, this query is in the wrong forum. However, in most versions of Crystal Reports, you can look up the database connection information by simply opening the report in the CR designer. Then go to the database menu and select "Set Datasource Location..."
    Ludek

  • OCI8 - dedicated or shared connection

    Does anyone know what type of connection is created through ruby-OCI8 using database.yml? Is it a dedicated or shared connection?
    Thanks,
    James

    I think it's a shared connection.
    In rails/activerecord/lib/active_record/base.rb, it says:
    Connections are usually created through ActiveRecord::Base.establish_connection and retrieved by ActiveRecord::Base.connection. All classes inheriting from ActiveRecord::Base will use this connection. But you can also set a class-specific connection. For example, if Course is a ActiveRecord::Base, but resides in a different database you can just say Course.establish_connection and Course and all its subclasses will use this connection instead.
    This feature is implemented by keeping a connection pool in ActiveRecord::Base that is a Hash indexed by the class. If a connection is requested, the retrieve_connection method will go up the class-hierarchy until a connection is found in the connection pool.

  • Dedicated or Shared Sessions?

    I have a 10g SE1 + ASM running in Windows 2003 ES with 4GB RAM with /3GB switch and 7TB JBOD storage. Our custom data mining applications access this database from a grid of 15 servers. Application architecture uses a mixture of hibernate, roll-your-own connection pooling in Java, and daemons with dedicated sessions. In all, we typically have 200 sessions but only 3 to 9 are active at any given moment. Individual queries and transactions range from sub-second to 3 hours in duration.
    I’ve run the system with MTS and in dedicated server mode; it runs either way. I have never tried tweaking multiple shared_servers, dispatchers or circuits.
    Right now it seems to run fine with 200 dedicated sessions, but it does gobble up a lot of unused PGA memory for the inactive sessions.
    In our situation, what is the best configuration, MTS, or shared, or dedicated, and why?

    Mark, I think that physically a shared server process is no different than a dedicated server process in Oracle on Windows - both are threads in the oracle.exe process image.
    The only real difference is that one deals directly with the client, and the other with a virtual circuit.
    This then raises the question about the PGA and UGA. As the thread runs in the oracle.exe space, it has direct access to, and uses, the data segment (DS) of oracle. The PGA is likely a dynamic memory allocation - so too the UGA for a dedicated thread, while a shared thread will use the SGA instead (for the UGA).
    Now assuming that my speculation is not far of, there are very little overheads between dedicated and shared server threads on Oracle in Windows - except for the dedicated servers being more and thus more PGAs given the nature of these threads versus shared server threads.
    This is unlike Unix where there is a large physical difference as each process (dedicated or shared) has data segment and code segment. The resource footprint for a process is a lot bigger.
    A concern of mine... Windows is excellent at running threads.. it really strains running lots of physical processes (unlike Unix/Linux). But as threads share the same code and data segments, a single thread running into a severe bug can potentially corrupt the entire physical process image, crashing all other threads in it. At least, this has been my experience doing Windows server development.
    Would be nice to read a technical paper on just how Oracle implements their shared and dedicated server models on the Win32 API.

  • How can I remove the "shared" menu in the finder?

    Hey Folks,
    I hope my question makes sense - have a look at my screenshot: http://i11.tinypic.com/717nkhf.png
    how can I remove that "shared' menu, I don't know its there and I would like to take it out please.
    thanks.
    -Joey

    Hey Matt...
    When I select it, it's blank.. nothing's in there... I think I first saw that when I used my laptop @ a hotel I had to connect through a ethernet cable and there was a bunch of networks... but now I am back in my office and just connecting to my wirless connection called "rhino's" (thats' the name of my company)
    So I'm not sure why the "All" is there.. and when I click on it, it doesn't show any network...
    Hope its not too confusing mate.
    Thanks,
    -Joey

  • How to know whether my system is J2EE compliant or not?

    How to know whether my system is J2EE compliant or not?
    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    C:\Documents and Settings\Administrator>java -version
    java version "1.6.0_16"
    Java(TM) SE Runtime Environment (build 1.6.0_16-b01)
    Java HotSpot(TM) Client VM (build 14.2-b01, mixed mode, sharing)Is my box J2EE compliant?

    Trust me - I've been developing on an XP box for years and Java 1.6 for a good amount of time. This has been using Tomcat, JBoss, and Glassfish (and I try hard to forget about Oracle OC4J). These are application servers that implement part (Tomcat) or all (the rest) of the J2EE specification.
    Having said that, you'll want at least 2GB of RAM and a hundred or so megabytes of disk space. Less RAM will work but slowly. A reasonable processor (I'd say at least 1.5GHz or above) will speed development.

  • Dedicated into shared

    hai all,
    how to change dedicated server mode to shared server mode... what command using or parameter settings... please..
    Shiju

    Two require initial parameters =>
    shared_servers
    dispatchers

  • How to get Office 365 shared mailbox rights properly.

    hi,
    How do I retrieve the shared mailbox rights properly.
    Currently I find that I can get Full Access permission by using Get-MailboxPermission but it returned me along with the user I'm looking for other junk accounts.  See below sample result, i'm only interested in user01FN.
    Identity             User                 AccessRights                                      
             IsInherited Deny 
    cm01                 NT AUTHORITY\SELF    {FullAccess, ReadPermission}                                False      
    False
    cm01                 user01FN user01LN    {FullAccess}                                            
       False       False
    cm01                 APCPRD02\Administ... {FullAccess}                                                True
           True 
    cm01                 APCPRD02\Domain A... {FullAccess}                                                True
           True 
    cm01                 APCPRD02\Enterpri... {FullAccess}                                                True
           True 
    cm01                 APCPRD02\Organiza... {FullAccess}                                                True
           True 
    cm01                 NT AUTHORITY\SYSTEM  {FullAccess}                                              
     True        False
    cm01                 NT AUTHORITY\NETW... {ReadPermission}                                            True
           False
    cm01                 APCPRD02\Administ... {FullAccess, DeleteItem, ReadPermission, ChangePermissio... True        False
    cm01                 APCPRD02\Domain A... {FullAccess, DeleteItem, ReadPermission, ChangePermissio... True        False
    cm01                 APCPRD02\Enterpri... {FullAccess, DeleteItem, ReadPermission, ChangePermissio... True        False
    cm01                 APCPRD02\Organiza... {FullAccess, DeleteItem, ReadPermission, ChangePermissio... True        False
    cm01                 APCPRD02\Public F... {ReadPermission}                                            True
           False
    cm01                 APCPRD02\Exchange... {FullAccess, ReadPermission}                                True        False
    cm01                 APCPRD02\Exchange... {FullAccess, DeleteItem, ReadPermission, ChangePermissio... True        False
    cm01                 APCPRD02\Managed ... {ReadPermission}                                            True
           False
    cm01                 PRDMGT01\View-Onl... {ReadPermission}                                            True
           False
    Also, is it possible to return them in a manageable format like xml or csv?

    hi Michael,
    Thanks for the reply, I found some filter suggestions from another website as follows:
    Get-MailboxPermission "[email protected]"  | where { ($_.AccessRights -eq “FullAccess”) -and ($_.IsInherited -eq $false) -and -not ($_.User -like “NT AUTHORITY\SELF”) }  | ft User -AutoSize
    Get-RecipientPermission "[email protected]" | Where { ($_.AccessRights -eq “SendAs”) -and -not ($_.Trustee -like “NT AUTHORITY\SELF”) -and ($_.IsInherited -eq $false)} | ft Trustee -AutoSize
    They work for the moment, but since they are not Office 365 official I don't know whether it will break if I have more users.
    Also is it possible to get output in CSV or XML format instead of text.  If not possible, can you provide me how to parse the text format?
    thanks and regards,
    --Leo

  • TA21087 Link to how to keep Mac printer sharing on, please?

    This must have been answered many times: How to keep Mac printer sharing on?
    Brother MCF-7340 drivers have been installed from original DVD.
    Turning on printer sharing remains easy. But sharing goes away by itself.

    Dr. S-
    The iPad uses AirPrint for printing.  AirPrint uses Bonjour data.  Some WiFi routers do not handle Bonjour data correctly.
    Two options:
    1.  New WiFi router.  Apple's AirPorts and Time Capsules are known to work.  My Cradlepoint MBR900 works.  There are others, but I do not know of any compatibility list.
    2.  iPad App such as Print n Share.
    (The option to run a program on your desktop computer that will share the printer over WiFi, may also require the router to pass Bonjour data correctly.)
    Fred

Maybe you are looking for

  • Error while opening a standard form in apps11i

    while opening a po form POXPOEPO thru form builder, error is showing that some objects are unable to load. how to rectify that can someone help it out

  • ISight iMac capable of 1280x720 VGA output?

    I just bought a 20" iSight iMac from Amazon with the $150 rebate. Great deal! Anyways, my plan is to hook the iMac into my home theater system. Is the iMac capable of supporting native 1280x720 output from its VGA port? Has anyone hooked up a 1280x72

  • Flash will not read some installation cd

    I am using non IE version 17. Flash is set to AUTO RUN in my dvd rom. SOME installation CDs are read some or not. The error "FLASH NOT RESPONDING" is shown in the CDs screen. Drive "E" can be opened from a number of locations. The inserted cd is name

  • Maos in ios6 is working extramly bad. I do not find streets and it shows the wrong position.

    The new Map in IOS 6 is working very bad. It shows the wrong position on an adress and it do not find streets. For exempel Kärleksbacken 3 in Sollentuna Sweden. Is there an update comming soon? Maps in IOS 5 Fromm Google worked greate, so tjis is à S

  • Problem with Business Component Browser

    I'm using JDeveloper 11g 11.1.1.0.2 on Windows XP. I'm trying to test a view object. I've created an application module, right click on the module and click on run. The "Select Business Components Configuration" dialog box pops up, I accept the defau