PL/SQL mode in emacs (***PLEASE***)

From: Ilja-Daniel Werner <Ilja.Werner_at_frqnet.de>
Date: Fri, 15 May 1998 08:24:14 +0200
Message-ID: <355BDF8E.88391F53_at_frqnet.de>



Well i went some further, but the mean problem is still the same. I cannot simply compile and browse the errors with that mode.

I'm talking about this PLS-Emacs Mode

Downloaded from Oracle

http://www.oracle.com/st/products/features/plsqlemacs.html

;;; Author: Dmitry Nizhegorodov <dnizhego_at_us.oracle.com>
;;; Created: Jan 1996
;;; Version: 1.4
;;; Last Modified: Thu Apr 10 15:25:05 1997
;;; Keywords: PL/SQL SQL ORACLE

I am talking about NT and HPUX (but commandline example is for NT) I'm talking about ProcedureBuilder 2.0.

Does anybody have experiences with that emacs mode concerning the compile command.

How do I compile-only with the procedure-bilder Linemode interface. What kind of .pld file do i have to write to simply compile a new package.

I tried thfollowing, but browsing errors was impossible.

Command-Line:
pb20w32t.exe mode=batch file=hugo.pld

I used (in analog to the book by Feuerstein and Pribyl)

  • ---------------------------HUGO.SPS------------------------------ package hugo is procedure greeting; end hugo;
  • ---------------------------HUGO.SPB------------------------------ package body hugo is procedure greeting is begin dbms_output.put_line('Hello World'); end; end hugo;

And the File, some people call DIANA, some call it PBUILDER Makefile, but terminology seems to be inconsequent.

  • ---------------------------HUGO.PLD------------------------------ .connect DB demo/demo_at_fsilocal .load FILE hugo.sps,hugo.spb .quit

*****PLEASE******
HELP ME BUILDING A SIMPLE EMACS PBUILDER ENVIRONMENT. Ilja.Werner_at_frqnet.de Received on Fri May 15 1998 - 08:24:14 CEST

Original text of this message