ction-name-face
(autoload 'sql-oracle "sql" "Interactive SQL mode." t):w
;; Load dired-x
(require 'dired-x)
;; Another attept to get cygwin working
(setq binary-process-input t)
(setq w32-quote-process-args ?\")
(setq shell-file-name "bash") ;; o
Emacs can find the
oracle client installation. Simply type M-x sql-oracle. It will prompt for
the username, password and sqlnet alias and then try to log you in.
Regards
David Lord
> -Original Message-
> From: Lee Cullip [mailto:[EMAIL PROTECTED]
> Sent: 28 July 2003 13:49
>
s expressed in this message are those of the author only.
Furthermore, this message (including any attachment) does not create any legally
binding rights or obligations whatsoever, which may only be created by the exchange
of hard copy documents signed by a duly authorised representative of Hutchison
3G UK Limited.
__
ee the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Lee Cullip
INET: [EMAIL PROTECTED]
Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
nst Oracle we have no means to interfere
with its transactions when they are commited to Oracle and we can not modify
them so that it uses a specific rollback segment, so the only way for us to do
it is to disable all except the one we want it to use.
-Mensaje original-----De:
set
transaction use rollback segment only works if it's the first statement in
your transaction, an easy way to make sure this is the case is to issue a commit
directly before issuing this statement.
I
believe this has been a feature of Oracle since way back in version 7 (Correct
me if