<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.co.uk/group/comp.databases.oracle.server</id>
  <title type="text">comp.databases.oracle.server Google Group</title>
  <subtitle type="text">
  Oracle database administration/server topics.
  </subtitle>
  <link href="/group/comp.databases.oracle.server/feed/atom_v1_0_msgs.xml" rel="self" title="comp.databases.oracle.server feed"/>
  <updated>2009-11-27T16:59:52Z</updated>
  <generator uri="http://groups.google.co.uk" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Pat</name>
  <email>pat.ca...@service-now.com</email>
  </author>
  <updated>2009-11-27T16:59:52Z</updated>
  <id>http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/473861a4c50a31bb/74df4b9c7661649f?show_docid=74df4b9c7661649f</id>
  <link href="http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/473861a4c50a31bb/74df4b9c7661649f?show_docid=74df4b9c7661649f"/>
  <title type="text">Interesting RMAN induced &quot;hang&quot; behavior</title>
  <summary type="html" xml:space="preserve">
  So I recently ran down a really weird problem we were having on one of &lt;br&gt; our production 10.2.0.4 servers. &lt;br&gt; To make a long story short, recently during the RMAN backup window, &lt;br&gt; the database would go into a &amp;quot;locked&amp;quot; state and all transactions would &lt;br&gt; pause. Lock durations ranged from a few seconds (which nobody
  </summary>
  </entry>
  <entry>
  <author>
  <name>Pat</name>
  <email>pat.ca...@service-now.com</email>
  </author>
  <updated>2009-11-27T15:45:39Z</updated>
  <id>http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/ed1e3542b6f49306/946904be8f62738a?show_docid=946904be8f62738a</id>
  <link href="http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/ed1e3542b6f49306/946904be8f62738a?show_docid=946904be8f62738a"/>
  <title type="text">Re: DASD Disk Layout Advice</title>
  <summary type="html" xml:space="preserve">
  Thanks for the feedback guys, that&#39;s exactly what I was looking for. &lt;br&gt; Oracle 10.2.0.4, OS is Red-Hat ES 5 (64 bit). Controller does support &lt;br&gt; multiple paths, and we&#39;ll be running the database with asynchronous IO &lt;br&gt; enabled (although I&#39;m not thinking that&#39;ll impact disk layout, but &lt;br&gt; I&#39;ve been wrong before).
  </summary>
  </entry>
  <entry>
  <author>
  <name>hpuxrac</name>
  <email>johnbhur...@sbcglobal.net</email>
  </author>
  <updated>2009-11-27T12:48:12Z</updated>
  <id>http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/46ad031ab612bcdd/4c78bb2c12fb7c34?show_docid=4c78bb2c12fb7c34</id>
  <link href="http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/46ad031ab612bcdd/4c78bb2c12fb7c34?show_docid=4c78bb2c12fb7c34"/>
  <title type="text">Re: SYS login possible in sqlplus, but not in Enterprise Manager</title>
  <summary type="html" xml:space="preserve">
  snip &lt;br&gt; Typically after moving a database to another machine I rip out em and &lt;br&gt; recreate the repository etc ...
  </summary>
  </entry>
  <entry>
  <author>
  <name>matthew</name>
  <email>matthiasro...@googlemail.com</email>
  </author>
  <updated>2009-11-27T11:59:35Z</updated>
  <id>http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/7311cadd6101eba0/a5af63a6480b3c5b?show_docid=a5af63a6480b3c5b</id>
  <link href="http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/7311cadd6101eba0/a5af63a6480b3c5b?show_docid=a5af63a6480b3c5b"/>
  <title type="text">Re: Table Partition Count</title>
  <summary type="html" xml:space="preserve">
  create function count_(vtabname in varchar2) &lt;br&gt; return sys.odcivarchar2list pipelined &lt;br&gt; is &lt;br&gt; s long; &lt;br&gt; cu sys_refcursor; &lt;br&gt; r varchar2(256); &lt;br&gt; begin &lt;br&gt; for su in &lt;br&gt; ( &lt;br&gt; select table_name, partition_name, subpartition_name &lt;br&gt; from user_tab_subpartitions &lt;br&gt; where table_name = vtabname &lt;br&gt; ) loop &lt;br&gt; s := &#39;select &#39;&#39;Table &amp;quot;&#39; || su.table_name || &#39;&amp;quot;, Partition &amp;quot;&#39; ||
  </summary>
  </entry>
  <entry>
  <author>
  <name>Dave Yoda</name>
  <email>da...@pleasdontpm.me</email>
  </author>
  <updated>2009-11-27T10:59:41Z</updated>
  <id>http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/46ad031ab612bcdd/04d88792db80d701?show_docid=04d88792db80d701</id>
  <link href="http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/46ad031ab612bcdd/04d88792db80d701?show_docid=04d88792db80d701"/>
  <title type="text">SYS login possible in sqlplus, but not in Enterprise Manager</title>
  <summary type="html" xml:space="preserve">
  Hi everybody! &lt;br&gt; After restoring a RMAN backup to another machine (database and applikation &lt;br&gt; running fine with no probs) I&#39;m experiencing the following problem: &lt;br&gt; I can logon using sqlplus and login SYS or SYSTEM. Not problems here, but I &lt;br&gt; can&#39;t login (using the same credentials) via Enterprise Manager (neither on
  </summary>
  </entry>
  <entry>
  <author>
  <name>Radoulov, Dimitre</name>
  <email>cichomit...@gmail.com</email>
  </author>
  <updated>2009-11-27T10:53:32Z</updated>
  <id>http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/f22224aeeff46d11/ef9a70cb49b1cf07?show_docid=ef9a70cb49b1cf07</id>
  <link href="http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/f22224aeeff46d11/ef9a70cb49b1cf07?show_docid=ef9a70cb49b1cf07"/>
  <title type="text">Re: shell scripts issue</title>
  <summary type="html" xml:space="preserve">
  [...] &lt;br&gt; [...] &lt;br&gt; Yep :) &lt;br&gt; It&#39;s completely off-topic. &lt;br&gt; Dimitre
  </summary>
  </entry>
  <entry>
  <author>
  <name>gazzag</name>
  <email>gar...@jamms.org</email>
  </author>
  <updated>2009-11-27T10:49:16Z</updated>
  <id>http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/f22224aeeff46d11/98dd0f7e8adc513c?show_docid=98dd0f7e8adc513c</id>
  <link href="http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/f22224aeeff46d11/98dd0f7e8adc513c?show_docid=98dd0f7e8adc513c"/>
  <title type="text">Re: shell scripts issue</title>
  <summary type="html" xml:space="preserve">
  Oracle version? &lt;br&gt; -g
  </summary>
  </entry>
  <entry>
  <author>
  <name>Radoulov, Dimitre</name>
  <email>cichomit...@gmail.com</email>
  </author>
  <updated>2009-11-27T10:07:18Z</updated>
  <id>http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/f22224aeeff46d11/2811d4a173d2b6b8?show_docid=2811d4a173d2b6b8</id>
  <link href="http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/f22224aeeff46d11/2811d4a173d2b6b8?show_docid=2811d4a173d2b6b8"/>
  <title type="text">Re: shell scripts issue</title>
  <summary type="html" xml:space="preserve">
  Just noticed you&#39;re using a GNU system, so with bash/GNU find you can &lt;br&gt; use the following syntax: &lt;br&gt; _path=&amp;quot;/apps12i&amp;quot; &lt;br&gt; read -p&#39;enter filename: &#39; &lt;br&gt; _found=&amp;quot;$( &lt;br&gt; find &amp;quot;$_path&amp;quot; -type f -name &amp;quot;$REPLY&amp;quot; -printf &#39;found: %p\n&#39; &lt;br&gt; )&amp;quot; &lt;br&gt; [[ $_found ]] &amp;amp;&amp;amp; &lt;br&gt; printf &#39;%s\n&#39; &amp;quot;$_found&amp;quot; || &lt;br&gt; printf &#39;cannot find %s under %s\n&#39; &amp;quot;$REPLY&amp;quot; &amp;quot;$_path&amp;quot;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Radoulov, Dimitre</name>
  <email>cichomit...@gmail.com</email>
  </author>
  <updated>2009-11-27T09:51:07Z</updated>
  <id>http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/f22224aeeff46d11/f49809435616980b?show_docid=f49809435616980b</id>
  <link href="http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/f22224aeeff46d11/f49809435616980b?show_docid=f49809435616980b"/>
  <title type="text">Re: shell scripts issue</title>
  <summary type="html" xml:space="preserve">
  [...] &lt;br&gt; Try changing the script like this: &lt;br&gt; _path=&amp;quot;/apps12i&amp;quot; &lt;br&gt; printf &#39;enter filename: &#39; &lt;br&gt; read &lt;br&gt; _found=&amp;quot;$( &lt;br&gt; find &amp;quot;$_path&amp;quot; -type f -name &amp;quot;$REPLY&amp;quot; -exec printf &#39;found: %s\n&#39; {} \; &lt;br&gt; )&amp;quot; &lt;br&gt; [ &amp;quot;$_found&amp;quot; ] &amp;amp;&amp;amp; &lt;br&gt; printf &#39;%s\n&#39; &amp;quot;$_found&amp;quot; || &lt;br&gt; printf &#39;cannot find %s under %s\n&#39; &amp;quot;$REPLY&amp;quot; &amp;quot;$_path&amp;quot; &lt;br&gt; Regards &lt;br&gt; Dimitre
  </summary>
  </entry>
  <entry>
  <author>
  <name>abracadabuda</name>
  <email>abracadab...@gmail.com</email>
  </author>
  <updated>2009-11-27T08:43:25Z</updated>
  <id>http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/97c491f9654139fa/46da6226485721ee?show_docid=46da6226485721ee</id>
  <link href="http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/97c491f9654139fa/46da6226485721ee?show_docid=46da6226485721ee"/>
  <title type="text">Re: Hash cluster, parameter SIZE</title>
  <summary type="html" xml:space="preserve">
  Thanks, i got it now. &lt;br&gt; I misreaded this: &lt;br&gt; If SIZE is larger than the data block size, then the database uses the &lt;br&gt; operating system block size, reserving at least one data block for &lt;br&gt; each cluster or hash value. &lt;br&gt; I haven&#39;t mentioned, that the size of my cluster was +/- 2000003 * &lt;br&gt; 8KB. My os_block_size is set to 1K, db_block_size is set to 8K.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ram</name>
  <email>krishna...@gmail.com</email>
  </author>
  <updated>2009-11-27T05:51:42Z</updated>
  <id>http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/f22224aeeff46d11/74b8d56be2bb0d8f?show_docid=74b8d56be2bb0d8f</id>
  <link href="http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/f22224aeeff46d11/74b8d56be2bb0d8f?show_docid=74b8d56be2bb0d8f"/>
  <title type="text">shell scripts issue</title>
  <summary type="html" xml:space="preserve">
  Hi all, &lt;br&gt; My scripts looks like this .. when i execute this script its says file &lt;br&gt; does not exist even though file is present physically and if the file &lt;br&gt; does not present in the file system then the output is null. &lt;br&gt; I am wrong somewhere .. ?? &lt;br&gt; echo &amp;quot; enter file &amp;quot; &lt;br&gt; read name &lt;br&gt; for i in `find /apps12i -type f -name $name -printf %f `
  </summary>
  </entry>
  <entry>
  <author>
  <name>hpuxrac</name>
  <email>johnbhur...@sbcglobal.net</email>
  </author>
  <updated>2009-11-26T17:48:47Z</updated>
  <id>http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/97c491f9654139fa/1e74de7cb7e6d3da?show_docid=1e74de7cb7e6d3da</id>
  <link href="http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/97c491f9654139fa/1e74de7cb7e6d3da?show_docid=1e74de7cb7e6d3da"/>
  <title type="text">Re: Hash cluster, parameter SIZE</title>
  <summary type="html" xml:space="preserve">
  snip &lt;br&gt; 32k is largest block size that oracle supports ...
  </summary>
  </entry>
  <entry>
  <author>
  <name>gazzag</name>
  <email>gar...@jamms.org</email>
  </author>
  <updated>2009-11-26T11:03:26Z</updated>
  <id>http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/97c2ea48f0e4fe1a/8f99aba7023e53b8?show_docid=8f99aba7023e53b8</id>
  <link href="http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/97c2ea48f0e4fe1a/8f99aba7023e53b8?show_docid=8f99aba7023e53b8"/>
  <title type="text">Re: Oracle PGA sizing and ORA-4030</title>
  <summary type="html" xml:space="preserve">
  On 26 Nov, 08:54, Joerg Rueschenschmidt &amp;lt;jrueschenschm...@t-online.de&amp;gt; &lt;br&gt; wrote: &lt;br&gt; That&#39;s the O/S limitation, unfortunately. I know. I&#39;m stuck using &lt;br&gt; Windows too. &lt;br&gt; -g
  </summary>
  </entry>
  <entry>
  <author>
  <name>www.brandtrade09.com</name>
  <email>brandtrad...@yahoo.com</email>
  </author>
  <updated>2009-11-26T10:01:46Z</updated>
  <id>http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/6e9b8fb6b8663e42/999a52f12962b6d9?show_docid=999a52f12962b6d9</id>
  <link href="http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/6e9b8fb6b8663e42/999a52f12962b6d9?show_docid=999a52f12962b6d9"/>
  <title type="text">Discount JIMMYTOO bags Wholesale</title>
  <summary type="html" xml:space="preserve">
  GUCCI bags ( paypal payment )( &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.brandtrade07.com&quot;&gt;[link]&lt;/a&gt;) &lt;br&gt; Discount EDHardy bags Wholesale (&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.brandtrade07.com&quot;&gt;[link]&lt;/a&gt;) &lt;br&gt; GUCCI bags ( paypal payment )( &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.brandtrade07.com&quot;&gt;[link]&lt;/a&gt;) &lt;br&gt; CHLOE bags &lt;br&gt; CHANEL bags &lt;br&gt; CLOTHES &lt;br&gt; COACH bags ( paypal payment )( &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.brandtrade07.com&quot;&gt;[link]&lt;/a&gt;) &lt;br&gt; DOLCE&amp;amp;GABBANA bags &lt;br&gt; FENDI bags &lt;br&gt; GUESS bags &lt;br&gt; JIMMY CHOO bags ( paypal payment )( &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.brandtrade07.com&quot;&gt;[link]&lt;/a&gt;)
  </summary>
  </entry>
  <entry>
  <author>
  <name>abracadabuda</name>
  <email>abracadab...@gmail.com</email>
  </author>
  <updated>2009-11-26T09:32:15Z</updated>
  <id>http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/97c491f9654139fa/050e3ee085a3e038?show_docid=050e3ee085a3e038</id>
  <link href="http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/97c491f9654139fa/050e3ee085a3e038?show_docid=050e3ee085a3e038"/>
  <title type="text">Hash cluster, parameter SIZE</title>
  <summary type="html" xml:space="preserve">
  Hi everyone. &lt;br&gt; I have a table with transactions of customers. There are about 20 &lt;br&gt; transactions per month for a customer, I need to store history of 24 &lt;br&gt; months. There is about 1 500 000 customers. Average length of row is &lt;br&gt; 300 bytes. &lt;br&gt; The only select statements on this table would be count of &lt;br&gt; transactions, balance of transactions, etc., etc of one customer.
  </summary>
  </entry>
</feed>
