⌘KCtrl+K 快速搜索

> 文章列表 / Page 326

2005-07-10

Practice:Demonstrating the Key TCP/IP Protocols

This practice uses common UNIX and Windows NT utilities to visualize key TCP/IP protocols. You will: See IP information using the IPCONFIG utility. Understand and overcome IP fault situations using th...
#POST 6 MIN READ
2005-07-07

Script: Computing Table Size

This script calculates the average row size for all tables in a schema. It generates a script (getAvgCol.sql) from USER_TABLES and then runs it. The following type of SELECT is generated for each tabl...
#POST 5 MIN READ
2002-01-23

SCRIPT TO GENERATE SQL*LOADER CONTROL FILE

This script prepares a SQL*Loader control file for a table already existing in the database. The script accepts the table name and automatically creates a file with the table name and extension 'ctl'....
#POST 5 MIN READ