Oracle Transportation Management (MOSC)

MOSC Banner

how do I find the new columns in the database

How do I find the new columns introduced between 6.4.3 and 6.5.2. I am not having any luck finding documentation nor does it appear I have the permissions to run a query like this

select table_name, column_name, data_type, data_length

from sys.user_tab_columns where column_name = 'ATTRIBUTE_DATE20';

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center