代码搜索:sqlplus
找到约 176 项符合「sqlplus」的源代码
代码结果 176
www.eeworm.com/read/235304/14075034
readme
WHAT IS GQLPLUS?
gqlplus is a UNIX front-end program for Oracle command-line utility
sqlplus. gqlplus is functionally nearly identical to sqlplus, with the
addition of command-line editing, history,
www.eeworm.com/read/306157/13751583
bat create_table.bat
rem 开始创建表
sqlplus %1/%2@%3 @table\Create_table.sql
www.eeworm.com/read/235304/14075054
c gqlplus.c
/*
Module name: gqlplus.c
Created by: Ljubomir J. Buturovic
Created: May 18, 2002
Purpose: drop-in replacement for sqlplus with command line
editing/history and table/column name completion.
www.eeworm.com/read/306157/13751582
bat create_tablespace.bat
rem 开始创建表空间
SQLPLUS " / @%3 as sysdba" @tablespace\create_tablespace.sql %4
www.eeworm.com/read/161040/5563838
txt dead_lock.txt
--sqlplus(1)
drop table a;
create table a(a number);
insert into a values(1);
insert into a values(2);
commit;
update a set a=10 where a=2;
--新打开一个SQL*Plus窗口
--(第二个sqlplus(2))
select * fr
www.eeworm.com/read/235304/14075043
changelog
Changes from 1.9 to 1.10
************************
05-10-2005
- fix endless loop in file_set_editor() (contributed by Jeff Mital)
05-13-2005
- use Autoconf to build gqlplus. Distribute readline l