代码搜索:sqlplus
找到约 176 项符合「sqlplus」的源代码
代码结果 176
www.eeworm.com/read/125048/14515890
hh sqlplus.hh
#ifdef WIN32
#include
#pragma warning (disable: 4514 4786)
#pragma warning( push, 3 )
#endif
#include "defs.h"
#include "define_short.h"
#include "coldata1.hh"
#include
www.eeworm.com/read/222305/14696989
sql sqlplus.sql
DROP TABLE Classinfo;
CREATE TABLE Classinfo(
cID char(6) primary key not null,
cClass char(10)
);
DROP TABLE Course;
CREATE TABLE Course(
cID char(6) prinmary key not null,
cName ch
www.eeworm.com/read/477087/1364406
sql sqlplus.sql
DROP TABLE Classinfo;
CREATE TABLE Classinfo(
cID char(6) primary key not null,
cClass char(10)
);
DROP TABLE Course;
CREATE TABLE Course(
cID char(6) prinmary key not null,
cName ch
www.eeworm.com/read/335503/3358635
sql sqlplus.sql
DROP TABLE Classinfo;
CREATE TABLE Classinfo(
cID char(6) primary key not null,
cClass char(10)
);
DROP TABLE Course;
CREATE TABLE Course(
cID char(6) prinmary key not null,
cName ch
www.eeworm.com/read/256300/4370004
sql sqlplus.sql
DROP TABLE Classinfo;
CREATE TABLE Classinfo(
cID char(6) primary key not null,
cClass char(10)
);
DROP TABLE Course;
CREATE TABLE Course(
cID char(6) prinmary key not null,
cName ch
www.eeworm.com/read/407555/11416004
doc bash_shell_sqlplus.doc
www.eeworm.com/read/161040/5563805
txt sm_sqlplus_edit.txt
select * from su_emp
--ERROR 位于第 1 行:
--ORA-00942: 表或视图不存在
edit
--更改
/
--在SQL*PLUS中设定文本编辑器中用于编辑sql文
--以scott/tiger登录
connect
scott/tiger
--设定sqlplus的edit(ed)编辑器
define _editor=edi
www.eeworm.com/read/248535/12554815
txt sqlplus发布版说明.txt
SQL Plus是一款通用数据库操纵、存取程序,可以运行在任何平台之上。
此版本为发布版。可以直接在装有Java的平台中使用。
可以操纵任何数据库。
开发者:哲涛科技,杨连宝 http://sm.zhetao.com/
ylbslxslx@msn.com