Search Discussions
-
71
password
how can a dba see the password of a user.The new MSN 8: smart spam protection and 2 months FREE* -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: faisal ahmad INET ...Faisal ahmad
Dec 17, 2002 at 4:09 am
Dec 21, 2002 at 11:38 pm -
Tis the season to give. At least thats what i've been told. Anyway, I've put together a little page of my favorite sql scripts. (I've actually written only about 1/2 of them. The rest are stolen from ...
Toepke, Kevin M
Dec 19, 2002 at 7:54 pm
Dec 24, 2002 at 4:48 am -
I was told by the department manager that they were neither using a direct load nor the Append hint. But the developer is back from vacation today so I'll get a more definite answer from him. Thanks, ...
Miller, Jay
Dec 2, 2002 at 7:23 pm
Dec 6, 2002 at 9:18 pm -
Anyone have any useful scripts for doing this? TIA, Rich -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Richard Huntley INET: rhuntley_at_mindleaders.com Fat City Network ...
Richard Huntley
Dec 26, 2002 at 8:24 pm
Dec 31, 2002 at 3:54 pm -
Hello all, 8.1.7, Windows 2000 SP2 Here's the error: * ERROR at line 1: ORA-01001: invalid cursor ORA-06512: at "ELVIS.CLEANUP_VEGAS_PK", line 1970 ORA-01410: invalid ROWID ORA-06512: at line 1 Has ...
Koivu, Lisa
Dec 31, 2002 at 1:43 pm
Dec 31, 2002 at 10:04 pm -
Listers, 8.1.7.4 64 Bit Solaris Does row migration utilize DB File Sequential Reads on the table? Off the top of my head I would expect so, but I've never tested something like that before. Trying to ...
Larry Elkins
Dec 27, 2002 at 12:08 am
Dec 30, 2002 at 1:43 am -
How do I increase size of oracle data files and rollback segments and Can I do it when database is online? Thanks, David -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author ...
Nguyen, David M
Dec 9, 2002 at 10:23 am
Dec 13, 2002 at 4:59 pm -
24
To_Number
I have a table which contains a Unit_Cost varchar2(16) which contains $34,000.05. I can enter select to_number('$34,990.08','$999,999,999.99') from dual; and the results is 34990.08. However when I ...Burton, Laura L.
Dec 5, 2002 at 7:24 pm
Dec 9, 2002 at 1:03 pm -
Hey people! A friend of mine was just asking me about getting Oracle certified (I completed the Oracle 8i cerfication exams last year), he told me that to his knowledge Oracle requires that you've ...
Kieran Murray
Dec 4, 2002 at 5:24 pm
Dec 5, 2002 at 5:14 pm -
I finally have a bit of time and was wondering what are different methods to get DDL other than Export rows=n Using Quest SQL navigator Using The Databee tool Ideally Id like to get it from a sql ...
Bob Metelsky
Dec 18, 2002 at 3:15 pm
Dec 19, 2002 at 3:54 pm -
23
STATSPACK
Hi How to clean all old STATSPACK data? Thx -Seema STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail -- Please see the official ORACLE-L FAQ ...Seema Singh
Dec 9, 2002 at 4:14 pm
Dec 13, 2002 at 8:09 pm -
Just a thought here for a script I think would be handy but I haven't had time to write. It is would be a simple procedure you could call to get the service level for a particular database. I suppose ...
Post, Ethan
Dec 2, 2002 at 10:33 pm
Dec 4, 2002 at 5:44 pm -
Dear List, We have UnixWare 7.1 and I want to take backup of Database files (Physical files) to my tape. I did use tar command: tar c8v1 /home/oradata It's working properly but the problem is: tar ...
Ashraf Salaymeh
Dec 18, 2002 at 4:58 am
Dec 20, 2002 at 7:28 am -
I thought I had these files stopped .... but apparently not. Is there somone out there who can tell me how to stop the Audit files from appearing in the audit_file_dest ??? I thought if I set the ...
Kevin Lange
Dec 26, 2002 at 10:59 pm
Dec 30, 2002 at 3:53 pm -
Hi, list friends: I am reading oracle 9.2 performance planning manual, and see it says: Today's date. SELECT SYSDATE FROM DUAL can account for over 60% of the workload on a database. {page 33 of that ...
Chao_ping
Dec 26, 2002 at 1:18 pm
Dec 27, 2002 at 12:22 pm -
You can try using the wakeup parameter of oradebug. You need to get the process ID of the pmon process, select pid from v$process p,v$bgprocess b where b.paddr = p.addr and name = 'PMON' then ...
Kurth, Michael J.
Dec 24, 2002 at 2:33 pm
Dec 27, 2002 at 4:25 pm -
We are continually seeing sessions hanging on row cache locks, which in turn appear to be on dc_segments: SID EVENT P1TEXT P1 P2TEXT P2 P3TEXT P3 ----- ----------------- ---------- -- -------- -- ...
Thomas Jeff
Dec 20, 2002 at 2:44 pm
Dec 23, 2002 at 6:13 pm -
Hello All, I am currently working on capacity planning of the database, expecting the database size based on the business object,sales ( Historical data). I am not sure about the approach I am ...
Reddy, Madhusudana
Dec 17, 2002 at 2:18 am
Dec 18, 2002 at 6:38 pm -
As part of the process of making sure that null/not null constraints are consistent across development/staging/production, I'm looking at the dba_cons_columns table. Now, as far as I know, ...
Rachel Carmichael
Dec 30, 2002 at 8:23 pm
Dec 31, 2002 at 3:14 pm -
Hi everybody I'm not quite sure wether this has been discussed in deep before, but I couldn't find anything satisfieing (hope the spelling is correct;)) things in the archive. Anyway: Due to my lack ...
Stefan Jahnke
Dec 20, 2002 at 12:34 pm
Dec 23, 2002 at 10:53 pm -
14
DUAL
Hallo, Problems with dual, please read link http://searchdatabase.techtarget.com/tip/0,289483,sid13_gci831497,00.html TIA, Dave -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- ...Farnsworth, Dave
Dec 12, 2002 at 6:14 pm
Dec 17, 2002 at 9:12 pm -
RE: Oracle 9i installation - Basic Qs - HELP!Hi, How can I archive redo logs automatically to a different machine ?. Standby database is not an option because the target machine's OS is different ...
Bala Regupathy
Dec 10, 2002 at 8:06 pm
Dec 11, 2002 at 4:04 pm -
which dictionary should I check to see whether a tablespace is read-only or read-write? thanks for your help. -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Shao, Chunning ...
Shao, Chunning
Dec 18, 2002 at 9:33 pm
Dec 19, 2002 at 7:45 pm -
What is the Best Practice for DB_BLOCK_SIZE for Index Tablespaces Undergoing High Volume of Insert, Update, Selects ? Why ? Any Docs, Links for the Same ? NOTE - This is for a Hybrid Application ...
VIVEK_SHARMA
Dec 17, 2002 at 4:28 pm
Dec 23, 2002 at 4:49 pm -
We are trying to test out monitoring software (on a test database at 8.1.6.3). We have been able to generate most of the errors that we want to monitor for, but have been unable to generate an ...
Ball, Terry
Dec 19, 2002 at 8:51 pm
Dec 20, 2002 at 6:46 pm -
Folks, I know that when creating indexes a couple of settings such as SORT_AREA_SIZE can have a big impact on duration. What settings apply during online rebuilds? Are the rules the same? What tips ...
Mark Richard
Dec 5, 2002 at 5:48 am
Dec 13, 2002 at 11:58 pm -
Hi, Oracle 8.1.6 NT 4.0 I have a rather complex query a developer gave to me to try to improve performance. There are 3 tables used. All relevant columns used are indexed. The tables have been ...
Rick_Cale_at_teamhealth.com
Dec 6, 2002 at 12:53 pm
Dec 9, 2002 at 12:24 pm -
12
hmm...
Don't ask how we got into this situation, but I have two instances with the same global_name and need to be able to create a link between them. Is this doable? Adam -- Please see the official ...Donahue, Adam
Dec 6, 2002 at 4:41 pm
Dec 9, 2002 at 1:23 am -
11
no subject
I don't manage the mail list software, Bruce Bergman does. Though these are a minor annoyance, I personally wouldn't bother writing code/rules to eliminate these. Just hit Jared "Naveen Nahata" Sent ...Jared.Still_at_radisys.com
Dec 3, 2002 at 5:23 pm
Dec 31, 2002 at 8:58 am -
Whoa! Tim, thanks a lot for sharing this. Quite an insight. So SELECTs are not a concern. INSERTs are a "come and see DBA" thing (physical design issue). DELETEs are relatively infrequent and many ...
Boris Dali
Dec 4, 2002 at 3:53 pm
Dec 6, 2002 at 3:54 pm -
I use a script named db_uptime.sql (I think I got it from the list here) to calculate how long the database has been up. The output compares nicely to the unix uptime command. We had some maintenance ...
Stephen Andert
Dec 2, 2002 at 9:33 pm
Dec 5, 2002 at 8:06 pm -
Hi Listers, I'm new on Oracle Database 9i after I migrated from Oracle 8i. I try to use backup facility from Oracle 9i and I already follow the instructions how to activate the automatic backup but ...
Sony kristanto
Dec 27, 2002 at 1:23 am
Dec 29, 2002 at 3:58 pm -
It is possible for ITL starvation to result in deadlocks, and changing INITRANS (and rebuilding the problem objects) would help - but no-one can give you an appropriate answer without seeing the ...
Jonathan Lewis
Dec 20, 2002 at 8:43 am
Dec 27, 2002 at 8:58 pm -
RESEND: never saw it get posted: Can we force veritas netbackup (HPUX) to NOT backup open files? Here is the problem: while arch process is writing out archive logs, the netbackup script that backs ...
JOE TESTA
Dec 19, 2002 at 3:50 pm
Dec 26, 2002 at 6:58 am -
Hi Listers, I have little problem : how to undelete record that we've delete and commit so I can restore again in my data, thanks a lot. -- Please see the official ORACLE-L FAQ: http://www.orafaq.net ...
Sony kristanto
Dec 20, 2002 at 6:43 am
Dec 21, 2002 at 3:13 am -
http://education.oracle.com and search for D12856GC10 Raj Rajendra Jamadagni MIS, ESPN Inc. Rajendra dot Jamadagni at ESPN dot com Any opinion expressed here is personal and doesn't reflect that of ...
Jamadagni, Rajendra
Dec 13, 2002 at 6:59 pm
Dec 20, 2002 at 3:45 pm -
Hi all, I have a table by name shipment with two columns say ship_id and ship_name and data as follows: SHIP_ID SHIP_NAME ------------- ------------------- ABC 1ABCLMN XYZ 23XYZ1112 ABB 123LM I want ...
Krishnaswamy, Ranganath
Dec 17, 2002 at 10:38 am
Dec 18, 2002 at 6:38 am -
Is there no way to produce a report from the RMAN views/tables that lists the date and duration of the backups for each database? I have pored through the RC views and can produce such a report at ...
Walter K
Dec 11, 2002 at 6:11 pm
Dec 17, 2002 at 12:59 pm -
Is it possible to suppress successful DDL within the alter log? For example, I have a cron job that coalesces 300+ tablespaces which creates a couple line entry for each. I would like to get feedback ...
Markham, Richard
Dec 16, 2002 at 4:18 pm
Dec 17, 2002 at 9:18 am -
ok, here's the situation: we are loading our warehouse via etl processes generated by warehouse builder (owb). we went live with this a little over a week ago. up to this point we have been running ...
Chris Stephens
Dec 10, 2002 at 5:30 pm
Dec 16, 2002 at 10:23 pm -
Guys, i posted this already and this time my question is a bit different . I have to store 20,000,000 images of 5k each either in DB ( on win2k) or linux o/s file system. the images are to be ...
Oraora oraora
Dec 3, 2002 at 10:48 am
Dec 4, 2002 at 8:23 am -
In the 9i SQL Reference Guide Release 2 9.2, under "CREATE TABLESPACE", "segment_management_clause" Restrictions on the AUTO clause: · You can specify this clause only for permanent, locally managed ...
Hemant K Chitale
Dec 15, 2002 at 2:38 am
Dec 27, 2002 at 10:03 am -
Dear everyone, I already installed oracle 8i database on my server, to make my system secured I changed my 'INTERNAL' password but I forget to write the changed in my book, and now I can't enter to ...
Sony kristanto
Dec 18, 2002 at 7:13 am
Dec 20, 2002 at 2:08 am -
Hi, This is the query bothered us very much recently. It run at least 15 min. and sometimes crashed the temp tablespace. Do you have any idea how to make it run better. Our developer tried used two ...
Joan Hsieh
Dec 17, 2002 at 7:34 pm
Dec 18, 2002 at 4:04 pm -
List: I have a developer trying to install Oracle9i Application Server Release 2 (9.0.3) on a .net server. He's using the install disk for Windows NT and 2000. Needless to say, it gives him an error ...
Barbara Baker
Dec 17, 2002 at 11:34 pm
Dec 18, 2002 at 11:58 am -
Hey all, Does anyone have an idea as to how to tackle "single-task" message waits on 8.1.7? The most I could find on this is that it may have to do with Context indexes, which are referenced in the ...
Jesse, Rich
Dec 3, 2002 at 11:10 pm
Dec 11, 2002 at 10:44 pm -
This is driving me crazy. Can't seem to find the tablespace manager which I used to pull up from DBA Studio - now I have a different version which doesn't have DBA Studio - where has it been moved or ...
Paula_Stankus_at_doh.state.fl.us
Dec 9, 2002 at 3:14 pm
Dec 10, 2002 at 6:09 pm -
Hi listers, Thanks for the comments to Dennis and Ron; I knew there was something wrong with that comment, but decided to ckeck it out with the list just in case :) thanks for your time! Saludos, ...
Veronica Levin
Dec 2, 2002 at 4:34 pm
Dec 6, 2002 at 8:59 pm -
Hi All, I remember that a number of people were all for getting together on the Monday night at the UKOUG. I *don't* remember us actually arranging a place/time..;) Is there any chance of another ...
Mark Leith
Dec 3, 2002 at 9:59 am
Dec 3, 2002 at 5:28 pm -
Oracle has very good reason to have this role limitation. Â Suppose you have a role role_a. Through this role you have access to a table table_b. Now you create a procedure that accesses table_b. An ...
Jamadagni, Rajendra
Dec 25, 2002 at 5:28 pm
Dec 27, 2002 at 8:43 am
Group Overview
group | oracle-l |
categories | oracle |
discussions | 444 |
posts | 2,047 |
users | 311 |
website | oracle.com |
311 users for December 2002
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)