Jul 8, 2008 #1 6656 Programmer Nov 5, 2002 104 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 Sep 16, 1999 2,622 US Yes - check the data_default column of the dba_tab_columns view. Upvote 0 Downvote
Jul 9, 2008 Thread starter #3 6656 Programmer Nov 5, 2002 104 US Thanks a lot. It can be acquired from all_tab_columns or user_tab_columns as well. Upvote 0 Downvote