<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"  xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Jonathan Lewis - FAQ</title>
    <link>http://www.jlcomp.demon.co.uk/faq/ind_faq.html</link>
    <description>The Oracle (tm) Users' Co-operative FAQ - Index</description>
    <lastBuildDate>Mon, 30 May 2011 02:28:31 -0400</lastBuildDate>
    <ttl>240</ttl>
    <generator>Ponyfish - http://www.ponyfish.com</generator>
        <item>
        <title>I'm trying to make a tablespace read only, but it seems to hang
forever. What's wrong ?</title>
        <link>http://www.jlcomp.demon.co.uk/faq/ts_readonly.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/ts_readonly.html</guid>
                            </item>
        <item>
        <title>What bitwise operations does Oracle support ?</title>
        <link>http://www.jlcomp.demon.co.uk/faq/bitwise.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/bitwise.html</guid>
                            </item>
        <item>
        <title>How can I tune a tablescan?</title>
        <link>http://www.jlcomp.demon.co.uk/faq/tablescan_tune.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/tablescan_tune.html</guid>
                            </item>
        <item>
        <title>Why is dbms_stats so much slower than Analyze?</title>
        <link>http://www.jlcomp.demon.co.uk/faq/dbms_or_analyze.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/dbms_or_analyze.html</guid>
                            </item>
        <item>
        <title>Can Bind Variable Peeking Cause Problems even with no Histograms on
the Predicate Columns</title>
        <link>http://www.jlcomp.demon.co.uk/faq/bind_peek.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/bind_peek.html</guid>
                            </item>
        <item>
        <title>How to generate an Execution Plan with Bind Variable Peeking?</title>
        <link>http://www.jlcomp.demon.co.uk/faq/how_to_explain.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/how_to_explain.html</guid>
                            </item>
        <item>
        <title>Why do I keep seeing tables with garbage names like BIN${something}</title>
        <link>http://www.jlcomp.demon.co.uk/faq/recyclebin.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/recyclebin.html</guid>
                            </item>
        <item>
        <title>How do I pin a table in memory so that it is permenently in the
cache ?</title>
        <link>http://www.jlcomp.demon.co.uk/faq/pin_table.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/pin_table.html</guid>
                            </item>
        <item>
        <title>How do you create an 'auto number' or 'auto increment' column
similar to the offering from Microsoft's SQL Server ?</title>
        <link>http://www.jlcomp.demon.co.uk/faq/autonumb.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/autonumb.html</guid>
                            </item>
        <item>
        <title>How does Oracle handle PGA memory ?</title>
        <link>http://www.jlcomp.demon.co.uk/faq/pat_presentation.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/pat_presentation.html</guid>
                            </item>
        <item>
        <title>What is the relationship between Oracle's buffer cache and UNIX's buffer cache ?&#160;</title>
        <link>http://www.jlcomp.demon.co.uk/faq/ou_bufcache.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/ou_bufcache.html</guid>
                            </item>
        <item>
        <title>Queries against dba_free_space are slow - is there any way to speed
them up?</title>
        <link>http://www.jlcomp.demon.co.uk/faq/freespace3.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/freespace3.html</guid>
                            </item>
        <item>
        <title>How do I change the default password of user internal ?</title>
        <link>http://www.jlcomp.demon.co.uk/faq/internal.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/internal.html</guid>
                            </item>
        <item>
        <title>How do you use sql_trace ?</title>
        <link>http://www.jlcomp.demon.co.uk/faq/sql_trace.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/sql_trace.html</guid>
                            </item>
        <item>
        <title>Is it possible to run several different versions of Oracle on the
same server machine?</title>
        <link>http://www.jlcomp.demon.co.uk/faq/multiple_oracle.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/multiple_oracle.html</guid>
                            </item>
        <item>
        <title>I have deleted a trace file with the session still live. I now want
the session to resume tracing, but a new file doesn't appear</title>
        <link>http://www.jlcomp.demon.co.uk/faq/sql_trace_2.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/sql_trace_2.html</guid>
                            </item>
        <item>
        <title>Is there a Windows version of the oerr program?</title>
        <link>http://www.jlcomp.demon.co.uk/faq/windowsoerr.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/windowsoerr.html</guid>
                            </item>
        <item>
        <title>Why does it seem that a SELECT over a db_link requires a commit
after execution ?</title>
        <link>http://www.jlcomp.demon.co.uk/faq/dblink_commit.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/dblink_commit.html</guid>
                            </item>
        <item>
        <title>How can I tell what events are set ?</title>
        <link>http://www.jlcomp.demon.co.uk/faq/what_events.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/what_events.html</guid>
                            </item>
        <item>
        <title>How can I select a random collection of rows from a table ?</title>
        <link>http://www.jlcomp.demon.co.uk/faq/random.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/random.html</guid>
                            </item>
        <item>
        <title>How can I maintain a history of user logins ?</title>
        <link>http://www.jlcomp.demon.co.uk/faq/audit.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/audit.html</guid>
                            </item>
        <item>
        <title>According to autotrace, I am not doing partition elimination - how
do I fix this ?</title>
        <link>http://www.jlcomp.demon.co.uk/faq/autotrace_pruning.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/autotrace_pruning.html</guid>
                            </item>
        <item>
        <title>When I rebuild an index, I see Oracle doing a sort. Why should this
be necessary, why doesn't it simply read the existing index ?</title>
        <link>http://www.jlcomp.demon.co.uk/faq/ind_rebuild.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/ind_rebuild.html</guid>
                            </item>
        <item>
        <title>I lock my table before truncating it, but I still get ORA-00054:
resource busy ... Why ?</title>
        <link>http://www.jlcomp.demon.co.uk/faq/truncate_busy.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/truncate_busy.html</guid>
                            </item>
        <item>
        <title>Can I see all the tables that are in the database if I have the DBA
privilege ?</title>
        <link>http://www.jlcomp.demon.co.uk/faq/see_tables.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/see_tables.html</guid>
                            </item>
        <item>
        <title>How do you purge old statspack snapshots automatically</title>
        <link>http://www.jlcomp.demon.co.uk/faq/statspack_purge.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/statspack_purge.html</guid>
                            </item>
        <item>
        <title>How do I find out who is currently using the space in the temporary
tablespace ?</title>
        <link>http://www.jlcomp.demon.co.uk/faq/sort_user.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/sort_user.html</guid>
                            </item>
        <item>
        <title>Is there any reason why the tablespace_name in user_tables and all_tables is blank (empty) for an Index Organized Table.</title>
        <link>http://www.jlcomp.demon.co.uk/faq/iot_ts.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/iot_ts.html</guid>
                            </item>
        <item>
        <title>Our PL/SQL loop to load 20M rows into the database slows down after
the first 1M or so, why ?</title>
        <link>http://www.jlcomp.demon.co.uk/faq/slowdown.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/slowdown.html</guid>
                            </item>
        <item>
        <title>Queries against dba_free_space with locally managed tablespaces are
slow - is there any way to speed them up ?</title>
        <link>http://www.jlcomp.demon.co.uk/faq/free_space.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/free_space.html</guid>
                            </item>
        <item>
        <title>How can an end-user see whether a row is locked, and who is locking it, before they try to lock it themselves ?</title>
        <link>http://www.jlcomp.demon.co.uk/faq/locked_rows2.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/locked_rows2.html</guid>
                            </item>
        <item>
        <title>I have deleted 6M rows from a table - how do I reclaim the free
space ?</title>
        <link>http://www.jlcomp.demon.co.uk/faq/mass_delete.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/mass_delete.html</guid>
                            </item>
        <item>
        <title>How do I clone a database from one machine to another - when the
filesystems are different ?</title>
        <link>http://www.jlcomp.demon.co.uk/faq/clone_db.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/clone_db.html</guid>
                            </item>
        <item>
        <title>I have a two-column partition key, and my data keeps going in the
wrong partition. Why ?</title>
        <link>http://www.jlcomp.demon.co.uk/faq/partition_key.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/partition_key.html</guid>
                            </item>
        <item>
        <title>dba_segments and dba_tables show different numbers for blocks. What has gone wrong ?</title>
        <link>http://www.jlcomp.demon.co.uk/faq/block_counts.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/block_counts.html</guid>
                            </item>
        <item>
        <title>What is the unit used in the time-related columns of the v$views</title>
        <link>http://www.jlcomp.demon.co.uk/faq/time_unit.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/time_unit.html</guid>
                            </item>
        <item>
        <title>My locally managed tablespaces seem to have lost some space
according to dba_free_space. Where has it gone ?</title>
        <link>http://www.jlcomp.demon.co.uk/faq/lmt_losses.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/lmt_losses.html</guid>
                            </item>
        <item>
        <title>What is the difference between cpu_costing in Oracle 9 and the old
costing method of Oracle 8 ?</title>
        <link>http://www.jlcomp.demon.co.uk/faq/cost_9.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/cost_9.html</guid>
                            </item>
        <item>
        <title>How do I find distributed queries / transactions (either issued
from or connecting to this instance)?</title>
        <link>http://www.jlcomp.demon.co.uk/faq/find_dist.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/find_dist.html</guid>
                            </item>
        <item>
        <title>What happens if I drop a partition from a partitioned table whilst
a query is running ?</title>
        <link>http://www.jlcomp.demon.co.uk/faq/pt_drop_query.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/pt_drop_query.html</guid>
                            </item>
        <item>
        <title>Why does a global index on my partitioned table work faster than a
local index ?</title>
        <link>http://www.jlcomp.demon.co.uk/faq/slow_local.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/slow_local.html</guid>
                            </item>
        <item>
        <title>When I update one table from another, lots of my data turns to
nulls - what have I done wrong ?</title>
        <link>http://www.jlcomp.demon.co.uk/faq/lost_update.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/lost_update.html</guid>
                            </item>
        <item>
        <title>What are all these tables with names like EVT% and SMP% that have
recently appeared in my system ?</title>
        <link>http://www.jlcomp.demon.co.uk/faq/oem_tables.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/oem_tables.html</guid>
                            </item>
        <item>
        <title>How can I track ddl changes in my database ?</title>
        <link>http://www.jlcomp.demon.co.uk/faq/DDL_tracker.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/DDL_tracker.html</guid>
                            </item>
        <item>
        <title>What's my best strategy for laying out an Oracle database across my
available I/O devices ?</title>
        <link>http://www.jlcomp.demon.co.uk/faq/layout.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/layout.html</guid>
                            </item>
        <item>
        <title>Is it possible to re-set a sequence without dropping and recreating
it ?</title>
        <link>http://www.jlcomp.demon.co.uk/faq/resetseq.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/resetseq.html</guid>
                            </item>
        <item>
        <title>How do I retrieve information about partitioned tables from the data dictionary ?</title>
        <link>http://www.jlcomp.demon.co.uk/faq/pt_info.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/pt_info.html</guid>
                            </item>
        <item>
        <title>Why is my import so much slower than my export ?</title>
        <link>http://www.jlcomp.demon.co.uk/faq/imp_slow.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/imp_slow.html</guid>
                            </item>
        <item>
        <title>What is an object of type 'Non-existent' ?</title>
        <link>http://www.jlcomp.demon.co.uk/faq/non_exist.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/non_exist.html</guid>
                            </item>
        <item>
        <title>I am getting a database startup error about being unable to start
"with new and and old " values for parameters. (9.0.1)</title>
        <link>http://www.jlcomp.demon.co.uk/faq/spfile_01.html</link>
        <guid>http://www.jlcomp.demon.co.uk/faq/spfile_01.html</guid>
                            </item>
        
</channel>
</rss>