Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Sneakpeek explanation and summary for comp.databases.oracle.misc

Sneakpeek explanation and summary for comp.databases.oracle.misc

From: <sneakpeek_at_talkway.com>
Date: 1998/08/20
Message-ID: <EPTC1.1917$Mw1.925058@c01read01.service.talkway.com>#1/1

We developed SneakPeek postings as a result of many Usenet users' desire for a summarizing tool that would help them skim through the most active threads. Thus, SneakPeek postings are intended to help users with limited time keep abreast of group discussions, stay in touch with more groups, and check out new groups quickly.

Usenet is an environment where every voice should count equally. However, while some users have found SneakPeek postings useful, others have tried to shout it down, potentially resulting in the tyranny of a vocal few. Therefore, we encourage all to post their constructive opinions so that we may democratically decide if there is room for SneakPeek postings in Usenet.

Talkway, Inc.
http://www.talkway.com

The rest of this message summarizes the most active recent threads in this newsgroup.



SUBJECT: SQL-HELP

Thanks in Advance
Steve

  DECODE(Column, test_value1, return_value1, default_value)

You can add many more (test, return) pairs before the default value. And the default value is optional.
 ...

    decode( my_col, 1, 'A', 2, 'D', 3, 'D', 4, 'C', 'Z' )

returns 'A' if my_col = 1, 'D' if it is 2, etc., or 'Z' if no match is found. You can not use decode in PL/SQL.



SUBJECT: Re: career advice
SUBJECT: Why is query time SLOW on NT?

I am running Personal Oracle 8 on a dual 200 Pentium pro NT system. It has plenty of fast disk storage and 128mb RAM. Should be fast, right? Not with Oracle!
 ...

        I just ran the query on a four processor Pentium and counted a 38500 row table in under three seconds. I have my init<sid>.ora parameters all set to large -- and then some :-) Edit the init file and set everything to large. shutdown the database and then start it up and



SUBJECT: Access front-end to Oracle - How to?

 ...
I'll have a look...

BTW, I presume these products would also handle SQL-Server?



SUBJECT: NOT USING A NOT IN SQL

Talkway, Inc.
http://www.talkway.com Received on Thu Aug 20 1998 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US