The difference in the value of the column of a flag in the database and OBIEE. Level of response

Hello

Field of the FLAG column, like "Accepted_Flag" can be {0,1} or {"n", "Y"} at the database level. Is there a way to OBIEE help we can transform this area of {0,1} to {'Y', ' n} or vice versa?

Basically, we would like to understand if there is a way by which we can see a different output to the database and the OBIEE. Levels of responses:
-DATABASE: Select accepted_flag from table_a returns * {0,1} *.
-OBIEE answers: Select accepted_flag from presentation_table_a returns * {"n", "Y"} *.

Please notify.

Thank you and best regards,
Abhishek

You can create a logical column or responses using case statements:
-case when table_a.accepted_flag = 1 then 'Y '.
When table_a.accepted_flag = 0 then 'n '.
end

Tags: Business Intelligence

Similar Questions

  • differences between the Data Pump to back up the database and use RMAN?

    What are the differences between the Data Pump to back up the database and use RMAN? What is DISADVANTAGES and BENEFITS?

    Thank you

    Search for the backup of the database in

    http://docs.Oracle.com/CD/B28359_01/server.111/b28318/backrec.htm#i1007289

    In brief

    RMAN-> physical backup. (copies of the physical database files)

    DataPump-> logical backup. (logical data such as tables, procedures)

    Docs for RMAN-

    http://docs.Oracle.com/CD/B28359_01/backup.111/b28270/rcmcncpt.htm#

    Datapump docs

    http://docs.Oracle.com/CD/B19306_01/server.102/b14215/dp_overview.htm

    Published by: Sunny kichloo on July 5, 2012 06:55

  • difference between the eve of the database and primary database

    can someone tell me the difference between the database and the database of relief in simple layman's language...

    Thanks in advance

    The primary database is the active production database.
    STANDBY database is a database backup (or read-only).
    Basically, the database pending is in power of the primary database (mechanism depends on the type of sleep) where users are connected to.

    Nicolas.

  • What is the exact difference between cloning the database and updating of the database?

    Hello

    Can someone like me precisely the difference between cloning the database and updating of the database?

    I have some conflicts in these topics.

    Thank you
    Rajesh

    Discounting is what he says, "Refresh". You have a main site which would always have the data inserted into it. There is another site that would stay somewhere else. This site needs to be updated with the main site. It must be the export of primary, push the site high school and done!

    HTH
    Aman...

  • How to start the database and servers after the installation of the Webcenter JSK Portal

    Hello

    I finally installed the portal WebCenter using JSK, after it turned off the machine, I don't know how to start the database or server, I need to set the environment variables? create the oracletab file? or is it a file .sh to start the database and servers?

    Any help will be great!

    Best regards!

    Thanks Françoise-Oracle for your response

    As you say, I need to go to /WCPortal_JSK_Linux.x 86-64/linux64, I found all the scripts that I needed to start or stop a server or database. But more especially if you run evertything, (I did) you just need to run the de./startup.sh script and wait, he'll run, but take some time.

    Best regards!

  • Error: Unable to connect to the database.  Please check the databases and verify the database is accessible.

    Hello.

    Hello

    Do you have any idea of this error, I went through a few forums, but I still got the same message.

    FDM is my server on computer A

    and my Foundation + shared on machine B


    Error: Unable to connect to the database.  Please check the databases and verify the database is accessible.

    Hello

    Browse the following post

    Failed to create the application of FDM

    (mark this message as useful or appropriate if that helps!)

    concerning

    -DM

  • VLANS can be configured at the vSwitch and Portgroup level?

    Dear friends,

    I hope that all do you good...

    Two statements are true about groups of ports and VLAN defined on a switch vNetwork Standard? (Choose two)

    A. A VLAN can be configured for the entire virtual switch or on groups of individual ports

    B. several groups of ports can specify the same VLAN

    C. VLAN can only be configured on individual port groups

    D. several VLANS can be specified in a port group

    VLANS can be configured at the vSwitch and Portgroup level?

    B. several groups of ports can specify the same VLAN

    C. VLAN can only be configured on individual port groups

  • Oracle HTTP server on a different machine than the database and APEX

    Hi guys!

    I wonder if its possible to have Oracle HTTP Server installed on a different machine then the database and APEX?

    With respect,

    PsmakR

    Hello

    exactly. Details have recently been examined here: {: identifier of the thread = 1955437}. You will find the link to the license document it.
    But OSH is not only registered with the database. If you have an OAS running somewhere, you can use the HTTP server that comes with this instance for APEX as well.

    Another option could be the APEX listener that runs on (almost) any J2EE container. The officially supported include the embedded GlassFish and the Open Source Edition of GlassFish, who both don't need no extra license.

    -Udo

  • How to determine the number of rows in the database and save the result to a local variable?

    Hello

    I'm a newbie in the use of TestStand, databases and SQL, and now I've met difficulties. I use TestStand 2014 (32 bit).

    I have a need to know the number of rows in a database and save that number in a local variable. I tried to practice using the database of the Types of step provided with TS. I tried to use the following in a SQL statement:

    Locals.NumberOfRows = ("SELECT COUNT (*) FROM TEST_TABLE")

    It returns an error: specified value is not the expected type. My goal is possible in this way, or I'm doing this completely wrong?

    -RautSa

    Thank you for your response, Norbert. I have a database of who wins new values at random, and sometimes I need the exact number of rows in this table.

    I managed to achieve my goal by using the SQL statement: "SELECT COUNT (*) as Rowcount OF TEST_TABLE", followed by a data GET operation, which records that number of lines in a local variable.

    -RautSa

  • SQL sent to the database in obiee 10g

    Hello

    I can't see the SQL sent to the database in the log file. Ony able of logical query. I connected inwith administrator and checked th eloglevel is 5.

    How can I view the general sql query that was sent to the database.

    Thank you

    Advanced to the prefix tab
    SET VARIABLE DISABLE_CACHE_HIT = 1;

    Or another NQConfig.ini

    The NO value to cache.

    Since it is answered, mark it as correct :)

    Published by: Srini VIEREN on April 26, 2013 10:35

  • Inserting record in the database and then display on the next Page

    Hello!

    For a while since I posted here, but I've been pulling my hair out on this one.  Here's what I want to do.  I have a page that I want to be able to enter text in two form fields, then click on "Insert disc", and then on the next page, I just submit display.  For example, on the "insert.php" page I want to enter the field ID and Joe 43569 in the first name field.  Then after I click on submit (or insert record) the next page will have a text that says: "congratulations Joe, your ID is 43569.»  Have a great day! "Or something to that effect.

    I have the database mySQL, set up and insert records into it since this page works correctly.  Here is the code of my insert.php page which I think is the issue.   I'm just confused as to which should be added to the page detail.php to have this sentence appears correctly.  Is there something that should be added to the code on the page insert.php?  Something after the detail.php on that first line?

    Thank you, thank you, thank you in advance.

    Brent

    $insertGoTo = 'detail.php ';
    If (isset {}
    $insertGoTo. = (strpos ($insertGoTo, '?'))? « & » : « ? » ;
    $insertGoTo. = $_SERVER ['QUERY_STRING'];
    }
    header (sprintf ("location: %s", $insertGoTo));
    }
    ? > <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ""
    " < html xmlns =" http://www.w3.org/1999/xhtml ">
    < head >
    < meta http-equiv = "Content-Type" content = text/html"; Charset = UTF-8 "/ >"
    < title > Untitled Document < /title >
    < / head >

    < body >
    < do action = "<?" PHP echo $editFormAction;? ">" method = "post" name = "form1" id = "form1" >
    < table align = "center" >
    < tr valign = 'of basic">
    < td nowrap = "nowrap" align = "right" > ID: < table >
    < td > < input type = "text" name = "ID" value = "" size = "32" / > < table > "
    < /tr >
    < tr valign = 'of basic">
    < td nowrap = "nowrap" align = "right" > first name: < table >
    < td > < input type = "text" name = "lastName" value = "" size = "32" / > < table > "
    < /tr >
    < tr valign = 'of basic">
    < td nowrap = "nowrap" align = "right" > < table >
    < td > < input type = "submit" value = "Insert file" / > < table >
    < /tr >
    < /table >
    < input type = "hidden" name = "MM_insert" value = "form1" / >

    < / make >

    When you submit the form, the form fields values are passed to the query insert as variables of $_POST, but as soon as you redirect the user to another page, these variables are destroyed.

    There are two ways to preserve the values: use sessions and session variables, or add values to the end of the redirect URL query string. Using the variables of session is probably easier since you can do it at the top of the page that inserts data into the database without affecting the code of Dreamweaver Server behavior.

    Put this at the top of the current page:

    
    

    In details.php, add top of the page. You can then use $_SESSION ['ID'] and $_SESSION ['name'] to display the values.

  • Impossible to find information of the domain in the database and access is denied. (Exception from HRESULT: 0x80070005)

    Configuration of the VM Windows 8 of my model fails and causes the following error in log audit Broker rd.

    I'm running vWorkspace 8 with different Hyper-V hosts (without SCVMM).

    clues?

    Broker - INFO - CVdiMachineHyperV::startHyperVClone: cloning xxx, try = 1...

    Broker - INFO - CVdiMachineHyperV::buildParentVHDPath: entering, the folder path is "D:\". ', file name is "xxx.vhdx".

    Broker - DEBUG - CDbManager: Re-use of conn = 0x038215c0 (50)

    Conn CDbManager:keeping broker - DEBUG - = 0x038215c0 (50, lastCount = 49)

    Broker - INFO - CDbManager:connection held 0MS

    Broker - INFO - CVdiMachineHyperV::buildParentVHDPath: the Final folder path is «D:\Quest VMs\ParentVHDs\ vWorkspace»

    Broker - INFO - CVdiMachineHyperV::buildParentVHDFilePart: Extension, part of parent's name is "xxx".

    Broker - INFO - CVdiMachineHyperV::buildParentVHDPath: Final full path is «D:\Quest VMs\ParentVHDs\xxx-20130927090200.vhdx vWorkspace»

    Broker - INFO - CVdiMachineHyperV::startHyperVClone: Call to CHyperVClone::doClone...

    Broker - INFO - CVdiUtils::pnGetDomainControllers: entering, strDnsDomainName is "xxx".

    Broker - INFO - CVdiUtils::getDnsServersForManagedDomain: entering, strDnsDomainName is "xxx".

    Broker - DEBUG - CDbManager: Re-use of conn = 0x038215c0 (50)

    Broker - INFO - CVdiUtils::getDnsServersForManagedDomain: ERROR: could not find the domain managed in the database information for xxx

    Conn CDbManager:keeping broker - DEBUG - = 0x038215c0 (50, lastCount = 49)

    Broker - INFO - CDbManager:connection held 0MS

    Broker - INFO - CVdiUtils::pnGetDomainControllers: WARNING: could not find the domain information managed in the database for xxx

    Broker - INFO - CVdiMachineHyperV::startHyperVClone: domain name into IP [xxx] [xxx]

    Broker - INFO - CHyperVClone::doClone: taken exception. Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))

    Broker - INFO - CVdiMachineHyperV::startHyperVClone: took CJvmErr during the CHyperVClone::doClone call.

    Broker - INFO - CVdiMachineHyperV::doVdiAction: ERROR: create failed.  Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) - call stacks - to System.Management.ThreadDispatch.Start)

    Hi Freek,

    I think you have a support case to open to this question as it seems similar to the one I was talking to Sam earlier, is that correct?

    Thank you

    David

  • With regard to the restoration of the database and recovery (DBPITR)

    Hello

    Today I have a level 0 backup (23/01/2015) and I want to restore and to recover the database up to yesterday (22/01/2015-21:00) by using the backup of level 0 of today.

    Is this possible? If so, please tell me how?

    Thanks in advance.

    Hello

    It is not possible to restore and to recover the database until yesterday with the backup of level 0 of today.

    Your flashback database is active? If it is active, then you can use flashback database.

    to check it out;

    Select flashback_on in the database of v$.

    Talip Hakan Öztürk

  • Can't seem to crop, and then save the cultures - and - undo levels

    Hello.  I used Corel Photo-Paint for many years, but now jump to PSCC.  It's much better in many ways, but I'm still trying to find my way around it.  A simple thing that I can't seem to know is how to crop an image and keep it cropped.  I want to say is, I have an image open, then with the crop tool I crop to get a smaller size.  But when I try to select the (smaller) image to be dragged onto another open image, it then selects the original image everything.  I checked the box for 'remove the trimming pixels'.  The same thing happens if I save the cropped image, then open it again... the complete original image size is still there, although it only shows the cropped section.  What do I need to do differently?  It seems to me that what I get is the effect if I unchecked "Delete cropped pixels ', but I certainly have that checked.

    Also, is there a way to increase the number of undo levels?  I get only one.

    Thank you!

    Hmm wait, if I click on the part square info from the layer, it is said "vignette of the smart object", so I guess it's a dynamic object.  Don't know why it would give me the opportunity to "convert to smart object" but anyway...  Well, that solves it.

  • new incarnation of the database and rc_database

    Hello!

    Have I understood that after the registration of the new incarnation of the database in the recovery catalog
    I see new line in rc_database?

    Thank you and best regards,
    Pavel

    Hello

    After you save your database with the catalog database, you can get the information from the database recorded using the view 'rc_database '.

    To interrogate the details of the incarnation of the newly registered database, you can use the view 'rc_database_incarnation '.

    It could be useful! If you feel that your questions have been answered, then please consider fill your questions by marking them as answered. Please clean the forum!

Maybe you are looking for

  • iPhoto and building memory books

    I'm busy building a book to buy as a souvenir printed pictures of a trip.  I finished the book, but found a few more pictures and imported into the original event that I used for photos pic of for the book.  I can't find a way to add pictures of the

  • What is race of keyboard called the menu command with an underscore on the road M.

    I use Windows 7 and organize my bookmarks in Firefox. I want to save time by using a shot of keyboard rather than the drop with the Move command. The underlined M does not mean that a keyboard should activate the command MOVE? I tried the CTRL and th

  • rejection of Web site code

    I have problems with the web site of codes which you are requested to type after you have given or requested information from web sites.  Here are the codes which are in small boxes that were usually about 6 characters, and they are written in a wavy

  • Pavilion slimline 400-034: no sound after upgrade windows 10

    Revently, I upgraded to Windows 10. Now my headphones do not work, there is no sound.  I went to windows web page downloaded all the drivers, uninstalled and reinstalled. I even had a tech guy to do a remote access and try to solve the problem.  He c

  • switchport autosate exclude

    Hi eveyone, I have config int vlan 2 then 2 - layer 2 VLANs After that, I put IM interface vlan 2 also, I run the command switchport autostate exclude When I did, then int vlan went from top to - bottom. Need to know why the int vlan went down to sta