代码搜索:PLSQL
找到约 265 项符合「PLSQL」的源代码
代码结果 265
www.eeworm.com/read/365798/9846172
c plsql_table.c
#include "ocilib.h"
#define SIZE_ARRAY 10
#define SIZE_NAME 20
#define SIZE_VALUE 100
int main()
{
OCI_Connection *cn;
OCI_Statement *st;
int i;
char tab_names [SIZE_ARRAY]
www.eeworm.com/read/349709/10803323
sql plsql_warnings.sql
/*
* PLSQL_Warnings.sql
* Chapter 3, Oracle10g PL/SQL Programming
* by Ron Hardman, Mike McLaughlin, Scott Urman
*
* This script demonstrates the PLSQL_WARNINGS init.ora parameter
*/
ex
www.eeworm.com/read/325109/13226965
lnk plsql developer.lnk
www.eeworm.com/read/458234/6286312
pdf plsql_beginner.pdf
www.eeworm.com/read/486859/6531006
c plsql_block.c
#include "ocilib.h"
int main(void)
{
OCI_Connection *cn;
OCI_Statement *st;
int res = 0;
if (!OCI_Initialize(NULL, NULL, OCI_ENV_DEFAULT))
return EXIT_FAILURE;
www.eeworm.com/read/486859/6531025
c plsql_table.c
#include "ocilib.h"
#define SIZE_ARRAY 10
#define SIZE_NAME 20
#define SIZE_VALUE 100
int main(void)
{
OCI_Connection *cn;
OCI_Statement *st;
int i;
char tab_names [SIZE_AR
www.eeworm.com/read/408881/11366281
java plsql_lobexample.java
/*
* This sample demonstrate basic Lob support
*
* It shows how to use PL/SQL package DBMS_LOB
* to do operations on BLOB and CLOB data type.
*
* note: 1. It needs jdk1.2 or later version and
www.eeworm.com/read/408881/11366299
java plsql_fileexample.java
/*
* This sample demonstrate basic File support
*
* It shows
* 1. how to use DIRECTORY object
* 2. how to use PL/SQL package -- dbms_lob to
* open, access, retrieve information from,
* c
www.eeworm.com/read/340897/12126103
ppt (2)plsql.ppt
www.eeworm.com/read/263055/4305967
h plsql_functions.h
// PL/SQL Developer Plug-In demo
// Copyright 1999 Allround Automations
// support@allroundautomations.nl
// http://www.allroundautomations.nl
// Demo Developed by David Maisonave (david@axter.com