Tổng hợp tài liệu, ebook Tin Học Văn Phòng tham khảo.
CHẾ ĐỘ EDGE SUB-OBJECT: hiệu chỉnh đối tượng con ở chế độ cạnh 1. Bảng cuộn Selection roll-out: Khi hộp kiểm By Vertex được chọn, bạn sẽ chọn được các cạnh nối tới điểm mà bạn click chuột. Hộp kiểm Ignore Backfacing rất hay, khi bạn click chọn nó th ì bạn sẽ không lo chọn nhầm phải cạnh ở phía sau của hình khối. Shrink: Giảm dần vùng chọn (làm việc...
10 trang | Chia sẻ: tlsuongmuoi | Ngày: 19/04/2013 | Lượt xem: 2302 | Lượt tải: 1
Các công cụ thao tác trên cửa sổ màn hình làm việc của Max nằm ở góc dưới bên phải màn hình. Bao gồm các công cụ sau: Zoom: công cụ giúp phóng to, thu nhỏ 1 đối tượng trong khung cửa sổ. Zoom Exterts All: công cụ giúp phóng to, thu nhỏ toàn bộ các đối tượng trên các khung nhìn. Pan View: công cụ dùng để dịch chuyển màn hình làm việc. Arc Rotate: cô...
10 trang | Chia sẻ: tlsuongmuoi | Ngày: 19/04/2013 | Lượt xem: 4128 | Lượt tải: 3
Redo Log Buffer and the Background Process LGWR The Oracle Server sequentially records all changes made to the database in the redo log buffer. The redo log buffer is used in a circular manner. The redo entries are written to one of the online redo log groups called the current online redo log group by the LGWR process under the following situation...
40 trang | Chia sẻ: tlsuongmuoi | Ngày: 19/04/2013 | Lượt xem: 2428 | Lượt tải: 0
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: 2273 | 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: 2168 | 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: 2108 | 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: 1959 | 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: 1940 | 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: 1912 | Lượt tải: 0