Hello, thank you for your reply.
This script work fine with "DELIMITER /" but I have a another problem, I d'ont have output in adminer.
I have test twoo solution :
set serveroutput on
spool /tmp/hello.log
but I don't have return in adminer or in a file /tmp/hello.log
Can you help me or I must create a new topic for this problem?
Ok thank you, can I joint a another contact for obtain an answer? If yes, who?
Because we will not be able to use adminer if the execution of the request does not return result. And I think that may be of interest to your users for us oracle databases.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I test your software, but when I launch PL/SQL script or code in adminer that does'nt work.
Exemple with simple PL/SQL.
Try adding
DELIMITER /before the script.Hello, thank you for your reply.
This script work fine with "DELIMITER /" but I have a another problem, I d'ont have output in adminer.
I have test twoo solution :
set serveroutput on
spool /tmp/hello.log
but I don't have return in adminer or in a file /tmp/hello.log
Can you help me or I must create a new topic for this problem?
Last edit: Gérôme RIVIERE 2019-01-22
More simply : how can I return the result?
Last edit: Gérôme RIVIERE 2019-01-22
You don't need to create a new thread. I don't know the answer though.
Ok thank you, can I joint a another contact for obtain an answer? If yes, who?
Because we will not be able to use adminer if the execution of the request does not return result. And I think that may be of interest to your users for us oracle databases.