代码搜索:sqlplus
找到约 176 项符合「sqlplus」的源代码
代码结果 176
www.eeworm.com/read/413789/2159374
loadlog
#!/usr/bin/bash
USER_PASSWD=dbuser/oracle
sqlplus -s $USER_PASSWD
www.eeworm.com/read/469850/1478434
txt lab21.txt
jdbc 试验21 ...day4
## 实验目标:
使用CallableStatement调用数据库存储过程
## 实验步骤:
1、利用sqlplus,创建如下存储过程:
create or replace procedure p_xxx(i in number)
as begin
insert into t_xxx values(
www.eeworm.com/read/155884/11840484
sh ppin.sh
#trap '' 1 2 3 5 7 9 15 13
#查看数据库中表是否存在
existstable()
{
sqlplus -s $username$PASS
www.eeworm.com/read/432299/8612139
txt ora-922问题.txt
E:\数据库文件2.22\数据库文件>sqlplus scott/tiger @photocheck.sql
SQL*Plus: Release 9.0.1.0.1 - Production on 星期五 2月 22 18:00:13 2008
(c) Copyright 2001 Oracle Corporation. All rights reserved.
连接到
www.eeworm.com/read/463278/7184495
txt 08. jdbc note.txt
JDBC部分
终端进入mysql: mysql -u root回车
终端进入oracle: telnet 192.168.0.23 然后sqlplus openlab/open123
MySQL常用命令: show databases; use tableName; show tables;
一、概述JDBC
JDBC从物理结构上说就是Java语言访问数据库的一套接
www.eeworm.com/read/463278/7184484
txt 02. sql note.txt
先登陆服务器: telnet 192.168.0.23 公帐号: openlab-open123 tarena-tarena
再进入SQL:sqlplus sd0807/sd0807 帐号:sd0807-密码同样 公帐号:openlab-open123
设置环境变量:
ORACLE_SID=oral10g\ --变局部变量
exp
www.eeworm.com/read/439633/7704678
txt lab17.txt
jdbc 试验17 ...day4
## 实验目标:
使用oracle的empty_blob()函数,和特定的语法,将
二进制大对象存入oracle数据库。
## 实验步骤:
1、利用sqlplus在oracle数据库中建立如下的表:
create table t_blob(
id number(10) prim
www.eeworm.com/read/469850/1478435
txt lab17.txt
jdbc 试验17 ...day4
## 实验目标:
使用oracle的empty_blob()函数,和特定的语法,将
二进制大对象存入oracle数据库。
## 实验步骤:
1、利用sqlplus在oracle数据库中建立如下的表:
create table t_blob(
id number(10) prim
www.eeworm.com/read/161040/5564084
txt script_87.txt
---------- object_privs.txt ----------
/*
范例名称:对对象进行授权和对权限的控制
文件名称:object_privs.txt
*/
/*本练习是为了实践对对象进行授权和对权限的控制*/
sqlplus system/manager --登陆数据库system用户
sql>
drop user peter1; --删