tangle 发表于 2025-3-23 10:34:29

Java in the Database,ompiles Java bytecode into machine language instructions, making Java in the database run much faster. In 2010, Oracle acquired Sun Microsystems, so it now owns Java. This may help the database JVM compatibility remain in concert with the latest releases.

Memorial 发表于 2025-3-23 15:22:20

http://reply.papertrans.cn/71/7036/703507/703507_12.png

慌张 发表于 2025-3-23 18:04:18

http://reply.papertrans.cn/71/7036/703507/703507_13.png

颂扬本人 发表于 2025-3-24 00:50:59

http://reply.papertrans.cn/71/7036/703507/703507_14.png

GOAD 发表于 2025-3-24 03:14:09

http://reply.papertrans.cn/71/7036/703507/703507_15.png

阐明 发表于 2025-3-24 08:54:13

http://reply.papertrans.cn/71/7036/703507/703507_16.png

一致性 发表于 2025-3-24 11:27:38

Analyzing and Improving Performance,This chapter introduces several methods to help you analyze your code to improve its performance in terms of runtime or memory usage. ManyrecipesusetheDBMS_PROFILE package, which is supplied by Oracle, to help in the analysis. It is a useful tool for identifying which lines of code consume the most execution time.

培养 发表于 2025-3-24 15:28:10

Using PL/SQL on the Web,Oracle’s Application Server provides a powerful gateway that exposes your PL/SQL procedures to web browsers. The gateway is defined using a Data Access Descriptor (DAD) that runs PL/SQL code as either the user defined in the DAD or as the user running the web application.

harrow 发表于 2025-3-24 22:16:16

PL/SQL Fundamentals,amental knowledge of the database, but there are also some key components that each program will need to use. This chapter embarks on a short journey through some recipes to get you better acquainted with those fundamental components.

Ganglion-Cyst 发表于 2025-3-25 02:31:53

http://reply.papertrans.cn/71/7036/703507/703507_20.png
页: 1 [2] 3 4 5 6
查看完整版本: Titlebook: Oracle and PL/SQL Recipes; A Problem-Solution A Josh Juneau,Matt Arena Book 2010 Josh Juneau, Matt Arena 2010 Groovy.Java.Jython.Oracle.PL/