dbTalk Databases Forums  

Sponsored Links


comp.databases.oracle.misc comp.databases.oracle.misc


Discuss in the comp.databases.oracle.misc forum.



Post New Thread
Threads in Forum : comp.databases.oracle.misc Forum Tools
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
In article <bg5isl$h8e$1 (AT) d03 (DOT) completel.fr>, sdoussiere (AT) eurocortex (DOT) fr says... Anyway, try Updating the field directly with...
tojo
07-29-2003 06:32 AM
tojo Go to last post
0 81
Hello.. I wrote follow code, but it is not work... pool size is 0.. OO4O in COM+ object very confuse me... T.T How can I use OO4O in COM+ object...
Heo, Jin Young
07-28-2003 11:30 PM
Heo, Jin Young Go to last post
0 123
vslabs (AT) onwe (DOT) co.za (Billy Verreynne) wrote in message news:<1a75df45.0307230029.51fa4273 (AT) posting (DOT) google.com>... Billy, I...
Gary
07-28-2003 08:22 PM
Gary Go to last post
3 114
Hi <I just accidently posted this to oracle.server but that was obviously the wrong group so this would be a crosspost, sorry> Is it possible to...
Tim Gahnstroem
07-28-2003 06:16 PM
Tim Gahnstroem Go to last post
3 97
Arj schrieb: select owner, object_name, object_type from sys.all_objects where object_type in ('PROCEDURE', 'FUNCTION') and owner = user
Thomas Kellerer
07-28-2003 04:01 PM
Pete Finnigan Go to last post
1 85
Hi, In Oracle Enterprise 9.0.1 on Solaris, I am getting this message when I call utl_http.begin_request with any url that is 'out there' on the...
Dave
07-28-2003 01:44 PM
Dave Go to last post
0 186
black wrote: <snip> This example is probably not going to do what you want. I suspect you are going to put a list of values in that v_where...
Richard Kuhler
07-28-2003 01:09 PM
Richard Kuhler Go to last post
0 86
Originally posted by Wayne there is a syntax error. You don't have to fetch any data back. -- Posted via http://dbforums.com
andrewst
07-28-2003 12:53 PM
Abel Fontes Go to last post
4 86
Tomasz wrote: These might help you with some concepts: 1) http://otn.oracle.com >> linux = http://otn.oracle.com/linux 2) The Linux Documentation...
Hans Forbrich
07-28-2003 11:34 AM
Tomasz Go to last post
1 97
Hi. I've downloaded the Oracle developer edition for OS X, but the requirements state OS X server. Is this really the case - has anyone successfully...
Ian McCall
07-28-2003 10:23 AM
Mark Townsend Go to last post
1 83
"Tiger Woods" <clintonn (AT) meb (DOT) co.za> wrote What do you wish to trace and why? -- Niall Litchfield Oracle DBA Audit Commission UK
Niall Litchfield
07-28-2003 10:13 AM
Niall Litchfield Go to last post
0 85
Thanksk Karsten, Can I take a backup of a tablespace alone?
Shafeek Khalidh
07-28-2003 09:05 AM
Brian Peasland Go to last post
3 85
Do you need to write more than 1 million bytes *per line*. normally you would write a line at a time using put_line. -- Niall Litchfield Oracle...
Niall Litchfield
07-28-2003 08:54 AM
Mark D Powell Go to last post
1 107
Hi I have a table with a few columns like year, period, account,company, currency and so on. This table will be joined with one or several...
Fredrik Wahlgren
07-28-2003 05:02 AM
Fredrik Wahlgren Go to last post
5 94
I am newbie to Oracle world, trying to get customer data like name, address, financial information etc. What tables should i be accessing/joining to...
Nik
07-28-2003 04:10 AM
Billy Verreynne Go to last post
4 84
Originally posted by Gerd Forster could do this: update mytable set id = ( select rn from ( select unique_key, row_number() over (order by...
andrewst
07-28-2003 12:26 AM
Billy Verreynne Go to last post
8 93
Hi, I have quite a simple question: How does one back up a database or some tables in Oracle 9.2? I tried a menu entry in "Extras" in Oracle...
Can Oezdemir
07-27-2003 10:27 AM
Sybrand Bakker Go to last post
6 76
Hello everybody, I need some help: I recently asked for new certificates for my OAS 4.0.7.1 server from Verisign and I got SSL V3 certificates. The...
Paolo C.
07-26-2003 06:24 AM
Paolo C. Go to last post
0 82
Dear all, I have an application running in devloper v 4.5 running in windows 95 with oracle 8i client in all the client systems. I would like the...
priya
07-26-2003 04:15 AM
priya Go to last post
0 83
A. Timestamp Valid datatype B. Interval day to second Valid datatype C. Interval month to day Invalid datatype D. Interval year to month
Sikandar
07-25-2003 11:43 PM
Sikandar Go to last post
0 95
Hello: My table is described as: RENTAL# NUMBER CUSTNAME VARCHAR2(15) ITEM_NUMBER NUMBER(4) OUT_DATE DATE DUE_DATE DATE IN_DATE DATE
Steven Markey
07-25-2003 08:21 PM
Jim Kennedy Go to last post
1 182
myhome wrote: which is where I found it earlier this week. However, I'm not sure will allow you to change to a more restrictive character set. I've...
a
07-25-2003 06:53 PM
a Go to last post
0 83
Hi, Does anyone out there know if it is possible to pass a parameter in the formsweb.cfg file, or via the URL to 9i forms running through 9iAS which...
p!
07-25-2003 06:50 PM
a Go to last post
3 121
I need one or two PL/SQL's that will let me - Disable ALL Constraints for one or more tables and at a later time - Enable ALL Constraints for one...
Albert Zweistein
07-25-2003 03:43 PM
grjohnson Go to last post
3 90
HI TARIQ, DID YOU FIND A SOLUTION TO YOUR PROBLEM? THE DOCUMENTATIONS HAVE ALL THE SCRIPTS EXCEPT HR_POPUL.SQL, WHICH HAS BEEN EXCLUDED BECAUSE OF...
udatashi
07-25-2003 03:37 PM
udatashi Go to last post
0 78
I have the following two tables : table a (commit_id, capital_market_id, chg_lst_date ) table b (b_seq_id,
Rima
07-25-2003 11:56 AM
Rima Go to last post
0 83
Try this : select r.ID from table(cast(func() as TY_MyType)) r; A couple of points : 1. A table alias (in my case "r") is required! 2. Your type...
Paul Scott
07-25-2003 11:45 AM
Daniel Morgan Go to last post
1 86
There are a lot of schema used by Oracle as SYS, SYSTEM, OUTLINE... I am looking for a document with the list of all of these schemas. Thanks for...
philippe
07-25-2003 09:04 AM
TurkBear Go to last post
1 110
This must be that old calculus equation: lim(x->2+)(x+x) = 5 I now understand everything!!!! I even understand all the mysteries of the universe!!!...
Ippokratis
07-25-2003 07:56 AM
Brian Peasland Go to last post
4 81
Hi, My script has to update records of a large table (> 40 million records); it get the following error message after running the script for about 8...
Squeller27
07-25-2003 03:50 AM
Squeller27 Go to last post
2 95
Hi, I am learning C# at the moment having previously developed mostly in Delhpi and VB. What I would like to know is where can i find a really good...
Mike
07-25-2003 03:35 AM
Niall Litchfield Go to last post
3 89
vslabs (AT) onwe (DOT) co.za (Billy Verreynne) wrote in message news:<1a75df45.0307222115.6571318e (AT) posting (DOT) google.com>... K class could...
Eric
07-25-2003 02:22 AM
Joel Garry Go to last post
3 179
I took another look fixed it. Thanks, I guess I just needed anther pair of eyes. I can't help the table names, they are predefined by our ERP...
Eddie Monster
07-25-2003 12:17 AM
Eddie Monster Go to last post
1 89
Has anyone had any problems using the 8.1.7 OCI JDBC driver with a 9i database? Oracle states they are compatible at the following...
Matt
07-24-2003 05:07 PM
Sybrand Bakker Go to last post
1 85
I am starting the Oracle server from zero and I want to use Oracle Developer, Designer and Forms (all in the same server) but I don't know if I need...
Raul Lopez
07-24-2003 09:14 AM
Harald Maier Go to last post
3 84
Originally posted by Thomas Stuefer :NEW refer to. In any case, this would be horribly inefficient. Your best bet here is to hard code each field,...
andrewst
07-24-2003 09:02 AM
andrewst Go to last post
0 98
Greetings, I'm not sure if my question is suitable here. Sorry if not. I have two table with exactly same structure. Now, I want to copy a...
music4
07-24-2003 12:46 AM
Jim Kennedy Go to last post
1 125
so we've discovered we quantified about the same years of X. and we've discovered we've different oppinions. well, that's neat. "good on...
Andy Hassall
07-23-2003 11:14 PM
Hans Forbrich Go to last post
6 102
Hi, I hope somebody can help me. I have a problem with dcmctl tool on Oracle 9iAS. I get an ADM-100999 error. In the...
Óscar
07-23-2003 06:25 PM
Anna C. Dent Go to last post
1 140
On Wed, 23 Jul 2003 16:33:55 +0200, "Maurizio Coda" <maurizio.coda (AT) tin (DOT) it> wrote: Please - do NOT cross and multipost to every Oracle...
Sybrand Bakker
07-23-2003 03:18 PM
Sybrand Bakker Go to last post
0 79
Easily found on Oracle's web site... Oracle 9i EE is $40K/processor. But in the end, you'll want to talk with an Oracle Sales rep and work the best...
Brian Peasland
07-23-2003 01:25 PM
Ryan Go to last post
1 117
Hi, I recently installed a minimal version of Oracle 9i on my WinXP laptop. I don't want the Oracle web server to run. It seems that it runs even...
MrBill
07-23-2003 11:24 AM
TurkBear Go to last post
1 84
Hi all! We are building an Oracle Portal using Discoverer worksheets. I would like to enable the users in Portal to enter a parameter for...
mgarceau
07-23-2003 10:29 AM
mgarceau Go to last post
0 96
We would like to make an interface between SQL Server and Oracle 8i(9i) where the data comes mainly from SQL Server. What is the best way to do this?...
Peter
07-23-2003 09:03 AM
Mark Beck Go to last post
3 98
We are trying to snapshot data from 8.1.7.4 database with single byte 8bit characterset (WE8MSWIN1252) to multipbyte (UTF8) also...
Imran Rahim
07-23-2003 08:45 AM
Imran Rahim Go to last post
0 114
Steve Howard wrote: Quite frankly a lot of people in a lot of professions are slimy. That is no excuse for not exercising good judgement. Keith's...
Keith
07-23-2003 07:43 AM
Ed prochak Go to last post
17 149
"programmer" <int.consultNOCAPITALS (AT) macmail (DOT) com> wrote No that didn't work - you'll have to copy and paste the url from both lines.
p!
07-23-2003 04:57 AM
Paul Scott Go to last post
12 176
Hi there. I'm using the Oracle Enterprise Manager 9.2.0.1.0 and tried to check for blocks on some databases (8.0.6.1.0 to 8.1.7.0.0 db's) and I get...
Marc Eggenberger
07-23-2003 04:00 AM
Marc Eggenberger Go to last post
0 91
hi, I want the transactions and levels which level is maximum and version is maximum, knowing the version has priority (version >...
Max
07-22-2003 07:35 PM
Daniel Morgan Go to last post
1 107
One of the things I try while tuning is to do a count(*) over the tuned SQL, this saves me the full result dump, and doesnt lose the query execution...
rohit
07-22-2003 03:36 PM
rohit Go to last post
5 101
Post New Thread

Display Options
Showing threads 8551 to 8600 of 8844
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.