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

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle 11g new features

Re: Oracle 11g new features

From: Fuzzy <fuzzy.greybeard_at_gmail.com>
Date: 25 Mar 2007 14:22:46 -0700
Message-ID: <1174857766.920655.113180@y80g2000hsf.googlegroups.com>


On Mar 25, 8:31 am, sybra..._at_hccnet.nl wrote:

> On Wed, 21 Mar 2007 20:49:29 +0100, "Matthias Hoys" <a..._at_spam.com>
> wrote:
>
> >How about:
>
> >CREATE USER LIKE ...
> >FLASHBACK SCHEMA ...
> >select * from v$alertlog (ok, this one can be easily made with external
> >tables :-))
>
> >Matthias
>
> I would wish Oracle would
> - drop CONNECT, RESOURCE and DBA roles *completely*


As soon as they do, someone will post a .SQL script to recreate them. <g>

> - make it impossible to have a password equal to the username
> ( I know both can be done, but 99 percent of all third party app
> developers don't protect their databases and refuse to have the
> privileges and the password changed)

Probably strategic. Users value simplicity over security. This might be
of value to auditors, however, if Oracle does this, users will whine even
louder.

A few of the things I'd like to see for 11g (or future) would be

And one for the screen developers who want to pass all fields, whether changed or not:

UPDATE table
SET col=value ...
SET_IF_CHANGED col=value ...

which (amongst other things) would not invoke triggers when the new=old.

(Don't get me started on App Server, Forms, Reports, etc. <g>)

--
Hans Forbrich   (mailto: Fuzzy.GreyBeard_at_gmail.com)
*** Feel free to correct me when I'm wrong!
*** Top posting [replies] guarantees I won't respond.
Received on Sun Mar 25 2007 - 16:22:46 CDT

Original text of this message

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