Search:

Type: Posts; User: 6accoh; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    194

    this is my code)))where are error?

    this is my code)))where are error?
  2. Replies
    3
    Views
    194

    function find_legal_org_name ( p_name_org in...

    function find_legal_org_name
    ( p_name_org in fdc_legal_person.name%type := null
    )
    return fdc_legal_person_v_rowtype_tbl pipelined;
  3. Replies
    3
    Views
    194

    public class ex_1 { public...

    public class ex_1
    {
    public String id;
    public String name_or;
    }


    public void getList(){
    AtomicReference<RowMapper> mapper;
    mapper =...
  4. Replies
    3
    Views
    194

    pipelined and SimpleJdbcCall

    Hello!
    Please tell me how to execute a stored function in Oracle database, which returns the table with pipelined, using SimpleJdbcCall.

    examples are welcome!

    Thanks much.
Results 1 to 4 of 4