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 SQL 7.3, 8.0,8.1,8.1.7,9......

Re: Oracle SQL 7.3, 8.0,8.1,8.1.7,9......

From: Tom Breed <t.breed_at_hccnet.nl>
Date: Tue, 12 Feb 2002 23:29:23 +0100
Message-ID: <a4c4nl$6o5$2@news.hccnet.nl>


This is not what I want, my script should 'act different on another version'.
I know how to check the version, but how make some kind of an 'if construction' ??

if the version is 7.3 I would do this:
select uername,password,created from dba_users; but if it was 8.1.7 I could do this:
select username,password,lock_date,expiry_date from dba_users;

Maybe someone already found a solution for this.....

Tom
t.breed_at_hccnet.nl

"Ikarus" <luciver_at_zone.at> schreef in bericht news:aXfa8.614220$5G5.4426216_at_news.chello.at...
> Or you can check the compatible Parameter from the v$parameters ?
>
>
Received on Tue Feb 12 2002 - 16:29:23 CST

Original text of this message

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