<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>comp.databases.oracle.server Google Group</title>
  <link>http://groups.google.co.uk/group/comp.databases.oracle.server</link>
  <description>Oracle database administration/server topics.</description>
  <language>en</language>
  <item>
  <title>Re: SYS login possible in sqlplus, but not in Enterprise Manager</title>
  <link>http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/46ad031ab612bcdd/4c78bb2c12fb7c34?show_docid=4c78bb2c12fb7c34</link>
  <description>
  snip &lt;br&gt; Typically after moving a database to another machine I rip out em and &lt;br&gt; recreate the repository etc ...
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/46ad031ab612bcdd/4c78bb2c12fb7c34?show_docid=4c78bb2c12fb7c34</guid>
  <author>
  johnbhur...@sbcglobal.net
  (hpuxrac)
  </author>
  <pubDate>Fri, 11 Nov 2009 12:48:12 UT
</pubDate>
  </item>
  <item>
  <title>Re: Table Partition Count</title>
  <link>http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/7311cadd6101eba0/a5af63a6480b3c5b?show_docid=a5af63a6480b3c5b</link>
  <description>
  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; ||
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/7311cadd6101eba0/a5af63a6480b3c5b?show_docid=a5af63a6480b3c5b</guid>
  <author>
  matthiasro...@googlemail.com
  (matthew)
  </author>
  <pubDate>Fri, 11 Nov 2009 11:59:35 UT
</pubDate>
  </item>
  <item>
  <title>SYS login possible in sqlplus, but not in Enterprise Manager</title>
  <link>http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/46ad031ab612bcdd/04d88792db80d701?show_docid=04d88792db80d701</link>
  <description>
  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
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/46ad031ab612bcdd/04d88792db80d701?show_docid=04d88792db80d701</guid>
  <author>
  da...@pleasdontpm.me
  (Dave Yoda)
  </author>
  <pubDate>Fri, 11 Nov 2009 10:59:41 UT
</pubDate>
  </item>
  <item>
  <title>Re: shell scripts issue</title>
  <link>http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/f22224aeeff46d11/ef9a70cb49b1cf07?show_docid=ef9a70cb49b1cf07</link>
  <description>
  [...] &lt;br&gt; [...] &lt;br&gt; Yep :) &lt;br&gt; It&#39;s completely off-topic. &lt;br&gt; Dimitre
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/f22224aeeff46d11/ef9a70cb49b1cf07?show_docid=ef9a70cb49b1cf07</guid>
  <author>
  cichomit...@gmail.com
  (Radoulov, Dimitre)
  </author>
  <pubDate>Fri, 11 Nov 2009 10:53:32 UT
</pubDate>
  </item>
  <item>
  <title>Re: shell scripts issue</title>
  <link>http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/f22224aeeff46d11/98dd0f7e8adc513c?show_docid=98dd0f7e8adc513c</link>
  <description>
  Oracle version? &lt;br&gt; -g
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/f22224aeeff46d11/98dd0f7e8adc513c?show_docid=98dd0f7e8adc513c</guid>
  <author>
  gar...@jamms.org
  (gazzag)
  </author>
  <pubDate>Fri, 11 Nov 2009 10:49:16 UT
</pubDate>
  </item>
  <item>
  <title>Re: shell scripts issue</title>
  <link>http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/f22224aeeff46d11/2811d4a173d2b6b8?show_docid=2811d4a173d2b6b8</link>
  <description>
  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;
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/f22224aeeff46d11/2811d4a173d2b6b8?show_docid=2811d4a173d2b6b8</guid>
  <author>
  cichomit...@gmail.com
  (Radoulov, Dimitre)
  </author>
  <pubDate>Fri, 11 Nov 2009 10:07:18 UT
</pubDate>
  </item>
  <item>
  <title>Re: shell scripts issue</title>
  <link>http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/f22224aeeff46d11/f49809435616980b?show_docid=f49809435616980b</link>
  <description>
  [...] &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
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/f22224aeeff46d11/f49809435616980b?show_docid=f49809435616980b</guid>
  <author>
  cichomit...@gmail.com
  (Radoulov, Dimitre)
  </author>
  <pubDate>Fri, 11 Nov 2009 09:51:07 UT
</pubDate>
  </item>
  <item>
  <title>Re: Hash cluster, parameter SIZE</title>
  <link>http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/97c491f9654139fa/46da6226485721ee?show_docid=46da6226485721ee</link>
  <description>
  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.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/97c491f9654139fa/46da6226485721ee?show_docid=46da6226485721ee</guid>
  <author>
  abracadab...@gmail.com
  (abracadabuda)
  </author>
  <pubDate>Fri, 11 Nov 2009 08:43:25 UT
</pubDate>
  </item>
  <item>
  <title>shell scripts issue</title>
  <link>http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/f22224aeeff46d11/74b8d56be2bb0d8f?show_docid=74b8d56be2bb0d8f</link>
  <description>
  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 `
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/f22224aeeff46d11/74b8d56be2bb0d8f?show_docid=74b8d56be2bb0d8f</guid>
  <author>
  krishna...@gmail.com
  (Ram)
  </author>
  <pubDate>Fri, 11 Nov 2009 05:51:42 UT
</pubDate>
  </item>
  <item>
  <title>Re: Hash cluster, parameter SIZE</title>
  <link>http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/97c491f9654139fa/1e74de7cb7e6d3da?show_docid=1e74de7cb7e6d3da</link>
  <description>
  snip &lt;br&gt; 32k is largest block size that oracle supports ...
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/97c491f9654139fa/1e74de7cb7e6d3da?show_docid=1e74de7cb7e6d3da</guid>
  <author>
  johnbhur...@sbcglobal.net
  (hpuxrac)
  </author>
  <pubDate>Thu, 11 Nov 2009 17:48:47 UT
</pubDate>
  </item>
  <item>
  <title>Re: Oracle PGA sizing and ORA-4030</title>
  <link>http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/97c2ea48f0e4fe1a/8f99aba7023e53b8?show_docid=8f99aba7023e53b8</link>
  <description>
  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
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/97c2ea48f0e4fe1a/8f99aba7023e53b8?show_docid=8f99aba7023e53b8</guid>
  <author>
  gar...@jamms.org
  (gazzag)
  </author>
  <pubDate>Thu, 11 Nov 2009 11:03:26 UT
</pubDate>
  </item>
  <item>
  <title>Discount JIMMYTOO bags Wholesale</title>
  <link>http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/6e9b8fb6b8663e42/999a52f12962b6d9?show_docid=999a52f12962b6d9</link>
  <description>
  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;)
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/6e9b8fb6b8663e42/999a52f12962b6d9?show_docid=999a52f12962b6d9</guid>
  <author>
  brandtrad...@yahoo.com
  (www.brandtrade09.com)
  </author>
  <pubDate>Thu, 11 Nov 2009 10:01:46 UT
</pubDate>
  </item>
  <item>
  <title>Hash cluster, parameter SIZE</title>
  <link>http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/97c491f9654139fa/050e3ee085a3e038?show_docid=050e3ee085a3e038</link>
  <description>
  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.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/97c491f9654139fa/050e3ee085a3e038?show_docid=050e3ee085a3e038</guid>
  <author>
  abracadab...@gmail.com
  (abracadabuda)
  </author>
  <pubDate>Thu, 11 Nov 2009 09:32:15 UT
</pubDate>
  </item>
  <item>
  <title>Re: Oracle PGA sizing and ORA-4030</title>
  <link>http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/97c2ea48f0e4fe1a/d2f8d23452e80bbf?show_docid=d2f8d23452e80bbf</link>
  <description>
  Joerg Rueschescmidt schrieb: &lt;br&gt; Hello all, &lt;br&gt; okay, if PGA can grow above pga_aggregate_target we can indeed hit the 2 &lt;br&gt; GByte OS limit which causes ORA-4030 finally. &lt;br&gt; Thanks ... &lt;br&gt; Joerg
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/97c2ea48f0e4fe1a/d2f8d23452e80bbf?show_docid=d2f8d23452e80bbf</guid>
  <author>
  jrueschenschm...@t-online.de
  (Joerg Rueschenschmidt)
  </author>
  <pubDate>Thu, 11 Nov 2009 08:54:51 UT
</pubDate>
  </item>
  <item>
  <title>Re: 500 million rows every (8 hour) day</title>
  <link>http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/2b9fc223fd39e962/4ca87b4d9d2faa61?show_docid=4ca87b4d9d2faa61</link>
  <description>
  In a previous life we did the the same type of load. We were getting &lt;br&gt; about the same number of &lt;br&gt; rows in a 6 hour period. &lt;br&gt; We partitioned by day and subpartitioned by &#39;loader&#39;. We had 12 &lt;br&gt; programs loading data and they each had a number associated with them &lt;br&gt; that made up the subpartioning key. Obviously that didn&#39;t help with
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/comp.databases.oracle.server/browse_thread/thread/2b9fc223fd39e962/4ca87b4d9d2faa61?show_docid=4ca87b4d9d2faa61</guid>
  <author>
  n...@invalidmail.com
  (Jack)
  </author>
  <pubDate>Thu, 11 Nov 2009 07:25:22 UT
</pubDate>
  </item>
  </channel>
</rss>
