<rss version="0.91">
  <channel>
    <title>Ask Tom MOST RECENT ARTICLES</title>
    <link>http://asktom.oracle.com</link>
    <description>These are the most recently asked questions on Ask Tom</description>
    <language>en-us</language>
    <copyright>Copyright 1999-2006, Oracle Corporation</copyright>
    <image>
      <title>AskTom</title>
      <url>http://asktom.oracle.com/i/asktom2.gif</url>
      <link>http://asktom.oracle.com</link>
      <width>50</width>
      <height>50</height>
      <description>Ask Tom is a forum where Tom Kyte, Oracle&apos;s Database Guru, answers questions regarding Oracle technology, specifically the database.</description>
    </image>
    <item>
      <title>Need to select fields having only numeric data</title>
      <link>http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:1794145000346577404</link>
      <description>Hi,

I have a requirement to select only those fields which have numeric value and do not contain any characters

SQL&amp;gt; desc priti
 Name                                      Null?    Type
 ----------------------------------------- -------- -----...</description>
    </item>
    <item>
      <title>generic trigger for auditing column level changes</title>
      <link>http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:59412348055</link>
      <description>&amp;lt;code&amp;gt;I&apos;m trying to create a generic before update trigger 
which will compare all :old.column_values to all 
:new.column_values.  If the column_values are different, then I 
would like to log the change to a separate table.  When I try to 
compi...</description>
    </item>
    <item>
      <title>Char Vs Varchar</title>
      <link>http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:1542606219593</link>
      <description>&amp;lt;code&amp;gt;Hi, 

I am a little confused here, as far as I understood, the VARCHAR2 datatype was supposed use memory equaling to the data in it. But the followig lines from &amp;quot;PL/SQL User?s Guide and Reference&amp;quot; Version 8.1.5 for NT tells a different story....</description>
    </item>
    <item>
      <title>dbms_metadata.get_ddl - is there a way to get &apos;dependent triggers&apos; for tables?</title>
      <link>http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:1794096300346327738</link>
      <description>Hi Tom,

I need to write code to retrieve the DDL of our Production database. (Don&apos;t yell at me, I didn&apos;t design this application, I inherited it :-)

I need to implement a version control mechanism now, and I need the DDL to create a baseline (v...</description>
    </item>
    <item>
      <title>Is PGA memory allocated from SGA ?</title>
      <link>http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:1792708400346657442</link>
      <description>Hi Tom,

Is PGA memory allocated from SGA?

In my database SGA_MAX_SIZE is 1504M

SQL&amp;gt; sho parameter sga_max_size

NAME                                 TYPE        VALUE
------------------------------------ ----------- ----------------------...</description>
    </item>
    <item>
      <title>sys password change and orapwd file</title>
      <link>http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:1792735500346727875</link>
      <description>Hi Tom,
     
 What is the relation between SYS user password and orapwd file ?

 What are the various methods to change the SYS user password.

If I change the SYS user password using 
  from sqlplus use password command or
  use alter user ...</description>
    </item>
    <item>
      <title>Insert reading UNDO or looking for HWM?</title>
      <link>http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:1792961600346684954</link>
      <description>Please see sequence of events below.


SESSION 1:

&amp;lt;code&amp;gt;SQL&amp;gt; create table t (n number);

Table created.

SQL&amp;gt; insert into t (select rownum from dual connect by level &amp;lt;= 1000000);

1000000 rows created.

SQL&amp;gt; commit;

Commit complete.
...</description>
    </item>
    <item>
      <title>Parallel Insert and Serialization</title>
      <link>http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:1793364300346213200</link>
      <description>Hi Tom, 

I learned a lot from your site. Now I have a question.

We are trying to run multiple processes to insert into a same table with INSERT INTO... SELECT ..., with setting all selected two FROM tables and inserted into table as parallel, b...</description>
    </item>
    <item>
      <title>Controlling cold backup jobs . When to run and when Not to?</title>
      <link>http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:1793655900346290291</link>
      <description>Hi Tom,
Good Morning.

We have different ways of scheduling cold backups,like
1) We use RMAN and schedule jobs thru schedulers
2) Use SQL Back track and have maestro to schedule the jobs.
3) DBAs can also run cold backup job on need basis

Re...</description>
    </item>
    <item>
      <title>Running Total</title>
      <link>http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:1793764100346222947</link>
      <description>Hello Sir,

Could you give a simple example of running total on emp table

FOr example, running total of sum (sal + comm) department wise?

thanks</description>
    </item>
  </channel>
</rss>
