您的位置:首页 > 数据库 > Oracle

Oracle PL/SQL常用47个工具包

2015-05-11 20:53 302 查看
Oracle PL/SQL Utility Library
PL/SQL 各种常用工具包代码,包含:
PDF文件生成工具包
Excel文件生成、
RTF文件生成、
Zip文件压缩与解压、
JSON格式文件生成与解析、
通过PLSQL调用FTP、
电子邮寄SMTP、POP工具包、
SOAP and REST web services工具包、
XML、HTTP工具包等
工具包文件下载地址:
http://download.csdn.net/detail/nansheng_su/8688149
This library is a collection of various utility packages for PL/SQL, as well as links to useful libraries hosted and maintained elsewhere.

GeneratePDF files using PL/SQL

http://technology.amis.nl/2012/04/11/generating-a-pdf-document-with-some-plsql-as_pdf_mini-as_pdf3/http://technology.amis.nl/blog/8650/as_pdf-generating-a-pdf-document-with-some-plsqlhttp://www.erasme.org/PL-FPDF,1337?lang=enhttp://ora-00001.blogspot.com/2009/10/free-pdf-package-for-plsql.htmlhttp://sourceforge.net/projects/pljrxml2pdf/http://www.plpdf.com/PDF_BUILDER_PKGPDFGEN_PKG

GenerateExcel files using PL/SQL

http://technology.amis.nl/blog/10995/create-an-excel-file-with-plsqlhttp://www.jasonsdevelopercorner.com/?page_id=8https://xml-spreadsheet.samplecode.oracle.com/http://sanjeev-oracle-world.blogspot.com/2007/06/create-excel-workbook-by-plsql-code.htmlhttp://matzberger.de/oracle/spreadsheet-en.htmlhttp://www.protalk.in/oracle/plsql-tips-package-for-exporting-data-to-excel/XLSX_BUILDER_PKGSYLK_UTIL_PKG

GenerateRTF files using PL/SQL

http://monkeyonoracle.blogspot.com/2009/07/dynamic-rtf-documents-revisited.html

Workingwith Office 2007 (OOXML) files using PL/SQL

http://ora-00001.blogspot.com/2011/02/working-with-office-2007-ooxml-files.htmlhttp://technology.amis.nl/blog/8090/parsing-a-microsoft-word-docx-and-unzip-zipfiles-with-plsqlhttp://www.docufy.be/OOXML_UTIL_PKG

Zipand unzip files using PL/SQL

http://technology.amis.nl/blog/7626/utl_compress-gzip-and-zlibZIP_UTIL_PKG

Generateand parse CSV files using PL/SQL

http://ora-00001.blogspot.com/2010/04/select-from-spreadsheet-or-how-to-parse.htmlCSV_UTIL_PKG

Generateand parse RSS feeds using PL/SQL

http://ora-00001.blogspot.com/2011/02/fun-with-rss-and-plsql-part-one.htmlhttp://ora-00001.blogspot.com/2011/02/fun-with-rss-and-plsql-part-two.htmlRSS_UTIL_PKG

GenerateJSON using PL/SQL

http://ora-00001.blogspot.com/2010/02/ref-cursor-to-json.htmlJSON_UTIL_PKG

ParseJSON using PL/SQL

http://sourceforge.net/projects/pljson/http://reseau.erasme.org/pl-sql-library-for-JSON?lang=en

Transferfiles (FTP) using PL/SQL

http://www.oracle-base.com/articles/misc/FTPFromPLSQL.phpFTP_UTIL_PKG

Sendemail (SMTP) using PL/SQL

http://www.oracle.com/technology/sample_code/tech/pl_sql/htdocs/Utl_Smtp_Sample.htmlhttp://download.oracle.com/docs/cd/E10513_01/doc/apirefs.310/e12855/apex_mail.htmMAIL_UTIL_PKG

Receiveemail (POP3) using PL/SQL

POP3_UTIL_PKG

Receiveemail (POP3 and IMAP) using PL/SQL (and Java)

http://plsqlmailclient.sourceforge.net/

Workwith MS Exchange using PL/SQL

http://ora-00001.blogspot.com/2012/05/ms-exchange-api-for-plsql.htmlMS_EWS_UTIL_PKG

Integratewith Google services (Google Maps, Google Calendar, Google Translate) using PL/SQL

http://ora-00001.blogspot.com/2009/12/using-google-translate-from-plsql.htmlGOOGLE_AUTH_PKGGOOGLE_CALENDAR_PKGGOOGLE_MAPS_PKGGOOGLE_TRANSLATE_PKG

Integratewith Amazon web services (Simple Storage Service S3) using PL/SQL

http://ora-00001.blogspot.com/2011/03/amazon-s3-api-for-plsql.htmlhttp://jastraub.blogspot.com/2011/01/building-amazon-s3-client-with.htmlAMAZON_AWS_AUTH_PKGAMAZON_AWS_S3_PKG

Integratewith PayPal web services

PAYPAL_UTIL_PKG

Integratewith Twitter using PL/SQL

http://oratweet.com/

CallSOAP and REST web services using PL/SQL

http://jastraub.blogspot.com/2008/06/flexible-web-service-api.htmlhttps://flex-ws-api.samplecode.oracle.com/http://download.oracle.com/docs/cd/E17556_01/doc/apirefs.40/e15519/apex_web_service.htm#BABFFDEHhttp://ora-00001.blogspot.com/2009/07/calling-soap-web-service-from-plsql-by.htmlFLEX_WS_APISOAP_CLIENT_UTIL_PKGT_SOAP_ENVELOPE

PublishSOAP web service using PL/SQL

http://ora-00001.blogspot.com/2011/01/soap-server-in-plsql.htmlSOAP_SERVER_PKG

PublishREST web services using PL/SQL

http://ora-00001.blogspot.com/2009/07/creating-rest-web-service-with-plsql.htmlhttp://www.oracle-base.com/articles/misc/XMLOverHTTP.php

Regularexpressions using PL/SQL

REGEXP_UTIL_PKG

String,date and math utilities

DATE_UTIL_PKGMATH_UTIL_PKGSTRING_UTIL_PKG

Encodingand data type utilities

ENCODE_UTIL_PKGRAW_UTIL_PKG

SQLutilities

SQL_BUILDER_PKGSQL_UTIL_PKG

XMLutilities

http://ora-00001.blogspot.com/2011/02/display-any-xml-as-clickable-tree-using.htmlXML_BUILDER_PKGXML_DATASET_PKGXML_STYLESHEET_PKGXML_UTIL_PKG

Fileutilities

FILE_UTIL_PKG

HTTPutilities

HTTP_UTIL_PKG

Encryptionand security utilities and protocols

http://ora-00001.blogspot.com/2011/08/ntlm-for-plsql.htmlCRYPTO_UTIL_PKGNTLM_UTIL_PKGNTLM_HTTP_PKG

Loggingand debugging utilities

https://github.com/tmuth/Logger---A-PL-SQL-Logging-Utilityhttp://sourceforge.net/projects/log4plsql/http://sourceforge.net/projects/ilo/DEBUG_PKG

Generatingtest data and random bits using PL/SQL

http://ora-00001.blogspot.com/2011/02/generating-test-data-using-plsql.htmlRANDOM_UTIL_PKG

PL/SQLWeb Toolkit (OWA) utilities

OWA_UTIL_PKG

WebGateways for PL/SQL

http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14258/d_epg.htmhttp://download.oracle.com/docs/cd/B14099_19/web.1012/b14010/toc.htmhttp://www.oracle.com/technetwork/developer-tools/apex-listener/overview/index.htmlhttp://code.google.com/p/thoth-gateway/http://sourceforge.net/projects/dbprism/http://oss.oracle.com/projects/mod_owa/dist/documentation/modowa.htm

jQGridIntegration Kit for PL/SQL and Apex

http://ora-00001.blogspot.com/2010/03/jqgrid-integration-kit-for-plsql-and.htmlhttp://code.google.com/p/jqgrid-for-plsql/

ApplicationExpress APIs

http://download.oracle.com/docs/cd/E17556_01/doc/apirefs.40/e15519/toc.htmAPEX_UTIL_PKG

Miscellaneousutilities and demos

http://www.toadworld.com/Portals/0/stevenf/demo.ziphttp://www.toadworld.com/ORACLE/StevenFeuersteinsPLSQLObsession/tabid/153/Default.aspx

PL/SQLFrameworks

http://sourceforge.net/projects/plsqlframestart/http://www.toadworld.com/Freeware/PLVisionFreeware/tabid/687/Default.aspx

PL/SQLWrappers for Java

http://sourceforge.net/projects/oracle-jutils/

UnitTesting Frameworks for PL/SQL

http://sourceforge.net/projects/utplsql/http://code.google.com/p/pluto-test-framework/

DocumentationGenerators (JavaDoc-style)

http://sourceforge.net/projects/plsqlutils/http://www.thatjeffsmith.com/archive/2012/03/javadoc-for-the-database-a-la-dbdoc-via-sql-developer/

Scripting,deployment and installation utilities

http://code.google.com/p/oracle-ddl2svn/
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  plsql PLSQL Utility