Can ias1020, ias1022 share the same database ?

I am wondering if multiple iAS versions can be installed in the same database ? I have iAS1022 with portal 3.0.9.8 installed. Now I need to install a lower version of iAS containing portal 3.0.6 in order to upgrade portal to 3.0.8. Can this be also installed in the same database ?
Thanks for any replies
null

You're correct if you use broker id then this id is appended to the schema name. So each table name in each schema will have the following format table_name+brokerid. This way you can use the same database for different brokers.
Tom

Similar Messages

  • How to share the same Database Connection when using several Task Flows ?

    Hi All,
    I’m using JDev 11.1.1.3.0.
    I’m developing ADF Fusion Applications (ABC BC, ADF Faces…)
    These applications are deployed on a Weblogic server.
    Each application has only one Application Module.
    All Application Modules have the same connection type defined: JDBC DataSource : jdbc/GCCDS
    It is working fine.
    I’ve also developed Task Flow Applications for small thinks that are reused in multiple main applications.
    Each Task Flow Application has also one Application Module with the same connections type as main applications.
    All these task flows are deployed to JAR file (ADF Library JAR File) and are reused on my main applications. (drag and drop from the Resource Palette to ADF Regions….).
    There are some parameters passed to Task Flows, so that they can filter data depending on which main applications they are called from.
    Everything is working perfectly.
    All my main applications are using more and more task flows. Which is nice for the reusability etc…?
    Only ONE PROBLEM: DATABASE CONNECTIONS.
    Every Task Flows service made a database connection. So one user may have 10 database connections for the same adf page. And when there are 100 users that are working at the same time, it becomes a problem.
    How to share the same database connections for the main applications and all task flows which are used in the main application?
    Best Regards
    Nicolas

    Hi John,
    When I open a ADF Library JAR file of one of my task flow. (gcc_tf_recentSites.jar)
    I can see TF_RecentSitesService.xml and TF_RecentSitesServiceImpl.class in gcc_tf_recentSites.jar\mu\gcc\tf\recentSites\model\service folder
    + bc4j.xcfg in gcc_tf_recentSites.jar\mu\gcc\tf\recentSites\model\service\common folder.
    bc4j.xcfg details are
    +<?xml version = '1.0' encoding = 'UTF-8'?>+
    +<BC4JConfig version="11.1" xmlns="http://xmlns.oracle.com/bc4j/configuration">+
    +<AppModuleConfigBag ApplicationName="mu.gcc.tf.recentSites.model.service.TF_RecentSitesService">+
    +<AppModuleConfig DeployPlatform="LOCAL" jbo.project="mu.gcc.tf.recentSites.model.TF_RecentSites_Model" name="TF_RecentSitesServiceLocal" ApplicationName="mu.gcc.tf.recentSites.model.service.TF_RecentSitesService">+
    +<Security AppModuleJndiName="mu.gcc.tf.recentSites.model.service.TF_RecentSitesService"/>+
    +<Custom JDBCDataSource="jdbc/GCCDS"/>+
    +</AppModuleConfig>+
    +<AppModuleConfig name="TF_RecentSitesServiceShared" ApplicationName="mu.gcc.tf.recentSites.model.service.TF_RecentSitesService" DeployPlatform="LOCAL" JDBCName="gccdev" jbo.project="mu.gcc.tf.recentSites.model.TF_RecentSites_Model">+
    +<AM-Pooling jbo.ampool.maxpoolsize="1" jbo.ampool.isuseexclusive="false"/>+
    +<Security AppModuleJndiName="mu.gcc.tf.recentSites.model.service.TF_RecentSitesService"/>+
    +</AppModuleConfig>+
    +</AppModuleConfigBag>+
    +</BC4JConfig>+
    So, it seems that the Application Module is packaged with the task flow....
    Is it normal ?
    Regards
    Nicolas

  • Can two people share the same Apple ID on two different iPhones and maintain different passwords?  Yes, there is more to the story.

    I have an iMac, and iPhone.  I've had my Apple ID for a few years. 
    My wife got an iPhone 4S a few months back and the salesperson at Verizon set her Apple ID the same as mine, but gave her a different password.  I don't know if this was ok, but that is what happened.
    So, yesterday, we both upgraded to IOS6 and I had no problem logging in to my iPhone with my Apple ID.  When my wife went to log in, she was told that she was entering the wrong password. We entered the password over and over again and still was wrong.
    The question is... can two people share the same Apple ID on two different iPhones and maintain different passwords?  (I have the feeling her iPhone is thinking that since it's my Apple ID, it wants my password.)
    If not, can I still set up a new Apple ID for her even through she's had the iPhone for a few months?
    Thanks.

    Hi
    You shold follow your feelings, its probably right most of the time.
    You can have 5 different devices hucked upp to one Apple ID. What I have done is that my wife and I have one Apple ID, when I bye a new app on my phone, She gets it to. Thats nice.
    You can allways set upp a new Apple ID for your wife.

  • HT204053 can two devices share the same apple id

    can two devices share the same apple id

    Yes.
    According to this Support Article  >  http://support.apple.com/kb/HT4627
    Your Apple ID can have up to 10 devices and computers (combined) associated with it.

  • Can a company share the same Digital ID?

    Hi,
    I'm trying to get to grips with how Adobe's Digital ID encryption works.
    I have a document that I send out regularly to clients that needs protecting and I believe that the pubic/private encryption key is the best thing.
    I have a question: Can a company or several computers share the same Digital ID? For example, I usually work on my main computer but occassionally if I'm travelling I have to use my laptop to send out the document etc. Can multiple computers share the same ID? If so, how do I do this? I don't want to have set everybody up on my main computer and then my laptop etc... my clients won't be happy.
    Thanks!
    -blueunderground

    Thanks for your response.
    I want to have access to my digital ID on more than one computer so I can apply certificate security. I've created a digital ID on my laptop, can I then transfer it to my main pc?
    When I said 'my clients won't be happy' I meant if I have to create a new digital ID on every device I use and then add each client (i have over 100) multipe times to each device I use.. they will get annoyed. Do you see what I'm saying?
    All i want to know is if I create a digital ID on my laptop, can I then transfer it to my main pc? if so, how do I do this?
    Thanks,

  • Can multiple threads share the same cursor in berkeley db java edition?

    We use berkeley db to store our path computation results. We now have two threads which need to retrieve records from database. Specifically, the first thread accesses the database from the very beginning and read a certain number of records. Then, the second thread needs to access the database and read the rest records starting from the position where the cursor stops in the first thread. But, now, I cannot let these two threads share the same cursor. So, I have to open the database separately in two threads and use individual cursor for each thread. This means I have to in the second thread let the cursor skip the first certain number of records and then read the rest records. However, in this way, it is a waste of time letting the second thread skip a certain of records. It will be ideal for us that the second thread can start reading the record just from the place where the first thread stops. Actually, I have tried using transactional cursor and wanted to let the two threads share the same transactional cursor. But it seems that this didn't work.
    Can anyone give any suggestion? Thank you so much!
    sgao

    If your question is really about using the BDB Java Edition product please post to the JE forum:
    Berkeley DB Java Edition
    If your question is about using the Java API of the BDB (C-based) product, then this is the correct forum.
    --mark                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Can two people share the same library?

    I installed a new mac mini which we're planning on using as a media hub and as a machine to sync my iphone from.  I want to have a "Server" login on it just for itunes to run the backend for Apple TV.  However, I'd also like my itunes library on my "Personal" login.  Can I share the same library betwixt the two (if put into the Shared folder?) or do I have to set it up in my Personal and then share it to the Server login?  If I do that, don't I have to login to both and run itunes before it'll work?  I'd like to avoid anything like that because I travel often and want something my family can leave on and reboot easily while I'm away, without giving my kids access to my Personal login.

    Hi chris brian,
    If you are looking to share the same iTunes library between multiple user accounts on the same Mac, you may find the following article helpful:
    iTunes: How to share music between different user accounts on a single computer
    Regards,
    - Brenden

  • HT4528 Can two phones share the same Apple ID or will this cause confusion?

    Can an I4s and an I5 share the same apple ID or does this cause sonfusion?

    it result in them getting all the same messages if one have turned on imessage
    and it result in them not being able to facetime eachother

  • Can multiple portlets share the same pageflow ?

    What is the framework behaviour if two distincts portlets are based on the same
    pageflow .jpf file.
    Will they share the classe instance or will it be two distincts page flow instances.

    Yes, multiple portlets can share the same pageflow, and the instances
    will be separate.
    Subbu
    Olivier wrote:
    What is the framework behaviour if two distincts portlets are based on the same
    pageflow .jpf file.
    Will they share the classe instance or will it be two distincts page flow instances.

  • Can 2 websites share the same cookie?

    Hi,
    Can two different websites share the same cookie?
    For example, Blah-Forums.com and Blah-Store.com are
    interlinked and share the same
    audience. When a person signs on at Blah-Forums.com, I want
    to make it so that he/she
    can move to Blah-Store.com and retrieve their cart items from
    Blah-Store.com without having
    to sign on again.
    Can this be done?
    Thanks in advance,
    Joe

    Cookies get set, and are sent back, based on the domain name
    of the resource that is setting the cookie.
    If the page that sets the cookie was requested as:
    http://www.mydomain.com/foo.cfm
    then the cookie will be set on www.mydomain.com.
    (Note: alternately, you can specify that you want the cookie
    to be set on the domain without including the subdomain. In that
    case, the cookie would be set on mydomain.com and the browser would
    return that cookie for any requests to mydomain.com, or
    *.mydomain.com)
    If the page that sets the cookie was requested as:
    http://192.168.1.1/foo.cfm
    then the cookie will be set on 192.168.1.1.
    Web browsers only send cookies back to servers when the
    domain being requested matches one of the domains in one of the
    cookies. So a subsequent request to www.mydomain.com will send the
    first cookie, and a subsequent request to 192.168.1.1 will send the
    second cookie.
    Web browsers don't do a DNS lookup of the domain and also
    send the cookies corresponding to that IP address.

  • Can two ipads share the same icloud account

    hello. My wife and i recently added a second ipad to our household (his and hers). We would like to share the same icloud account fior photo streaming and music and such, but want to have our seperate emails, contacts and calendars on each ipad. Is this possible without having to create seperate icloud accounts?

    Don't understand what you are trying to do.
    You said 2 iPads using the same iCloud acoount, are you try to switch to another iCloud account?
    Then you need to delete the one you have on iPad. Deleting iPad iCloud account do not delete the content in iCloud. You will be asked.

  • Can multiple users share the same DB ?

    We have about 10,000 + personal photos.  Can I install the LR Database on my server so that my wife and I can both be adding metatags to the photos at the same time ?  I don't mind if I have to buy 2 copies, but I am more concerned about sharing the database.  Any Ideas ?

    i would not advice to do it but....
    http://asaphotodigitalgearreview.blogspot.com/2011/05/2011-update-using-lightroom-across.h tml

  • Can multiple devices share the same library?

    I was under the impression they could not. I had originally had iTunes installed with my 5th generation iPod. Several months back my wife got an iPhone 4. We were under the impression we had to set up a library exclusive to her device, so we did. I had to open my library when I wanted to sync to my iPod, she had to open hers to sync to her iPhone. Now I just got an iPhone 4, when I plugged it into my PC, it created a new device within the library I had set up for my iPod. I don't plan on using my iPod anymore, but I get the impression I could use both devices with the same library. Could I do the same with the 2 iPhones?
    Where I get confused is when it comes to sharing music, and the fact that we have 3 directories now (the original iTunes directory, and two iPhone directories). Currently despite having 2 libraries, all the music is stored in the original iTunes directory. When we download music in iTunes, it has been stored to the that same directory and simply added to whatever library has been open. Then we can simply add it to the other library as we please. But what happens when we download Apps and music directly to our phones...I presume when synched to the PC, they'd get stored in the directory specific to that device, and cannot be shared?
    Bottom line is I'd like all music to be available to either iPhone, but would also like to ensure it is all stored in the same directory.

    What is really strange to me is the Apple licensing. I spoke with one developer about this once and here is what he told me:
    You can authorize up to 5 computers with your iTunes store ID. Any of those 5 computers can sync an app onto any of the devices that they manage syncing for, and it is perfectly legit with Apple. Due to the Apple developer agreements, he can not do anything to prevent that in his code.
    My wife and I each have iPhone and iPod Touch devices. We each have our own iTunes store ID's (because we didn't know better at the time) so we authenticate both computers to both accounts and we can share our music & app purchases "freely" between our 4 devices. We each could authorize up to 3 more PC's with our accounts and allow more people to share our purchases (if we trust them not to purchase things using our accounts) but we don't feel that is the correct way to treat the app developers, so we don't do that. In fact, there at least one app we have liked so much, we both spent the $7.99 to purchase even though we didn't need to.

  • Can two iPhones share the same apple id?

    I have a white iPhone 4 and i just bought a new black iPhone 4. Can I activiate the new black iPhone 4 and use the same apple id on both of them? Will all the music be shared? Can I have access to the account on both phones?

    No. The only information that may be transferred between the two is music, apps, or books if automatic downloads are turned on within Settings>iTunes and App Stores. However if you use the same Apple ID for iCloud on both devices they will share whatever information you share with iCloud. For instance if you have different contacts on both phones and use the same iCloud account with both of them they will then show a combination of the two contact libraries on both phones. So if you add a contact to one iPhone it will add the same contact to the other. The same goes with deleting contacts as well. Hope this helps.

  • Can two users share the same mac desktop with two different iTunes accounts

    I have a mac desktop, my husband and I share the mailbox for our emails but he has his itunes account on the computer. I have mine on an old mac laptop wHich is not working well any longer. Can I create a second Itunes on the desktop so we could both use the same computer yet keep our music separate

    You can.
    Your home account can have its own hard drive.
    iTunes Media Library can be shared. Or not.
    Even have your own boot drive if needed and you have different applications and configuration.
    The Mac Pro and OS X are designed for multiple users. Not being limited to just one (or two, now that SSDs have found their way into iMac and laptops) has allowed more people to off load their media and data from the boot drive, which is always good.
    How to import, move, and use iTunes
    http://www.apple.com/support/itunes
    and of course the forum for itunes for more troubleshooting

Maybe you are looking for

  • Error Deploying A Cube with the Deploy All option

    Hi All, I get the error below when I try to deploy a cube: ORA-06510: PL/SQL: unhandled user-defined exception ORA-06512: at "OLAPSYS.CWM2_OLAP_UTILITY", line 1660 ORA-01403: no data found ORA-06512: at "OLAPSYS.CWM2_OLAP_CUBE", line 33 ORA-06512: at

  • Blue star no longer showing in Top Sites

    My top sites page no longer shows the blue 'updated' starts in the corner. I have tried resetting just the topsites in 'reset safari...', but it just shuffled them all around and lost some favourites. It's becoming frustrating... Can anyone give me s

  • File Adaptor throttle???

    I have an application that will produce many files in a short time period for the File Adaptor to pickup and have processed. I'm researching how to throttle the process that is using the File Adaptor. I'm dropping 1200 files at a time into the config

  • Names don't appear in the bindings panel

    Hello all, If anyone could possibly answer this question I would appreciate it. I'm in Dreamweaver CS4 on a mac pro. When I create a URL variable or a FORM variable or a RECORD SET (query) through the bindings panel the name that should appear next t

  • Time Machine Weirdness - HELP!

    Using a mid 2010 MacBook Pro with 10.9.4 installed, all updates present. Attached a WD 750GB My Passport to the Macbook Pro, reformatted the passport to MAC OSX Extended Journaled. Check both MacBook Pro and Passport with Techtool Pro 7 latest versio