AppCrawler

Tying data to business excellence

Main menu

Skip to content
  • Who Is This Guy?
Database, Oracle

Can you drop a tablespace with an active transaction?

by Steve • July 7, 2009 • 0 Comments

It occurred to me that it is sometime necessary to drop an UNDO tablespace after creating a new UNDO tablespace and changing our instance to use the new one. It occurred to me that Oracle should not allow you to…

Read more →

Database, Oracle

Great whitepaper on connection management in RAC

by Steve • July 1, 2009 • 0 Comments

This is a fantastic whitepaper on workload management in RAC.  It is essential reading for anyone supporting a RAC environment, or an architect of a middle tier that wants to understand how connections are handled by the database. http://www.pythian.com/documents/Pythian_RAC_Whitepaper.pdf

Read more →

Linux, Operating Systems

Processor architecture

by Steve • June 29, 2009 • 0 Comments

oracle@kcdb01:~> echo “You have $(cat /proc/cpuinfo | grep “physical id” | sort -u | wc -l) $(cat /proc/cpuinfo | grep cores | head -1 | awk ‘{print $4}’) core processors” You have 2 4 core processors oracle@kcdb01:~>

Read more →

Database, Oracle

Range scans when using VARCHAR2 instead of NUMBER

by Steve • June 26, 2009 • 0 Comments

I was a little surprised today when another DBA did not know the effect of using a VARCHAR2 datatype for what is functionally a number.  I wanted to ensure I had an article to which I could point when this…

Read more →

Database, Development, Java, Oracle

Do we actually use characters that require more than one byte?

by Steve • June 25, 2009 • 0 Comments

I couldn’t find a way to identify those columns that actually had a character with a code point value greater than 255. As a result, I ended up writing the following. If you have better way, please reply. import java.sql.*;…

Read more →

Database, Oracle

Space used with a multi-byte database characterset

by Steve • June 24, 2009 • 0 Comments

We found our database was using a lot more space than when we issued a select dbms_lob.getlength() on CLOB columns. We found our issue was that our database characterset is AL32UTF8, so everything requires more space. To test this, we…

Read more →

Page 72 of 77
« 1 … 70 71 72 73 74 … 77 »

Search

Links

  • LinkedIn Profile

Archives

Copyright © 2025 AppCrawler. All Rights Reserved. The Magazine Basic Theme by bavotasan.com.