oracle 8 database administration volume 1 instruction guide phần 5 doc

oracle 8 database administration volume 1 instruction guide phần 5 doc

oracle 8 database administration volume 1 instruction guide phần 5 doc

... end; Database applications Shared pool DBMS_SESSION SET_ROLE begin end; SGA 5- 28 Oracle8 : Database Administration . Lesson 5: Creating Data Dictionary Views and Standard Packages Oracle8 : Database ... Oracle Corporation, 19 98. All rights reserved. Using the Control File Control files Database Data files Redo log files 5 -12 Oracle8 : Database Administration...

Ngày tải lên: 08/08/2014, 20:21

40 287 0
oracle 8 database administration volume 1 instruction guide phần 10 doc

oracle 8 database administration volume 1 instruction guide phần 10 doc

... HEADER_FIL HEADER_BLO BONUS 18 1 2 4 12 DEPARTMENTS 18 1 1 4 7 DUMMY 18 1 4 4 22 EMPLOYEES 18 1 0 4 2 SALGRADE 18 1 3 4 17 5 rows selected. 12 -24 Copyright  Oracle Corporation, 19 98. All rights reserved. Retrieving ... NUMBER; 11 > v_last_used_block NUMBER; 12 > 13 > BEGIN 14 > dbms_space.unused_space(v_owner, 15 > v_segment_name, 16 > v_segment_type,...

Ngày tải lên: 08/08/2014, 20:21

36 245 0
oracle 8 database administration volume 1 instruction guide phần 1 pot

oracle 8 database administration volume 1 instruction guide phần 1 pot

... Dropping Database Users 17 -14 Dropping Users 17 - 18 Monitoring Information About Users 17 -19 Summary 17 - 21 Lesson 18 : Managing Profiles Objectives 18 - 3 Overview 18 - 4 Controlling Usage of Resources 18 - 6 Altering ... a Profile 18 - 14 Viewing Resource Limits 18 - 18 Administering Passwords 18 - 20 Viewing Password Information 18 - 27 Summary 18 - 29 Lesson 19 : Manag...

Ngày tải lên: 08/08/2014, 20:21

40 364 0
oracle 8 database administration volume 1 instruction guide phần 2 potx

oracle 8 database administration volume 1 instruction guide phần 2 potx

... required. 1- 15 Copyright  Oracle Corporation, 19 98. All rights reserved. Rollback Segment DML statement Old image New image Rollback segment Table 1- 14 Oracle8 : Database Administration . Lesson 1: ... None 2 - 15 Copyright  Oracle Corporation, 19 98. All rights reserved. Summary • Using Server Manager in Line Mode • Using Oracle Enterprise Manager components Oracl...

Ngày tải lên: 08/08/2014, 20:21

40 313 0
oracle 8 database administration volume 1 instruction guide phần 3 ppt

oracle 8 database administration volume 1 instruction guide phần 3 ppt

... by Oracle tools 3-2 Oracle8 : Database Administration . Lesson 3: Managing an Oracle Instance Instructor Note Topic Timing Lecture 75 minutes Practice 40 minutes Total 11 5 minutes 3 -14 Oracle8 : ... are an excerpt from the /etc/passwd file: user 15: x :10 64 :10 0::/home/disk3/user 15: /bin/ksh oracle: x:920 :10 0::/export/home /oracle: /bin/ksh vvijayan:x :10 32 :10 0::/us...

Ngày tải lên: 08/08/2014, 20:21

40 375 0
oracle 8 database administration volume 1 instruction guide phần 4 ppsx

oracle 8 database administration volume 1 instruction guide phần 4 ppsx

... Files /u02/ oradata/ db 01/ system 01. dbf control 01. ctl redo 010 1.rdo db02/ system 01. dbf control 01. ctl redo 010 1.rdo /u03/ oradata/ db 01/ tools 01. dbf control02.ctl redo 010 2.rdo db02/ users 01. dbf control02.ctl redo 010 2.rdo ... ORACLE_ HOME \DATABASE\ initU16.ora 4- 18 Oracle8 : Database Administration . Lesson 4: Creating a Database 4 -12 Copyright  O...

Ngày tải lên: 08/08/2014, 20:21

40 331 0
oracle 8 database administration volume 1 instruction guide phần 6 pps

oracle 8 database administration volume 1 instruction guide phần 6 pps

... the database. 4. Execute the ALTER DATABASE RENAME FILE command. 5. Open the database. Oracle8 : Database Administration 8- 3 . Objectives Objectives 8- 2 Copyright  Oracle Corporation, 19 98. ... group#,sequence#,bytes,members,status 2>FROM v$log; GROUP# SEQUENCE# BYTES MEMBERS STATUS 1 688 10 4 85 76 1 CURRENT 2 689 10 4 85 76 1 INACTIVE 2 rows selected. The...

Ngày tải lên: 08/08/2014, 20:21

40 311 0
oracle 8 database administration volume 1 instruction guide phần 7 pot

oracle 8 database administration volume 1 instruction guide phần 7 pot

... /DISK1/system 01. dbf SYSTEM 314 57 280 NO 0 0 /DISK2/rbs 01. dbf RBS 52 4 288 0 NO 0 0 /DISK3/temp 01. dbf TEMP 52 4 288 0 NO 0 0 /DISK4/data 01. dbf DATA 01 52 4 288 0 NO 0 0 /DISK5/data02.dbf DATA 01 51 2 000 YES 15 7 286 40 ... T.NAME 1 1 /DISK1/system 01. dbf SYSTEM READ WRITE 314 57 280 314 57 280 SYSTEM 2 2 /DISK2/rbs 01. dbf ONLINE READ WRITE 52 4 288 0 52 4 288 0 RBS 3...

Ngày tải lên: 08/08/2014, 20:21

40 318 0
oracle 8 database administration volume 1 instruction guide phần 8 pptx

oracle 8 database administration volume 1 instruction guide phần 8 pptx

... TABLESPACE_NAME EXTENTS BLOCKS EMP DATA 01 5 55 DEPT DATA 01 1 5 BONUS DATA 01 1 5 SALGRADE DATA 01 1 5 DUMMY DATA 01 1 5 5 rows selected. 9 -16 Copyright  Oracle Corporation, 19 98. All rights reserved. Querying ... segment_name='EMP'; EXTENT_ID FILE_ID BLOCK_ID BLOCKS 04 25 1 4 27 5 2 4 32 10 3 4 42 15 4 4 57 20 5 rows selected. 9 -17 Copyrigh...

Ngày tải lên: 08/08/2014, 20:21

40 297 0
oracle 8 database administration volume 1 instruction guide phần 9 pps

oracle 8 database administration volume 1 instruction guide phần 9 pps

... table. 12 -3 Copyright  Oracle Corporation, 19 98. All rights reserved. Storing User Data Regular table Cluster Partitioned table Index-organized table 11 -2 Oracle8 : Database Administration . Lesson 11 : Managing ... extent 41 32 1 2 3 4 5 Blocking session 10 -32 Oracle8 : Database Administration . Lesson 10 : Managing Rollback Segments Troubleshooting Rollba...

Ngày tải lên: 08/08/2014, 20:21

40 314 0
w