Adding % sign

SELECT
CASE WHEN (BI_DR_HR_SO.SOTotal/BI_DR_HR_CQ.CQTotal)>0 THEN to_char(ROUND(((BI_DR_HR_SO.SOTotal/BI_DR_HR_CQ.CQTotal)*100),2))||'%' ELSE 0 END AS HR
FROM BI_DR_HR_CQ, BI_DR_HR_SO
I get the error message
ORA-00932: inconsistent datatypes: expected CHAR got NUMBER
00932. 00000 - "inconsistent datatypes: expected %s got %s"
How can I add 'percentage' sign at the end of the numeric value.
I look forward to waiting for your contribution asap.
thanks,
Pinar

The place to put this question is of course the SQL and PL/SQL forum:
PL/SQL

Similar Messages

  • IOS 8.1.1 passbook app no added sign

    Every time I tap the Passbook, it flashes the added sign on the top right corner then disappeared.  It only shows scan code and find apps for Passbook.  I checked setting & region as some suggestions, but still.  I have Starbucks about $52 in there & now it doesn't show.  I don't know how to retrieve or transfer that amount money to Starbucks app if it doesn't work on Passbook.
    Thanks

    By the way, the apple ID I'm trying to use is the same one I'm using here on these forums. Still crashes the settings app each time. My spouse's apple ID does not crash the settings app.
    Also, can use my apple ID on my iphone 5c to log into iCloud, no problem.

  • Adding + sign before contact number

    This may seem like a stupid question . I have a new iphone 4 . I have all my contacts set up no problem . I will be travelling and need to add the +1 sign before my friends cell numbers so i can text them . Is there a way on the contact page to add it without deleting the telephone number and retyping it in

    Hi,
    In Settings > Phone > turn International Assist to On.
    Best wishes
    John M

  • Issue while Signing and Encrypting the PDF Document.

    Hello,
    I am developing one component in VC++(MFC) which signs and encrypts the pdf documents.
    When i sign and encrypt pdf document using my component, I am getting following error while opening the document in Adobe Acrobat
    Error during signature verification
    Unexpected byte range values defining scope of signed data.
    Details: The signature byte range is invalid
    But if i open that document in binary mode and calculate the byte range its looking correct.
    The Process for signing and encrypting the PDF document is as follows :
    1)Prepare the PDF document for signing (Add Annotation objects,n0,n2
    layers,create blank signature field,new xref section etc.)
    2)Encrypt the whole document(Password based encryption).
    3)Put the ByteRange values.
    4)Write the signature in blank signature field.
    If i just perform encryption(128 bit RC4 Algorithm) on the pdf document its working fine.Only after adding the signature objects i am getting above error.I think it means something is wrong in signature related objects,but i am not able to recognize the exact problem.
    So what can be the issue?
    Please Help
    Thanks in Advance
    Priyanka

    I am sending the Sample Files
    blank.pdf file is a original file
    http://www.2shared.com/file/4677649/3f341d92/blank.html
    step 1: I am adding Signing object(without data in Contents<> key) in
    blank.pdf file.
    Output File is Prepared-blank.pdf
    http://www.2shared.com/file/4677648/48332d04/Prepared-blank.html
    step 2: Sending Prepared-blank.pdf file for encryption.
    Output File is SignednEncrypted-blank.pdf which is Encrypted and Signed.
    http://www.2shared.com/file/4677647/d88c3095/SignednEncrypted-blank.html
    Password for opening SignednEncrypted-blank.pdf is : "a".
    Please help.
    Thanks.

  • FR Chart Question: How to display % next to numbers?

    Hi FRville residents,
    I am building a report that is mapped to the Actual/Budget column. In the Grid, I added % sign through FR formatting. When I map this column in my chart, and display the value, the chart shows values only. For example let say for Region 1, Actual/Budget is 50%. My chart is showing 50.
    Is there any way to add the % sign in front of the numbers in charts?
    Thanks,
    A

    Hello!
    I know how to set headers and subheaders for charts and I did it.
    I want to show values of "DATA FIELDS" in pie chart. And also want to hide text "Sum ORDERS.ORDER_AMOUNT" which has been created automatically.
    P.S. I'm working with CR4Eclipse 2.0
    regards, Lev

  • X509 message level authentication - Unable to validate identity assertions

    Hi All,
    I am creating a proxy service that will authenticate a soap request with incoming x509 certificate.
    I configured weblogic server following the below blog post
    http://tim.blackamber.org.uk/?p=831
    I also setup SSL and keystore tab in the weblogic server by following steps in the the below URL
    http://biemond.blogspot.com/2009/06/ws-security-in-osb.html
    In my proxy service I am using pre-defined policy "Auth.xml"
    The proxy service is attached below
    I am running the proxy service from test console. I have a security provider created pointing the keystore and selected while running the proxy service from test console ( no user name/password provided)
    I was expecting that proxy service will read the security token and map the CN name correspons to the security token key (my default User name mapper attribute is CN) to an user created in weblogic server and able to authenticate it.
    But I am getting following error. Please suggest.
    <An error ocurred during web service security inbound request processing [error-code: Fault, message-id: 1345281693794990467-5e61805e.1324a2f888f.-7f8a, proxy: myPrototypes/ProxyService/ProxyServiceExtBizV2, operation: null]
    --- Error message:
    <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Header/><env:Body><env:Fault xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"><Code xmlns="http://www.w3.org/2003/05/soap-envelope"><Value>env:Sender</Value><Subcode><Value>wsse:InvalidSecurity</Value></Subcode></Code><Reason xmlns="http://www.w3.org/2003/05/soap-envelope"><Text xml:lang="en-US">Unable to validate identity assertions.</Text></Reason></env:Fault></env:Body></env:Envelope>
    weblogic.xml.crypto.wss.WSSecurityException: Unable to validate identity assertions.
    *     at weblogic.wsee.security.wss.SecurityPolicyValidator.doIdentity(SecurityPolicyValidator.java:144)*
    *     at weblogic.wsee.security.wss.SecurityPolicyValidator.processIdentity(SecurityPolicyValidator.java:107)*
         at weblogic.wsee.security.wss.SecurityPolicyValidator.processInbound(SecurityPolicyValidator.java:78)
         at weblogic.wsee.security.WssServerPolicyHandler.processInbound(WssServerPolicyHandler.java:54)
         at weblogic.wsee.security.WssServerPolicyHandler.processRequest(WssServerPolicyHandler.java:30)
         at weblogic.wsee.security.WssHandler.handleRequest(WssHandler.java:74)
         at com.bea.wli.sb.security.wss.wls.Wls92InboundHandler.processRequest(Wls92InboundHandler.java:164)
         at com.bea.wli.sb.security.wss.WssHandlerImpl.doInboundRequest(WssHandlerImpl.java:223)
         at com.bea.wli.sb.context.BindingLayerImpl.addRequest(BindingLayerImpl.java:289)
         at com.bea.wli.sb.pipeline.MessageProcessor.processRequest(MessageProcessor.java:87)
         at com.bea.wli.sb.pipeline.RouterManager$1.run(RouterManager.java:593)
         at com.bea.wli.sb.pipeline.RouterManager$1.run(RouterManager.java:591)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
         at com.bea.wli.sb.security.WLSSecurityContextService.runAs(WLSSecurityContextService.java:55)
         at com.bea.wli.sb.pipeline.RouterManager.processMessage(RouterManager.java:590)
         at com.bea.wli.sb.test.service.ServiceMessageSender.send0(ServiceMessageSender.java:332)
         at com.bea.wli.sb.test.service.ServiceMessageSender.access$000(ServiceMessageSender.java:79)
         at com.bea.wli.sb.test.service.ServiceMessageSender$1.run(ServiceMessageSender.java:137)
         at com.bea.wli.sb.test.service.ServiceMessageSender$1.run(ServiceMessageSender.java:135)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
    proxy service definition:
    <?xml version="1.0" encoding="UTF-8"?>
    <xml-fragment xmlns:ser="http://www.bea.com/wli/sb/services" xmlns:tran="http://www.bea.com/wli/sb/transports" xmlns:env="http://www.bea.com/wli/config/env" xmlns:http="http://www.bea.com/wli/sb/transports/http" xmlns:con="http://www.bea.com/wli/sb/services/security/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:con1="http://www.bea.com/wli/sb/pipeline/config" xmlns:con2="http://www.bea.com/wli/sb/stages/logging/config" xmlns:con3="http://www.bea.com/wli/sb/stages/config" xmlns:con4="http://www.bea.com/wli/sb/stages/publish/config">
    <ser:coreEntry isProxy="true" isEnabled="true">
    <ser:serviceProvider ref="myPrototypes/x509keyprovider"/>
    <ser:security>
    <con:inboundWss processWssHeader="true"/>
    </ser:security>
    <ser:binding type="abstract SOAP" isSoap12="true" xsi:type="con:AnySoapBindingType" xmlns:con="http://www.bea.com/wli/sb/services/bindings/config"/>
    <ser:monitoring isEnabled="false">
    <ser:aggregationInterval>10</ser:aggregationInterval>
    <ser:pipelineMonitoringLevel>Pipeline</ser:pipelineMonitoringLevel>
    </ser:monitoring>
    <ser:reporting>true</ser:reporting>
    <ser:logging isEnabled="true">
    <ser:logLevel>debug</ser:logLevel>
    </ser:logging>
    <ser:sla-alerting isEnabled="true">
    <ser:alertLevel>normal</ser:alertLevel>
    </ser:sla-alerting>
    <ser:pipeline-alerting isEnabled="true">
    <ser:alertLevel>normal</ser:alertLevel>
    </ser:pipeline-alerting>
    <ser:ws-policy>
    <ser:binding-mode>service-policy-bindings</ser:binding-mode>
    <ser:policies>
    <ser:service-policy>
    <ser:predefined-policy>Auth.xml</ser:predefined-policy>
    </ser:service-policy>
    </ser:policies>
    </ser:ws-policy>
    </ser:coreEntry>
    <ser:endpointConfig>
    <tran:provider-id>http</tran:provider-id>
    <tran:inbound>true</tran:inbound>
    <tran:URI>
    <env:value>/myPrototypes/ProxyService/ProxyServiceExtBizV2</env:value>
    </tran:URI>
    <tran:inbound-properties/>
    <tran:all-headers>true</tran:all-headers>
    <tran:provider-specific>
    <http:inbound-properties/>
    </tran:provider-specific>
    </ser:endpointConfig>
    <ser:router>
    <con1:pipeline type="request" name="PipelinePairNode1_request">
    <con1:stage name="stage1">
    <con1:context/>
    <con1:actions>
    <con2:log>
    <con3:id>_ActionId-3973507234039169612-4f70a750.1323cbeae66.-7e09</con3:id>
    <con2:logLevel>info</con2:logLevel>
    <con2:expr>
    <con3:xqueryText>$header</con3:xqueryText>
    </con2:expr>
    <con2:message>osb_extbiz_log:request side:hdr is</con2:message>
    </con2:log>
    <con4:route>
    <con3:id>_ActionId-3973507234039169612-4f70a750.1323cbeae66.-7866</con3:id>
    <con4:service ref="myPrototypes/BizService/BizServiceExtBiz" xsi:type="ref:BusinessServiceRef" xmlns:ref="http://www.bea.com/wli/sb/reference"/>
    <con4:outboundTransform/>
    </con4:route>
    </con1:actions>
    </con1:stage>
    </con1:pipeline>
    <con1:pipeline type="response" name="PipelinePairNode1_response">
    <con1:stage name="stage1">
    <con1:context/>
    <con1:actions>
    <con2:log>
    <con3:id>_ActionId-3973507234039169612-4f70a750.1323cbeae66.-7cd6</con3:id>
    <con2:logLevel>info</con2:logLevel>
    <con2:expr>
    <con3:xqueryText>$header</con3:xqueryText>
    </con2:expr>
    <con2:message>osb_extbiz_log:response side:hdr is</con2:message>
    </con2:log>
    <con2:log>
    <con3:id>_ActionId-3973507234039169612-4f70a750.1323cbeae66.-79d3</con3:id>
    <con2:logLevel>info</con2:logLevel>
    <con2:expr>
    <con3:xqueryText>$outbound</con3:xqueryText>
    </con2:expr>
    <con2:message>osb_extbiz_log:response side:outbound is</con2:message>
    </con2:log>
    <con2:log>
    <con3:id>_ActionId-3973507234039169612-4f70a750.1323cbeae66.-79b6</con3:id>
    <con2:logLevel>info</con2:logLevel>
    <con2:expr>
    <con3:xqueryText>$inbound</con3:xqueryText>
    </con2:expr>
    <con2:message>osb_extbiz_log:response side:inbound is</con2:message>
    </con2:log>
    </con1:actions>
    </con1:stage>
    </con1:pipeline>
    <con1:flow>
    <con1:pipeline-node name="PipelinePairNode1">
    <con1:request>PipelinePairNode1_request</con1:request>
    <con1:response>PipelinePairNode1_response</con1:response>
    </con1:pipeline-node>
    </con1:flow>
    </ser:router>
    </xml-fragment>
    Edited by: 818591 on Sep 8, 2011 4:47 PM

    For anyone watching this thread for any relevant information,
    after adding sign.xml policy, it started working

  • How to authenticate Username and password in MVC using Azure Active Directory

    Need a sample application where in need to authenticate user entered logindetails using Azure Active directory.

    Hi,
    Kindly go through beneath article which helpful to understand the procedure.
    How to Authenticate Web Users with Azure Active Directory Access Control
    http://azure.microsoft.com/en-in/documentation/articles/active-directory-dotnet-how-to-use-access-control/
    Developing ASP.NET Apps with Windows Azure Active Directory
    http://www.asp.net/identity/overview/getting-started/developing-aspnet-apps-with-windows-azure-active-directory
    Adding Sign-On to Your Web Application Using Azure AD
    https://msdn.microsoft.com/en-us/library/azure/dn151790.aspx
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Fault in autentication wit x509 certificate

    I am configuration a webservice in oc4j using jdeveloper. Using x509. import the client key in server keystore; when execute the client show: WARNING: Subject Key ID extension not found.Using BST Referencing scheme
    javax.xml.rpc.soap.SOAPFaultException: An invalid token was provided
    in the log oc4j.
    Cannot authenticate X509 certificate, User EMAILADDRESS=[email protected], CN=Ana Cecilia de Figueroa, OU=SISTEMA
    DE PAGOS, O=BCR does not exist in our system
    and
    javax.security.auth.login.LoginException: Cannot authenticate X509 certificate, User EMAILADDRESS=[email protected], CN=, OU=SISTEMA DE PAGOS, O=BCR CR does not exist in our system
    at oracle.security.jazn.login.module.WSSLoginModule.authenticateX509Cert(WSSLoginModule.java:434)
    Any has idea.

    For anyone watching this thread for any relevant information,
    after adding sign.xml policy, it started working

  • Help with find my iphone

    Can any of the features turn off by themselves? Such as the find my iphone feature...say after an update
    could you find that feature in the off position and the owner of the phone claims he did not turn it off.
    I find it very hard to believe that it switches from on to off all by itself.. even with the added sign out measures.
    As anyone experienced buttons turning features on and off by themselves?

    I have never heard of Find my iPhone turning off by itself. The more common problem is people who want to turn it off and cannot. in iOS 7 you need the iCloud password to turn it off. This was not true for iOS 6.

  • Pxe-boot uses wrong filename

    Hello,
    I have a working setup for pxe-boot.(testet with my Desktop).
    My DHCP-Server supplies as filename "pxelinux". My new Thinkpad S531 is unable to boot.
    The log of my tftp-server shows, that my TP adds a sign at the end of the filename on request, and of couse,
    my tftp-server is unable to find that file.
    The added sign ist not from the alphabet, so I cant put it in here. If I change the filnename on my "filename"-diretive of my dhcp-server p.e. to "pxelinux.0" an other sign is added to the filerequest of my TP.
    Secure boot ist off.
    Is this a bug in my efi?
    Thanks for reading

    Thanks to both for replies.  Correcting the default boot order was easy but getting the internet connection to work took a little longer. I solved it by changing the device name as suggested here:
    https://wiki.archlinux.org/index.php/Ne … evice_name
    There was nothing in /etc/udev/rules.d so I created the file 10-network.rules and used the enp2s0 device name which was working with the older kernel.
    I'm still wondering why this mixup happened in the first place but anyway, it's working now so many thanks for your replies.

  • IP Address of Devices connected

    Hello this is my first post on here I was wondering if there is anyway to see which devices have signed into my Imessages. I have my Ipod, Iphone 4, and Macbook air connected but I need to know if my Imessages have been accessed by another decivce.

    I don't think so, not if they only signed into it for iMessage.  However, if this device in question added signed into your ID for iMessage recently you should have received a message on your device saying something like "'xyz iPhone' is now using 'your Apple ID' for iMessage".  This was added in a recent update to keep you informed when devices are signed into your Apple ID for iMessage. 

  • I am facing problem while i create a xls sheet with some Header.

    I am facing problem while i create a xls sheet with some Header.
    If i give the hed names as FirstName , LastName its comming fine.
    FirstName | LastName
    --------------------------|------------------------
    But when i specify a string like New"Deal , New"approach .
    = "New"Deal " | =" New"approach" .
    --------------------------|------------------------
    Problem is:
    It's adding = sign in front of the header name.
    I dont want that = to be in front of the headername.
    //rep.addColumn((String) itr.next());
    The above code is used to add the header name to the xls sheet.
    The argument will come as New"Deal
    But after seeing xls it has become ="New"Deal "
    Edited by: SUNJava2008NY on Jun 12, 2008 11:38 PM

    What is the tree structure created for the property of the componentB?
    Can you try the below code in your componentB jsp and check whether you are getting the property value
    Resource resource = slingRequest.getResource();
    String description = ((String) ResourceUtil.getValueMap(resource).get(
                        "./description", String.class));

  • SSL issue with BPEL

    Hello,
    I am trying to setup SSL in BPEL but need some help. This is what I have done so far.
    Added signed cerificate in wallet C:\product\wallets
    httpd.conf -
    Listen 7777
    Port 7777
    ssl.conf -
    Listen 4444
    <VirtualHost default:4444>
    Port 4444
    SSLWallet file:C:\product\wallets
    Verified in opmn.xml
    <ias-component id="HTTP_Server">
    <data id="start-mode" value="ssl-enabled"/>
    When I access https://localhost:4444 I receive Server Connect Failed
    When I access http://localhost:4444 I get the Welcome to Oracle SOA Suite (10.1.3.4) page
    What am I doing wrong or missing that 4444 is accessible via http and not https.
    Thanks in advance,
    Jim

    Hi Jim,
    Have you referred : http://download.oracle.com/docs/cd/B31017_01/integrate.1013/b28982/security.htm#sthref102 and
    10 Enabling SSL for Oracle HTTP Server in Oracle® BPEL Process Manager Administrator's Guide
    10g (10.1.3.1.0)
    Part Number B28982-03
    Regards
    A

  • Not all set tags were shown in the "+" search urlbar

    I had ridicules much websites bookmarked with very much tags for each of them.
    If I do a search I only got max a dozen of them shown.
    Please help me to find results in the bookmark database

    Thanks Chris. I had tried that already. Not working. For example, I have about 6o bookmarks tagged under one tag, and a tag search in the awesome bar (even with added + sign) only yields a handful of them.

  • Entitlements are not valid valid on compiled app

    I just started using flash cs5 today to try and make a quick app, I have joined apples iphone dev program, I have a cert, and finally figured out how to get a .p12 file (i just dragged it into itunes).  I create an ad hoc file and double click it and it goes into itunes just fine but when I sync my iphone it loads the app on the phone and at the end I get a message saying that it cant use the app because the entitlements are not valid valid.  What am I missing?  I am using windows 7 and not a mac, so alot of this stuff is very new.  Has anyone else encountered this problem?  Any ideas why its not working?

    I faced the same problem, and you probably didn't type the application name in the provisioning profile field in the flash cs5 compiler.
    For example; when you open the flash cs5 compiler, in the deployment tab you have to browse for your provisioning profile and the compiler will automatically type in the field right below the browsing field the following: (com.talalmanaa) - where talalmanaa can be any name you set in apple developer program while you create a provisioning profile -  this is not sufficient coz you need to add the application name after talalmanaa. Hence, you should add your application name to be as the following:
    com.talalmanaa.myAppName
    P.S: you need to make sure that your provisioning profile can accept any application name (for testing) and that's by adding (*) sign before you create prov profile in your Apple's Developer program. so make sure that you type the following before you submit to create a profile:
    com.talalmanaa.* (this start sign means that your provisioning profile can test any application name).

Maybe you are looking for

  • Can't execute Oracle Stored Procedure using JDBC

    Hi all, I'm fairly new to JDBC and Oracle, so pardon my ignorance/lack of knowledge in this subject matter. I am trying to call a stored procedure named get_countries that has no parameters using JDBC. I do this by executing the following lines of co

  • Can't Delete a GPO

    I'm having problems with Group Policy Management. I made a new GPO in the Group Policy Objects folder and let it keep its default name which is 'New Group Policy Object' and kept source starter GPO to none. I have no other GPO's except for 'Deafault

  • Help with overlapping rollover

    Helleo, I am a Adobe CS3-user and am stuck with the following issue: i have a family-photo (6 persons) and would like to create a rollover from every member to it's own webpage. It's a typical familyphoto, we're all holding each other. Problem is the

  • Export into pdf raise an error?

    Hai to all,              I'm using Crystal Report 11.5, Asp.net2.0-C#. I dynamically bind some records to the report document. Now i write the code to export the data into pdf file. BindEveryThing();                 MemoryStream oStream; // using Sys

  • Want to add an item at top of Pagelayout

    Hi, I want to add an item on top of PageLayout(programatically).I have tried it by making pageLayout bean but it adds the item at bottom.Please help me out. Thnx