Help with Data Types of Different versions of Oracle [message #398060] |
Wed, 15 April 2009 01:36 |
Hemanth123
Messages: 56 Registered: April 2009
|
Member |
|
|
Hi,
I have a requirement where I have to create a table,views and write stored procedures,packages at different versions of oracle..i.e.8i,9i,10g & 11g...<<please do not ask why the hell do they need in all the versions...as I was asked to do without questions>>>
Can anyone please provide the datatypes supported at different versions and also list of functions supported at different versions...like NVARCHAR,CLOB,BLOB,CASE..etc..
Any help is appreciated...please
Thanks in advance..
|
|
|
|
|
Re: Help with Data Types of Different versions of Oracle [message #398069 is a reply to message #398060] |
Wed, 15 April 2009 02:22 |
Hemanth123
Messages: 56 Registered: April 2009
|
Member |
|
|
Thank you all....I have checked in various sites but in some sites they say that CASE function is supported from 8i where as in other sites they it as from 9i..which should I follow....unfortunatelty I am provided with only 10g and not any other versions and was just asked to write them in various versions..
Is there any comparison of functions at various versions as was provided by LITTLEFOOT with different data types??
Please help me...
[Updated on: Wed, 15 April 2009 02:30] Report message to a moderator
|
|
|
|
Re: Help with Data Types of Different versions of Oracle [message #398081 is a reply to message #398075] |
Wed, 15 April 2009 03:12 |
ThomasG
Messages: 3212 Registered: April 2005 Location: Heilbronn, Germany
|
Senior Member |
|
|
Quote: | as I was asked to do without questions
|
When you write code you will have to know why you have to do things a certain way. At least some broad idea.
There might be different reasons for wanting to have code that runs on all of these versions, and this different reasons might require different ways of doing things.
|
|
|
Re: Help with Data Types of Different versions of Oracle [message #398089 is a reply to message #398075] |
Wed, 15 April 2009 03:57 |
Hemanth123
Messages: 56 Registered: April 2009
|
Member |
|
|
Thanks for your responses..
So CASE function can not be used in PL/SQL(Stored Procedures & Packages) of Oracle version 8i...
Is NVARCHAR supported in all the versions and also the LOB's??
I have seen in sites provided by LITTLEFOOT that the above datatypes are supported by Oracle in all the versions..but even I found in some sites that they are supported in 8i..
Please clarify ...
|
|
|