Parameter of dashboard for response request database Direct

Hi all
I am creating an answer using the 'Direct request for database' option. Here I do not see how this set answer.
I want to use this response in the dashboard and get prompt dashboard to send the value to respond. We have no work around for this scenario.

Pointers are highly appreciated.

Thank you.
Vijay

you do not have to create the column is invited, just add the following statement in the sql you wrote
and tab.col1 = (@{pv} {1})
where tab.col1 is the actual database column that is equivalent to a presentation variable pv
now, to make a prompt of any sector of activity and set the default value to a specific value with single quotes "If the column is of type character and assign it the same variable presentation pv as assigned in the direct application of the database report.

Tags: Business Intelligence

Similar Questions

  • Database direct request & invite

    Is it possible to use the prompts in a basis of the request on a "request for direct database". How do I access the prompt variables in my SQL query?

    Yes, you can use the prompts in the direct database queries

    for example

    a direct request:
    "Select * from table1 where column1 = ' @{somevar1}"

    then online dashboard, set somevar1 as a drop-down list of the set variable variable.

    That should do it.

  • Infra for VMware SM: URL Direct to files no longer work

    As our Organization has upgraded VMWare SM V9 V8 Infra, a number of auxiliary applications and their features have stopped working.  The crux of it seems to be that the direct URLS to individual records do not work.  If VMSM is not running, it will navigate and the launcher and launch the wrapper, but not to go further.  If VMSM is running, it will reduce the window of the browser.

    Does anyone know of a workaround?

    Thanks in advance.

    I don't know if it's in the documentation somewhere.

    I can tell you that MMA links will now look like this:

    ServiceManager.aspx? MMA & USER_ID = CLT & DATABASE = System1 & CORE_ENTITY = 1 & ROOT_TYPE_REF = 6 & E

    NTITY_REF = 167838
    CORE_ENTITY and ROOT_TYPE_REF tell you what element you are trying to watch
    • CORE_ENTITY references SU_CORE_ENTITY.
    • ROOT_TYPE_REF references SU_ENTITY_TYPE.  It is not checked for the main application.  It is necessary for the portal.
    ENTITY_REF tells you the ref of the element.  for example a call, it would be the call number.  for a request, it would be the application number ETC.

    The main application can manage calls, tasks and applications using this syntax (without additional customization)

    Portal/HTML could potentially handle all entities that are accessible through the portal.  Good that test us it only for calls, tasks, requests, questions and orders.

    by the way MMATYPE = changes LITE this in connection to portal mma.

    Claire.

  • How can suggest us a new DBA ECO certification for very large databases?

    How can suggest us a new DBA ECO certification for very large databases?

    This web site, or what phone number can call us to suggest the creation of a certification of VLDB ECO.

    The most important databases that I've ever worked with barely more than 1 trillion bytes.

    Some people told me that the results to be a DBA change completely when you have a VERY BIG DATABASE.

    I could guess that maybe some of the following topics in the configuration can be on it,

    * Partitioning

    * parallel

    * more large block size - MAS vs. OLTP

    * etc.

    Where I could send a recommendation?

    Thank you Roger

    This forum is probably your best choice, Brandye would be one of the contacts I would use to make such a request.  If you are really interested in this, I would be further demand more.  Specifically, most Oracle certifications available to have a corresponding course available in the OU. If you want to create a new certification, one of the most compelling arguments would be to suggest a certification that tests information for which there are already one or more courses.  Looking at the current offerings of courses 12 c, the following two seem to come more close to what you ask for:

    Database Oracle 12 c: implement partitioning Ed 1

    Parallel processing in Oracle Database 12 c Ed 1

    These areas are covered somewhat in 1Z0 - 117.  You will need to make a case for a certification that hit different areas of knowledge.  Looking at the course for both subjects, partitioning has more that are not covered in-depth on 117.  However, it is supposed to be a 12 c Data Warehousing expertise certification coming out this year that may require a partitioning good knowledge.

  • The FRA diskgroup separate for each prod database?

    Hello

    Env: Oracle 11 g 2 EE (11.2.0.3), 6.2 RHEL 64 bit

    Storage: file system

    Databses: ten databases on the PROD and 20 on the DEV

    I have two existing servers with above configuration - a DEV and a single PROD. I have to move all of the databases from two servers to new servers.

    I have two options. Configure the servers again exactly the same way (same software oracle, same mounts-points, directory structures, etc.) and move/copy the databases above. The other option is to use ASM for storage instead of file system.

    Customer asks a diskgroup FRA separate for each DBA database. His reason is that if the FRA gets filled by archivelogs because of some process in the databases, all databases stops responding.

    • It's a legitimate concern and what is the best way to deal with this kind of situation?
    • Should I create a diskgroup FRA separate for each database?

    The archivelogs are backed up every 20 minutes for each PROD database.

    Please advise!

    Best regards

    You can limit FRA for each database with the parameter DB_RECOVERY_FILE_DEST_SIZE.

  • How to extract information from execution of vcenter database directly?

    Hello

    In my project, that I intend to access the VIM_VCDB database directly via a connection remote sql instance SQLEXP_VIM to fetch all VMS in vCenter server information. While I get most of the information of the VPX_VM/VPX_ENTITY tables using simple SQL queries, I'm not able to figure out how to get the execution/vmware performance information.

    For example, I want to retrieve all the values of properties, as provided by an object 'VirtualMachineQuickStats' and 'VirtualMachineRuntimeInfo' given as in vc sdk.

    Which table or stored procedure, or the view can give me these values?

    Also, I want to go look for performances given in the CPU/memory allows say one last time.

    Is it possible to get them directly from the database by running SQL queries instead of using the API of the vc sdk.

    Thanks in advance,

    NESS

    Performance data are not stored in the database... history is, but you want in real-time.

    You must use the API not the database.  Download the API SDK requires visual studio or C++

  • Can we still use NOT_SUPPORTED and supported for any request method?

    Hi all

    Because the database selection didn't need a transaction (Please correct me if that's wrong), define the level of transaction "NOT supported" or "Supported" for all of these methods that question only something database?

    Maybe these methods will be called in other in a transaction, so "NEVER" cannot be used.

    My question is: is there a reason to get a transaction for methods without any insert/update of database?

    Say there are three beans as below:

    @Stateless
    @TransactionManagement (TransactionManagementType.CONTAINER)
    / public class InsertBean implements {Insert}
    @Override
    @TransactionAttribute (TransactionAttributeType.REQUIRED)
    {} public void createUsers (< user > list of users)
    INSERT INTO user WHERE...
    }
    }

    @Stateless
    @TransactionManagement (TransactionManagementType.CONTAINER)
    / public class QueryBean implements Query {}
    @Override
    @TransactionAttribute (TransactionAttributeType.NOT_SUPPORTED)
    public int getUserNumber() {}
    SELECT COUNT (*) FROM user
    }
    }

    @Stateless
    @TransactionManagement (TransactionManagementType.CONTAINER)
    / public class UpdateBean implements {update
    @Override
    @TransactionAttribute (TransactionAttributeType.REQUIRED)
    {} public void updateUsers (list < user > users)
    UPDATE user SET logindate = xxx WHERE...
    }
    }

    Insert and update requires a transaction and not the query. If there is a method of bean called as:

    InsertBean.createUsers (users);
    int n = QueryBean.getUserNumber ();
    UpdateBean.updateUsers (users);

    In this case, that the level of transactions for getUserNumber() request method must not be 'NEVER', only 'SUPPORTED' or 'NOT_SUPPROTED' is reasonable. But 'NOT_SUPPORTED' is more effective. So can I use level 'NOT_SUPPORTED' for all methods of query?

    If sometimes the query method must be in a transaction could you share?

    Thanks in advance.

    When the query is running for a long time and you who call inside the transaction, the transaction may time out.
    In this case you would go non-supported, so that this transaction manager can take the action when the method
    is called within a transaction. Otherwise it does not really matter.

  • Dashboard page. How to do it as a page of the default dashboard for all users.

    Hi all

    I created a dashboard with a page to publish the ads. Now, I want to make this dashboard as the common dashboard for all users. I donot have the catalog presentation groups where to use the LDAP protocol in my org.

    Thank you
    S

    Hello
    We can do this by using the session System Portal path variable

    Reference http://obiee101.blogspot.com/2008/06/obiee-directing-user-to-default.html

    Thank you
    Saichand.v

  • Not able to start agent cache for the requested data store

    Hello

    This is my first attempt in TimesTen. I am running TimesTen on the same host Linux (RHES 5.2) running Oracle 11 g R2. TimesTen version is:

    TimesTen Release 11.2.1.4.0


    Trying to create a simple cache.

    The DSN entry section for ttdemo1 to. odbc.ini is as follows:

    + [ttdemo1] +.
    Driver=/home/Oracle/TimesTen/TimesTen/lib/libtten.so
    Data store = / work/oracle/TimesTen_store/ttdemo1
    PermSize = 128
    TempSize = 128
    UID = hr
    OracleId = MYDB
    DatabaseCharacterSet = WE8MSWIN1252
    ConnectionCharacterSet = WE8MSWIN1252

    With the help of ttisql I connect

    Command > Connect "dsn = ttdemo1; pwd = oracle; oraclepwd = oracle;
    Successful login: DSN = ttdemo1; UID = hr; DataStore = / work/oracle/TimesTen_store/ttdemo1; DatabaseCharacterSet = WE8MSWIN1252; ConnectionCharacterSet=WE8MSWIN1252;DRIVER=/home/oracle/TimesTen/timesten/lib/libtten.so;OracleId=MYDB; PermSize = 128; TempSize = 128; TypeMode = 0; OracleNetServiceName = MYDB;
    (Default AutoCommit = 1).
    Command > call ttcacheuidpwdset ('ttsys', 'oracle');
    Command > call ttcachestart;
    * 10024: could not start agent cache for the requested data store. Could not initialize Handle.* Oracle environment
    The command failed.

    The following text appears in the tterrors.log:

    15:41:21.82 Err: ORA: 9143: ora-9143 - 1252549744-xxagent03356: database: TTDEMO1 OCIEnvCreate failed. Return - 1 code
    15:41:21.82 Err: 7140: oraagent says it failed to start: could not initialize manage Oracle environment.
    15:41:22.36 Err: 7140: TT14004: failed to create the demon TimesTen: couldn't reproduce oraagent for "/ work/oracle/TimesTen_store/ttdemo1 ': has not been initialized Handl Oracle environment

    What are the reasons that the demon cannot happen again to another agent? FYI, the environment variables are defined as:

    ORA_NLS33=/U01/app/Oracle/product/11.2.0/Db_1/ocommon/NLS/Admin/data
    ANT_HOME = / home/oracle/TimesTen/ttdemo1/3rdparty/ant
    CLASSPATH=/home/oracle/TimesTen/ttdemo1/lib/ttjdbc5.jar:/home/oracle/TimesTen/ttdemo1/lib/orai18n.jar:/home/oracle/TimesTen/ttdemo1/lib/timestenjmsxla.jar:/home/oracle/TimesTen/ttdemo1/3rdparty/jms1.1/lib/jms.jar:.
    Oracle@rhes5:/Home/Oracle/TimesTen/ttdemo1/info% echo $LD_LIBRARY_PATH
    /home/oracle/TimesTen/ttdemo1/lib:/home/oracle/TimesTen/ttdemo1/ttoracle_home/instantclient_11_1:/u01/app/oracle/product/11.2.0/db_1/lib:/u01/app/oracle/product/11.2.0/db_1/network/lib:/lib:/usr/lib:/usr/ucblib:/usr/local/lib


    See you soon

    I see no problem here. The ENOENTs are superfluous because it locates libtten here:

    23302 open ("/ home/oracle/TimesTen/11.2.1.4.0/TimesTen/ttimdb1/lib/libtten.so", O_RDONLY) = 3

    without doubt, it does the same thing trying to find the libttco.so?

    23302 open ("/ home/oracle/TimesTen/11.2.1.4.0/TimesTen/ttimdb1/ttoracle_home/instantclient_11_1/libttco.so", O_RDONLY) =-1 ENOENT (no such file or directory)

    Thank you for taking the trace. I really want to have a look at the complete file if you can send it to me?

  • A query takes twice as long for an identical database on two separate systems.

    Hi, I'm looking for help with a performance issue on a particular database.

    I'm running the query
    ' for $o in the collection ("rx.dbxml") / RX [dbxml:metadata("janusId") = "12345"] descending return $o/@dos < id item = '{replace (dbxml:metadata("dbxml:name",_$o)' & #34; (», «_»)} "> {$o} < / item > '"
    on two different systems through a ServerProxy xmlrpclib python object. This is the my test request, but the other query performance presents the same problem.

    Data on both systems are identical, and the time required to execute this query is the same for both systems throughout
    each database, except one. For this particular database, the time required to run the query on system B is double
    the system has.

    This is only the case for a particular database that makes me think it's a matter of data?
    However, the data are identical on both systems.

    Is anyone aware of all data related issues that could trigger such a success of performance-based
    the configurations below? What should be my next step to diagnose this problem?

    System A
    ---
    -1 x Quad core Intel Xeon CPU E5450 @ 3 .00GHz
    -32 GB OF RAM

    -Red Hat Enterprise Linux Server 5.1 (Tikanga)
    -Berkeley dbxml 2.4.13 patched for 2.4.16
    -bsddb3 4.5.0
    -Python 2.4.4
    twisted-8.2.0
    -0.12.0 sOAPpy

    -Size used Avail use % mounted file system
    / dev/sda5 39 33 G G 4.3 G 89%.
    ...
    ---

    System B
    ---
    -2 x Intel Xeon CPU @ 2.80 GHz Dual core
    -12 GB OF RAM

    -Red Hat Enterprise Linux Server 5.3 (Tikanga)
    -Berkeley dbxml 2.4.16
    -bsddb3 4.7.5
    -Python 2.4.4
    twisted-8.2.0
    -0.12.0 sOAPpy

    -Size used Avail use % mounted file system
    / dev/map/VolGroup00-LogVol00 384 G 88 277 G 25%.
    ...
    ---

    Thanks for any help.

    Try looking at the exit of db_stat for each system to the query itself.
    1 clear stats:
    db_stat z m
    2. run the query
    3. look at his stats:
    db_stat m

    Note the suspicious differences. You can / must also monitor the disk and the e/s during queries. If the plans are really the same and the data are the same that points to differences in system that would essentially be IO. At least this is the first place to look.

    Kind regards
    George

  • Tried to use iTunes to restore iPhone 5s, but the 17 error happens: "this device is not eligible for the requested build". No problem to enter the mode of recovery, apple server and the internet. Help?

    I tried to use iTunes to restore my iPhone 5s, but the 17 error happens: "this device is not eligible for the requested build". No problem to enter the recovery mode, connection to the apple Server (the software update download was complete) and internet connection. Help? I do an Apple store to restore?

    Error 17 refers to network problems. Take a look at these articles and try the suggestions:

    Solve the iOS update and restore error in iTunes - Apple Support

    Get help with iOS update or restore errors - Apple Support

  • My hotmail has been hacked, it is now in a foreign language and send to my contacts for money requests.

    My hotmail has been hacked, it is now in a foreign language and send to my contacts for money requests.

    original title: Hotmail hacked

    Hello

    The best place to ask your question of Windows Live is inside Windows Live help forums. Experts specialize in all things, Windows Live, and would be delighted to help you with your questions. Please choose a product below to be redirected to the appropriate community:

    Windows Live Mail

    Windows Live Hotmail

    Windows Live Messenger

    Looking for a different product to Windows Live? Visit the home page Windows Live Help for the complete list of Windows Live forums to www.windowslivehelp.com.

  • black clock and found Web site, waiting for response

    I am a tech support consultant, have more than 30 years in the it industry and this is the first problem, I was not able to solve, eventually. I have a sound system, I'm sure that it is clean but still encounter a problem that is often discussed on the net but never resolved tne.

    Version of Vista-home.  If I'm connected wireless or wired, browsers stop working.  It works sometimes for hours before failure and other times, as soon as I switch on / log.  Internet connection information indicates everything is OK, but the little black clock on the status bar of the IE browser appear with the text "site found, waiting for response.  The only solution is to reboot - and you never know how long that will last either.

    One thing I've discovered recently: I started using FireFox... and it crashes saying simply 'arrested' on the status bar.  I can close Firefox, switch to IE and continue browsing for awhile until he gets the black clock and the site found, waiting for response.

    I have NO IDEA what section to post this in... the only thing I have not tweaked in my Vista system is the "running, stopped or other Services.

    Dell XPS m1330 is based on what I saw in other forums, that has nothing to do with it.  Help, please!

    Thanks - in advance for your answer.

    MrsDThompson

    http://www.pendrivelinux.com

    http://www.Knoppix.NET MS - MVP - Elephant Boy computers - don't panic!

  • I've updated the Mac driver for the 8600 and direct wireless printing is no longer works. V5.9.1

    I've updated the Mac driver for the 8600 and direct wireless printing is no longer works. The HP utility is v5.9.1, Mac OS x 10.7. I did the software update and a new driver HP was part of the package. HP ePrint still works, and print tests are okay for General network settings are intact. None of the applications that use the print dialogue box standard and local networking make it through the print queue. Any tips? Any way to roll back a driver version? Or quickly get the next revision and hope printing works again? Thank you.

    Update: OSX-specific Version is 10.7.5, model of the printer is HP OfficeJet 8600. See you soon.

    Hello

    Try to reboot the router and check if that can help you.

    After connecting the back of the router, wait 30-60 seconds and restart the printer and Mac.

    If it persists, try resettign the system as follows:

    * Be aware that reset the printer system will eliminate any existing queue and reset all custom settings driver.

    Click on the Apple menu and then click on System Preferences.
    Select Print & Scan.
    Right click (or Ctrl + click) your product with the Printers list in the left panel and then click on reset printing system.
    Click OK to confirm the reset.
    Type your user name and password.
    Click OK. The printing system resets.

    Now reconfigure the device by following the HP (under Utilities Applications\hewlett-Packard\Device) installation wizard.

    Please let me know if this can help,

    Shlomi

  • What to do for the main database when a physical database ensures converts a standby time of the snapshot

    Hello

    Need of the primary database to implement the flashback database when a physical database ensures converts a standby time of the snapshot? Or something to do with the primary database? I find some documents this work to allow the return of flame for the primary databases, but I think that he didn't need to do.

    Thank you

    Best regards.

    I did recently, I have not configured flashback on primary, only configured in the standby mode. I converted the standby database and restored the changes after the test. Primary database continued to send archives to the standby site. Instant once converted into sleep mode, as mseberg mentioned overlaps with the sync state after starting MRP.

Maybe you are looking for