create a pool of dedicated for the initialization blocks connection

Hello

I use OBIEE11.6, then I put a block of session initialization to the RPD, and this block comes from a pool of connections "" My_DB".
"My_CP" '.

When the consistency check it warning as follow:

Initialization block 'Authorization' uses the Pool of connections "" My_DB".
'My_CP' ' which is used to report queries. This can impact the performance of queries.


but there is no table under the "My_CP" connection pool, so I don't know why they say it is used to report queries? and how to remove the warning?

Anyone know it?

Thank you!

Hi Leo,

Generally, when there is a single connection pool for a database in the physical layer, the BI server includes this is the single pool of connections for queries (I don't think that really, it checks if there is underlying tables. I think it's because there is a way to add tables to a database by right-clicking on the connection pool and choosing import metadata.).

As a good practice, when you block init pointing to a specific database, please make sure that you create another pool of connections for use in init blocks. This would ensure that report queries and init blocks do not go on a single pool.

So, for your case, create a second pool of connections and point your blocks to the second init. Yes, you cannot point to the first because it is bit reserved by BI server for reports. (Unless you change it in the Options menu of .rpd)

I hope this helps.

Thank you
Diakité

Tags: Business Intelligence

Similar Questions

  • Cannot create the initialization block in OBIEE 11.1.1.9

    Hello

    I am trying to create my first block of initialization in OBIEE 11.1.1.9. After I select New Options in Menu-> Session-> initialization block, I get a window. I press the button "Edit Data Source...". "but I can't select the Connection Pool.

    Kind regards

    Nestor

    Hi Nestor,.

    Try to create a separate initialization block connection pool. Then check if the connection pool is available in the initialization block.

    OR

    Check the Tools--> Option and the first connection Pool allows to Init Block is checked or not.

    Thank you!

  • create an exception in avast for the nsemail.html file in the temp folder

    I was pulling out my hair trying to find if there could be anything in the temporary files that I have to keep the last few weeks. Then I came across this: "the release of Avast 10.3.2223 (we think it's this version) has resulted in questions with avasts prevention of Thunderbird.
    to function properly. The solution seems to be to create an exception in avast for the nsemail.html file in your
    computers temp folder. "So now I'm completely confused. Why would I put something I need all the time in a temporary file to have remove for cleaning ccleaner?

    Matt, thanks. I read your blog post. I need to replace my HD and I've been fretting over if I have to loose important data from the temporary files. Apparently not. When I talked about ccleaner, it was in the generic sense. I avoided ccleaner because I thought it was a big hammer and some data that he brags about getting rid of I really want to continue. I know that I can choose what remains and what is happening, I'll have to give him another look. Once again thank you.

  • Apple created a new update ios for the iphone 4

    IPhone 4 stuck in ios 7.1.2. Ios need 8

    Apple created a new update ios for the iphone 4?

    No, they won't. If you use a later version of the iOS, then you will need to buy a new phone.

  • How to create a VPN file .pcf for the CISCO VPN CLIENT software profile

    Dear all

    How to create a VPN file .pcf for the CISCO VPN CLIENT software profile

    Concerning

    Hi Imran,

    Can't do much about that because it depends on what authenticate you the VPN server and how the settings. But let me introduce you to the memory layout. Once you install and open a VPN client. Press it again and it opens up a new page for the VPN config.

    Example of configuration as it is attached. But it differs depending on the configuration of your vpn server.

    Once you create and save this profile. Your FCP file is stored.

    Please assess whether the information provided is useful.

    By

    Knockaert

  • How can I create a list of choices for the search bit in Oracle 11g ADF fields?

    Hi Experts,

    Please inform how to add some selection list or drop downs on the pane search Oracle 11g ADF.

    I have a requirement to create a list of choices for the search store field. # Please notify.

    SS_SearchCriteriaPage1.png

    Thank you

    David Selvaraj

    You can create a view based on a static list object and attach it to your attribute as lov-driven model.

    Dario

  • I recently created a form to complete for the app e-business of the company. When you press the button submit, he only sent to our Inbox to project and not sent to the e-mail provided in the URL. Can someone help us to program the key to help explain why.

    I recently created a form to complete for the app e-business of the company. When you press the button submit, he only sent to our Inbox to project and not sent to the e-mail provided in the URL. Can someone help us to program the key to help explain why / tell us step by step what we should do?

    OK, I re-read your question. It's actually expected behavior. The user must manually send the email.

    If you want it to be a silent process, then you must either install a script on the local computer of the user who will do this, or use any email but something as a service web to which you directly submit the form data.

  • Interruption of the WiFi connection.  Green light is the Airport Express. Settings Network said the cable for the Wi - Fi connection is not connected or the device at the other end does not respond.

    Interruption of the WiFi connection.  Green light is the Airport Express.  Settings Network said the cable for the Wi - Fi connection is not connected or the device at the other end does not respond.  Tried to reset Airport Express, but remained light amber or orange flashing.  I unplugged it and waited and plugged back into the light turned green.  Rebooted computer (Mac Pro). Parameters of said the same thing.  Managed to create a WiFi "network with the ethernet in the network settings section, and yet I am wireless.  I am online but not wired and WiFi settings still says not connected, and either the cable for the Wi - Fi is not plugged or the device at the other end does not respond. I don't understand this situation.  My original WiFi name disappeared.  How I am on the internet?

    What is the brand and model of the modem Internet you have the AirPort Express directly connected by Ethernet? What exact model number is your Express?

  • my pc will not connect to wireless internet... It is said there could be a problem with the driver for the wireless network connection card

    connection network card

    my pc will not connect to wireless internet... It is said there could be a problem with the driver for the wireless network connection card... I'm not sure how to solve the problem of the dat

    Hello

    Did you change your computer?

    I suggest you to follow the links and check out them.

    The problems of Internet connection

    http://Windows.Microsoft.com/en-us/Windows-Vista/troubleshoot-Internet-connection-problems

    Solve problems, find wireless networks

    http://Windows.Microsoft.com/en-us/Windows-Vista/troubleshoot-problems-finding-wireless-networks

    Windows wireless and wired network connection problems

    http://Windows.Microsoft.com/en-us/Windows/help/wired-and-wireless-network-connection-problems-in-Windows

    Tips for solving common driver problems

    http://Windows.Microsoft.com/en-us/Windows-Vista/tips-for-fixing-common-driver-problems

  • Look for the Wi - Fi connection?

    Hi guys,.

    I used the code below to check for the Wi - Fi connection

    I referred follow url:http://developer.blackberry.com/cascades/files/webinars/dealing_with_data.pdf

        bool available = false;
    
        foreach(QNetworkInterface interface,QNetworkInterface::allInterfaces())
        {
            if(interface.flags().testFlag(QNetworkInterface::IsUp) && interface.name().compare(QString("ti0")) == 0)
            {
                available = true;
    
            }
                }
    

    But it's always fail.

    What I'm missing here?

    You're right, using the QNetworkInterface class that we are able to determine if the interface is in place, and able to connect to an AP or down (off). But it is not an obvious way to determine the interface is actually connected to an access point.

    So far I have has some success by using this code:

    bool Downloader::isWifiOnline()
    {
        bool available = false;
        foreach(QNetworkInterface interface,QNetworkInterface::allInterfaces())
        {
            if(interface.flags().testFlag(QNetworkInterface::IsUp) && interface.name().compare(QString("tiw_sta0")) == 0)
            {
                if (interface.addressEntries().count() > 1)
                    available = true;
            }
        }
        return available;
    }
    

    It seems that the interface has a number of addressEntries 2 when it is connected to the access point. and less when it is not. This allows us to determine if the interface has a configured IP address, where probably connected to an access point. It is possible that the user manually configures the ip address of the wireless interface, which can result in a false positive.

    For now it seems to work, but I have still a few test cases to try. I hope that others may chime about how they determine if the phone is connected to an access point.

    See you soon,.

    Eric

  • problem witththe driver for the wireless network connection card

    Quite suddenly my laptop (Toshiba) could not connect to my Modem and printer. I can only connect to the internet with a cable connection to the modem. The printer reports no problem with the connection. Troubleshooting report 'Problem with the driver for the wireless network connection card.' Problems also with ISATAP MS Driver adapter and Teredo Tunneling adapter. Software could not solve the problem.  A technician online know-how also faled to solve the problem after an hour trying everything - uninstalling and reinstalling, etc. He thought it would be a virus even though I have several active antivirus programs. Any ideas? Should I chuck the laptop away and buy a new one?

    If, as you say, you have several active antivirus running programs, they will conflict with each other and you will have no protection

    Visit the support of Tosh, specific to your model, and reinstall the drivers for the chipset and wireless

  • How to insert data into the initialization blocks

    I want to connect the user which connect to the obiee system. in the initialization, user blocks, we can get, but how to insert the date and user in the database is it in any way. Thanks in advance.

    The connection id is stored in the system USER session variable. You can use it to insert into the database in the initialization block.

    INSERT INTO tablename (username, date) values (': USER ', sysdate);

  • CREATE INDEXES online is waiting for the TX = 4 mode

    Hello

    I have a strange blocking problem where an INDEX CREATE LINE is waiting for a transaction that did only inserted a line in the parent table.

    Wait is mode TX = 4 (not TM locks) and I currently have it reproduced only on 11.2.0.3 and 11.2.0.4

    Easy to replicate the schema SCOTT:

    Session 1:

    SQL > set time on

    14:54:58 SQL > insert into SCOTT. Dept (DEPTNO, dname) values (50, 'test');

    1 line of creation.

    Session 2;

    14:55:24 SQL > create index test on SCOTT. EMP (ename) online;

    It's waiting ' enq: TX - line lock conflict ":"

    SQL > select sid, chain_signature from v$ wait_chains where blocker_is_valid = 'TRUE '.

    SID CHAIN_SIGNATURE

    ---------- ----------------------------------------------------------------------

    603 ' SQL * Net client message' < ='enq: TX - line lock conflict '

    While waiting to acquire the lock of transaction in mode 4:

    SQL > select * lock gv$ where sid = 603

    INST_ID SELECT ADDR KADDR SID TYPE ID1 ID2 LMODE CTIME BLOCK REQUEST

    ---------- ---------------- ---------------- ---------- ---- ---------- ---------- ---------- ---------- ---------- ----------

    1 00000006CDA05EB8 00000006CDA05F10 603 352577 0 4 0 348 2 AE

    1 00000006CDA06078 00000006CDA060D0 603 DL 779505 0 3 0 308 2

    1 00000006CD9FABE0 00000006CD9FAC38 603 DL 779505 0 3 0 308 2

    1 00007F28001F5028 00007F28001F5088 603 779505 0 2 0 308 2 TM

    1 00007F28001F5028 00007F28001F5088 603 779510 0 4 0 308 2 TM

    1 00000006CD9FA240 00000006CD9FA298 603 779505 0 4 0 308 2 OD

    1 00000006B4F26790 00000006B4F26808 589847 711499 6 0 308 2 TX 603

    1 00000006CDA0ED68 00000006CDA0EDC0 655377 996169 0 4 308 TX 603 0

    I've traced 10046 and 10704:

    broadcast message = obj 29231196672 #= 779514 tim = 1447251053634045

    ksqgtl * mode TX-000f001e-000ad97c = 4 flags = 0 x 10001 timeout = 21474836 *.

    ksqgtl: xcb = 0x6bb322528, ktcdix = 2147483647, topxcb = 0x6bb322528

    ktcipt (topxcb) = 0 x 0

    ksucti: init logon has of txn DID:

    ksqgtl:

    ksqlkdid: 0001-003F-0000AFC4

    ksudidTrace: ksqgtl

    ktcmydid(): 0001-003F-0000AFC4

    ksusesdi: 0001-003F-0000AFC3

    ksusetxn: 0001-003F-0000AFC4

    ksqcmi: TX, f001e, ad97c mode = 4 timeout = 21474836

    2015-11-11 15:11:36.566

    WAITING #140700792578680: nam ='enq: TX - line lock conflict ' ela 42932082 name = | mode = 1415053316 usn < < 16 | location = sequence 983070 = obj 711036 #= 779514 tim = 1447251096566283

    And there is nothing in V$ SESSION leader/block/line current. class obj # is EMP. current sql_id is the CREATE INDEX.

    If anyone has an idea on:

    -Why creating an index in line must wait for transactions that modified only parent table

    -How to continue the investigation

    -can or cannot reproduce in other versions

    Thanks in advance,

    Franck.

    I guess you have a constraint foreign key between emp and Dept.

    It's expected behaviours: since 11.1 any DML at one end of a referential integrity constraint translates into a mode lock 3 taken at the other end, and your phenomenon resembles a side effect of this.

    When you try to create the index online that your session must assume that the other session (holding mode 3 on the emp and dept) may have changed the emp and dept, so it must wait for the session to the commit or rollback.

    (I guess that in principle, he could walk the cancellation of the transaction see if EMP had in fact been changed - but maybe who was considered too complicated to be worth the risk to implement)

    Concerning

    Jonathan Lewis

    Updated - I just did a quick check to reproduce the effect on 11.1.0.7

    For reference - here are a few notes on modes of locking and how the application has changed over time: https://jonathanlewis.wordpress.com/2010/06/21/locks/

  • Ingest parameters: copy and create proxies has no option for the MD5 checksum

    I'm very happy with the new feature of proxy CC 2015.3. My favorite ingest setting is to "copy and create proxies" but there is no option to use given MD5 checksum check that if I used the parameter "copy". I tried to create a preset in Media Encoder, but I couldn't find the option to use GoPro Cineform for the format of proxy?

    You can create a custom preset to achieve this goal. In the SOUL, first create a preset for encoding with your GoPro CineForm desired settings. Then create a preset to ingest allowing of ' copy Destination files, check (value comparison MD5), transcode files Destination, then set Format in your "Preset" custom coding. " Some Destination paths for the copy and Transcode. Click OK to save the preset Ingest and import this preset in the settings dialog box to ingest first.

    More information about the creation of presets can be found here:

    Adobe Premiere Pro help. Ingest and Workflow in Premiere Pro 2015.3 CC Proxy

  • Try to set up Time Machine, and I get this error; Keychain 100001 error while creating a system Keychain entry for the username "JGarrett" and the URL ' afp://JGarrett@JPG Capsule._afpovertcp._tcp.local./Data time airport.

    Have cleared airport Time Capsule and factory reset after getting this message.  Don't know where to go with it.

    Some files have a property incorrectly together which will prevent them from being changed or deleted when the system is running. This property cannot be removed in recovery mode. If you do not feel that you can do this yourself, please someone more experienced to help you get.

    1 back up all data. There are ways to back up a computer that is not fully functional. Ask if you need advice. Don't skip this step.

    2. disconnect all external storage devices.

    3. start in recovery mode. Select a language, if you are prompted. The OS X Utilities appears. One of the options is to install OS X. This is not what you do.

    4. This step is only necessary if you use FileVault 2. If you don't know what's FileVault, you use it. Go to the next step. Otherwise, launch utility disk, then select the icon for the volume FileVault ("Macintosh HD", unless you have given it a different name.) It will be nested under another icon of the disc. Select open in the file menu and enter your login password when you are prompted. Then quit disk utility must be returned to the main screen.

    5. Select get online help. Safari will launch. While in recovery, you will have no access to your Favorites, but you won't need them. Load this web page.

    6. triple - click anywhere in the line below to select this option:

    chflags norestricted /V*/*/L*/Keyc*/*

    Copy the selected text in the Clipboard by pressing Control-C key combination.

    7. Quit Safari. You go back to the OS X Utilities screen.

    In the menu bar, select

    Utilities ▹ Terminal

    Launch the Terminal application. Paste in the Terminal window by pressing the command-V key combination.

    Wait for a new line ending with a number sign (#) to appear. Quit the Terminal must be returned to the main screen.

    8. Select

    ▹ Restart 

    in the menu bar.

    9. This step must be performed after the restart, and while you are logged as administrator, not in recovery mode. If you have only one user account, you are the administrator.

    Select and copy this line as in step 6:

    sudo xattr -c /L*/Keyc*/*

    Launch the Terminal application integrated in one of the following ways:

    ☞ Enter the first letters of his name in a Spotlight search. Select from the results (it should be at the top).

    ☞ In the Finder, select go utilities ▹ of menu bar or press the combination of keys shift-command-U. The application is in the folder that opens.

    ☞ Open LaunchPad and start typing the name.

    Paste in the same Terminal window. You will be asked for your login password. Nothing displayed when you type. Type carefully, and then press return. If you do not have a password, you will need to configure one before you can run the command. You can get a warning to be careful. Confirm. You don't need to display the warning.

    If you see a message that your user name "is not in the sudoers file", then you have not logged as an administrator. Log in as one and start over.

    Wait for a new line ending with a dollar sign ($) below what you entered. You can then quit Terminal. Test.

Maybe you are looking for