TechRepublic : A ZDNet Tech Community

80 Resources for

donald burleson

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

New Oracle10g SQL optimizer hints
With each new release of Oracle, there are more tuning controls and opportunities for improving the execution speed of SQL. In an article about speeding up SQL execution in Oracle, I discussed some common SQL tuning hints and, in another article, I warned about performance issues when using SQL hints...
Tags: PRODUCTIVITY, Databases, Donald Burleson, specified table
Technical articles 2004-04-26
Database Optimization: Measuring Oracle disk I/O speed
Because all Oracle databases retrieve and store data, the relative cost of physical disk access is an important topic. In Oracle, we see two types of data block access:db file sequential read—A single-block read (i.e., index fetch by ROWID)db file scattered read—A multiblock read (a full-table scan, OPQ, sorting)Physical disk...
Tags: disk speed, Oracle Corp., Donald Burleson, disk, I/O, full-table scan, database
Technical articles 2004-03-01
Database Optimization: Determine if the 64-bit architecture is right for your database
When deciding whether to upgrade your database servers to a 64-bit environment you should apply a very specific set of criteria to justify your decision. Remember, if your system does not experience any of the 32-bit limitations, then your 64-bit migration may not improve performance. On mission-critical databases where speed...
Tags: Network technology, Databases, Donald Burleson, 64-bit, database, Oracle Corp., 32-bit, RAM, 64-bit architecture
Technical articles 2004-02-23
Database Management: Auditing and reporting Oracle user activity
Changes in U.S. federal laws have mandated increased security for auditing Oracle user activity. HIPAA, the Sarbanes-Oxley Act, and the Gramm-Leach-Bliley Act have all produced serious constraints on Oracle professionals who are now required to produce detailed audit information for Oracle system users.Starting with Oracle8i, Oracle introduced special triggers that...
Tags: Regulatory compliance, Databases, Regulations, database, auditing, Donald Burleson, database management, Oracle Corp., trigger
Technical articles 2004-02-09
Database Optimization: Managing third-party Oracle vendor systems
If you use a vendor package with Oracle, you may be one of the thousands of shops that struggle with optimizing and tuning vendor systems that you did not write and cannot change. Oracle shops are now using giant enterprise resource planning ERP solutions such as Oracle Applications, SAP, and...
Tags: Programming languages, Enterprise resource planning (ERP), Databases, Enterprise software, Oracle industry, Donald Burleson, database, Oracle Corp., SQL
Technical articles 2004-02-02
Database Optimization: Tweaking Oracle SQL performance parameters
Oracle Corporation has invested millions of dollars in making the cost-based SQL optimizer CBO one of the most sophisticated tools ever created. The job of the CBO is to always choose the most optimal execution plan for any SQL statement.However, there are some things that the CBO cannot detect, which...
Tags: Programming languages, Databases, performance, database, Donald Burleson, optimizer_index_cost_adj, CBO, Oracle Corp., full-table scan
Technical articles 2004-01-26
Database management: Tuning with Oracle replication
Oracle replication has been around for quite some time and has become a mature, feature-rich environment to satisfy widely dispersed processing requirements. Replication was first introduced as a way to allow Oracle tables or subsets of tables to be available locally on widely separated database servers. This was accomplished via...
Tags: Databases, Donald Burleson, database management, Oracle Corp., replication, database
Technical articles 2004-01-06
Database management: Create a proper development environment for Oracle SQL
In order to provide a consistent SQL execution environment in Oracle there are a number of environmental issues that should be addressed. By ignoring these issues you invite instability, acknowledged by ever-changing SQL execution plans, resulting in poor database query performance.Successful use of Oracle’s Cost-Based Optimizer CBO is heavily dependent...
Tags: Programming languages, Databases, database management, database, Donald Burleson, development environment, SQL, execution plan, Oracle Corp., outline, Cost Based Optimizer, SQL execution plan
Technical articles 2003-12-29
Database management: Optimizing your Oracle*Net configuration
Oracle databases are often shared across geographical areas, so it's imperative that the Oracle professional understand how database performance is affected by network communications. The Transparent Network Substrate TNS, provided by Oracle, allows distributed communications between databases.The TNS, which is a distributed protocol, allows for transparent database communications between remote...
Tags: NETWORKING, Databases, Donald Burleson, database management, Oracle*Net, Oracle Corp., network, database
Technical articles 2003-12-16
Use referential integrity to enforce basic business rules in Oracle
It is important for a database system to have a means of enforcing basic business rules. If a transaction attempts to insert, update, or delete a table row that would violate the business rules, then the database must roll back the transaction and flag an error to the application. While...
Tags: Databases, Donald Burleson, Oracle Corp.
Technical articles 2003-12-02
Database administration: Causes of Oracle buffer busy waits
One of the most confounding problems with Oracle is the resolution of buffer busy wait events. Buffer busy waits are common in an I/O-bound Oracle system, as evidenced by any system with read (sequential/scattered) waits in the top-five waits in the Oracle STATSPACK report, like this:Top 5 Timed Events                                                         %...
Tags: Databases, Donald Burleson, database, wait, Oracle Corp.
Technical articles 2003-12-09
Optimize an Oracle network configuration
Oracle databases are often shared across geographical areas, so it's imperative that the Oracle professional understand how database performance is affected by network communications. The Transparent Network Substrate TNS, provided by Oracle, allows distributed communications between databases.The TNS serves as an insulator between Oracle’s logical data request and the physical...
Tags: NETWORKING, Databases, Transparent Network Substrate, network configuration, Donald Burleson, Oracle Corp., Oracle Net, network
Technical articles 2003-11-18
Extend the capabilities of STATSPACK to measure Oracle disk I/O
One of the current shortcomings of STATSPACK is that it cannot directly monitor disk input and output (I/O). Here's a great technique that I use for extending the capabilities of Oracle's STATSPACK performance utility to report statistics on I/O activity at the disk and file level in a UNIX environment.Ordinarily,...
Tags: Donald Burleson, I/O, Statspack, disk, Oracle Corp.
Technical articles 2003-11-11
Hypercharge Oracle SQL by using histograms
The distribution of values within an index will often affect the cost-based optimizers CBOs decision whether to use an index or perform a full-table scan to satisfy a query. This can happen whenever the column referenced within a SQL query WHERE clause has a non-uniform distribution of values, making a...
Tags: Oracle Corp., Donald Burleson, SQL, table column, cost based optimizer, histogram, Histograms
Technical articles 2003-10-31
Optimize SQL query speed with the Oracle clustering_factor attribute
The cost-based optimizer CBO improves with each new release of Oracle, and the most current enhancement with Oracle9i is the consideration of external influences (CPU cost and I/O cost) when formulating an execution plan. As Oracle evolves into Oracle10g we may see even more improvements in the ability of the...
Tags: Databases, Donald Burleson, cost based optimizer, column value, clustering_factor, Oracle Corp., selectivity
Technical articles 2003-10-27
What to expect when you migrate to Oracle9i
With the impending desupport of Oracle8i in December 2003, many shops are preparing to make their move to Oracle9i. So, what can you expect when you upgrade to Oracle9i? Actually, Oracle9i is very stable and most shops are quite thrilled with the performance improvements and new features. Let’s take a...
Tags: Databases, Oracle9i, Donald Burleson, Oracle9
Technical articles 2003-10-16
CEO Ellison reveals the Oracle10g vision of enterprise grid computing
In his typical manic style, Oracle CEO Larry Ellison shared his vision of the future of enterprise computing last week at the OracleWorld conference in San Francisco. Always brilliant, and sometimes too far ahead of his time, Ellison laid the foundation for his version of grid computing: the enterprise grid...
Tags: Servers, Blade servers, Utility computing, Oracle enterprise grid architecture, Donald Burleson, server, Larry Ellison, Oracle Corp., enterprise grid computing, vision
Technical articles 2003-10-06
Audit design with Oracle fine-grained auditing
In my last installment, I examined the different auditing tools provided by Oracle and examined the system-levels triggers for auditing. Now I will explore Oracle’s most powerful auditing tool, the Oracle9i fine-grained auditing FGA package.Miss parts of the series?Get up to speed with these articles:"Oracle design security from the ground...
Tags: Financial accounting, Donald Burleson, auditing, Oracle Corp., audit
Technical articles 2003-09-22
Choose the proper Oracle design for auditing
More than ever, companies are demanding complete audit trails for everything that happens within an Oracle database. Managers want to see audits of all aspects of the database, and government regulations are spurring this interest.The most important regulation is HIPAA, the Health Insurance Portability and Accountability Act of 1996. Under...
Tags: Donald Burleson, auditing, Oracle Corp., audit
Technical articles 2003-09-08
Track CPU and I/O cost with Oracle9i
With each new release of Oracle, the database becomes more aware if its external environment. Oracle sets several important initialization parameters based on the number of CPUs on the Oracle server, and Oracle is now becoming more aware of the costs of CPU cycles and I/O operations.The cost-based SQL optimizer...
Tags: Processors, Databases, Oracle9i, Oracle CBO, Donald Burleson, Oracle Corp., CPU, CBO, I/O
Technical articles 2003-09-02


IT Professional's Guide to Policies and Procedures, Third Ed
Whether you're creating policies for management, training, personnel, support, privacy, Internet/e-mail usage, security, or inventory, you'll meet the needs of your entire enterprise with this one download!
Buy Now
Quick Reference: Linux Commands
Reduce stress and speed up resolutions with the easiest command references right at your fingertips. You'll receive a PDF file covering Linux, packed with the most common commands you'll need and use daily.
Buy Now

Popular Sanity Saver Videos