Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to call Procedures with cursor??? #76

Open
mnhai-webdev opened this issue Jan 11, 2020 · 0 comments
Open

How to call Procedures with cursor??? #76

mnhai-webdev opened this issue Jan 11, 2020 · 0 comments

Comments

@mnhai-webdev
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant