Managing table data
-
Auditing If an unauthorized user is deleting data, then the DBA might decide to audit all connections to the database and all successful and unsuccessful deletions from all tables in the database. The DBA can gather statistics about which tables are being updated, how many logical inputs/outputs (I/Os) are performed, and how many concurrent users connect at peak times.
16p trinh02 28-01-2013 52 9 Download
-
This workshop covers: Creating tables and sequences Modifying data in the tables Modifying table definitions Creating views Writing scripts containing SQL and iSQL*Plus commands Generating a simple report
14p trinh02 28-01-2013 74 4 Download
-
Built-In Database Objects In addition to creating the database files, several other structures are created. Data dictionary: Contains descriptions of the objects in the database Dynamic performance tables: Contains information used by the database administrator (DBA) to monitor and tune the database and instance PL/SQL packages: Program units adding functionality to the database. These packages are created when the catproc.sql script is run after the CREATE DATABASE command. PL/SQL packages will not be discussed within the scope of this course.
20p trinh02 28-01-2013 63 4 Download
-
Nơi lưu trữ tất cả thông tin được dùng để quản lý các đối tượng trong CSDL. ex: tables, views, Oracle users, functions… Được cấu trúc giống như 1 CSDL bình thường, gồm có tables và views.Read-Only.
14p trinh02 28-01-2013 65 3 Download
-
After completing this appendix, you should be able to do the following: Describe the types of problems that are solved by using SQL to generate SQL Write a script that generates a script of DROP TABLE statements Write a script that generates a script of INSERT INTO statements
14p trinh02 28-01-2013 48 5 Download