Jul 8, 2008 #1 6656 Programmer Joined Nov 5, 2002 Messages 104 Location US Greetings, Is there any system view can be used to extract the default values of a table? Thanks in advance! Mike
Greetings, Is there any system view can be used to extract the default values of a table? Thanks in advance! Mike
Jul 8, 2008 #2 carp MIS Joined Sep 16, 1999 Messages 2,622 Location US Yes - check the data_default column of the dba_tab_columns view. Upvote 0 Downvote
Jul 9, 2008 Thread starter #3 6656 Programmer Joined Nov 5, 2002 Messages 104 Location US Thanks a lot. It can be acquired from all_tab_columns or user_tab_columns as well. Upvote 0 Downvote