-
动态SQL的第4种方法通过SQLDA(The SQL Descriptor Area)和oracle内部交换数据,可以执行直到程序运行时还不知道选择表项或虚拟输...
动态SQL的第4种方法通过SQLDA(The SQL Descriptor Area)和oracle内部交换数据,可以执行直到程序运行时还不知道选择表项或虚拟输入宿主变量的个数和类型的SQL语句。 原作者:wujinglong-the first four methods through SQLDA (The SQL Descriptor Area) and the exchange of data within the oracle, can be implemented until the program runs do not know when to choose Table imported items or virtual host variable number and types of SQL statements. Author : wujinglong
- 2022-03-21 21:28:58下载
- 积分:1
-
oracleinput
<<Oracle的入门心得>>
一位大虾写的自己学习Oracle的心得体会,很不错。(< <Oracle的入门心得> > Writing a shrimp Oracle' s study of their own experiences, is pretty good.)
- 2009-02-25 00:27:19下载
- 积分:1
-
利用表tab_student在PL/SQL中编写一过程,同时利用游标取出指定条件的学生信息输出,...
利用表tab_student在PL/SQL中编写一过程,同时利用游标取出指定条件的学生信息输出,-Table tab_student use in PL/SQL in the preparation of one process, use the cursor at the same time remove the specified conditions of student information output,
- 2023-02-11 20:25:03下载
- 积分:1
-
《oracleunix安装手册》 oracle 数据库的安装过程及其应用
《oracleunix安装手册》 oracle 数据库的安装过程及其应用-"oracleunix installation manual" oracle database and application installation process
- 2022-01-22 14:13:43下载
- 积分:1
-
This a jar format file which contains oracle examples,may it help you in your st...
This a jar format file which contains oracle examples,may it help you in your study.-This a jar format file which contains ora cle examples, it may help you in your study.
- 2022-04-01 07:15:29下载
- 积分:1
-
oracle dba management script commonly used to cover day
oracle dba 常用的管理脚本, 覆盖日常的系统管理.-oracle dba management script commonly used to cover day-to-day system management.
- 2022-07-25 04:01:20下载
- 积分:1
-
创建序列
CREATE SEQUENCE seq_UserInfo
START WITH 1
INCREMENT BY 1
MAXVALUE 999999
MINVALUE 0
CYCLE
CACHE 10;
- 2022-02-01 02:53:03下载
- 积分:1
-
Demonstrates OCCI Advanced Queuing(AQ) interface (10g)
Demonstrates OCCI Advanced Queuing(AQ) interface (10g)
- 2022-01-21 05:08:01下载
- 积分:1
-
oracle
select * from 表1 t
where exists (select * form 表2 g where g.id = t.id);
- 2022-12-31 15:20:04下载
- 积分:1
-
unix_oracle
UNIX下ORACLE数据库读、写、删、更新等基本操作,还有如何制作UNIX环境下ORACLE动态库,如何调用动态库等功能。(ORACLE under UNIX database to read, write, delete, updating the basic operations, as well how to make dynamic library ORACLE UNIX environment, how to call DLL functions.)
- 2010-12-29 22:11:35下载
- 积分:1