Search Discussions
-
OK folks. I've slammed this around every which way I can think of. Two columns of a table are char(18) and contain 13, 15, or 16 numeric digits. The digits are KNOWN to be strictly numeric (except ...
Stephen.Lee_at_DTAG.Com
Jul 14, 2004 at 6:52 pm
Jul 21, 2004 at 3:23 pm -
Does anyone have OEM 10G startup/stop scripts for Solaris or Redhjat which I can reference? I plan to put script under /etc/rc0.d and /etc/rc3.d. Thanks.
Dba1 mcc
Jul 1, 2004 at 9:45 am
Jul 6, 2004 at 1:04 pm -
http://otn.oracle.com/books/pdfs/oaktable_ch5.pdf Please see the official ORACLE-L FAQ: http://www.orafaq.com To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the ...
Chris Stephens
Jul 29, 2004 at 9:01 am
Aug 7, 2004 at 6:46 am -
Dear All, Can you let me know the difference between count(*) and count(1) ? Warm Regards, Mukund CONFIDENTIALITY CAUTION This communication (including any accompanying documents) is intended only ...
Mukund
Jul 8, 2004 at 12:58 am
Jul 11, 2004 at 10:43 am -
Guys, I know you can reconstruct data in a table (given your undo segments in = your undo tablespace is not overwritten) with flashback query. However, you should be able to do the same using = ...
Paula_Stankus_at_doh.state.fl.us
Jul 23, 2004 at 4:21 pm
Aug 23, 2004 at 3:38 pm -
Hi all, There seems to be some question about the use of AWR in 10g, and whether it requires licenses in addition to licensing the database software. This link to the Oracle docs indicates that AWR ...
Jared Still
Jul 26, 2004 at 9:16 pm
Jul 28, 2004 at 4:18 pm -
Hi ORACLE-L list posters, Warning if you posted on Oracle-L lately... I just got an email from dgoulet_at_vicr.com with ZIP attached. Yahoo scan did not detect virus, but my McAfee did trap the ...
Michael Thomas
Jul 8, 2004 at 8:42 pm
Jul 14, 2004 at 7:57 am -
I'm trying to improve my knowledge of tuning and the performance of my = 9i Ver 9.2.0.4 data warehouse by creating histograms on columns used in = where clauses with skewed data values. I have ...
Freeman, Donald
Jul 21, 2004 at 1:01 pm
Jul 24, 2004 at 6:26 am -
Oracle 8173. I have a query like this: select x, count(1) cnt from ABC group by x; which shows: X CNT ---------- ---------- 1 25 2 18 6 156 7 529 8 43 9 355 What I want is X CNT ---------- ---------- ...
Guang Mei
Jul 19, 2004 at 2:47 pm
Jul 20, 2004 at 3:08 pm -
I'd love to hear comments on the following Q&A (by a well-known Oracle "expert"). Do list members think that this view prevails today? Am I correct in believing that the importance of normalization, ...
Paul Baumgartel
Jul 29, 2004 at 10:29 am
Jul 30, 2004 at 3:33 pm -
I had a question about a problem with 9.2 V$ views where a RULE hint helped V$LOCK tremendously. Someone suggested Analyzing the SYS tables. IS everyone doing that now or is there considerable ...
Wolfson Larry - lwolfs
Jul 29, 2004 at 1:24 pm
Jul 30, 2004 at 5:40 pm -
My company said they would pay for the certified masters and I get a training budget so I can use that for the required courses. Can I assume that the same classes you can take for 9i, you can take ...
Ryan.gaffuri_at_comcast.net
Jul 21, 2004 at 12:47 pm
Jul 26, 2004 at 10:56 am -
27
10g on Linux
I need to install Oracle on the below configuration. We have 20GB of = memory and are running the hugemem kernel. I would like to take = advantage of this as much as possible. We have already ...Ken Payton
Jul 30, 2004 at 4:57 pm
Aug 12, 2004 at 10:57 am -
Folks How are "free buffer waits" (below) to be addressed? Case - Benchmark of OLTP Transactions(ATM Trans) of a Banking Application Machine - HP Superdome Storage XP1024 DB Server =3D 32 CPUs ...
VIVEK_SHARMA
Jul 26, 2004 at 12:29 pm
Jul 30, 2004 at 2:16 am -
On all of our machines we have enterprise edition databases. Due to price constraint, for one of our applications, the business = bought standard edition. Question: After installing standard edition ...
Maheswara.rao_at_brass.com
Jul 21, 2004 at 6:21 pm
Jul 26, 2004 at 12:06 pm -
24
Log switches
We are testing a streams based replication ... currently log switches happen every minute, we would like to bring this down to few seconds (to have more instantaneous data available). Is it possible? ...Raj Jamadagni
Jul 7, 2004 at 8:57 am
Jul 9, 2004 at 11:05 am -
Hi list I'm investigating this, if your default blocksize is 8k, and you create a tables using 2k block you have the ALTER SYSTEM SET DB_2K_CACHE_SIZE = 100M; to set the size for this block cache But ...
Juan Carlos Reyes Pacheco
Jul 21, 2004 at 9:32 am
Aug 2, 2004 at 3:18 pm -
Hi all, We need to rebuild our table and index segments. I guess we wouldn't have problems rebuilding the indexes online. However, I don't see any way to move tables online. Of course, I can issue ...
Alexandre Gorbatchev
Jul 26, 2004 at 4:24 pm
Jul 28, 2004 at 11:52 am -
I am trying to switch to GLOBAL_NAMES=TRUE. If I have two databases and set global_names=true on database A, on database B I need to ALTER DATABASE RENAME GLOBAL_NAME TO sid.domain. Currently this ...
DENNIS WILLIAMS
Jul 21, 2004 at 9:44 am
Jul 22, 2004 at 8:57 pm -
We're making plans to upgrade the Oracle client on our user's PCs (running Win 2000). I spent several days trying to deinstall the current client (8.1.6) via a script with the Oracle Installer. After ...
Hostetter, Jay M
Jul 6, 2004 at 9:33 am
Jul 15, 2004 at 10:48 am -
Hello list,=20 I'm trying to duplicate a DB from host A to host B using RMAN, after = dealing with the directories stuff (having the backup files in the same = path as the original) I tried once ...
Aragon, Gabriel (GE Commercial Finance)
Jul 15, 2004 at 6:02 pm
Jul 20, 2004 at 10:49 am -
18
9.2 V$ views
Hi, guys. We were getting killed on SAP, when checking locks, after we upgraded to 9.2 One of the other DBAs came up with this and it was a dramatic improvement. Not sure if he got it from metalink ...Wolfson Larry - lwolfs
Jul 26, 2004 at 4:39 pm
Aug 10, 2004 at 12:58 pm -
Hi All, SQL alter system backup controlfile to trace; Does anybody have a script to parse this control file backup ? that is, i need to create a neat script that contains just STARTUP NOMOUNT CREATE ...
Prem Khanna J
Jul 1, 2004 at 12:08 am
Jul 5, 2004 at 9:20 pm -
List, As part of the never ending SarbOx effort, I'm putting together a method to get a baseline of Oracle databases for auditing purposes. My current criteria for this are as follows: Track the ...
Jared.Still_at_radisys.com
Jul 20, 2004 at 4:01 pm
Jul 22, 2004 at 4:20 am -
Platform: Oracle 9.2.0.5 Solaris 2.9 ArcSDE 8.3 I am running a DSS - geodatabase with 30 concurrent users. I am getting = ORA-04031 errors. I have verified that last_failure_size ...
Paula_Stankus_at_doh.state.fl.us
Jul 14, 2004 at 9:24 am
Jul 15, 2004 at 8:28 am -
16
sysdba
�Someone was telling me connecting as sysdba from sqlplus is not allowed in 9i. I tried and found it did seem to not be available. Is this a security consideration... And/or does anyone have a ...Spears, Brian
Jul 12, 2004 at 8:43 am
Jul 13, 2004 at 1:30 pm -
16
RMAN and NFS
I am looking to move to RMAN as a backup tool and away from my shop's standard of BMC sqlbacktrack. This is certainly a popular topic on this list, as I've seen many posts related to this specific ...Michael Fontana
Jul 1, 2004 at 1:30 pm
Jul 2, 2004 at 5:02 pm -
Does anyone know how to switch off the superset check when changing the = national character set. I would like to change the character set of a = new database without rebuilding it and I am receiving ...
Ken Payton
Jul 30, 2004 at 6:58 am
Aug 1, 2004 at 12:12 am -
Hi, As part of our move to 9i, we're looking at various features, and I'm wondering about compiled PL/SQL. Does anyone have any experience with it? Any major issues or problems? Is there any gold at ...
Bobak, Mark
Jul 28, 2004 at 9:44 am
Jul 28, 2004 at 3:52 pm -
I'm having a hard time determining how much time is actually spent on CPU, Consider the following Runtime TRACE_ID EVENT WAITS WAIT_SECS ELAPSED_SECS CPU_SECS 25-JUN-2004 12:05 nlco_ora_7279 db file ...
MacGregor, Ian A.
Jul 1, 2004 at 3:39 pm
Jul 7, 2004 at 12:28 pm -
List, For creating function index I have Granted "create any indextype" to user BUT still this user can not create Function Index. What kind of Privilege user need to create function index, I don't ...
Hamid Alavi
Jul 26, 2004 at 1:35 pm
Jul 26, 2004 at 5:38 pm -
Oracle 9i. The DBA used enterprise manager to change memory parameters and restart the database, but the database can't grab all the data specifiied, so it won't start back up. He can't get ...
David wendelken
Jul 21, 2004 at 5:09 pm
Jul 22, 2004 at 11:47 am -
Hello Gurus, Here is the situation, I have a Oracle 7.3.4 dump, which am importing into a Oracle 9.2 server, both Windows platforms. I created a new user "schema" for the data, with it's own ...
Denham Eva
Jul 13, 2004 at 9:28 am
Jul 15, 2004 at 12:28 am -
Anybody knows when this Book is scheduled to release ??? Cheers, Ganesh R For more information about Barclays Capital, please visit our web site at http://www.barcap.com. Internet communications are ...
Ganesh.Raja_at_barclayscapital.com
Jul 6, 2004 at 4:14 pm
Jul 8, 2004 at 4:09 pm -
I need to shutdown oracle8i database to move data file to another disk but it takes about 40 minutes to shutdown immediate. Can I go ahead to issue "shutdown abort" then move data file? Does it hurt ...
Nguyen, David M
Jul 8, 2004 at 10:45 am
Jul 8, 2004 at 1:40 pm -
Hi list I had done a simple function table to get free space only in tables for 9.2 I'll improve some day. hope be usefull to you. grant analyze any to daz; DROP TYPE DAZ.typ_space; CREATE OR REPLACE ...
Juan Carlos Reyes Pacheco
Jul 28, 2004 at 4:22 pm
Jul 29, 2004 at 9:35 am -
I need to execute a sql script on unix, which will connect to a remote oracle database. What can I do to prevent hard-coding the oracle password within the script? American Express made the following ...
Tracy Rahmlow
Jul 19, 2004 at 1:28 pm
Jul 20, 2004 at 2:19 pm -
Enviroment: Oracle 8.1.7.4 / AIX 5.2 Scenario: I have an rman backup (nocatalog) and a separate control file backup done at 11:00 pm. The database is in archivelog mode. At 11:00 am the next morning ...
Schauss, Peter
Jul 13, 2004 at 3:08 pm
Jul 15, 2004 at 12:34 pm -
I would like to make you a question Documentation is really nice, now I'm doing a advanced tuning course, and in the documentation there is a fault of touch with the reality for example in tuning ...
Juan Carlos Reyes Pacheco
Jul 14, 2004 at 11:46 am
Jul 15, 2004 at 7:55 am -
Hi all We are in need of a solution to capture all changes to a schema, table creates, alters drops, procedure creates... functions, views, indexes etc etc. one option is Auditing, The other is via a ...
Leonard, George
Jul 12, 2004 at 3:52 am
Jul 12, 2004 at 12:09 pm -
Dear list, I have installed Oracle 10g (Linux) with the WareHouse example database. What I want is to learn more info about this example database (schema etc.). Where can I find the info? many ...
Mihalis I. Tsoukalos
Jul 2, 2004 at 6:26 am
Jul 5, 2004 at 12:56 am -
I believe there is a view that will have all of the oracle errors listed in it. I am not talking about dba_errors which has all the current errors. Just a lookup of Oracle errors. One of the guys ...
Ryan.gaffuri_at_comcast.net
Jul 27, 2004 at 10:25 am
Jul 29, 2004 at 9:28 am -
� Hi list, once I read Tom Kyte use some hints, I ask where you get informatoin about them, or is only for Oracle people, I think they should help when tuning and try to find the specific problem ...
Juan Carlos Reyes Pacheco
Jul 23, 2004 at 5:46 pm
Jul 26, 2004 at 12:40 pm -
Folks, Is there a single query or builtin PL/SQL routine that allows one to calculate the (character) length of a column that works for both 8i and 9i? For 8i, character length = data_length For 9i, ...
Adam Donahue
Jul 14, 2004 at 2:26 pm
Jul 14, 2004 at 4:41 pm -
Larry, I've got a second client who seems to be doing this 80% of the time. Gonna have the DBA ask if they're using Weblogic. Larry -----Original Message----- From: oracle-l-bounce_at_freelists.org ...
Wolfson Larry - lwolfs
Jul 1, 2004 at 7:49 pm
Jul 9, 2004 at 4:38 pm -
Hi, I got a table w/ the ff: data id startdate enddate 1 10/01/2004 12/13/2004 2 12/01/2004 12/02/2005 3 12/03/2004 02/20/2005 need to produce the ff:output mm/yyy id 11/2004 1 12/2004 1 12/2004 2 ...
Mglim2_at_softhome.net
Jul 31, 2004 at 4:35 am
Aug 2, 2004 at 3:29 pm -
Sorry if this is the dumb question for the day, but how does one go about dropping the definition for a global temp table? DROP TABLE doesn't do the job for me. Best regards, Jonathan Gennick --- ...
Jonathan Gennick
Jul 29, 2004 at 2:42 pm
Jul 30, 2004 at 11:25 am -
Hi, We are having insert performance problem and need some suggestions on tuning.=20 Overview of the scenario In our application, one of the main components is insertion of about 2 million records ...
Harvinder Singh
Jul 27, 2004 at 2:44 pm
Jul 27, 2004 at 5:10 pm -
Hi list does any one knows How I know in oracle's dictionary if a procedure is wrapped thanks Juan Carlos Reyes Pacheco OCP Please see the official ORACLE-L FAQ: http://www.orafaq.com To unsubscribe ...
Juan Carlos Reyes Pacheco
Jul 27, 2004 at 10:18 am
Jul 27, 2004 at 12:42 pm
Group Overview
group | oracle-l |
categories | oracle |
discussions | 359 |
posts | 2,436 |
users | 312 |
website | oracle.com |
312 users for July 2004
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)