代码搜索:PLSQL

找到约 265 项符合「PLSQL」的源代码

代码结果 265
www.eeworm.com/read/235303/4651961

java run.java

package log4plsql.backgroundProcess; /* * Copyright (C) LOG4PLSQL project team. All rights reserved. * * This software is published under the terms of the The LOG4PLSQL * Software Lice
www.eeworm.com/read/235303/4651962

sqlj readerlogdatabase.sqlj

package log4plsql.backgroundProcess; /* * Copyright (C) LOG4PLSQL project team. All rights reserved. * * This software is published under the terms of the The LOG4PLSQL * Software Lice
www.eeworm.com/read/235303/4651964

java testlog4j.java

package log4plsql.backgroundProcess; /* * Copyright (C) LOG4PLSQL project team. All rights reserved. * * This software is published under the terms of the The LOG4PLSQL * Software Licens
www.eeworm.com/read/235303/4651965

java xmlconfig.java

package log4plsql.backgroundProcess; /* * Copyright (C) LOG4PLSQL project team. All rights reserved. * * This software is published under the terms of the The LOG4PLSQL * Software License
www.eeworm.com/read/187336/8833021

txt oracle9i初始化参数中文说明(3) .txt

nls_date_language: 说明: 指定拼写日期名, 月名和日期缩写词 (AM, PM, AD, BC) 的语言。该参数的默认值是由 NLS_LANGUAGE指定的语言。 值范围: 任何有效的 NLS_LANGUAGE 值。 默认值: NLS_LANGUAGE 的值 nls_dual_currency: 说明: 用于覆盖 NLS_TERRITORY 中定义的默认双
www.eeworm.com/read/241364/13151473

sql slowest.sql

update plsql_profiler_units set total_time = 0; execute prof_report_utilities.rollup_all_runs; set pagesize 999 set linesize 120 column unit format a20 column line# format 99999 column time_Co
www.eeworm.com/read/235303/4651949

bat generation_javadoc.bat

setlocal call ..\..\..\..\cmd\setVariable.bat rem generation de la doc java mkdir %LOG4PLSQL_API% javadoc.exe -d %LOG4PLSQL_API% -version -author -package -sourcepath %LOG4PLSQL_HOME%\src\co
www.eeworm.com/read/349709/10802874

sql next_item_type.sql

/* * next_item_type1.sql * Chapter 11, Oracle10g PL/SQL Programming * by Ron Hardman, Michael McLaughlin and Scott Urman * * This script tests DBMS_PIPE for a private pipe. */ SET ECHO ON SET S
www.eeworm.com/read/140422/13082131

g plsqlgrammar.g

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% PROJECT: PL/SQL Grammer FILE: PLSQLGrammar.g AUTHOR: Qazi Firdous Ahmed (qazif_ahmed@infosys.com) Kru