Search Discussions
-
The coordinator should not be doing writes, assuming you are using PDML? Are you? alter session enable parallel dml; If you are seeing waits on block 2 then the issue is space allocation - your ...
Greg Rahn
Apr 10, 2010 at 3:03 am
May 3, 2010 at 2:41 am -
Anyone else noticed that over the last year it has taken longer and longer to get responses from support? I have also had multiple tickets where if I do not call in, I never get a response. I have ...
Dba DBA
Apr 19, 2010 at 1:14 pm
Apr 20, 2010 at 2:15 am -
We have about 600-700 Oracle VMs running on VMware ESX with RHEL 4/5, SLES, and Windows. They're not really production, since we're a software development shop, but we use them pretty regularly. We ...
Matthew Zito
Apr 14, 2010 at 3:14 pm
Apr 17, 2010 at 12:34 pm -
I saw a big database today with an SGA size of 56GB and a shared pool of 12Gb. The SGA_TARGET was set to 0. This database size is a few terabytes. I have not heard of such big SGA or SP sizes. I ...
Ram Raman
Apr 16, 2010 at 1:55 am
Apr 20, 2010 at 2:57 am -
Hello everyone, I am new to this virtualization world. I want to get more information about this. I always thought that Virtualization software needs a base OS to run on. Once you have the ...
Dd yakkali
Apr 30, 2010 at 9:11 pm
May 1, 2010 at 9:27 am -
The i386 version of the libXp package is missing. Please check: # rpm -qa --queryformat "%{NAME}-%{VERSION}-%{RELEASE} (%{ARCH})\n" libXp Then Install the package libXp by the command: # rpm -ivh ...
Surachart Opun
Apr 30, 2010 at 3:47 pm
Apr 30, 2010 at 5:30 pm -
Hi Gurus, I've a production database environment 10.2.0.3 on SUSE linux. We have two databases running on the same oracle binaries. On the second database there is a datamart ETL job (Informatica) ...
Saad Khan
Apr 16, 2010 at 2:55 am
Apr 20, 2010 at 2:16 pm -
I'm not seeing it either. 11.2.0.1 on RHEL 5.4 64-bit. SQL*Plus: Release 11.2.0.1.0 Production on Thu Apr 8 16:51:01 2010 Copyright (c) 1982, 2009, Oracle. All rights reserved. Connected to: Oracle ...
Scott Sibert
Apr 8, 2010 at 9:56 pm
Apr 13, 2010 at 1:55 pm -
Hi list, I'm trying to datapump import a large table across a nework link. To improve performance, I was planning to run multiple impdp processes in parallel, on subsets of the table. The table is ...
Tom Lanyon
Apr 24, 2010 at 12:29 am
Apr 26, 2010 at 3:36 am -
Dear list, I am just wondering if you can get a better price from oracle sales than oracle online shop ? 39K per core for enterprise edition with almost 10K partition per core is so expensive !!! ...
Bao jiejie
Apr 7, 2010 at 4:37 pm
Apr 19, 2010 at 11:52 am -
Hi dear listers, I have a very strange performance issue which I couldn't figure it out. I have 2 11.2.0.1 databases with the exactly same parameters, they both on the same server. One sql statement ...
Joan Hsieh
Apr 13, 2010 at 2:54 pm
Apr 14, 2010 at 5:50 am -
Has any one bought on this db appliance? Some one was saying a query taking 14 hours or so takes only a few minutes.I understand the hybrid columnar compression for whse workloads, from an OLTP stand ...
Dd yakkali
Apr 24, 2010 at 1:34 am
Apr 28, 2010 at 12:57 am -
Hi, expdp und dbms_metadata jumps into my mind. expdp knows a parameter named exclude and include where you can specify what kind of data should be exported. You should be able to transport the ...
Jost,
Apr 21, 2010 at 2:36 pm
Apr 22, 2010 at 12:55 pm -
Hi Database 1 is on 11.1.0.7.2 SQL explain plan for 2 SELECT * 3 FROM pa_expenditure_items_all 4 WHERE system_linkage_function = 'VI' AND cost_distributed_flag = 'N'; Explained. SQL SELECT * FROM ...
Kumar Madduri
Apr 20, 2010 at 9:49 am
Apr 20, 2010 at 6:14 pm -
We have an application that is suddenly doing a lot of parsing. The history behind this is that about 2 years ago the database was upgraded from 8i to 10g at which point performance went down hill ...
Joe A-C
Apr 9, 2010 at 1:40 am
Apr 9, 2010 at 7:14 pm -
Ugh, it's 9:15pm, and I'm just now heading home, so, brain is a bit fried. First, I don't suppose you're installing 11gR2 Clusterware? If you are, there's a "SSH Connectivity" button that you click, ...
Bobak, Mark
Apr 8, 2010 at 1:20 am
Apr 8, 2010 at 7:55 pm -
I'm really not sure why everyone is responding that this would be an "odd request." We are running a stretch rac with about 4 blocks in between our rac servers, and it's running great. We do have a ...
Tyfanie Wineriter
Apr 2, 2010 at 11:29 pm
Apr 5, 2010 at 7:15 am -
You need to know where the time difference went - so run the query with the hint /*+ gather_plan_statistics */ to see if the amount of work and the number of "starts" of each line vary significantly ...
Jonathan Lewis
Apr 3, 2010 at 8:11 am
Apr 4, 2010 at 6:59 am -
Thanks, Job. I guess I rarely read the portions of the License documentation relating to HTTP server. :-) (But then, since I never really do anything with it, why would I?) The term "restricted use" ...
Mark Brinsmead
Apr 26, 2010 at 3:20 am
Apr 29, 2010 at 1:55 pm -
Three 1tb databases on 10.2.0.4 from solaris sparc to solaris x86-64. We used expdp/impdp with streams. For data pump we used 15 parallel threads, export took about 2h and import took about 15h to ...
Ilmar Kerm
Apr 22, 2010 at 4:15 pm
Apr 29, 2010 at 1:58 am -
Hello, I am running a batch job on an oracle 10.2.0.3 database, which locates on a ZFS file system. The job runs very slow. Got the AWR report, it shows following top events. Top 5 Timed Events Avg ...
Gengmao
Apr 26, 2010 at 11:03 am
Apr 27, 2010 at 3:37 am -
Hi! Add parameters --user & --password to your wget command and account as your MOS account. Then you will be authenticated and download will begin normally after few redirects. -TL Dear listers, ...
Teijo Lallukka
Apr 25, 2010 at 7:35 pm
Apr 26, 2010 at 3:24 am -
Hi there, for all of you suffering from bug 8740030 where an "OHASD stop" isn't executed during system restart when using Oracle Restart there are good news. When not stopping a database resource ...
Martin Bach
Apr 22, 2010 at 3:20 pm
Apr 24, 2010 at 7:57 pm -
Jared, Oracle Support recommended downgrading to 11.1.0.7 in fact, so I think that is what we will do. Avadhani, I didn't mean don't go live, just test it thoroughly before you do;-) Scott, on what ...
Guillermo Alan Bort
Apr 22, 2010 at 3:36 pm
Apr 22, 2010 at 4:15 pm -
I had to have a bug fix added to the latest oem grid patch for an oem query that ran for hours and we had to kill it several times/day. It took 6 months to get the patch done (not exaggerating). open ...
Dba DBA
Apr 19, 2010 at 2:33 pm
Apr 19, 2010 at 3:14 pm -
... when they don't stop calling you. (gotta stop answering the phone) ... and when "no", and "we cannot afford it even with steep discounts" are not acceptable responses. Oracle: "Can you schedule ...
Jared Still
Apr 13, 2010 at 6:14 pm
Apr 19, 2010 at 11:46 am -
Are any of the folks from Oracle-L interested in meeting up on Monday night? I see the "welcome reception" ends at 7:30, so I was thinking perhaps getting together around 7 or 7:30 at Mizuya bar, ...
Matthew Zito
Apr 16, 2010 at 11:15 pm
Apr 18, 2010 at 6:20 am -
List, I'm trying to configure a JDBC connection to a database. Done this successfully many times. This database is built by our corporate team to their standards. I'm wondering if they've done ...
Dennis Williams
Apr 16, 2010 at 12:35 am
Apr 16, 2010 at 4:45 am -
It was 2 or 3 years ago now, but I spent a couple of years working with Spatial for the Ordnance Survey here in the UK. I worked on 10.1 and 10.2 on a project to migrate data from a non-Oracle ...
Ian Cary
Apr 14, 2010 at 3:51 pm
Apr 14, 2010 at 4:35 pm -
You may want to try checking v$session_wait to see what the session is waiting on. Jared Still Certifiable Oracle DBA and Part Time Perl Evangelist Oracle Blog: http://jkstill.blogspot.com Home ...
Jared Still
Apr 12, 2010 at 4:16 pm
Apr 12, 2010 at 4:53 pm -
How do I configure a Delphi program so the buffer between the client and the database server will make fewer trips. When working with Java there is something like: fetch array size. How do I change ...
Yechiel Adar
Apr 12, 2010 at 10:50 am
Apr 12, 2010 at 1:13 pm -
I've never run backups through Grid Control, so not sure on that, but you might want to check out MOS 73431.1 for general info regarding rman compatibility. My guess would be that Grid Control runs ...
Allen, Brandon
Apr 9, 2010 at 5:56 pm
Apr 9, 2010 at 10:38 pm -
What recommendations you are looking for... Just take the Class.. And dive into the ocean of Streams ... Enjoy !!! -----Original Message----- From: oracle-l-bounce_at_freelists.org On Behalf Of mkb ...
Pankaj Jain
Apr 9, 2010 at 5:56 pm
Apr 9, 2010 at 6:16 pm -
Just curious if anyone on the list using an alternative to Data Guard? If so, what are you using, and how do you like it? This is mainly for my own personal interest at this point. Thanks, Chris ...
Taylor, Chris David
Apr 8, 2010 at 3:16 pm
Apr 8, 2010 at 3:30 pm -
Hi listers, I have a new requirement that is dictated by the software applications that connect to a particular DB which is a 10gR2 DB. These two applications uses tables of their own and there are a ...
Amir Gheibi
Apr 6, 2010 at 9:15 am
Apr 6, 2010 at 9:30 am -
From Merriam-Webster: Main Entry: snap·shot Pronunciation: \?snap-?shät\ Function: noun Date: 1890 1 : a casual photograph made typically by an amateur with a small handheld camera 2 : an ...
Stephane Faroult
Apr 1, 2010 at 8:16 am
Apr 1, 2010 at 1:57 pm -
I have implemented Flora's method. I thought there might be a better way than shutting down service/db manually, but I am going to use that one. Thanks everyone and thanks to Flora. -- Thanks, Ram ...
Ram K
Apr 30, 2010 at 10:41 pm
Apr 30, 2010 at 10:41 pm -
Thanks to all the on and off-list replies. Indeed the indexes were the problem here, as Data Pump was attempting to build all the indexes for these large tables concurrently in the temp space. I'm ...
Tom Lanyon
Apr 30, 2010 at 5:29 am
Apr 30, 2010 at 5:29 am -
Hi Hermant, That is great information, thank you so much. I figured we were defaulting to the same method_opt, but I did not know Oracle was looking at sys.col_usage$ to determine which histograms to ...
Michael Schmitt
Apr 29, 2010 at 3:56 pm
Apr 29, 2010 at 3:56 pm -
Anyone know why the instructions for this require the recreation of the STATSPACK repository? We have a client who would quite like to keep a record of historical performance information and also be ...
Niall Litchfield
Apr 29, 2010 at 1:57 pm
Apr 29, 2010 at 1:57 pm -
redhat Linux 11g Anyone seen any documenation on using port forwarding for compressing archivelogs on 11g? There seems to be only little on 10g Metalink. -- Howard A. Latham -- ...
Howard Latham
Apr 29, 2010 at 1:53 pm
Apr 29, 2010 at 1:53 pm -
Hi I have worked with backtrack and its very good piece of software but i have used it only in non rac and non asm environments. Prior to 11g rman did not have the feature to clone from a active ...
Hrishy
Apr 29, 2010 at 9:56 am
Apr 29, 2010 at 9:56 am -
Daniel, As one of those who does have to comply it's done in a rather invasive way that really does protect the information. All of our laptops are encrypted at boot and you need a smart card and pin ...
Goulet, Richard
Apr 28, 2010 at 7:38 pm
Apr 28, 2010 at 7:38 pm -
I have logged a case for that in the past (http://freekdhooge.wordpress.com/2009/11/03/two-oracle-rac-bugs-on-the-wall-two-oracle-bugs-take-one-down) It should have been fixed in the april psu patch ...
D'Hooge Freek
Apr 28, 2010 at 6:50 pm
Apr 28, 2010 at 6:50 pm -
Its also possible this system had syslog turned off. Its the only way I can think of where the system remain up but with no logging taking place. Now, that being behind us, I thought it odd that he ...
William Muriithi
Apr 28, 2010 at 5:16 pm
Apr 28, 2010 at 5:16 pm -
Hi Yong, Are you looking at the updated version (verify_function_11g) or the original version (verify_function)? The utlpwdmg.sql (in 11.1.0.7 at least) contains both. And as part of the script it ...
Kathryn axelrod
Apr 28, 2010 at 3:56 pm
Apr 28, 2010 at 3:56 pm -
Does anybody know whether someone who already has HSPD12 clearance can ask for a higher salary when applying for another job? Isn't it basically like a security clearance? Anybody else done this and ...
J. Dex
Apr 28, 2010 at 2:18 pm
Apr 28, 2010 at 2:18 pm -
Hi Group, A position as become available where I work. The company is named Fiberlink (please see fiberlink.com for more information on what we do). This opportunity is located in Blue Bell, PA which ...
Thomas Roach
Apr 27, 2010 at 10:08 pm
Apr 27, 2010 at 10:08 pm -
Does there has way to check which ORACLE client version user using it connect to ORACLE database? Thanks. -- http://www.freelists.org/webpage/oracle-l
Dba1 mcc
Apr 26, 2010 at 7:55 pm
Apr 26, 2010 at 7:55 pm -
5 RAC Clusters on AIX 5.3 & Oracle 10gR2, all work fine. Now HACMP is another story :) I prefer a active cluster such as RAC. HACMP was more of a problem than it's benefit. From ...
Sais, Gene
Apr 26, 2010 at 7:20 pm
Apr 26, 2010 at 7:20 pm
Group Overview
group | oracle-l |
categories | oracle |
discussions | 84 |
posts | 165 |
users | 107 |
website | oracle.com |
107 users for April 2010
Archives
- June 2014 (35)
- May 2014 (401)
- April 2014 (496)
- March 2014 (524)
- February 2014 (610)
- January 2014 (547)
- December 2013 (404)
- November 2013 (387)
- October 2013 (456)
- September 2013 (311)
- August 2013 (255)
- July 2013 (446)
- June 2013 (515)
- May 2013 (396)
- April 2013 (568)
- March 2013 (694)
- February 2013 (558)
- January 2013 (655)
- December 2012 (309)
- November 2012 (394)
- October 2012 (438)
- September 2012 (499)
- August 2012 (560)
- July 2012 (471)
- June 2012 (427)
- May 2012 (519)
- April 2012 (440)
- March 2012 (522)
- February 2012 (419)
- January 2012 (441)
- December 2011 (366)
- November 2011 (699)
- October 2011 (718)
- September 2011 (530)
- August 2011 (778)
- July 2011 (541)
- June 2011 (642)
- May 2011 (482)
- April 2011 (593)
- March 2011 (704)
- February 2011 (687)
- January 2011 (253)
- December 2010 (212)
- November 2010 (290)
- October 2010 (272)
- September 2010 (202)
- August 2010 (162)
- July 2010 (180)
- June 2010 (228)
- May 2010 (170)
- April 2010 (171)
- March 2010 (534)
- February 2010 (878)
- January 2010 (864)
- December 2009 (719)
- November 2009 (695)
- October 2009 (703)
- September 2009 (614)
- August 2009 (560)
- July 2009 (780)
- June 2009 (647)
- May 2009 (670)
- April 2009 (801)
- March 2009 (862)
- February 2009 (826)
- January 2009 (595)
- December 2008 (551)
- November 2008 (832)
- October 2008 (856)
- September 2008 (751)
- August 2008 (657)
- July 2008 (644)
- June 2008 (717)
- May 2008 (760)
- April 2008 (1,019)
- March 2008 (807)
- February 2008 (735)
- January 2008 (979)
- December 2007 (549)
- November 2007 (819)
- October 2007 (785)
- September 2007 (848)
- August 2007 (1,000)
- July 2007 (995)
- June 2007 (897)
- May 2007 (963)
- April 2007 (1,096)
- March 2007 (1,142)
- February 2007 (1,193)
- January 2007 (1,159)
- December 2006 (1,146)
- November 2006 (1,257)
- October 2006 (1,179)
- September 2006 (1,336)
- August 2006 (1,222)
- July 2006 (871)
- June 2006 (1,315)
- May 2006 (1,385)
- April 2006 (1,169)
- March 2006 (1,142)
- February 2006 (1,062)
- January 2006 (464)
- December 2005 (403)
- November 2005 (930)
- October 2005 (1,617)
- September 2005 (1,304)
- August 2005 (1,748)
- July 2005 (1,129)
- June 2005 (1,453)
- May 2005 (1,260)
- April 2005 (1,364)
- March 2005 (1,332)
- February 2005 (1,251)
- January 2005 (1,179)
- December 2004 (1,353)
- November 2004 (1,205)
- October 2004 (1,201)
- September 2004 (1,709)
- August 2004 (2,223)
- July 2004 (2,436)
- June 2004 (2,462)
- May 2004 (2,074)
- April 2004 (1,893)
- March 2004 (3,145)
- February 2004 (2,979)
- January 2004 (2,392)
- December 2003 (2,095)
- November 2003 (2,016)
- October 2003 (2,800)
- September 2003 (2,022)
- August 2003 (2,415)
- July 2003 (2,725)
- June 2003 (2,173)
- May 2003 (2,891)
- April 2003 (2,460)
- March 2003 (2,334)
- February 2003 (2,928)
- January 2003 (2,931)
- December 2002 (2,049)
- November 2002 (2,199)
- October 2002 (2,708)
- September 2002 (2,101)
- August 2002 (3,028)
- July 2002 (2,862)
- June 2002 (2,654)
- May 2002 (3,081)
- April 2002 (3,066)
- March 2002 (2,777)
- February 2002 (2,084)
- January 2002 (3,044)
- December 2001 (1,868)
- November 2001 (2,132)
- October 2001 (1,975)
- September 2001 (2,990)
- August 2001 (4,066)
- July 2001 (3,124)
- June 2001 (4,424)
- May 2001 (3,422)
- April 2001 (2,325)
- March 2001 (2,846)
- February 2001 (2,522)
- January 2001 (2,565)
- December 2000 (2,091)
- November 2000 (2,549)
- October 2000 (2,454)
- September 2000 (2,266)
- August 2000 (2,561)
- July 2000 (2,360)
- June 2000 (3,655)
- May 2000 (2,787)
- April 2000 (357)
- March 2000 (8)
- September 1998 (1)
- February 1997 (1)
- January 1997 (1)
- March 1996 (147)
- February 1996 (275)
- January 1996 (686)
- December 1995 (105)
- March 1995 (183)