How to update schema passwords in the RPD ????

Hi All,
       Please, does someone may explain me how to perfom the steps below ?  Because I am changing the password from BI Applications components.
7.2.3.1. Oracle BI Application Configuration physical connection. Update the password on each the 2 connection pools:
•Oracle BI Application Configuration Connection Pool
•Oracle BI Application Configuration Initblocks Connection Pool
7.2.3.2. Oracle Data Warehouse physical connection. Update the password on each the 2 connection pools. This is the updated password for the <prefix>_DW schema.
•Oracle Data Warehouse Connection Pool
•Oracle Data Warehouse Repository InitBlocks Connection Pool
   I mean, where do i find these connection Pool ?
Thanks in advance.

you need to download the admin tool Oracle Business Intelligence 11g Downloads
Oracle Business Intelligence Developer Client Tools Installer (11.1.1.7.0)
  for Microsoft Windows x86 (32-bit): (182M) (cksum 1549113500)
  for Microsoft Windows x86 (64-bit): (204M) (cksum 3535381166)

Similar Messages

  • Have an ipod and then got the wife an iphone4. all passwords are screwed up. she can not access playstore cuz she doesn't have password. i can not get find any help on how to get or update a password for the ipod. and then get her a separate password for

    have an ipod and then got the wife an iphone4. all passwords are screwed up. she can not access playstore cuz she doesn't have password. i can not get find any help on how to get or update a password for the ipod. and then get her a separate password for her iphone. we need to save her photos, music, etc to ? icloud and the phone stuff to verizon cloud? so when she gets her new Iphone6 she can have all her "stuff" back on the new phone. hope this makes sense. please offer suggestions here or at [email protected] thanks for your help!

    Oh no! I'm sorry to see there's a lot of confusion here and data shared, x-rayDon. We can definitely work to fix. This happens when two devices share the same Apple ID, so she will need to reset hers. She can do so by assessing this link Apple - My Apple ID. You will need to decide who will keep the account if want separate Apple IDs since purchases cannot be shared unless you do Family Sharing.
    RobinD_VZW
    Follow us on twitter @VZWSupport

  • How to update schema-base xmltype by dba?error ORA-19007

    Hi ,
    Connect to db using user 'u1', register schema to LOCAL and update schema-base xmltype success. Then I login in db as dba, update xmltype occus ORA-19007. If I register the schema to GLOBAL, using dba to update xmltype has no problem. But how to update schema-base xmltype who's schema is register as LOCAL by dba?
    connect to db using user ‘U1’:
    declare
    begin
    dbms_xmlschema.registerSchema(
    'http://www.oradev.com/myschetest.xsd',
    '<schema xmlns="http://www.w3.org/2001/XMLSchema"
    targetNamespace="http://www.oradev.com/myschetest.xsd"
    xmlns:sch="http://www.oradev.com/myschetest.xsd"
    version="1.0" elementFormDefault="qualified">
    <element name = "Employee">
    <complexType>
    <sequence>
    <element name = "EmployeeId" type = "positiveInteger"/>
    <element name = "FirstName" type = "string"/>
    <element name = "LastName" type = "string"/>
    <element name = "Salary" type = "positiveInteger"/>
    </sequence>
    </complexType>
    </element>
    </schema>',TRUE, TRUE, FALSE, FALSE);
    end;
    SCHEMA register as LOCAL.
    create table globtest(id number, content sys.xmltype)XMLTYPE content STORE AS OBJECT RELATIONAL XMLSCHEMA "http://www.oradev.com/myschetest.xsd" ELEMENT "Employee";
    It's OK.
    insert into globtest values(1, sys.XMLType.createXML('<Employee xmlns="http://www.oradev.com/myschetest.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.oradev.com/myschetest.xsd http://www.oradev.com/myschetest.xsd"><EmployeeId>1234</EmployeeId><FirstName>Ravi</FirstName><LastName>Murthy</LastName><Salary>100</Salary></Employee>'));
    It's OK.
    update U1.globtest set content = sys.XMLType.createXML('<Employee xmlns="http://www.oradev.com/myschetest.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.oradev.com/myschetest.xsd http://www.oradev.com/myschetest.xsd"><EmployeeId>1234</EmployeeId><FirstName>'||unistr('\0080\0081')||unistr('\0085')||'Ravi</FirstName><LastName>Murthy</LastName><Salary>100</Salary></Employee>') where id=1;
    It's OK.
    but when i login in as dba,
    using above update sql. It has probleam.ORA-19007.
    How can i using dba to update this LOCAL schema-base xmltype? Thanks a lot.

    User 'U1' is created by:
    create user u1 identified by u1;
    grant dba to u1;
    Is there any other privilege need to be grant to u1?

  • How to retrieve schema password?

    Hi,
    i forgot my important schema password. how to retrieve schema password?
    Thanks,

    You cannot retrieve your password but you can reset it.
    Connect as SYS/SYSTEM users and reset the password for the required user.
    ALTER USER username IDENTIFIED BY newpassword;

  • How to update table styles in the new Pages?

    Anyone found out how to update table styles in the new Pages? I see it's done in some of the templates that Apple provided, but I can't find it. Also, the Copy table style command is gone, so I can't make my tables look in a uniform way, unless I use one of the built-in styles.
    Thanks.

    I'm having the same trouble. Looks like no way to create an overal 'table' style and I cannot access the table paragraph styles either.

  • How to create a password for the pdf file

    In Adore Acrobat XI, how to create a password for the file? The help states going to Tools Menu and clicking on Protection tab - but there is no such option. In the file - properties - security screen, it shows the security details but does not allow to edit it.

    I think you may be mixing up two different products: Adobe Reader (free), and Acrobat ($$).

  • How to update ABSKZ field in the table EKPO

    Hi
    Is there any way to update the rejection indicator (ABSKZ) field of table EKPO?.
    I am looking at BAPI_CHANGE_PO FM, But it does not have ABSKZ field in the item structure BAPIMEPOITEM.
    Do I need to extend the BAPI structure with ABSKZ field ?
    Regards
    Raj.

    Hi
    To extend  BAPI_PO_CHANGE  for EKPO-ABSKZ field , we have to add field in the structure BAPI_TE_MEPOITEM to pass it to  EXTENSIONIN. As ABSKZ field already availble in the EKPO it is not allowed to add ABSKZ in the structure BAPI_TE_MEPOITEM. it is throwing below error message.
    Field ABSKZ in table EKPO is specified twice. Please check
    Since it is not Z field and also not availble in the structure BAPIMEPOITEM  not sure how to update ABSKZ field in the EKPO table.
    Please advice.
    Regards
    Raj

  • HT5624 How to recover forgotten password in the itune phone data restore?

    How to recover forgotten password in the itune phone data restore?

    If the encryption password for the iPhone backup has been forgotten there is no way to recover it.

  • HT4623 How can update my iPhone to the last ios5. I dont want ios 6 as I want to keep google maps

    How can update my iPhone to the last ios5. I dont want ios 6 as I want to keep google maps?

    I disagree, Mr. WJ:
    If Matt had updated his iPhone via the Cloud and not by USB cable to his computer, the old IOS would still be on the computer and he would be able to "restore" to it. It would depend on what his backup settings were configured.
    For instance, I always backup to my computer at home. But, in the last few days I was notified that IOS 6.1 came out. So, if I wanted, I could install the update via WIFI from where I am at work. But, my old IOS would still be safe on my home computer that I can restore from if need be.
    And then you basically repeated what I stated about Google Maps being a app you can download now.
    Who loves ya, baby?

  • How not to see password in the script?

    Hi all,
    11.2.0.1
    Aix 6.1 5L
    I have a script expdp01.sh
    Which contains:
    expdp system/$1 schemas=HR
    Then I can run the script at  $ expdp01.sh  hrpass
    This is done so that the password will not be hard-coded in the script. Is this a good idea?
    Is there a way to hide the input parameter?
    Thanks a lot,
    zxy

    yxes2013 wrote:
    Hi all,
    11.2.0.1
    Aix 6.1 5L
    I have a script expdp01.sh
    Which contains:
    expdp system/$1 schemas=HR
    Then I can run the script at  $ expdp01.sh  hrpass
    This is done so that the password will not be hard-coded in the script. Is this a good idea?
    Is there a way to hide the input parameter?
    Thanks a lot,
    zxy
    How is this question different from the one you asked two weeks ago?  ==> How not to see database password?

  • How to reset schema password?

    Dear All,
    I have forgotten schema password of my database. I even don't have any password of sys or system user or any DBA role user. How can then I reset the password of schema?
    Thanks

    Kamran Agayev A. wrote:
    Hi Z.K
    But user mentioned that:
    I even don't have any password of sys or system user or any DBA role user
    Kamran Agayev A. (10g OCP)
    http://kamranagayev.wordpress.com
    Apologies Kamran, and thanks for highlighting the same.
    I forgot to mention that we can only do this on the database server, if you are part of ORA_DBA group.
    Regards,
    Z.K.

  • How to update Reference field in the clearing document

    Hi Friends,
    While accounitng for billing document for sales Reference Key 2 is used for a data.
    Now when the payment is recieved from customer and accounted, how to update the Ref 2 automatically from the primary document.
    Pl, suggest.
    Thanks
    NNS

    Hi Robert,
    Thanks for answering.
    I am looking at Ref 2 should flow automatically to clearing document from the accounitng document for billing.
    Ex: Billing document is created and accounted. Ref 2 is AB
    Now when receipt is accounted for this biling document this AB should flow automatically to Ref 2 field.
    Thanks
    NNS.

  • How to update a chart when the array is updated

    Hi I am using an array to populate a chart in FB3 and having trouble updating the chart when the array is updated.
    Chart
             <mx:Label id="archiveTitle" x="10" y="10" text="Current Archive " fontSize="14" fontWeight="bold"/>
             <mx:PieChart id="chart" height="130" width="300" color="0x323232"
                showDataTips="false" dataProvider="{ratingAC}"  y="22">
                 <mx:series>
                    <mx:PieSeries field="Rating"/>
                </mx:series>
            </mx:PieChart>
    Array + Vars
             [Bindable]
             public var newsDB:ArrayCollection = mx.core.Application.application.newsDB as ArrayCollection;
             [Bindable]
             private var positive:int = 1;
             [Bindable]
             private var neutral:int = 0;
             [Bindable]
             private var negative:int = 0;
             [Bindable]
             private var ratingAC:ArrayCollection = new ArrayCollection([
             { Rating: 1 },  // no data
             { Rating: positive }, // [0] positive
             { Rating: neutral }, // [1] neutral
             { Rating: negative }  // [2] negative
            private function init():void{
                   buildChart();
                   newsDB.addEventListener(CollectionEvent.COLLECTION_CHANGE, test);
                   newsDB.addEventListener(CollectionEvent.COLLECTION_CHANGE, buildChart);
            private function test(e:CollectionEvent):void{
                 trace("array changed");
                 positive = 20
            private function buildChart(e:CollectionEvent=null):void{
                 for(var i:int; i<newsDB.length; i++){
                      if(newsDB[i].rateItem == 0){
                           trace(positive);
                           positive += 1;
                           //ratingAC.setItemAt(positive,0);
                           trace(positive);
                      if(newsDB[i].rateItem == 1){
                           neutral += 1;
                      if(newsDB[i].rateItem == 2){
                           negative += 1;

    Sorry, in my app I have an ArrayCollection of items from a news feed that the user has deemed important, and given each item a rating. The For loop will loop through the "newsDB" array and set the var accordingly (positive, negative, neutral). The variables are what is populating the arrayCollection (ratingAC). How would I either a) bind the variables to the ArrayCollection so that it updates when one has changed, or b) update the specific index in the array collection. When debugging, i notice that the variables are updating, but the arrayCollection is not.
    Thanks in advance!

  • HT4053 i want to know how to update my 4s with the ios7

    I need help upgrading my iPhone 4s to ios7.

    See the chart below to determine whether you can upgrade your device and what you can upgrade to. If you do not have a Software Update option present on your iDevice, then you are trying to upgrade to iOS 5 or higher. You will have to connect your device to your computer and open iTunes in order to upgrade.
    IPhone, iPod Touch, and iPad iOS Compatibility Chart
         Device                                       iOS Verson
    iPhone 1                                      iOS 3.1.3
    iPhone 3G                                   iOS 4.2.1
    iPhone 3GS                                 iOS 6.1.x
    iPhone 4                                      iOS 7.0.x
    iPhone 4S                                    iOS 7.0.x
    iPhone 5                                      iOS 7.0.x
    iPhone 5c                                     iOS 7.0.x
    iPhone 5s                                     iOS 7.0.x
    iPod Touch 1                               iOS 3.1.3
    iPod Touch 2                               iOS 4.2.1
    iPod Touch 3                               iOS 5.1.1
    iPod Touch 4                               iOS 6.1.x
    iPod Touch 5                               iOS 7.0.x
    iPad 1                                          iOS 5.1.1
    iPad 2                                          iOS 7.0.x
    iPad 3                                          iOS 7.0.x
    iPad 4                                          iOS 7.0.x
    iPad Mini                                      iOS 7.0.x
    iPad Air                                        iOS 7.0.x
    =====================================
    Select the method most appropriate for your situation.
    Upgrading iOS
       1. How to update your iPhone, iPad, or iPod Touch
       2. iPhone Support
       3. iPod Touch Support
       4. iPad Support
         a. Updating Your iOS from iOS 5
              Tap Settings > General > Software Update
         If an update is available there will be an active Update button. If you are current,
         then you will see a gray screen with a message saying your are up to date.
         b. If you are still using iOS 4 — Updating your device to iOS 5 or later.
         c. Resolving update problems
            1. iOS - Unable to update or restore
            2. iOS- Resolving update and restore alert messages

  • How to update boot camp in the Mac OS if it is a .exe file?

    I don't know how to update my 3.0 Boot Camp because the files available on Apple's download page are all .exe files.
    How can I do it from Mac OS since I don't have Windows installed yet?

    The downloadable files are Driver Updates and have to be used while in Windows.
    The Mac OSX BootCamp Assistant (in the Applications/Utilities folder) is not updated by these .exe files and the latest version of it is 3.0.4 (325) (OSX Snow Leopard 10.6.8).
    Boot Camp - Installation and Setup Guide (Mac OS X v10.6 Snow Leopard)
    Stefan

Maybe you are looking for

  • Trying to install OS on mcs-7825-h2 for unity

    Hi, I'm trying to install w2k os on an mcs-7825-h2 but the smartstart cd (7.40) doesn't have the sata raid drivers. As these servers don't have floppy disks has any one got any info on how to do this? Rgds Andy

  • Recovering Embeded access point 881-w password

    Can anybody help, I simply need to recover an embeded access point password. I have the passwords to the 881-w router, but passwords to the embeded access point I don't have. can anybody run me through either the recovery process for it, or the passw

  • Ipod classic does not play in auto

    My IPOD Classic will not play on my Rosen navigation radio.

  • Migrating 6.0- 6i: cdr-21247 "no action given"

    I'm trying to migrate application systems from a 6.0 repository to a 6i repository and everything seems to work according to the installation guide chapter 2 'server side installation, migration and upgrade'. However, when I start the actual migratio

  • Workflow issue - activity reference not getting deleted.

    Hi, Please help in resolving the following issue. I have deleted an activity from the workflow diagram and saved it to the database. But while reloading the workflow I am getting an error as follows 1302: Loaded definition was incomplete. Although th