E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
procedures
Oracle存储过程详解
实现存储过程必须先在oracle建立相应的
Procedures
,如下所示:--添加信息--createorreplaceprocedureinsert_t_test(p_idinnumber,p_nameinvarchar2
MyOracleX
·
2010-10-27 19:56
oracle
oracle
存储过程
职场
详解
休闲
Encountered the symbol "" WHEN expecting one OF the following
; WHEN expecting one OF the following I recently came across this error whilst developing stored
procedures
zyc1006
·
2010-10-25 14:00
oracle
windows
查看当前的用户都创建了什么存储过程
查看当前用户:select * from user_
procedures
; 或者select * from user_objects where object_type='PROCEDURE';-
wsql
·
2010-10-01 09:00
存储过程
查看当前的用户都创建了什么存储过程
查看当前用户:select * from user_
procedures
; 或者select * from user_objects where object_type='PROCEDURE';-
wsql
·
2010-10-01 09:00
存储过程
获取数据库中存储过程名
获取数据库中存储过程名 This example retrieves the names of all stored
procedures
in a database. try { // Get database
gdwrx_winson
·
2010-09-27 12:00
存储过程
db2查询函数和存储过程
--查找某个存储过程 select * from syscat.
procedures
where procschema='PAS' and procname='sp_insert_xtrz'
liyinfeng56
·
2010-09-25 09:00
sql
db2
F#
Oracle Procedure 存储过程
Oracle/PLSQL: Creating
Procedures
: http://www.techonthenet.com/oracle/
procedures
.php 引用 The syntax
Wuaner
·
2010-09-16 08:00
oracle
sql
PHP
Oracle Procedure 存储过程
Oracle/PLSQL: Creating
Procedures
: http://www.techonthenet.com/oracle/
procedures
.php 引用 The syntax
Wuaner
·
2010-09-16 08:00
oracle
sql
PHP
Oracle Procedure 存储过程
Oracle/PLSQL: Creating
Procedures
: http://www.techonthenet.com/oracle/
procedures
.php 引用 The syntax
Wuaner
·
2010-09-16 08:00
oracle
sql
PHP
Oracle里面User和Schema的区别是什么?
collection of database objects, including logical structures such as tables, views, sequences, stored
procedures
sakakokiya
·
2010-08-27 10:00
数据结构
oracle
bat命令
yiyanwan77.iteye.com/blog/335208 http://www.iteye.com/wiki/taojintianxiastruts2/1616-15-to-run-and-test-
procedures
dragonlin06
·
2010-06-22 20:00
sql
Blog
execute MySQL stored
procedures
Sinceastoredproceduredoesn'tknowaheadoftimehowmanyresultswillbereturned,theclientneedstosupportreadinganymultipleofresults.Therefore,iftheserverseesthatyoudon'thaveCLIENT_MULTI_RESULTSset,itwillgivean
hjue
·
2010-06-02 16:00
Upgrade Oracle 9i RAC to Oracle 10g RAC
Upgrade Oracle 9i RAC to Oracle 10g RACby Vincent Chan This article provides the
procedures
for
wapysun
·
2010-05-17 23:00
oracle
Oracle PL/SQL编程规范指南
BEGIN, EXCEPTION, END, IF THEN ELSE,LOOP, END LOOP)、数据类型(VARCHAR2, NUMBER)、内部函数(LEAST, SUBSTR)和用户定义的子程序(
procedures
winie
·
2010-05-11 12:00
数据结构
oracle
sql
编程
c
dbrpcsend
dbrpcsend Sends a single stored procedure, a single remote stored procedure, or batch of stored
procedures
andylin02
·
2010-04-29 14:00
sql
SQL Server
Microsoft
UP
iPhone开发入门(8)— 程序画面与控件调整
博主:易飞扬原文链接 : http://www.yifeiyang.net/iphone-development-introduction-8-
procedures
-and-controls-to-adjust-the-screen
itudou_2010
·
2010-04-19 11:00
cocoa
iPhone
action
button
interface
fonts
debug eclipse common
procedures
首先来讲一下step into step over step return的区别: step into就是单步执行,遇到子函数就进入并且继续单步执行;(F5) step over是在单步执行时,在函数内遇到子函数时不会进入子函数内单步执行,而是将子函数整个执行完再停止,也就是把子函数整个作为一步。(F6) step return就是单步执行到子函数内时,用step return就
skyyfd
·
2010-04-08 10:00
eclipse
多线程
thread
虚拟机
存储过程的使用方法
PL/pgSQL can be used to define trigger
procedures
.
zjut_xiongfeng
·
2010-03-31 14:00
REST
Sizing the Shared Pool
SizingtheSharedPool 1、SharedPool的组成** librarycache:存储共享的SQL和PL/SQL代码(解析和编译后的SQL和pl/sqlblocks——
procedures
gdufo
·
2010-01-12 12:00
Oracle的在线重定义
Basic Steps for Manual Online Reorganization Commands and
procedures
used: 1.DBMS_REDEFINITION.CAN_REDEF_TABLE
wsql
·
2010-01-10 22:00
oracle
Oracle的在线重定义
Basic Steps for Manual Online Reorganization Commands and
procedures
used: 1.DBMS_REDEFINITION.CAN_REDEF_TABLE
wsql
·
2010-01-10 22:00
oracle
hibernate完成oracle存储过程(stored
procedures
)
import java.sql.CallableStatement; import java.sql.Connection; import org.apache.log4j.Logger; import org.hibernate.classic.Session; import com.check.base.BaseHibernate; import com.check.coll
风沙星辰
·
2010-01-09 15:00
DAO
oracle
sql
log4j
Hibernate
oracle pl/sql 编程
第一部分 基本概念一、查询系统表select*fromuser_tables 查询当前用户所有表select*fromuser_triggers查询当前用户所有触发器select*fromuser_
procedures
cdl2008sky
·
2010-01-08 23:00
oracle
sql
sql
server
table
Arrays
returning
SQL Server Stored
Procedures
for Beginners
link:http://www.sql-server-performance.com/articles/dba/stored_
procedures
_basics_p1.aspxSQLServerStoredProceduresforBeginnersBy
Tong_Li
·
2009-12-25 17:06
职场
SQL
数据库
SQL
Server
SQL Server Stored
Procedures
for Beginners
link:http://www.sql-server-performance.com/articles/dba/stored_
procedures
_basics_p1.aspxSQLServerStoredProceduresforBeginnersBy
Tong_Li
·
2009-12-25 17:06
sql
数据库
职场
休闲
SQL Server Stored
Procedures
for Beginners
link:http://www.sql-server-performance.com/articles/dba/stored_
procedures
_basics_p1.aspxSQLServerStoredProceduresforBeginnersBy
Tong_Li
·
2009-12-25 17:06
sql
数据库
职场
休闲
DB2表及sp管理
3.1 看存储过程文本 select text from syscat.
procedures
where procname='PROC1'; 3.2  
lumans
·
2009-11-21 22:00
db2
DB2sql存储过程基础
>3种类型:stored
procedures
,UDFs(自定义function),methods
lumans
·
2009-11-21 20:00
sql
c
应用服务器
SQL Server
db2
MS SQL系统存储过程览要
sp_databases--列出服务器上的所有数据库sp_server_info--列出服务器信息,如字符集,版本和排列顺序sp_stored_
procedures
--列出当前环境中的所有存储过程sp_tables
ulark
·
2009-11-05 17:00
sql
数据库
服务器
存储
任务
数据库相关
向 Stored
Procedures
写权限
use [LocServices]Go --设置User帐户的权限为‘EXECUTE’GRANT EXECUTEON[dbo].[]TO[User]GO --设置DataReader帐户的权限为'EXECUTE' GRANT Executeon[dbo].[]TO[DataReader] Go --撤销DataReader帐户的权限为'EXECUTE'Revoke Executeon[d
fan158
·
2009-09-23 11:00
Oracle PL/SQL编程规范指南(转)
:关键字(BEGIN,EXCEPTION,END,IFTHENELSE,LOOP,ENDLOOP)、数据类型(VARCHAR2,NUMBER)、内部函数(LEAST,SUBSTR)和用户定义的子程序(
procedures
chenjialin2000
·
2009-09-09 11:15
oracle
数据库
规范
职场
休闲
Oracle PL/SQL编程规范指南(转)
:关键字(BEGIN,EXCEPTION,END,IFTHENELSE,LOOP,ENDLOOP)、数据类型(VARCHAR2,NUMBER)、内部函数(LEAST,SUBSTR)和用户定义的子程序(
procedures
chenjialin2000
·
2009-09-09 11:15
oracle
数据库
规范
职场
休闲
Oracle PL/SQL编程规范
EXCEPTION, END, IF THEN ELSE,LOOP, END LOOP)、数据类型(VARCHAR2, NUMBER)、 内部函数(LEAST, SUBSTR)和用户定义的子程序(
procedures
fzb215
·
2009-09-08 14:00
数据结构
oracle
sql
编程
c
Some examples of procudure of Sqlserver 2000
I have read SQL server 2000 stored
procedures
HandBook,just do some easy examples of it.here is the code
tanglei198577
·
2009-09-07 18:00
sql
SQL Server
Symbian S60 基本程序的框架
[关键词] Carbide.C++ Symbian框架 【Abstract 】This paper describes the framework of the basic
procedures
for
felon8736
·
2009-09-02 22:08
C++
移动开发
Symbian
s60
基本程序的框架
Symbian S60 基本程序的框架
[关键词] Carbide.C++ Symbian框架 【Abstract 】This paper describes the framework of the basic
procedures
for
felon8736
·
2009-09-02 22:08
C++
移动开发
Symbian
s60
基本程序的框架
sybase
procedures
and cursors
How to view stored procedure spec? sp_help ${stored_procedure_name} How to view the source of stored procedure? sp_helptext ${stored_procedure_name} Super s
tomboxfan
·
2009-07-24 17:00
Sybase
UP
Go
oracle备忘递归查询
1.Data dictionary Objects source$ dba_
procedures
all_
procedures
user_
procedures
dba_source all_source
yjgyjg4
·
2009-06-29 15:00
oracle
sql
J#
sun
Procedures
in VBScript
4.ProceduresinVBScript 为支持代码复用,VBScript提供了过程Sub和函数Function两种语法结构。在C/C++中并没有过程一说,不过VBScript中的过程其实跟函数差别并不大,可以看作是void型的函数。由于两者的差异很小,本文中多数讨论,对两者都适用。过程Sub一个过程由Subxxx(x,y,..)EndSub定义。过程在EndSub处结束,但也可以在中间由Ex
zbyufei
·
2009-06-24 21:00
oracle 存储过程 ( 例子+ 随笔)
存储过程的代码,以前没有接触过,就把这几天写的代码贴出来: 使用工具PL/SQL Developer 1.创建 在已有的数据库中写的代码, 在
Procedures
zhanghw0917
·
2009-06-24 14:00
oracle
sql
C++
c
C#
sqlserver 系统存储过程 中文说明
/*存储过程*/sp_databases--列出服务器上的所有数据库sp_server_info--列出服务器信息,如字符集,版本和排列顺序sp_stored_
procedures
--列出当前环境中的所有存储过程
·
2009-06-15 20:24
Fundamentals of Stored
Procedures
http://www.functionx.com/sqlserver/Lesson17.htm StoredProcedures FundamentalsofStoredProcedures Introduction InLesson6,wehadanintroductiontosometypesofactionsthatcouldbeperformedonadatabase.Theseact
mlxia
·
2009-04-08 17:00
spring
sql
server
Google
Go
pascal
How to write effective Test cases,
procedures
and definitions
Writingeffectivetestcasesisaskillandthatcanbeachievedbysomeexperienceandin-depthstudyoftheapplicationonwhichtestcasesarebeingwritten.HereIwillsharesometipsonhowtowritetestcases,testcaseproceduresandso
Jackiezhw
·
2009-03-15 17:00
application
basic
System
dialog
Components
variables
oracle应用软件plsql中functions,
procedures
,packages有什么区别
OUT参数,OUT参数可以作为过程与外界进行通信的中介; 包中可以有函数,过程,将一些用于完成某功能的函数和过程放进包中可以方便维护,当然还有一些其他的功能packages中包含functions和
procedures
s_ongfei
·
2009-03-12 15:00
oracle
function
各种sql技术的优缺点
<p>从Manning.Ibatis.In.Action转载:</p> <p>1,从Stored
procedures
继承来的优势:iBATIS encapsulates
lvhuiqing
·
2009-03-09 18:00
sql
090306 Exercise 1.8 cube-root
procedures
Exercise 1.8. Newton's method for cube roots is based on the fact that if y is an approximation to the cube root of x, then a better approximation is given by the value (x/y2+2y)/3 Use thi
lzj520
·
2009-03-06 16:00
procedure
090306 Exercise 1.8 cube-root
procedures
090306Exercise1.8cube-rootproceduresExercise1.8. Newton'smethodforcuberootsisbasedonthefactthatifyisanapproximationtothecuberootofx,thenabetterapproximationisgivenbythevalue(x/y2+2y)/3Usethisformulato
stargazers
·
2009-03-06 16:00
MySQL :: @@Rowcount in MySQL
nbsp;() Date: September 19, 2005 06:43AM Hi Everyone, I'm trying to convert some stored
procedures
mlxia
·
2009-03-02 15:00
sql
mysql
Testing SQL Stored
Procedures
using PowerShell
IrecentlyspokeattheMicrosoftManagementSummit.MytalkswereintroductoryPowerShelltalks.YesterdayoneoftheconferenceattendeesaskedmeifitispossibletocallaSQLstoredprocedureusingPowerShell.IansweredIwasn’tsu
Vincent Yang
·
2009-02-13 20:00
db2常用命令
如何查看存储过程 SELECT * FROM SYSCAT.
PROCEDURES
3. 导出数据 export
weiruan85
·
2009-01-07 19:00
数据结构
C++
c
db2
活动
上一页
4
5
6
7
8
9
10
11
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他