代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/349709/10802841
sql createjob.sql
/*
* CreateJob.sql
* Chapter 17, Oracle10g PL/SQL Programming
* by Ron Hardman, Mike McLaughlin, Scott Urman
*
* This script tests the DBMS_SCHEDULER.CREATE_JOB procedure
*/
SET VERIFY
www.eeworm.com/read/349709/10802843
sql run.sql
/*
* Run.sql
* Chapter 17, Oracle10g PL/SQL Programming
* by Ron Hardman, Mike McLaughlin, Scott Urman
*
* This script tests the DBMS_JOB.RUN procedure
*/
SET VERIFY OFF
SET VERIFY OFF
www.eeworm.com/read/349709/10802845
sql createuser.sql
/*
* CreateUser.sql
* Chapter 17, Oracle10g PL/SQL Programming
* by Ron Hardman, Mike McLaughlin, and Scott Urman
*
* This script creates the plsql user for chapter 17
* examples. You m
www.eeworm.com/read/349709/10802848
sql change.sql
/*
* Change.sql
* Chapter 17, Oracle10g PL/SQL Programming
* by Ron Hardman, Mike McLaughlin, Scott Urman
*
* This script tests the DBMS_JOB.CHANGE procedure
*/
SET VERIFY OFF
SET VERI
www.eeworm.com/read/349709/10802850
sql submit.sql
/*
* Submit.sql
* Chapter 17, Oracle10g PL/SQL Programming
* by Ron Hardman, Mike McLaughlin, Scott Urman
*
* This script tests the DBMS_JOB.SUBMIT procedure
*/
SET VERIFY OFF
UNDEFINE
www.eeworm.com/read/349709/10802864
sql waitone.sql
/*
* waitone.sql
* Chapter 11, Oracle10g PL/SQL Programming
* by Ron Hardman, Michael McLaughlin and Scott Urman
*
* This script waits for a DBMS_ALERT alert, which is
* triggered on DML to the
www.eeworm.com/read/349709/10802890
sql typeattribute.sql
/*
* TypeAttribute.sql
* Chapter 14, Oracle10g PL/SQL Programming
* by Ron Hardman, Mike McLaughlin, Scott Urman
*
* This script demonstrates the use of %TYPE.
*/
exec clean_schema.syno
www.eeworm.com/read/349709/10802892
sql dynamicdispatch.sql
/*
* DynamicDispatch.sql
* Chapter 14, Oracle10g PL/SQL Programming
* by Ron Hardman, Mike McLaughlin, Scott Urman
*
* This script demonstrates dynamic dispatch/dynamic polymorphism
*/
www.eeworm.com/read/349709/10802894
sql mapmethod.sql
/*
* MapMethod.sql
* Chapter 14, Oracle10g PL/SQL Programming
* by Ron Hardman, Mike McLaughlin, Scott Urman
*
* This script demonstrates the map method.
*/
exec clean_schema.synonyms
www.eeworm.com/read/349709/10802897
sql complexobj.sql
/*
* ComplexObj.sql
* Chapter 14, Oracle10g PL/SQL Programming
* by Ron Hardman, Mike McLaughlin, Scott Urman
*
* This script demonstrates complex objects
*/
exec clean_schema.synonym