Quote from passing in parameter

Hello

I have a query that I migrated from the sql server database. She is given below. I'm passing an apostrophe as a parameter to this request, but it always retrieves number of 0. But I have 1 table insert. As a solution to this, I solved this problem for sql server passing two quotation mark (single quote by replacing double quotes). This same solution also applies here. When passing a parameter with apostrophe in there, it will replace the single quote with double quotes and then pass it to the below given procedure. But still, it does not work properly. I have a similar query to retrieve this record and it works very well. No idea why the query below does not work properly?

PROCEDURE GetEntUserGroupCountWithOther
(
ppGroupName IN VARCHAR2 DEFAULT '% ',.
CP1 IN OUT SYS_REFCURSOR
)
AS
BEGIN

OPEN FOR Cp1
SELECT COUNT (*) TotalRecords
(SELECT ID, EnterpriseUserGroupId,
Name of NAME,
Description DESCRIPTION,
IsDefault
OF EnterpriseUserGroup) T1
WHERE UPPER (NAME) LIKE + UP ('%' | ppGroupName |) '%');

END;

Thank you

Published by: user10768079 on July 14, 2009 22:56

user10768079 wrote:
Sorry I forgot to mention that I'm passing parameters of .NET. It works very well for SQL Server and procedure in oracle that retrieves the record. But he doesn't get number for the query I posted.

As you can see on my demo, it is show a County...

>

If I replace the value of the parameter whose I am the concatenation in query to hardcode ' demo "is then it works very well for me.

Then you have confirmed what I just said, it works... should be the way you spend your settings in this case

Tags: Database

Similar Questions

  • Pass the parameter to the functions called from a dll

    Hi all

    I am interfacing a motor controller for PMC - 100 through the Protocol of Performax using labwindows.

    I need to explicitly link the PerformaxCom.dll and call functions with him. I'm calling this function

    BOOL fnPerformaxComOpen (DWORD IN dwDeviceNum, OUT HANDLE * pHandle);

    Faithful:

    If you want to link explicitly, you can consult this article: http://zone.ni.com/devzone/cda/tut/p/id/8503

    It has a code snippet that shows passing two parameters to a DLL function.

    But as for your statement that "I don't know how to pass parameter to him", in the example, you reference, you pass a parameter: it's just a constant string rather than a variable.

  • Pass a parameter to a function to use AS the operator in

    I'm trying to pass a parameter to a function that uses the LIKE '% name_in % ',.
    I don't know how to use...

    the setting is called "name_in".


    Thanks in advance,
    M

    Hello

    Mehrdad says:
    I'm trying to pass a parameter to a function that uses the LIKE '% name_in % ',.
    I don't know how to use...

    the setting is called "name_in".

    Your code should say:

    ... LIKE '%' || name_in || '%'
    

    If name_in is inside the single quotes, it will mean the 7 characters literals 'n', 'a', ', 'e', '_', 'i' and 'n'.
    You want to refer to the variable named name_id, in order to keep the name of the variable outside of the quotation marks.

  • Pass the parameter page fragment in a dynamic region

    Hello.

    I use Jdeveloper 11.1.1.3.

    Can someone explain to me how to pass the parameter page fragment in a dynamic region?

    My situation is:

    I have only 1 page: index.jspx.

    This page includes 2 items:
    1. < af:tree >
    < af:tree id = "t1" var = 'node' rowSelection = 'single '.
    value = "#{bindings." Rendering FpsrVO1.treeModel}"="true"expandAllEnabled ="true ".
    contentDelivery = "lazy" initiallyExpanded = "false".
    contextMenuSelect = 'false' fetchSize '-1' = >
    < f: facet name = "nodeStamp" >
    < af:commandLink id = "cl1" rendered = 'true '.
    actionListener = "#{backingBeanScope.RegionDynamicBean.treeClick}" >
    < af:outputFormatted id = "outForm' value = ' #{node." Name}' has made = "true" / >
    < name f: attribute = "Flash" value = "#{node." Code} "/ >"
    < / af:commandLink >
    < / f: facet >
    < / af:tree >
    2. < af:region >:
    < af:region value = "#{bindings.dynamicRegion1.regionModel} '"
    ID = "r1" / >
    region could be changed to 3 delimited taskFows who have just a fragment of page.

    Can someone explain to me how I can send < name f: attribute = "Flash" value = "#{node." Code} "/ > element tree to page fragment that will appear on the screen?"

    You can move a card to the dynamic region that would take the parameters of workflow task in the form of key-value pairs.


    taskFlowId = "${backingBeanScope.TestPageBean.dynamicTaskFlowId}" "
    Activation = "deferred."
    xmlns = "http://xmlns.oracle.com/adf/controller/binding."
    parametersMap="#{backingBeanScope.TestPageBean.parameters}"/ >

    When reloading the taskflow, ensure that the settings are loaded into the taskflow.

    See this example from exactly your use case:
    http://adfsampleapplications.googlecode.com/svn/trunk/TaskflowParamSampleApp.zip

    Thank you
    Nini

  • Passing the parameter to bounded taskflow with setPropertyListener

    Hi, OTN,.

    I can't get how to pass a parameter of ADF defined taskflow entry while I'm trying to follow the dev guide.

    On my JSF page in an area, I have a command button with setPropertyListener. Him his "code:"
    <af:commandButton text="newInformation" id="cb14"
                                      action="newInformation">
                      <af:setPropertyListener type="action"
                                              from="Hello"
                                              to="#{pageFlowScope.inputValue}"/>
                    </af:commandButton>
    JDev warns me that "inputValue is an unknown property.
    action "newInformation" navigates the region to a taskflow bounded, which has input parameter:
    <input-parameter-definition>
          <name>inputParm1</name>
          <value>#{pageFlowScope.inputValue}</value>
          <class>java.lang.String</class>
        </input-parameter-definition>
    Taskflow call activity has input parameter:
        <task-flow-call id="new-inf-tfd">
          <task-flow-reference>
            <document>/WEB-INF/new-inf-tfd.xml</document>
            <id>new-inf-tfd</id>
          </task-flow-reference>
          <input-parameter>
            <name>inputParm1</name>
            <value>#{pageFlowScope.parm1}</value>
          </input-parameter>
        </task-flow-call>
    On the default view of taskflow activity I want to display the parameter:
    <p>
        Here's your param:<af:outputText id="ot1" value="#{pageFlowScope.parm1.inputValue}"/>
    </p>
    And I don't see anything there.
    What did I miss?

    JDev 11.1.1.1.0. Thank you.

    Hi ILya Cyclone,

    I think you're confused. I think it should be like this:

    On my JSF page:


    action = "newInformation" >

    from = 'Hello '.
    to = "#{pageFlowScope.inputValue}" / >

    in stubborn taskflow, which has input parameter:


    inputParm1
    #{pageFlowScope.inputParam}
    java.lang.String

    Taskflow call activity has input parameter:



    /Web-INF/new-INF-TFD.XML
    new-inf-tfd


    inputParm1
    #{pageFlowScope.inputValue}

    On the default view of taskflow activity:


    Here are your settings:

    Sameh Nassar

  • Pass the parameter to the javascript application process

    I'm trying to pass a parameter to an application process from javascript and don't know how to do this. What I want to accomplish is to create checkboxes to delete several records at once. Before these records can be deleted, I need to make sure that the resource_type_id is not used. To do this, I call a javascript function with an onchange event that calls an application process to perform a database search. I have included the code to create the boxes and the JavaScript below. I am new to APEX, so there may be a way easier and better to do. Any help or suggestion about a better way to proceed would be appreciated.

    Thank you!

    Creation of boxes *.

    SELECT APEX_ITEM. CHECKBOX (20, RESOURCE_TYPE_ID, 'onchange = "CheckUsed (this.value)" '; ':') "Delete", RESOURCE_TYPE, APEX_ITEM.text(10,RESOURCE_TYPE_ID) RESOURCE_TYPE_ID
    OF resource_types
    ORDER BY RESOURCE_TYPE



    < script language = "JavaScript1.1" type = "text/javascript" >
    function CheckUsed (id)
    {

    get var = new htmldb_Get (null, $x('pFlowId').value, 'APPLICATION_PROCESS is ResourcesResourceTypeExists', 0);

    Alert (Get.get ());
    }

    NP, help!

    Andy

  • Dynamically Open VI and him pass a parameter to the dynamically open VI

    I want to open a vi dynamically, at the same time I have to pass a parameter to the dynamically open VI. Is it possible to do?

    Thank you

    Chrystelle Roy

    Passionate about LabVIEW

    Check here https://zone.ni.com/reference/en-XX/help/371361M-01/lvconcepts/dynamic_loadcall_vis/

  • How to pass the parameter to the script for interface/Package in ODI

    Hello

    Yesterday I asked a question how to pass a parameter to run the script interface or the procedure?

    I don't know if it's possible.

    Any clarification will help you.

    Kind regards

    Mahesh

    Mahesh, why not try this in your machine? This will give you more clarity and confidence.

    ODI has always check if there is any variable used inside an object regardless of the interface or procedure or package. So whenever you generate the script, you will be asked to select the boot parameters. She's. Whenever you use this scenario, make sure you that you add the variables in the additional variables section of the Properties tab.

    So answer is that it is possible.

    Bravo!

  • passing the parameter through links page (navigation)

    Hello

    suggest me the way to pass the parameter through links in the page navigation.

    I tried it in EL, I'm not able to get on the page.

    is it a right approach or any other.

    Thank you

    A

    After showing the steps in the similar thread, I found this thread then re-post here.

    Pass the connection parameter to connected in portal Builder page


    Here are the steps to pass the parameter in a URL to another page:

    OR

    Sign in to your personalized Portal (say MyPortal1)

    http://127.0.0.1:8888 / webcenter/Portal/MyPortal1

    Click the settings (e.g. Pages & portals Actions)-> manage-> all settings

    It will take you to the page view of all of the current portal (i.e. MyPortal1).

    Then click attributes in the left pane, and you can create/edit/delete the custom attributes for the current portal on the right side.

    • Click Add an attribute and specify the following information:

    Attribute name = myvar

    This is the attribute that we will refer to any page using the EL "MyVar".

    Attribute value = #{param.myvarval}

    "Myvarval" is the name of the query parameter (i.e. suffix query param & myvarval = TestSuccess will be passed as part of the URL later)

    • Now, create a new page "TestPage" and add the element of HTML markup on the page using the composer.
    • In the Properties window, change the HTML markup element.

    Replace the existing value

    #{componentExtensionBundle.OUTPUT_TEXT_TEXT}

    with

    #{spaceContext.currentSpace.metadata.customAttributes ['myvar']}

    • Click apply and then click OK to close the pop-up window.
    • Click on save and view Portal


    • CHECK: Replace/change the URL the following OR open in a new tab in the browser

    Http://127.0.0.1:8888 / webcenter, portal, MyPortal1, TestPage ? myvarval = TestSuccess

    and you will see "TestSuccess' message in the"TestPage"rendered using the HTML markup component.

    This confirms passing the parameter to a page URL works as expected.

    Now, to add a link to the "TestPage" passing a parameter in the URL of the page in another page (Home Page say).

    • Now goto homepage, correct it in composer and add the hyperlink element. Click change to set the hyperlink in the Properties window.
    1. Set the title to display (i.e. the value of the title TestPage)
    2. Set the Destination URL by clicking on the search icon and choose "TestPage".

    Destination is defined with values that resembles

    /faces/Oracle/WebCenter/page/scopedMD/sf5926dd1_9e6a_45ab_a99c_d79fabb362c0/Page1.JSPX

    Add a suffix '& myvarval = TestWorks' to him.

    • Click apply & OK.
    • Click on save and view Portal
    • CHECK: Since your home portal or the home page, click on the link "TestPage" which brings you to the TestPage and you will see "TestWorks' message in the"TestPage"rendered using the HTML markup component.

    I hope it helps.

    References:

    How to pass a parameter of argument the query URL to a parameter input workflow? (Doc ID 1545808.1)

    https://mosemp.us.Oracle.com/epmos/faces/DocumentDisplay?ID=1545808.1

    Works with the global attributes in portals

    http://docs.Oracle.com/CD/E29542_01/WebCenter.1111/e27738/wcadm_ps_attrib.htm#WCADM11701

  • How to remove tabs, several spaces, quotes from data in the column.

    Hello

    How can we remove legs, several spaces, quotes from data in the column.

    Entry:

    H ope you 'are' Ingo w ell

    Output:

    H ope do you everything - there is a tab in hope and double-spaced in the well. This should be replaced by space. (Tab and multi spaces)

    I found myself with below:

    REGEXP_REPLACE (REGEXP_REPLACE (Replace (col, Chr (9),' '), ' () {2,} ', ' '),'[' ""]', ")

    Can we do more efficiently, your contributions are appreciated.

    I tried

    REGEXP_REPLACE (col,'[^ [a - z, A - Z, 0-9, Chr (0) - Chr (127) [: Space:]]] *', ") but the tabs still exist and that my data have German characters I can't go along with this.

    Thank you

    GVK.

    Hello

    Karthik417 wrote:

    Hello

    Thanks for your suggestion. In the above expression, we still missed to replace the double quotes.

    So thought we must use another regular expression instead of REPLACE.

    Select REGEXP_REPLACE (REGEXP_REPLACE (' H ope you "are" d "Ingo ell w ',' [' |])) CHR (9) | + ',' '),'["" "]') twice;

    I suppose we must use at least 2 REGEXP to achieve and cannot get it with a single expression.

    Thank you

    Sorry, I removed single quotes, not double - quote.  (This shows one of the reasons why having a few lines of sample data is very useful).

    I think you don't need 2 separate functions.  I do not think that the two must be REGEXP_REPLACE; You can use TRANSLATE to remove both types of quotation marks in a single function call:

    TRANSLATE (REGEXP_REPLACE (col

    , '[ ' || CHR (9) | ']+'

    , ' '

    )

    , '?'''"',

    , '?'

    )

    Of course, you can use use REGEXP_REPLACE to remove the quotes, if you really want to.

    Powerful they are, regular expressions are basically only 1 thing, things not 2 or more different.  Sometimes, he can watch as they do several things, because they can operate on character classes, like the series containing the and the and a variable number of characters.  For example, the REGEXP_REPLACE function, I used above is simply changing expression expression x y, where x is 1 consecutive or more characters of a given set.  As we both demonstrated, we can have a separate function that changes from p to q, but I know not all built-in function which, in general, can change x to y at the time that it changes from p to q.  TRANSLATE comes close, but TRANSLATE only works if x, y, p and q are single (or NULL), characters not expressions.

  • I'm getting quotes from French style

    Using InDesign CC I get quotes from "French Style" as the attached picture.

    I use American English on my iMac. Works fine in InDesign CS6. Downloaded both programs Adobe Creative Cloud.

    Thanks for any help

    frenchquotes.png

    Is the file that you have made or did you get it from someone else? It happens to me if the language at the bottom of the character Panel is set to French.

  • Run the java code when passing a parameter value.

    JDeveloper 11.1.2.1
    ADFbc + JSF

    I have two pages: Page1 call Page2 passing the parameter p1.

    I need to run java code in a bean. every time when Page2 is called with a value in the parameter p1.
    When I need to place the code to run when the page displays the data?

    Thank you

    Put a router between the pages element, it you decide if to call your method (and access method activity), or go directly to the page.

    Timo

  • Problems in passing a parameter through a button, php

    Hi all

    I'm new to the forum and web design and Dreamweaver, please go a little easy on me!

    I am currently doing a fantasy football website in Dreamweaver and phpmyadmin. When a user visits the site and wants to enter the competition, he clicks on record that brings to the top of registration page. There they can complete the form containing the information, username, password etc. When they click the button Save at the bottom of the form, their details are inserted into the users table in the database, and they passed on the next page, where they are called upon to choose their team. Details of the team are kept in a separate table in the database.

    What I'm trying to do is to pass the user name that is created in the form of registry to the team page choose as a parameter.

    Currently, my button code is as follows:

    < input type = "submit" value = "Insert file" / >

    and after sql code inserting goto is currently?

    $insertGoTo = "pickteam.php";

    In another section of the site, I spent a parameter with a link as follows:


    < a href = "editgoalkeeper.php? gkid_gk = <?" PHP echo $row_rs_viewgks ["gkid_gk"];? > ">"

    but I'm not sure about how to pass a parameter by using a "submit" button, can someone help me please?

    You should use PHP sessions and store the username as a session variable.

    Start page that registers the user with session_start();. You can then save the username to a session variable:

    session_start();
    if (isset ($_POST['username'])) {
      $_SESSION['username'] = $_POST['username'];
    }
    

    Subsequently, $_SESSION ['username'] will be available on any page that begins with session_start();

  • pass the parameter in PL/SQL on UNIX "such what."

    Hello
    I need the 4 parameters of Oracle procedure through Unix Shell script...
    procedure signature :-
    PROCEDURE Builder(csvFileName OUT VARCHAR2,pdfFileName   OUT VARCHAR2, fileId IN NUMBER, csvresult OUT VARCHAR2,pdfresult OUT VARCHAR2);
    UNIX Shell script:
    BudResult=$(exec_Builder $fileId)  
    echo $BudResult | read csvfileName pdfFileName csvresult pdfresult
    Problem: 1 suppose pdffile pdfresult has Null values in the procedures of the Oracle, and unix shell will read parameters with spaces so
    I am incorrect parameter values in UNIX script.
                   
    Oracle Procedure result:                   Unix Shell Result
    csvfile = ABC.csv                         csvfile = ABC.csv
    pdfFile = NULL                            pdfFile = Success
    csvresult = Success                       csvresult = 
    pdfresult = NULL                          pdfresult = 
                   
    2. suppose csvresult has value "Userdefined Exception" in oracle procedure but Unix reads it as following
    
    Oracle Procedure result:                 Unix Shell Result
    csvfile = ABC.csv                         csvfile = ABC.csv
    pdfFile = XYZ.pdf                         pdfFile = XYZ.pdf
    csvresult = Userdefined Exception         csvresult = Userdefined
    pdfresult = Success                       pdfresult = Exception Success
    In nut shell how to pass the parameter "like what" PL/SQL in UNIX...

    Thank you
    Sandy

    So, what kind of problem you know now? What output do you get it?

    echo oenResult=$oenResult
    
  • Passing a parameter to the swf file

    Is it possible to pass a parameter to Flash like:
    myFlash.swf? action = Show

    Or do I have to use javascript?

    FlashVars:

    http://www.Adobe.com/cfusion/knowledgebase/index.cfm?id=tn_16417

Maybe you are looking for