dbTalk Databases Forums  

Documentation for 8.*

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


Discuss Documentation for 8.* in the comp.databases.oracle.misc forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Christian Wapenhans
 
Posts: n/a

Default Documentation for 8.* - 05-22-2005 , 06:31 AM






Hello,

i've to optimize a sql statement for a customer. There are inner join and
join.

Is there any documentation which I can read in order to know how to do it.

The statement from an mssql server doesn't work.

The Problem:

tab1:
id1
name1

tab2:
id2
name2

tab3:
id3
id1
id2

I need all name1s from tab1 which are empty. That means no id2 exist for
id1.

The whole problem is bigger. But this part is the problem, because there
are 3,000,000 entry in tab2 and tab3 and 100,000 entries in tab1.

The orcale version ist something like 8.0



Bye from Wunstorf, Germany
Christian


Reply With Quote
  #2  
Old   
Frank van Bortel
 
Posts: n/a

Default Re: Documentation for 8.* - 05-22-2005 , 07:02 AM






Christian Wapenhans wrote:
Quote:
Hello,

i've to optimize a sql statement for a customer. There are inner join and
join.

Is there any documentation which I can read in order to know how to do it.

The statement from an mssql server doesn't work.

The Problem:

tab1:
id1
name1

tab2:
id2
name2

tab3:
id3
id1
id2

I need all name1s from tab1 which are empty. That means no id2 exist for
id1.

The whole problem is bigger. But this part is the problem, because there
are 3,000,000 entry in tab2 and tab3 and 100,000 entries in tab1.

The orcale version ist something like 8.0



Bye from Wunstorf, Germany
Christian

http://www.oracle.com/technology/doc...ion/index.html
That has all documentation on line, going back to 7.3.4.
May require a (free) subscription.

No pun intended, but you seem hardly the person to
optimize Oracle statements, if you don't even know the
basics like "how to display records from one table,
that do not exist in the other?"

What is the mssql statement you used for, like V2.2?

--
Regards,
Frank van Bortel


Reply With Quote
  #3  
Old   
DA Morgan
 
Posts: n/a

Default Re: Documentation for 8.* - 05-22-2005 , 09:53 AM



Christian Wapenhans wrote:
Quote:
Hello,

i've to optimize a sql statement for a customer. There are inner join and
join.

Is there any documentation which I can read in order to know how to do it.

The statement from an mssql server doesn't work.

The Problem:

tab1:
id1
name1

tab2:
id2
name2

tab3:
id3
id1
id2

I need all name1s from tab1 which are empty. That means no id2 exist for
id1.

The whole problem is bigger. But this part is the problem, because there
are 3,000,000 entry in tab2 and tab3 and 100,000 entries in tab1.

The orcale version ist something like 8.0



Bye from Wunstorf, Germany
Christian

I don't intend to be too negative here but every indication from your
post is that you are lacking the skills to be successful. You MUST
know the exact version number.

Go to http://www.psoug.org
click on Morgan's Library
click on Joins
--
Daniel A. Morgan
http://www.psoug.org
damorgan@x.washington.edu
(replace x with u to respond)


Reply With Quote
  #4  
Old   
Christian Wapenhans
 
Posts: n/a

Default Re: Documentation for 8.* - 05-22-2005 , 01:22 PM



In <1116773369.869335@yasure>, on 05/22/05
at 07:53 AM, DA Morgan <damorgan (AT) psoug (DOT) org> said:



Quote:
Christian Wapenhans wrote:

The orcale version ist something like 8.0

I don't intend to be too negative here but every indication from your
post is that you are lacking the skills to be successful. You MUST know
the exact version number.
That's not the problem. I'll know that next week.


Bye
Christian



Reply With Quote
Reply




Thread Tools
Display Modes

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 - 2012, Jelsoft Enterprises Ltd.