GithubHelp home page GithubHelp logo

Comments (4)

vitaly-zverev avatar vitaly-zverev commented on August 25, 2024

Hello Vic-ita.
The DBMS_OUTPUT method put 'Hello From PL/SQL' string into buffer on DB side. If you wish to see buffer's content in reply, then just add "set serveroutput on", looks like:

set serveroutput on
BEGIN
DBMS_OUTPUT.PUT_LINE('Hello From PL/SQL');
END;
/

and got reply:

{
"env": {
"defaultTimeZone": "GMT"
},
"items": [
{
"statementId": 1,
"statementType": "sqlplus",
"statementPos": {
"startLine": 1,
"endLine": 1
},
"statementText": "set serveroutput on",
"response": [],
"result": 0
},
{
"statementId": 2,
"statementType": "plsql",
"statementPos": {
"startLine": 2,
"endLine": 5
},
"statementText": "BEGIN\n DBMS_OUTPUT.PUT_LINE('Hello From PL/SQL');\nEND;",
"response": [
"Hello From PL/SQL\n\n",
"\nPL/SQL procedure successfully completed.\n\n"
],
"dbmsOutput": "Hello From PL/SQL\n\n",
"result": 0
}
]
}

from oracle-db-tools.

krisrice avatar krisrice commented on August 25, 2024

FYI decompiling violates EULA.

@vic-ita is correct, just turn on set serveroutput on

from oracle-db-tools.

vitaly-zverev avatar vitaly-zverev commented on August 25, 2024

@krisrice FYI I'm not vic-ita, who decompiling something :)

from oracle-db-tools.

krisrice avatar krisrice commented on August 25, 2024

whoops got names backwards.
@vitaly-zverev is correct on enabling.
@vic-ita don't decompile.

from oracle-db-tools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.