Skip to content

How to call Procedures with cursor??? #76

Open
@mnhai-webdev

Description

@mnhai-webdev

Summary of problem or feature request

My code:

create or replace PROCEDURE GET_USERS_LIST
(
C_USERS OUT SYS_REFCURSOR
)
IS
BEGIN
OPEN C_USERS FOR
SELECT * FROM USERS;
END GET_USERS_LIST;

I can not call Procedure and encountered an error. I need some help, plz. :(

Code snippet of problem

System details

  • Operating System
  • PHP Version
  • PDO-VIA-OCI8 Version

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions