Tổng hợp tài liệu, ebook Công Nghệ Thông Tin tham khảo.
The following parameters control the location and size of the trace files: BACKGROUND_DUMP_DEST defines the location of the background trace file and ALERT file. USER_DUMP_DEST defines where trace files will be created at the request of the users. MAX_DUMP_FILE_SIZE specified in O/S blocks, limits the size of user trace files. Note ã The MAX_DUMP_F...
40 trang | Chia sẻ: tlsuongmuoi | Ngày: 19/04/2013 | Lượt xem: 2276 | Lượt tải: 0
Apart from the database files, an Oracle server also uses other files. Some of these are: ã Parameter file: used to define the characteristics of an Oracle instance ã Password file: used to authenticate privileged database users ã Archived redo log files: offline copies of the redo log files that may be necessary to recover from media failures The ...
40 trang | Chia sẻ: tlsuongmuoi | Ngày: 19/04/2013 | Lượt xem: 2172 | Lượt tải: 0
Objectives ã Setting up operating system and password file authentication ã Creating the parameter file ã Starting up an instance and opening the database ã Closing a database and shutting down the instance ã Getting and setting parameter values ã Managing sessions ã Monitoring ALERT and trace files
40 trang | Chia sẻ: tlsuongmuoi | Ngày: 19/04/2013 | Lượt xem: 2110 | Lượt tải: 0
Preface Profile xii Related Publications xiii Typographic Conventions xiv Curriculum Map Oracle8 Database Administrator Curriculum xviii Advanced DBA Curriculum xix Introduction Course Objectives I-3 Oracle8 Enterprise Edition I-4 Database Administrator Tasks I-5 Course Schedule I-6 Lesson 1: Oracle Architectural Components Objectives 1-3 Overview ...
40 trang | Chia sẻ: tlsuongmuoi | Ngày: 19/04/2013 | Lượt xem: 2311 | Lượt tải: 0
There is only one method left to document—the writeError. This is a simple utility method for writing out any errors. Since it is the last method, this code snippet also contains the closing brace for the class: void writeError(String mesg) { System.out.println(“An error occurred”); System.out.println(mesg); } } Now you can put this code to use. In...
60 trang | Chia sẻ: tlsuongmuoi | Ngày: 19/04/2013 | Lượt xem: 1960 | Lượt tải: 0
name, and price while the xsql:include-owa action is used to return the XML document using the get_product_xml procedure used earlier. <?xml version=”1.0”?> <prod-details connection=”momnpup” xmlns:xsql=”urnracle-xsql”> <xsql:include-xsql href=”cat-nav.xsql”/> <xsql:query rowset-element=”PRODUCT-SET” row-element=”DETAILS” produ...
60 trang | Chia sẻ: tlsuongmuoi | Ngày: 19/04/2013 | Lượt xem: 1943 | Lượt tải: 0
In the previous examples, you saw how to reference parameters from your XSQL page. But what if you want the parameters to be part of the result? This is the job of two actions: <xsql:include-request-param> and <xsql:include-request-params>. This action outputs all of the parameters to the XML. Here is an example of <xsql:include -req...
60 trang | Chia sẻ: tlsuongmuoi | Ngày: 19/04/2013 | Lượt xem: 1915 | Lượt tải: 0
About the Author xix Chapter 1 Introducing Oracle XSQL 1 What XSQL Solves 2 The Problems of Web Application Development 2 XSQL as a Keystone Technology 5 XSQL and Other Oracle Technologies 11 Oracle Text 12 XMLSupport 12 Oracle JDeveloper 13 Introduction to XML 13 The Role of XML 13 Well-Formed versus Valid Documents 15 Document Structure 15 Proces...
60 trang | Chia sẻ: tlsuongmuoi | Ngày: 19/04/2013 | Lượt xem: 2082 | Lượt tải: 0
You can store SQL in the application itself (Java side) and access the database directly from the applet via a SQL statement. Or the programmer can make a request from the applet to the servlet, which then sends the SQL to the database. Another option within Java is to simply make a procedure or function call (Callable Statement in JDBC Driver) and...
20 trang | Chia sẻ: tlsuongmuoi | Ngày: 19/04/2013 | Lượt xem: 2243 | Lượt tải: 0
and its supporting structures: tables and databases. Edit Mode When we browse a table or view results from a search on any single-table query, small icons appear on the left or right of each table row: The row can be edited with the pencil-shaped icon and deleted with the X-shaped icon. The exact form and location of these controls are governed by:...
32 trang | Chia sẻ: tlsuongmuoi | Ngày: 19/04/2013 | Lượt xem: 2001 | Lượt tải: 0