由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - Re: In SQLPLUS, how to repeat typed comm
相关主题
In SQLPLUS, how to repeat typed command Error Code 01034?
How to start a Oracle databasehelp! oracle8i client installation on Windows2000/NT4
Oracle downconnect to an oracle server on anoter machine
oracle client side programHow to let oracle execute a procedure every hour?
Debugging in SQLPLUS, need helphow to connect to remote Oracle database, help me!!!
请问谁知道unix的oracle下如何打印Table啊?Oracle8i 启动问题
SQL questionHow to know which database I am connected?
found a way to corrupt oracle on NToracle connection problem
相关话题的讨论汇总
话题: sqlplus话题: xemacs话题: repeat话题: alt话题: solaris
进入Database版参与讨论
1 (共1页)
s*****c
发帖数: 24
1
Use xemacs, "Alt-x, shell" to start a shell, then sqlplus in the shell.
After that, you can repeat any commands, or use prefix match(Alt-P, Meta-P or
ESC-p)

Like
you
g****h
发帖数: 30
2
Thanks. This would be good for emacs users. But I am a vi/vim user ;0-(
Any more suggestions?

or

【在 s*****c 的大作中提到】
: Use xemacs, "Alt-x, shell" to start a shell, then sqlplus in the shell.
: After that, you can repeat any commands, or use prefix match(Alt-P, Meta-P or
: ESC-p)
:
: Like
: you

s*****c
发帖数: 24
3
add the following three lines in your $HOME/.emacs, then xemacs will become
vi/vim. I am a vi user, but I never use pure vi today with the help of viper.
(setq line-number-mode t)
(setq viper-mode t)
(require 'viper)
Alt-z can be used to switch on/off vi mode inside xemacs.

commands?
Windows+Oracle,

【在 g****h 的大作中提到】
: Thanks. This would be good for emacs users. But I am a vi/vim user ;0-(
: Any more suggestions?
:
: or

g****h
发帖数: 30
4
I have added this into my notes book. I haven't installed xemacs in Solaris
yet. Are you using Linux or Solaris? If Solaris, is it difficult to install
xemacs in it?
Thanks,

viper.
Meta-P

【在 s*****c 的大作中提到】
: add the following three lines in your $HOME/.emacs, then xemacs will become
: vi/vim. I am a vi user, but I never use pure vi today with the help of viper.
: (setq line-number-mode t)
: (setq viper-mode t)
: (require 'viper)
: Alt-z can be used to switch on/off vi mode inside xemacs.
:
: commands?
: Windows+Oracle,

s*****c
发帖数: 24
5
It should be very easy for Linux and Solaris because its binary is available.
I have not installed it for a long time since installing xemacs-19 years ago.

become
shell.
enter.

【在 g****h 的大作中提到】
: I have added this into my notes book. I haven't installed xemacs in Solaris
: yet. Are you using Linux or Solaris? If Solaris, is it difficult to install
: xemacs in it?
: Thanks,
:
: viper.
: Meta-P

1 (共1页)
进入Database版参与讨论
相关主题
oracle connection problemDebugging in SQLPLUS, need help
如何在oracle8i中得到视图和表的定义?请问谁知道unix的oracle下如何打印Table啊?
Is Oracle ODBC support batch SQL(PL/SQL procedure)?SQL question
ora-12560: TNS: Protocol adaptor errorfound a way to corrupt oracle on NT
In SQLPLUS, how to repeat typed command Error Code 01034?
How to start a Oracle databasehelp! oracle8i client installation on Windows2000/NT4
Oracle downconnect to an oracle server on anoter machine
oracle client side programHow to let oracle execute a procedure every hour?
相关话题的讨论汇总
话题: sqlplus话题: xemacs话题: repeat话题: alt话题: solaris