代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/363215/9965021
sql login.sql
SET FEEDBACK OFF
SET TERMOUT OFF
VARIABLE v_database VARCHAR2(10)
BEGIN
SELECT Lower(name)
INTO :v_database
FROM v$database;
EXCEPTION
WHEN NO_DATA_FOUND THEN
:v_database
www.eeworm.com/read/363215/9965033
sql monitoring_on.sql
--* File Name : Monitoring_On.sql
--* Author : DR Timothy S Hall
--* Description : Sets monitoring on for the specified tables.
--* Call Syntax : @Monitoring_On (schema) (table-name or a
www.eeworm.com/read/363215/9965035
sql backup.sql
--* File Name : Backup.sql
--* Author : DR Timothy S Hall
--* Description : Creates a very basic hot-backup script. A useful starting point.
--* Call Syntax : @Backup
--* Last Modified:
www.eeworm.com/read/363215/9965073
sql roles.sql
--* File Name : Roles.sql
--* Author : DR Timothy S Hall
--* Description : Displays a list of all roles and priviliges granted to the specified user.
--* Requirements : Access to the USER
www.eeworm.com/read/363215/9965074
sql pipes.sql
--* File Name : Pipes.sql
--* Author : DR Timothy S Hall
--* Description : Displays a list of all database pipes.
--* Requirements : Access to the V$ views.
--* Call Syntax : @Pipes
--
www.eeworm.com/read/363215/9965075
sql dispatchers.sql
--* File Name : Dispatchers.sql
--* Author : DR Timothy S Hall
--* Description : Displays dispatcher statistics.
--* Requirements : Access to the v$ views.
--* Call Syntax : @Dispatcher
www.eeworm.com/read/363215/9965079
sql source.sql
--* File Name : Source.sql
--* Author : DR Timothy S Hall
--* Description : Displays the section of code specified. Prompts user for parameters.
--* Requirements : Access to the ALL views
www.eeworm.com/read/363215/9965084
sql health.sql
--* File Name : Health.sql
--* Author : DR Timothy S Hall
--* Description : Lots of information about the database so you can asses the general health of the system.
--* Requirements : Ac
www.eeworm.com/read/363215/9965099
sql utllockt.sql
--* File Name : Utllockt.sql
--* Author : Oracle
--* Description : Displays tree-style list of sessions waiting on locks.
--* Requirements : Access to the DBA views.
--* Call Syntax : @
www.eeworm.com/read/363215/9965113
sql license.sql
--* File Name : License.sql
--* Author : DR Timothy S Hall
--* Description : Displays session usage for licensing purposes.
--* Requirements : Access to the V$ views.
--* Call Syntax :