Details

    • Technical task
    • Status: Open (View Workflow)
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None

    Description

      Add a subset of the system package SYS.DBMS_OUTPUT:

      • Procedure DBMS_OUTPUT.PUT_LINE
      • Procedure DBMS_OUTPUT.GET_LINES
      • Procedure DBMS_OUTPUT.ENABLE

      This example from Oracle tutorials throws errors:

      CREATE OR REPLACE PROCEDURE procPrintHelloWorld
      IS
      BEGIN
        DBMS_OUTPUT.PUT_LINE('Hello World!');
      END;
      /
      

      The DBMS_OUTPUT line throws "ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 4"

      https://www.techonthenet.com/oracle/procedures.php

      We should provide equivalents for the most used DBMS packages.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              manjot Manjot Singh (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.