You can run several APEX headphones for different instances on the same server

Please confirm that we can run several APEX headphones for different instances on the same server?  It is a configuration of xml configuration or do we need to do more?


Thank you


Tony Miller

SmartDog Services

Austin, TX

Hello

With last listener APEX, you can configure multiple databases

Oracle Application Express listener configuration

Is that what you mean?

Kind regards
Jari

Tags: Database

Similar Questions

  • How can I skin pseudo elements for different instances of the same component?

    Hi all, I am working on an application that uses many form of Panel layouts. I need a different skin for these panels, specifically, I need to change the css for the element of pseudo column. I know how to apply a style to this nickname for each element:

    AF | {panelFormLayout::column}

    vertical-align: bottom;

    }

    But I need to know how to apply the pseudo element css to specific panels. I tried this:

    . panelFormResults::column {}

    vertical-align: middle! important;

    }

    But it does not work

    Any advice will be appreciated.

    Greetings!

    Try adding this to your skin

    {AF | panelFormLayout.YOURCUSTOMSTYLECLASSNAME::Column}

    vertical-align: bottom;

    }

    finish the game "YOURCUSTOMSTYLECLASSNAME" as a style in the form class.

    Timo

  • on the headphones for different databases in the same ORACLE_HOME

    Hello experts, I have a doubt

    I installed 3 different databases on the same server that OS is Suse Enterprise 10. Right now, I'm just a listener who registers all the services. The number of connections is great for two of the three databases, so I don't know what could be the best practices for this environment. I have a question I would like you suggestion for me:

    DB version: 11.1.0.7

    Should I have three listener, one for each database?

    Is advisable to have a single listener for multiple instances on the same server?

    Are there different between have only a single listener for the instance and have a port for listening, for example?

    What about performance?


    You in advance, I hope that you can guide me.

    Best practices is not not to have multiple databases on a server, based on resources.

    Should I have three listener, one for each database?
    N ° it is quite undesirable and requires more administration.

    Is advisable to have a single listener for multiple instances on the same server?
    Yes. Don't forget the listener is only a broker and there is no permanent connection between the client, listener and database.

    Are there different between have only a single listener for the instance and have a port for listening, for example?

    Yes. The latter is a nightmare of administration.

    What about performance?

    Who cares? The only factors are
    Listener.log becomes too large--> put in place the appropriate cleaning procedures
    The semaphore count is exceeded (Unix) or no more threads can be created (Microsoft Windows95), who will give birth to ora-12500.

    ----------
    Sybrand Bakker
    Senior Oracle DBA

  • Firefox does not work for multiple instances of the SAME user account on Windows Multipoint Server 2011

    We have a PC HP of MulitSeat MS6200
    It runs Microsoft Windows MultiPoint Server 2011 (which seems to be a twisted version of Windows 7)
    It is implemented in a laboratory of computer science and students connect you using their account for shared room - IE multiple instances of the same user accounts are currently running on the PC at the same time.
    The first student to run Firefox can work with it without a problem.
    However, when another student try to start firefox they get the following message:
    Firefox is already running but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system.

    Cannot start Firefox using a profile that is already used by someone else.
    Each Firefox instance needs its own profile or you will get this error message.

    Use-no.-line switch remote control to open another instance of Firefox with its own profile and to different instances of Firefox running concurrently.

  • Several instance to the same server with same ORACLE_HOME and same SID

    Hello gurus, reduce costs my company looks to reduce the backup servers and the databases consolidade waiting on big 2 or 3 servers to reduce oracle licenses.
    It is that I have about 30 cases with SID same how to configure it to run as 10 instances with the same SID, ORACLE_HOME in the same machine? is this possible?

    will run oracle on unix HP - UX 11r2

    BR

    TI

    Right. Each database will have own SID. With multiply tnsnames.ora and listener.ora all have entries for each standby.

    If the folder structure is different from primary then the DB_FILE_NAME_CONVERT and LOG_FILE_NAME_CONVERT parameters are used to convert to the new locations.
    These two taking input in two, the front of the location and the location after.

    Example:

    DB_FILE_NAME_CONVERT=('/u01/app/oracle/oradata/RECOVER2', '/u01/app/oracle/oradata/RECLONE','/u01/oradata/RECOVER2','/u01/oradata/RECLONE')
    LOG_FILE_NAME_CONVERT=('/u01/app/oracle/flash_recovery_area/RECOVER2', '/u01/app/oracle/flash_recovery_area/RECLONE')
    

    Standby for each primary SID can be all that you need. The DB_NAME parameter would be the same on both, but DB_UNIQUE_NAME would be different.

    Who is?

    So, if I have two PRIMARY and standby database, Eve will have its own password, its own file INIT file to its own directory structure (but it could be the same).

    Best regards

    mseberg

  • Use the UPD in different Versions on the same server

    Hello

    We're about to update some things on our print server (eg. name, queue) and want to upgrade the driver as well. A week to use two different versions of the UPD, at the same time on the same server.

    Is it possible or will that get us in trouble?

    I would recommend this ad in the Forums of HP Enterprise Support for better coverage, given that this may happen there anymore, it's here on the forums of consumers.

    You can access support at the following link enterprise forums.

    http://h30499.www3.HP.com/

  • Restore the backup with a new name and a different location on the same server

    Hi all

    I did a complete backup of my current PROD. Is it possible to restore the database on the same server, but with a different instance name, db_name and on another location?

    PRM says:
    Hi all

    I did a complete backup of my current PROD. Is it possible to restore the database on the same server, but with a different instance name, db_name and on another location?

    If you use RMAN my awnser is not.

    You cannot change the name of the database before open resetlog.

    But you can make this work without problem using the same server.

    You will need to change some parameters.

    Create a PFILE from SPFILE (prod) change parameter 'db_unique_name' file new name (ex TEST).

    Change all the value of PROD TEST except db_name parameter must be PROD.

    CREATE a SPFILE from this PFILE (spfileTEST.ora)
    Create a new password file (orapwTEST)

    So you can start this new Instance_name (TEST).

    Restore the PROD to TEST instance database, you will need use set new name to the file data or database (depends on which version you use)

    Retrieve the instance PROD database (TEST)

    It is time to open resetlogs...
    !!!!!!!!!!!!!!!!!!!!!!!!!!!! ATTENTION HERE!

    You need change redo log location before open resetlogs, you must query v$ logfile member column and change it to another location.

    After change you can open resetlog.

    Now its time to change name of database.

    Stop and start Mount

    Use the NEST

    NEST target=sys/password@instance DBNAME = TEST

    When this process is complete, NEST will be closing database.

    So you will need to start with nmount change db_name to the TEST and reset the parameter 'db_unique_name' (alter system reset db_unique_name)

    Then stop and start upstairs question OPEN DATABASE RESETLOGS and is done.

    HTH,
    Levi Pereira

    Published by: Levi Pereira on August 27, 2012 13:09

  • You can place two adobe muse sites/templates nested in the same parent directory?

    • Description of the Configuration of attempt:

    To be more precise I have in mind this type of structural and functional arrangement:

    Say that your main site is located in /public_html/template1.musetemplate1.muse.

    Your installation of the second site is for the exclusive content that are accessible to members only with login and password and so template2.muse in located in public_html/members/template2.muse.  You have a nested structure where template1.muse controls or governs the content and the part of the site except for the contents of the /members/ directory which is a subdirectory in the /public_html/ /public_html/ so you have template2.muse in the directory

    / public_html/members/where template2.muse controls or governs the content in /members/

    In addition to this type of arrangement, I want to be able to connect from inside / public_html/members / (the content of the exclusive member zone) to certain pages on the main public site but I don't want the reverse flow. Which means, clearly I don't want links from the public site to take you to the exclusive content.

    So, only member content may link to public content on the main site, but the reverse is not true, because who would frustrate the purpose of content exclusive password protected.

    Finally, the last details is that the template1.muse and the template2.muse are models of different styles.

    • Two major issues described above:

    1. is it possible to do in Muse?

    2. the loan on the collective experience and wisdom of the group are all their traps or important reasons that make such a configuration recommended in practice even if in theory attempt in "" is possible?

    I really appreciate and advise direct or a glimpse of the group.

    Thank you

    DC1984

    To export in the folder structure, as mentioned above of Muse directly is not possible currently but you can export and manually locate the files and the content and then link them accordingly.

    Thank you

    Sanjit

  • You can install AAMEE 2.1 and 3.0 on the same system?

    I ride a limited trial of CS Suite 6.0 and have used the 3.0 to package the files.  Everything went smoothly.

    However I had to roll a new depolyment of my suite 5.5, and it seems that the AAMEE 3.0 has replaced my 2.1

    Question 1: You can use 3.0 to package Creative suite 5.5?

    otherwise:

    Question 2: 2.1 AAMEE can live on the same system as AAMEE 3.0?

    All of the systems in question are Mac OS X 10.6.8 or 10.7.4 all upgraded to the latest versions of the software.

    Thank you very much.

    John Gibson

    Hello

    AAMEE 3.0 does not have the Creative Suite 5 media or media family Creative Suite 5.5. You must use AAMEE 2.1 for CS 5 or 5.5 CS media.

    AAMEE 3.0 should be used for the media of the Creative Suite 6 only.

    AAMEE 3.0 and AAMEE 2.1 must be installed on different machines. They cannot coexist on the same computer. In addition, once you have installed AAMEE 3.0 on a computer you can't go back and install AAMEE 2.1 on it. Thus, you must use a new machine to install AAMEE 2.1.

    Thank you

    Rajindra kokola | Member of the technical staff. Adobe Systems

  • Profiles of lenses for different organizations, but the same sensor size?

    I downloaded LR 4.1 RC today.  Some of my lenses are not explained in LR so I downloaded then Lens profile Downloader Preview 3 to see if there are all the profiles available for download.  For some lenses I found profiles, but they did not go on the same body I have (same sensor size however).   Can I use profiles for the lenses if they are for a camera body that is different from mine, but always the same sensor size?  I know that with a lens profile LR auto corrects distortion, vignetting and CA.  That will work if my body is different from that of the body used for the profile of the lens?  Thank you.

    Yes it is possible.

    I downloaded it with Adobe Lensprofile Downloader

    In LR, I choose it bonded.

    I have the Panasonic Lumix G 20 mm f 1.7 ASPH on Panasonic GF1

    and the available profile is (same lens) for Panasonic Lumix DMC - G3.

    Works very well.

    Frans

  • parameter $ v see - how can I get these values for both instances on the db?

    I have a procedure which empty the content of all the parameters from the parameter system view v$ for the audit of needs, so that we know if a parameter has changed from month to month, but we have 2 instances running. How to make sure and save the settings for the two instances? So far the procedure saves the settings for the instance happened to run on (this is random).

    However, when I use the TOAD, I can access parameters for the two instances in the database/administer/Oracle settings.

    Thank you!

    Instead of V$ PARAMETER use GV$ PARAMETER so that you can get the id of the instance

    SQL> describe gv$parameter
     Name                                      Null?    Type
     ----------------------------------------- -------- ----------------------------
     INST_ID                                            NUMBER
     NUM                                                NUMBER
     NAME                                               VARCHAR2(80)
     TYPE                                               NUMBER
     VALUE                                              VARCHAR2(4000)
     DISPLAY_VALUE                                      VARCHAR2(4000)
     ISDEFAULT                                          VARCHAR2(9)
     ISSES_MODIFIABLE                                   VARCHAR2(5)
     ISSYS_MODIFIABLE                                   VARCHAR2(9)
     ISINSTANCE_MODIFIABLE                              VARCHAR2(5)
     ISMODIFIED                                         VARCHAR2(10)
     ISADJUSTED                                         VARCHAR2(5)
     ISDEPRECATED                                       VARCHAR2(5)
     ISBASIC                                            VARCHAR2(5)
     DESCRIPTION                                        VARCHAR2(255)
     UPDATE_COMMENT                                     VARCHAR2(255)
     HASH                                               NUMBER
    
    SQL>
    
  • How to get bookmarks on Aurora to be the same for different users on the same computer?

    When different users on my macbook login, I wan tehm all see the same configuration and saved bookmarks for Aurora. How can I do that. Trying to export from one setupproperly seemed to be the right thing to do. But when importing, there was too much here. the stuff of front and the news trying to be imported. He also made records duplicated with the same names. Is t he a profile simple file for bookmarks that can be exported and imported into the new area people.

    The profile is a file that store your personal information in a safe place

    https://support.Mozilla.com/en-us/KB/recovering%20important%20data%20from%20an%20old%20Profile

  • You can install streets and trips and highway 2010 on the same computer?

    1. is it possible to install streets and trips 2010 and highway 2010 on the same computer?

    2. don't they install as separate applications or both detailed maps are visible in the same application with the same characteristics, and they are available by simply scrolling between Europe and North America?

    Waiting for the delivery of the two in the next few days.

    Hi Kentana,

    Yes, certanly you have both programs installed on the same computer. I currently have on my three laptop Microsoft mapping applications:streets & trips 2010, Highway 2010and MapPoint 2010. There is no conflict between them at all. Everyone settles in its own records. You can even have multiple versions of each on the same PC, for example you could keep an old streets & Trips 2009 on your netbook, install the new 2010 Street and remove the old 2009 a few weeks later after that you are satisfied with the performance of the new 2010.

    Each program operates independently, and the European version will not show the data of the product in North America, and vice versa.

    More information about these Microsoft mapping programs can be found at http://www.laptopgpsworld.com/microsoft-streets-trips/

    Laptop GPS World

  • Ask different rights for different accounts of the same instance of the application?

    Hello

    I just want to check if this idea makes sense for IOM.

    I have a single application instance.

    For this instance, I have 2 different accounts.

    For each account, I want to have a different right.

    This idea makes sense for IOM?

    If so, is it possible to select the account when I ask a payment of the OOTB catalog?

    TIA

    Leo

    The latest versions allow you to select which instance rather than just the primary.  You should see an option in the catalog.

    -Kevin

  • Database to point different oracle_home on the same server

    Hi all

    Windows

    Oracle 11.2

    I installed Oracle in a given path, however, the apps team wants oracle must be installed in a different way.

    Now how can I install Oracle in a different path and start the database without any problems.

    Can we discuss what I know is:

    1. install Oracle in a diff way

    2. closing of the database that runs from the old House

    2 copy the initpfile in the oracle new House and start the database.

    Is - this right of approach

    Thank you

    Hello

    In recent versions, the upgrade of database (dba) Wizard is able to move to a different oracle home even with the same version. Check the first screens of dbu (at the launch of the new house)

    If no, you have to take care yourself everything that makes reference to the ORACLE_HOME: recreate the services with the oracle of new House oradim and update listener.ora if you have static registration.

    Kind regards

    Franck.

Maybe you are looking for